#product h2 {
	margin-bottom: 20px;
	}

#product h3 {
	font-size: 14px;
	font-weight: normal;
	border: none;
	}
	
#product h3 span {
	color: #cc0000;
	font-size: 21px;
	}
	
table#discount {
	margin: 0 0 10px 10px;
	border: 1px solid #cccccc;
	border-collapse:collapse;
	float:right;
	width:190px;
	padding: 0 10px;
}

table#discount  th {
	background:#FFF url(../image/bg-menu.jpg) 0 0 no-repeat;
}

table#discount  td {
	font-size:13px;
	font-weight:bold;
}
	
#product .outofstock {
	font-size: 12px;
	color: #cc0000;
	font-weight: bold;
	}
	
#product .photo {
	width: 270px;
	float:left;
	border: 1px solid #ccc;
}

#product .photo img {
	padding: 10px;
	}
	
#product .photo ul#additional-images {
	list-style-type: none;
	margin: 0;	padding: 0;
	}

#product .photo ul#additional-images li {
	float: left;
	margin: 0;	padding: 0;
	width: 80px;
	}
#product .photo ul#additional-images li.item {
	margin-right: 15px;
	}

#product .photo ul#additional-images li a img {
	padding: 0;	margin: 0;
	}

#product .description {
	width: 470px;
	float: right;
}

#product table#product-price {
	border-collapse: collapse;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	}
	
#product table#product-price td {
		vertical-align: middle;
	}

#product table#details {
	margin-bottom: 15px;
	}
	
#product table#details td {
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #efefef;
	padding-left: 10px;
	}

#product table#details td.option_name {
	width: 210px;
}

#product table#details td.option_name.odd {
	background-color: #efefef;
}


#product table#details td.option_name.even {
	background-color: #E2E2E2;
}

#product table#details td.option_value.even {
	background-color: #F2F2F2;
}

#product table#details td.option_value {
	color:#cc0000;
}	

#product .details {
	clear: both;
	margin-top: 20px;
}

#product .details .title {
	background-color: #efefef;
	padding: 5px 10px 0px;
	margin: 0 0 5px 0;
}

#product .details .title span {
	background-color: #ffffff;
	padding: 3px 10px;
	font-size: 12px;
	font-weight: bold;
}

#product .details-content p {
	margin: 0 0 7px 0;
}
