@charset "utf-8";
/* CSS Document */

table.products{
	background:#FFFFFF url(../images/template/gradient_white.png) repeat-x bottom;
	border:1px solid black;
	float:left;
	margin:10px;
	width:340px;
}
table.products tr{
	width:300px;
}
table.products tr td.title{
	background:#737373 url(../images/template/gradient_gray.gif) repeat-x top;
	border-bottom:1px solid black;
	color:#580013;
	font-size:22px;
	font-variant:small-caps;
	font-weight:bold;
	line-height:2;
	margin:0px;
	padding:10px;
	text-align:center;
}
table.products tr td.description{
	padding:5px;
}
table.products tr td.info{
	font-size:11px;
	font-style:italic;
	padding:5px;
}
table.products tr td.item{
	padding:5px 0px 5px 15px;
}
/*table.products tr td.item:hover{
	background-color:#8C001E;
	border-top:1px solid black;
	border-bottom:1px solid black;
	color:#FFFFFF;
	font-weight:bold;

}*/
table.products tr td.spacer{
	height:1px;
}
table.products tr td.padding{
	height:40px;
}
