
table {
	text-align: left;
}
a.ectlink { font-weight:normal; }
/*
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:#ABAFD6;
	border: 1 solid #ABAFD6;
	background-color: #ABAFD6;
	height: 1px;
	width:100%;
}
img.catimage {
	display:block;
	margin:0 auto;
}
td.catname {
	border:1px dashed #ABAFD6;

}
p.catname {
	text-align:center;
}
img.prodimage {
	margin:5px;
/*
	border: 1px solid #527939;
*/
}
td.prodimage {
}
td.detailimage {
	vertical-align:top;
}
.cobtbl {
	background-color:#ABAFD6;
	color:#FFFFFF;
}
.cobhl {
	background-color:#646CB4;
}
.cobll {
	background-color:#fff;
	color:#527939;
}
td input {
	background:#fff;
}
td input:focus {
	background:#ccf;
}
td select {
	background:#fff;
}
.prodoptions select,
.detailoptions select {
	margin:0 0 5px 0;
	padding:2px;
	border:1px solid #ABAFD6;
}
td select:focus {
	background:#ccf;
}
/*table.products input {
	width:auto;
}*/
