/**
* $Id$
*/

#main #featured-products {
	clear: both;
	margin-top: 4px;
}

	#main #featured-products li {
		background: url('/images/template-common/featured-bg.jpg') no-repeat;
		display: block;
		height: 140px;
		overflow: hidden;
		margin: 20px 0px;
		padding: 0px 15px 10px 15px;
		width: 210px;
	}
	#main #featured-products[id] li {
		height: 130px;
		width: 180px;
	}

		#featured-products li table tr td {
			color: #663300;
			font-size: 13px;
			font-weight: bold;
			height: 40px;
			vertical-align: middle;
		}

			#featured-products li table tr td a {
				color: #663300;
			}

		#main #featured-products li .img {
			float: left;
			height: 80px;
			margin-right: 18px;
			overflow: hidden;
		}

		#featured-products li p {
			margin: 0.2em 0px;
		}

			#featured-products li p b {
				color: #000000;
				display: block;
				font-size: 13px;
			}

				#featured-products li p b span.plusvat {
					color: #000000;
					display: inline;
					font-size: 0.75em;
					height: auto;
				}

			#featured-products li p span {
				display: block;
				font-weight: bold;
				margin: 2px 0px 12px 0px;
				height: 27px;
			}
