#prodContainerL{
 position: relative;
 margin: 0px auto 0px auto;
 width: 360px;
}

#mainImgL{
 position: relative;
 float:left;
}

#detail1L{
 position: relative;
	width: 160px;
	float: left;
}

#detail2L{
 position: relative;
 width: 160px;
 float: right;
}


#prodContainerP{
margin: 0px auto 0px auto;
 position: relative;
 height: 360px;
 width: 85%;
}

#mainImgP{
 float:left;
}

#detail1P{
  width: 160px;
	position: relative;
	float: right;
}

#detail2P{
	width: 160px;
	position: relative;
	float: right;
	margin-top: 25px;
}

.itemBuy, .printComment{
 text-align: center;
 position: relative;
 float: left;
 width: 98%;
/* border: 1px solid red;*/
}

.printComment{
font-style: italic;
}

.itemText{
	width: 98%;
	position: relative;
	float: left;
/* border: 1px solid green;*/	
}

table {font-size: 85%; margin-top: 10px; border: 1px solid #603;}
table th{border-bottom: 1px solid #603;}
table td.right {border-right: 1px solid #603; text-align: left;}

.oldprice{
  text-decoration:line-through;
}

.currPrice{
	font-weight: bold;
}