.producta,.productb,.product1of3,.product2of3,.product3of3 {
	border:1px solid #666;
	margin:0px;
	margin-top:0px;
}
.producta,.productb {
	width:49%;
	text-align:center;
	height:8em;
	background-color:#FFF;
}
.product1of3,.product2of3,.product3of3 {
	width:32%;
	text-align:center;
	height:10em;
}
.product1of1 {
	width:32%;
	border:1px solid #666;
	text-align:center;
	height:10em;
	
	background-color:#FFF;
}
.producta {
	float:left;
	margin-left:0.25%;
}
.productb {
	float:right;
	margin-right:0.25%;
}
.product1of3 {
	float:left;
}
.product2of3 {
	float:left;
}
.product3of3 {
	float:left;
}
#productintro {
	float:left;
	width: 70%;
	margin-top:2px;
	margin-left:2px;
	font-size:1.25em;
	line-height:1.25em;
	
}
#productprice {
	float:left;
	width: 100%;
	margin-top:2px;
}
.productimage {
	width:18%;
	margin-top:2px;
	margin-left:2px;
}
.productimage_popup {
	width:25%;
	margin-top:2px;
	margin-left:2px;
}
.productimage ,.productimage_popup {
	float:left;
	border:0px;
}

.productdetail {
	float:left;
	width:65%;
	margin-left:0.25%;
	text-align:justify;
}


.basketbtn {
	float:right;
	width:15%;
	height:4em;
	margin-top:0.5em;
}
.itemsofferedtitle{
	font-weight:bold;

}

.clickmsg {
	font-style:italic;
	color:red;
}
.itemprice {
	line-height:1em;
	width:5em;
}

.productdetail label{
	color:#666;
	font-weight:bold;
	text-align:right;
}

.pp{
	font-style:italic;
	color:red;
	font-size:0.75em;
}