/* STORE TABLE BACKGROUNDS
-------------------------------------*/
table.cobtbl{
background-color: #000058;
}

td.cobhl{
background-color: #ecf8ff;
}

td.cobll{
background-color: #FFFdec;
color : #000058;
}

/* PRICE NAME and DISCOUNTS DISPLAY
-------------------------------------*/
.prodprice { 
color: #580000;
font-size: 14px;
font-weight : bold;
}
.prodname {
color: #45008b;
font-size: 14px;
font-weight : bold;
}
.detailprice { 
color: #580000;
font-size: 14px;
font-weight : bold;
} 
.detailname {
color: #45008b;
font-size: 16px;
font-weight : bold;
}
.discountsapply {
color: #005858;
font-size: 12px;
font-weight : bold;
}
.proddiscounts {
color: #8b0046;
font-size: 12px;
font-weight : bold;
}
.detaildiscounts {
color: #8b0046;
font-size: 12px;
font-weight : bold;
}
.catdiscounts {
color: #8b0046;
font-size: 11px;
font-weight : bold;
}
.divcatdiscounts {
color: #8b0046
font-zie: 12px;
font-weight : bold;
}
/* PRODUCT REVIEWS
-------------------------------------*/
.numreviews{
color: #45008b;
font-size: 13px;
font-weight : bold;
background-color:#ccc;
border-bottom:1px solid #000;
padding:4px;
}
.reviewheader{
color: #333;
font-size: 12px;
font-weight : bold;
}
.reviewcomments{
color: #333;
font-size: 12px;
font-weight : normal;
line-height:1.6;
}
.reviewname{
color: #666;
font-size: 12px;
font-weight : normal;
line-height:1.6;
}
/* DESCRIPTION FIELDS
-------------------------------------*/
.detaildescription{
 font-family: Arial, Helvetica, sans-serif;
 color: #000000;
 line-height:1.6;
}
.proddescription{
 font-family: Arial, Helvetica, sans-serif;
 color: #000000;
 line-height:1.6;
}
/* MAIN SETTINGS
-------------------------------------*/
body {
margin: 0px;
font-family: verdana, helvetica, sans-serif;
font-size: 12px;
color: #000;
background: #FFF;
text-align: left;
}

table.main {
font-family: verdana, helvetica, sans-serif;
font-size: 12px;
text-align: left;
color: #000;
width:960px;
border-left: 1px solid #D2D2CA;
border-right: 1px solid #D2D2CA;
border-bottom: 1px solid #D2D2CA;
}

table {
font-family: verdana, helvetica, sans-serif;
font-size: 12px;
text-align: left;
color: #000;
background: #FFF;
}

.topbg {
background-image: url(images/topbg.gif);
	font-size: 12px;
	font-family : Tahoma;
	color : #666666;
height: 26px;
width: 100%;
}

.leftbg {
background-image: url(images/leftbg.gif);
}

.rightbg {
background-image: url(images/rightbg.gif);
}
/* LEFT MENU
-------------------------------------*/
#menu ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Tahoma, Helvetica, sans-serif;
font-size: 10px;
margin:0px;
}

#menu a
{
display: block;
padding-top: 4px;
padding-left: 6px;
padding-bottom: 4px;
width: 132px;
background-color:#F7F7F4;
border-bottom: 1px solid #D2D2CA;
}

#menu a:link, #menuitems a:visited
{
color: #333;
text-decoration: none;
font-weight: bold;
}

#menu a:hover
{
background-color: #00a6a6;
color: #fff;
font-weight: bold;
}
/* LINK PROPERTIES
-------------------------------------*/
A:link {
	color: #000058;
	text-decoration: none;
}

A:visited {
	color: #45008b;
	text-decoration: none;
}

A:active {
	color: 005858;
	text-decoration: none;
}

A:hover {
	color: 005858;
	text-decoration: none;
}

A.dark:link {
	color: #666;
	text-decoration: none;
}

A.dark:visited {
	color: #00458b;
	text-decoration: none;
}

A.dark:active {
	color: #8b0046;
	text-decoration: none;
}

A.dark:hover {
	color: 45008b;
	text-decoration: none;
}
/* CELL PROPERTIES
-------------------------------------*/
TD {
	font-size: 12px;
	font-family : Verdana;
}

P {
	font-size: 12px;
	font-family : Verdana;
	line-height:1.6;
}

TD.dark {
	font-size: 12px;
	font-family : Tahoma;
	color : #666666;
}

P.dark {
	font-size: 11px;
	font-family : Verdana;
	color : #666666;
}

TD.smaller {
	font-size: 11px;
	font-family : Tahoma;
	color : #000000;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}
/* HORIZONTAL RULE
-------------------------------------*/

HR {
height: 0;
border-width: 1px 0 0 0;
border-style: solid;
border-color: #D2D2CA;
}

/* Mini search */
input.search{
height: 15px;
background-color: #fff;
border: solid #c66300;
border-width: 1px;
font-family: tahoma;
color: rgb(0,0,0);
font-size: 11px;
padding-left:4px;
}
input.search1{
vertical-align: bottom;
}

.searchfield{
white-space:nowrap;
}
/* Minicart */
TD.mincart {
font-size: 11px;
font-family : Verdana, Arial, Helvetica, sans-serif;
}

P.mincart {
font-size: 11px;
font-family : Verdana, Arial, Helvetica, sans-serif;
}

table.mincart
{
border: 1px dotted #800080;
background-color: #FFF;
}
/* Titles */
h2 {
	font-size: 12px;
	font-family : Verdana,Arial,sans-serif;
	font-weight : bold;
	padding-top: 5px;
	border-bottom: 1px dotted #999;
	color : #333;
	margin-left: 14px;
	margin-right: 4px;
	text-align:right;
}
img.cartimage {
width: 100px;
height:auto;
border: 1px;
}

.prodnavigation {
font-size: 14px;
font-family : Verdana;
color : #84210f;
}
td.catdesc{
border: 1px solid 45008b;
padding:6px;
}