/* CSS Document */

#itemsoffered {
	/*border :1px solid #00C;*/
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#product_top {
	position: relative;
	border-top:1px solid #00C;
	border-left:1px solid #00C;
	border-right:1px solid #00C;
	border-bottom:1px solid #00C;
}
#product {
	position: relative;
	border-left:1px solid #00C;
	border-right:1px solid #00C;
	border-bottom:1px solid #00C;
}
#product_top #productdetail #itemsofferedtitle {
	font-weight: bold;
	color: #00C;
}
#product #productdetail #itemsofferedtitle {
	font-weight: bold;
	color: #00C;
}
#product_top #productdetail #clickmsg {
	font-weight: bold;
	font-size:75%;
	color: #C00;
	font-style: italic;
}
#product #productdetail #clickmsg {
	font-weight: bold;
	font-size:75%;
	color: #C00;
	font-style: italic;
}
#productimage {
	position: absolute;
	top: 5px;
	left: 5px;
	width:72px;
	height: 100px;
}
#productdetail {
	position: relative;
	margin: 0 0 0 80px;
	height: 100px;
}

#product_top #productdetail #itemprice {
	margin: 0 0 -50px 0;
}
#product_top #productdetail #itemprice label{
	color: #000;
	font-weight: bold;
}
#itemprice input{
	margin: 0 0 -15px 0;
}
br {
	clear: left;
}
/* hide from Mac IE5 \*/
	* html #maincontent #itemsoffered #product {
		height: 1%;
	}
/* END hide from MAc IE5 */
