table.prodtable
{
	font-size: 11px;
	margin-right: 30px;
	width:  100%;
}

tr.tabheader {
  color: white;
  font-weight: bold;
  background-color: #A0A0A0;
  font-size: 11px;
}

tr.odd {
	background-color: #DEDEDE;
}


/* Registration Table*/
table.regtable
{
	font-size: 11px;
}

table.regtable td {
	vertical-align: top;
	padding: 3px 0;
}

.SectionTitle
{
	color: #BF101F;
	font-size: 13px;
	font-weight: bold;
}

.Label
{
    font-weight: Bold;
}





input#addToCartButton
{
	background-color:#C80801;
	color:white;
	border: 2px solid #ccc;
	padding:  2px;
	width:80px;
}

ul.product_list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	list-style-image: url("../images/raquo.jpg");
	list-style-position: outside;
	padding-left:  10px;
	margin-left: 0;

}
ul.product_list li {
	margin-bottom: 10px;

}


.ul_test {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	list-style-image: url("../images/raquo.jpg");
	list-style-type: block;
}
