/* Content: Productlist ----------------------------------------------------- */
#products ul#productList{
	width:100%;
	overflow:auto;
	margin:0;
	padding:0;
}
#products #productList li{
	list-style:none outside;
	float:left;
	margin-bottom:5px;
	width:320px;
	height:250px;
	overflow:hidden;
	position:relative;
	margin-right:3px;
	padding:4px;
	background:transparent url("/images/templates/default/bg_gradient.jpg") repeat-x;
}
#products #productList.threeCol li{
	width:209px;
	height:300px;
}
#products #productList li.lastCol{
	margin-right:0;
}
#productList .txtBoxQuantity{
	width:35px;
	height:16px;
	padding-top:0;
	padding-bottom:0;
}
#products form{
	float:left;
	width:100px;
	margin-left:10px;
	display:none;
}
#products .linkMoreInfo{
	padding:2px 5px;
	background-color:#588da8;
	color:#fff;
	line-height:2em;
}
#products h2 a{
	font-size:12px;
	color:#9c7d51;
	display:block;
	overflow:hidden;
	text-transform:uppercase;
	font-weight:normal;
}
#products .image{
	width:320px;
	height:159px;
	display:block;
	overflow:hidden;
	margin-bottom:4px;
}
#products #productList.threeCol .image{
	width:209px;
	height:209px;
}
#products dl {
	width:100%;
	overflow:auto;
}
#products dt {
	width:9em;
}
#products .txtBoxQuantity{
	width:40px;
}
#products fieldset {
	padding:0;
	border:0;
}
#products legend span {
	font-size:0.6em;
}
#products .button {
	font-size:1em;
	border:1px solid #000;
}
#productList{
	clear:both;
}
#productList form{
	margin-top:1.75em;
}

.productShortDescription{
	clear:both;
	font-size:10px;
}
.productPrice span{
	font-size:14px;
	font-weight:bold;
	color:#ff0036;
}
.productPrice span.vatLabel{
	color:#fff;
	font-size:11px;
}
.productPrice strong{
	font-size:12px;
	font-weight:normal;
	color:#000;
}
.productSort{
	float:right;
}
.productSort ul{
	list-style-type:none;
}
.productSort li{
	float:left;
	border-right:1px solid #EAEAEA;
	padding:0 5px;
}
.categoryDescription{
	clear:both;
}

.campaignLabel{
	color:#9f0038;
	font-weight:bold;
}

@media print {
	#products ul#productList{overflow:visible}
	#products #productList li{float:none}
}

#contentWrapper{
	background:none;
}
#content{
	padding-left:0;
	padding-right;none;
}