@charset "UTF-8";
/* CSS Document */

.productcontainer {
	position: relative;
	width: 100%;
}

.product {
	width: 575px;
	background: url(../2007images/product_mid.jpg) repeat-y;
}

.product p {
	float: left;
	padding-left: 10px;
	padding-bottom: 5px;
	align: left;
	width: 390px;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 10px;
	font-weight: none;
	color: #000000;
	text-indent: 5px;
}

.product img {
	align: centre;
	float: right;
	background: url(../2007images/product_image.gif) no-repeat;
	background-position: bottom;
	margin-right: 10px;
}

.clear {
	clear: both;
}

.productTitleText {
	line-height: 24px;
	text-align:left;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #333399;
	width: 575px;
	height: 24px;
	background-image: url(../2007images/title_back.jpg);
	background-repeat: none;
	text-indent: 10px;
}

.productCodeBox {
	position: relative;
	width: 575px;
	height: 24px;
	background-image: url(../2007images/code_back.jpg);
	background-repeat: none;
	text-indent: 10px;
}

.productCode {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 24px;
	width:auto;
	text-align:left;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #333399;
	line-height: 24px;
}

.productCodeSpec {
	text-align:left;
	font-weight: none;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #333399;
}

.productCodeQuantity {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 24px;
	width:auto;
	text-align: right;
	font-weight: none;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #333399;	
	line-height: 24px;
	padding: 0px 10px 0px 0px;
}
