/* ----------------------------- */
.DivProduct {
	width:720px;
	clear:both;
	padding:0px;
	margin:0px;
	color:#333;
}
.DivProduct h2 {
	margin:0px;
	padding:0px;
	font-size: 20px;
	color: #2A59A7;
	text-transform: uppercase;
	font-weight: normal;
	clear:both;
}
.DivProduct h3,
.DivProduct h4{
	padding:0px;
	margin:0px;
	font-size:12px;
	font-weight: normal;
	float:left;
	text-transform:none;
}
.DivProduct h3{
	color:#2A59A7;
}
.DivProduct h4{
	padding:0px 0px 0px 5px;
	color:#666;
}
.DivProductText {
	float:left;
	width:320px;
	padding:0px 20px 0px 0px;
	margin:0px;
}
.DivProductPhoto {
	float:right;
	width:360px;
	padding:0px 0px 0px 20px;
	margin:0px;
	text-align:right;
}
.DivProduct thead td{
	padding:0px;
	margin:0px;
	font-size:12px;
	font-weight: normal;
	text-transform:none;
	padding:5px;
	border-top:1px solid #ccc;
	color:#0099FF;
}
.DivProduct td{
	padding:5px;
}
.label{
	color:#666;
	text-align:right;
}
.value{
	color:#2A59A7;
}
/* ----------------------------- */
