
table {
	text-align: left;
}

a:link {
	color: #000033;
	text-decoration: none;
}

a:visited {
	color: #000033;
	text-decoration: none;
}

a:active {
	color: #000033;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration: none;
}

td {
}


td.smaller {
	font-size: smaller;
}

p.smaller {
	font-size: smaller;
}
td.hi {
	background-color:#CCCCCC;
	padding:0;
}
td.lo {
	background-color:#999999;
	padding:0;
}
td.catname {
	vertical-align:top;
}
td.catimage {
	padding-bottom:20px;
}
div.prodprice {
	font-size:larger;
	font-weight:bold;
	margin: 0;
}
.proddescription {
	margin-bottom:5px;
}

div.detailprice {
	font-size:larger;
	font-weight:bold;
}

div.prodname, div.detailname {
	font-size:larger;
	font-weight:bold;
	margin:5px 0;

}
hr.prodseparator {
	color:#ccc;
	border: 1 solid #ccc;
	background-color: #ccc;
	height: 1px;
}
img.prodimage {
	margin:5px;
/*
	border: 1px solid #527939;
*/
}
td.prodimage {
}
td.detailimage {
	vertical-align:top;
}
.cobtbl {
	background-color:#ccc;
}
.cobhl {
	background-color:#ffe88c;
}
.cobll {
	background-color:#fff;
/*	color:#ccc; */
}
td input {
	background:#eee;
}
td input:focus {
	background:#FFC;
}
td select {
	background:#eee;
}
.prodoptions select,
.detailoptions select {
	margin:0 0 5px 0;
	padding:2px;
	border:1px solid #ccc;
}
td select:focus {
	background:#FFC;
}
/*table.products input {
	width:auto;
}*/
