div.product #title	{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #522B1A;
}

div.product table.attribute {
	background: #E0ECEF;
	border: 1px dotted #DC2E4F;
}

div.product .description	{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #522B1A;
}

div.product .name	{
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	font-family: Times;
	font-size: 18px;
	font-weight: bold;
	color: #872434;
}

div.product .code	{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #872434;
}

div.product .price	{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}

div.product .price-special	{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #872434;
}

div.product .testimonials	{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #522B1A;
}

div.product a.testimonials	{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #522B1A;
	text-decoration: none;
	line-height: 24px;
}

div.product a.testimonials:hover	{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #872434;
	text-decoration: none;
	line-height: 24px;
}

div.product a.testimonials1 {
font-family: Arial;
font-size: 14px;
font-weight: bold;
color: #522b1a;
text-decoration: none;
}

div.product a.testimonials1:hover {
font-family: Arial;
font-size: 14px;
font-weight: bold;
color: #522b1a;
text-decoration: underline;
}

div.product a.testimonials2 {
font-family: Arial;
font-size: 14px;
font-weight: bold;
color: #862337;
text-decoration: none;
}

div.product a.testimonials2:hover {
font-family: Arial;
font-size: 14px;
font-weight: bold;
color: #862337;
text-decoration: underline;
}

div.product table.attribute td {padding: 5px;}

div.product table.attribute .left {text-align: right;}

/*** TABS ***/
div.product ul#tabs td {
	padding: 0;
	cursor: pointer;
	height: 20px;
}

div.product ul#tabs {
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-bottom: 27px;
}

div.product ul#tabs li {
	float: left;
	height: 24px;
	color: #F1DEC0;
}

div.product ul#tabs li.active {
	color: #FFFFFF;
}

div.product #tabs li a {
	float: left;
	display: block;
	font-family: Times;
	font-size: 14px;
	font-weight: normal;
	color: #F1DEC0;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 4px;
	padding-right: 4px;
	cursor: pointer;
}

div.product #tabs li a:hover {font-weight: normal; color: #FFFFFF;}