/*products*/
dl.products
{
	margin: 0 25px 10px;
}
dl.products dt
{
	line-height: 32px;
	padding-top: 15px;
}
dl.products dt a
{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
dl.products dd
{
}


/*table*/
table.show
{
	border-collapse:collapse;
}
table.show th,table.show td
{
	border: 1px solid #DDDDDD;
	line-height: 16px;
	text-align: center;
}
table.show th
{
	background: none repeat scroll 0 0 #EEEEEE;
	height: 30px;
}
table.show td
{
	padding: 5px 3px;
}


/*details*/
.product_title
{
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}
