body {
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #00FFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-highlight-color: #00FFFFF;
	scrollbar-shadow-color: #00FFFF;
	scrollbar-darkshadow-color: #00FFFF;
	scrollbar-arrow-color: #FFFFFF;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777777;
}

td a {
	color: #FF6600;
	text-decoration: none;
}

td a:hover {
	color: #9999FF;
}

td a:active {
	color: #9999FF;
	background-color: #FFFFFF;
}

td.justify {
	text-align: justify;
}

td.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.footer {
	color: #999999;
}

h1 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h2 {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h3 {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

hr {
	border: 0px;
	height: 1px;
	color: #DDDDDD;
	background-color: #DDDDDD; /* Mozilla and Opera */
}

.mincart {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DDDDDD;
}

.mincart a {
	color: #FF6600;
	text-decoration: none;
}

.mincart a:hover {
	color: #9999FF;
	text-decoration: none;
}

input { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #777777;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #777777;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #777777;
}

div.prodname {
	text-align: center;
}

div.listprice {
	text-align: center;
}

div.prodprice {
	text-align: center;
}

div.prodoptions {
	display: none; /* Hides product options on the product.php page.  When $noproductoptions=FALSE; in includes.php, then prices of products with options and without options align horizontally.  If only use $noproductoptions=TRUE; without this style, then prices do not align horizontally */
}

p.catname {
	margin-top: 0px;
	margin-bottom: 12px;
	vertical-align: top;
	text-align: center;
}

p.catdesc {
	margin-top: 0px;
	margin-bottom: 4px;
	vertical-align:top;
}

img.catimage {
	margin-bottom: 7px;
	border-color: #000000;
	vertical-align: top;
}

td.catimage {
	vertical-align: top;
} 

td.catname {
	vertical-align: top;
	text-align: center;
}

td.detailimage {
	vertical-align: top;
}

table.cobtbl{
	background-color: #DDDDDD;
} 

td.cobhl{
	background-color: #EEEEEE;
	color: #777777;
}

td.cobll{
	background-color: #FFFFFF;
	color : #777777;
}

option.oostock {
	color: #DDDDDD;
}