TD.SaleText {
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
}
Body {
	font-size: 14px;
	font-family : Arial;
	margin: 2px;
	background-color: #000000;
}

A.dark:link {
	color: #CCCCCC;
	text-decoration: none;
}

A.dark:visited {
	color: #CCCCCC;
	text-decoration: none;
}

A.dark:active {
	color: #CCCCCC;
	text-decoration: none;
}

A.dark:hover {
	color: #00CCFF;
	text-decoration: none;
}

A:link {
	color: #CCCCCC;
	text-decoration: none;
}

A:visited {
	color: #CCCCCC;
	text-decoration: none;
}

A:active {
	color: #CCCCCC;
	text-decoration: none;
}

A:hover {
	color: #00CCFF;
	text-decoration: none;
}
#wmlogo {
	background-image: url(/images/winemasters_logo2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

TD {
	font-size: 14px;
	font-family : "Times New Roman", Times, serif;
	border-top-color: #FFFFFF;
}

P {
	font-size: 14px;
	font-family : "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
}

TD.smaller {
	font-size: 11px;
	font-family : Arial;
	color : #000000;
}
P.bodyText {
	font-size: 14px;
	color: #000000;
}

P.smaller {
	font-size: 11px;
	font-family : Arial;
	color : #000000;
}

TD.whitetext {
	font-size: 11px;
	font-family : Arial;
	color : #FFFFFF;
}
TD.PageTitle {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
}

TD.menu {
	font-size: 10px;
	font-family : Tahoma;
	font-weight : Bold;
	color : #000000;
}
P.Lmenu {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
}
TD.SectionTitle {
	font-size: 18px;
	font-family : "Times New Roman", Times, serif;
	color : #FFFFFF;
	font-weight : Bold;
}

input.search
{
	height: 18px;
	background-color: #E2E0E1;
	font-family: tahoma;
	color: F8F0D8;
	font-size: 11px;
}

select.search
{
	height: 17px;
	background-color: #F8F0D8;
	border: solid #C0BC91;
	border-width: 1px;
	font-family: tahoma;
	color: #7D151E;
	font-size: 11px;
}

TD.mincart {
	font-size: 11px;
	font-family : Arial;
	}

P.mincart {
	font-size: 11px;
	font-family : Arial;
}

HR {
	color : #C0BC91;
	height : 1px;
}
SPAN.currpage {
color: #FF0000;
font-weight: bold;
font-size: 14px;
}
TD.LeftLinks {
	color: #FFFFFF;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}
table.cobtbl {
	background-color: #CCC;
} 
/* The outer table cells*/
td.cobhl {
	background-color: #000000;
}
/* The text and the inner table cells */
td.cobll {
	background-color: #FFF;
	color: #000;
}
.csprodimage {
font-size: 10px;
font-family : Verdana;
}
.csprodimageF {
	background-position:center;
	size:auto;
	background-repeat: no-repeat;
	background-position: center center;
font-size: 10px;
font-family : Verdana;
}
td.prodimage1{ 
background-image: url(<?php print $rs['pImage'];?>); /* forward slash for the path */ 
width: 132px; /* use you own image size; */ 
height: 125px; /* use you own image size; */ 
background-repeat: no-repeat; 
background-position: center; 
vertical-align: middle; 
}
div.prodmanufacturer {
color: #900;
}

div.detailmanufacturer {
color: #900;
text-align:left;
font-size:16px;
font-weight:bold;
}