body, p, td
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	left: 0;
	right: 0;
}
img
{
	 border: 0px solid #afdef4;
         padding: 0px;
}
a:link, a:visited
{
	text-decoration: none;
	color: black;
}
a:hover
{
	text-decoration: underline;
}
a.blue {
	color: #435AA6;
	text-decoration: underline;
	font-weight: bold;
}
hr
{ 
        color: #CCCCCC;
        background-color: #CCCCCC;
        border: none;
}
div
{
	margin-left: auto;
	margin-right: auto;
}
p
{
	margin-bottom: 10px;
	margin-top: 0;
	padding: 0px;
}
li
{
	margin-bottom: 5px;
	padding: 0px;
}
.small
{
	font-size: 9px;
        color: black;
 }
.large
{
	font-size: 18px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Verdana;
}
.reg
{
	font-size: 12px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 10px;
	line-height: 25px;
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #3b6887;
}

.right
{
	text-align: right;
}
.center
{
	text-align: center;
}

/* Headings */ 
h1
{
	margin: 0;
	font-size: 15px;
	font-weight: bold;
}
h2
{
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #005daa;
}
h3
{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}
h3.clear {
	margin-top: 0;
}

/* Errors */
.msgError
{
	background-color: #f0000b;
	color: white;
	padding: 2px 3px;
	font-weight: bold;
	margin-bottom: 10px;
}
.msgInfo
{
	color: #000000;
	border-top: 1px solid #b20838;
	border-bottom: 1px solid #b20838;
	padding: 2px 3px;
	font-weight: bold;
	margin-bottom: 10px;
}
/* Inputs */
input, select, textarea
{
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;

}
table.form th
{
	text-align: right;
}
table.left th
{
	text-align: left;
}
table th
{
	text-align: left;
	font-size: 12px;
}
table.grid
{
	border-collapse: collapse;
}
table.grid th
{
	color: black;
	background-color: #dced8f;
	font-weight: bold;
	font-size: 12px;
	padding-left: 2px;
	border-bottom: 1px solid black;
}
table.nobold th
{
	font-weight: normal;
}
table.italic th
{
	font-style: italic;
}
.cartitems td
{
	font-size: 11px;
}
.cartitems th
{
	background-color: #333333;
	color: #FFFFFF;
}
.pager
{
	clear: both; 
	text-align: center; 
        color: black;
        padding: 5px;
	font-size: 12px;
	background: #E0E0E0;
	border: 1px solid #C0C0C0;
}

.pager a, .pager b
{
	color: black;
	margin: 0 5px;
}
.pager a:hover {
	background: none;
	color: red;
}
.hilite
{
	font-weight: bold;
}
ul.none li
{
	list-style-type: none;
}

td.thumbpix 
{
	border: 1px #808080 solid;
	margin: 5px;
	height: 162px;
	width: 162px;
	text-align: center;
	background: white;

}

td.thumbpixtitle
{
	padding-left: 0px;
}

.prodpix, #prodpix {
	border: 1px #808080 solid;
	background: white;
}

.price {
	color: #005daa;
	font-size: 16px;
	font-weight: bold;
}
