/* Content: Productlist ----------------------------------------------------- */
.productCampaigns ul#productList{
	overflow:hidden;
	width:100%;
	margin:0;
	padding:0;
}
.productCampaigns #productList li{
	list-style:none outside;
	float:left;
	border:1px solid #eaeaea;
	padding:10px;
	margin-right:6px;
	margin-bottom:5px;
	width:44%;
	height:360px;
	overflow:hidden;
	position:relative;
}
#productList .txtBoxQuantity{
	width:35px;
	height:16px;
	padding-top:0;
	padding-bottom:0;
}

.productCampaigns form{
	float:left;
	width:100px;
	margin-left:10px;
	display:inline;
}
.productCampaigns .linkMoreInfo{
	padding:2px 5px;
	background-color:#588da8;
	color:#fff;
	line-height:2em;
}
.productCampaigns h2{
	font-size:1.2em;
	height:3em;
	overflow:hidden;
	margin-bottom:5px;
}
.productCampaigns .image{
	width:130px;
	height:155px;
	overflow:hidden;
	margin:0 auto;
	float:left;
}
.productCampaigns .image img{
	width:130px;
}
.productCampaigns dl {
	width:100%;
	overflow:hidden;
}
.productCampaigns dt {
	width:9em;
}
.productCampaigns .txtBoxQuantity{
	width:40px;
}
.productCampaigns fieldset {
	padding:0;
	border:0;
}
.productCampaigns legend span {
	font-size:0.6em;
}
.productCampaigns .button {
	font-size:1em;
	border:1px solid #000;
}

.productShortDescription{
	clear:both;
	padding-top:20px;
}
.productPrice{
	position:absolute;
	bottom:0;
	left:10px;
}
.productPrice span{
	font-size:16px;
	font-weight:bold;
	color:#9f0038;
}
.productPrice strong{
	font-size:12px;
	font-weight:normal;
	color:#000;
}
.productPrice p{
	margin-bottom:5px;
}

.campaignLabel{
	color:#9f0038;
	font-weight:bold;
}