


/* ecommerce templates css below */
table {
text-align: left;
color: #fff;
}

a:link {
	color: #D8AA57;
	text-decoration: none;
}

a:visited {
	color: #D8AA57;
	text-decoration: none;
}
a:hover {
	color: #D8AA57;
	text-decoration: none;
}

a:active {
	color: #D8AA57;
	text-decoration: none;
}

.prodname {font-weight: bold;}


td {
	vertical-align: top;
	text-align: left;
}

td img {float: left;}
p{
margin: 5px;
}

td.smaller {

	color : #fff;
}

p.smaller {
	
	color : #fff;
}

hr {
/*margin: 5px 0 5px 0;
	color : #3399CC;*/
}


/* submit button */
div.prodoptions table {margin-top: 20px !important; }
input {
background-color: #000;
color: #D8AA57;
border: 2px solid #D8AA57;}

span.prodoption {}
select.prodoption {
width: 180px;} /* was 220px */
#side {margin: 5px;}
#side ul li {list-style-type: none;}

td.prodseparator {height: 10px !important; border-bottom: 1px solid #d8aa57; }
hr.prodseparator { margin: 2px 0 2px 0;color: #d8aa57; visibility: visible 
}
td.prodspacer {height: 10px;}

p.catdesc img {float: left; margin-right: 10px;}