#path {
	color: #8a8a8a;
}

#product {
	color: #747474;
}

#product form {
	padding: 10px;
}

#product-photo {
	float: left;
	width: 378px;
	height: 590px;
	border: 1px solid #dedede;
	margin-right: 30px;
	text-align: center;
}

#product-data {
	float: left;
	width: 320px;
	position: relative;
}

#product-data h2 {
	margin: 0px 0px 15px 0px;
	width: 250px;
	padding-right: 70px;
	height: 70px;
	color: #737373;
	font-size: 20px;
}

#product-brandlogo {
	position: absolute;
	top: 0px;
	right: 0px;
}

#product-details {
	text-align: left;
	width: 100%;
	font-size: 12px;
	margin: 20px 0px;
}

#product-details .r {
	text-align: right;
}

#product .headlink {
	display: block;
	background: #efefef url(/htdoc/images/product.arrow.gif) 297px 12px no-repeat;
	padding: 8px 10px;
	color: #6c6c6c;
	border-bottom: 1px solid #fff;
}

#product label {
	display: block;
}

#product #downloads {
	list-style: none;
	padding: 0px;
	margin: 10px 0px;
}

#product #downloads li {
	border-bottom: 1px solid #f0f0f0;
}

#product #downloads li a {
	display: block;
	padding: 10px;
	padding-right: 30px;
	color: #747474;
	background: url(/htdoc/images/downloads.icon.gif) 296px 10px no-repeat;
}

#downloads-titler {
	padding: 10px;
	font-weight: bold;
	background: none !important;
}

#similars {
	width: 100%;
}
 
#similars caption {
	font-weight: bold;
	padding: 10px;
	text-align: left;
}

#similars .similar {
	width: 77px;
	height: 75px;
	padding: 4px;
	margin: 0px auto;
	background: url(/htdoc/images/product.similar.gif) no-repeat;
}

#similars a {
	color: #747474;
}

#similars td {
	text-align: center;
	vertical-align: top;
	width: 33%;
}

#product-awards {
	width: 100%;
	overflow: hidden;
}

#product-awards div {
	float: left;
	width: 65px;
	height: 65px;
}

