/* View Product */
table.product{
	background-color:#fff;
	width:534px;
}

a:link, a:visited {
	text-decoration:none;
	color:#006699;
}


a:hover, a:active {
	text-decoration:underline;
	color:#006699;
}

table.product{
	background-color:#FEFCF3;
	width:500px;
	margin-left:8px;
}

table.product thead th,
table.product tfoot td{
	border-bottom:1px solid #B4AD91;
}

table.product tfoot td{
	padding:20px 0 10px 0;
}

table.product td{
	vertical-align:top;
}

table.product td.leftColumn{
	width:175px;
}

table.product td.leftColumn{
	text-align:center;
	
}

table.product h3{
	text-align:center;
	color:#a5885e;
	font-size:22px;
	padding:10px 0 0 0;
}

table.product h4{
	text-align:center;
	color:#333333;
	font-size:14px;
}
.productHeaderName{ padding:10px 0 0 0;}

table.product td.leftColumn img{
	width:125px;
	margin:20px 0 0 0; 
}

table.product .infoBox{
	width:260px;
	margin-top:15px;
	margin-bottom:15px;
}

div.infoBox ul, div.infoBox p{ padding:5px 5px 0 5px;}

table.product .characteristics ul li{
	display:inline;
}

/* Right Column */
ul.productOptions{
	float:left;list-style:none; vertical-align:middle;
}

ul.productOptions li{
	float:left;
	margin-right:5px;
}

ul.productOptions li.price{
	color:#006699;
	font-weight:bold;
	margin-right:20px;
}
