/* PRICE NAME and DISCOUNTS DISPLAY
-------------------------------------*/
.prodprice, .detailprice, .prodname, .detailname {
color: #60596A;
font-size: 18px;
font-weight : bold;
}
.discountsapply{
color: #84210F;
font-size: 12px;
font-weight : bold;
}
.proddiscounts, .detaildiscounts, .catdiscounts{
color: #84210F;
font-size: 11px;
font-weight : normal;
}
/* PRODUCT REVIEWS
-------------------------------------*/
.numreviews{
color: #333;
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, .proddescription{
 font-family: Arial, Helvetica, sans-serif;
 color: #333;
 line-height:1.6;
}
/* MAIN SETTINGS
-------------------------------------*/
body{
font-family: verdana, helvetica, sans-serif;
font-size: 11px;
color: #000;
background: #FFF;
text-align: left;
margin: 0px;
line-height:1.4;
}
table.main {
font-family: verdana, helvetica, sans-serif;
font-size: 11px;
text-align: left;
color: #000;
width:1000px;
border-left: 1px solid #b3b3b3;
border-right: 1px solid #b3b3b3;
border-bottom: 1px solid #b3b3b3;
}
table {
font-family: verdana, helvetica, sans-serif;
font-size: 11px;
text-align: left;
color: #000;
}
/* HEADER SECTION
-------------------------------------*/
TD.topbar {
background-image:   url(files_2011/topmenu.jpg);
	font-size: 11px;
	font-family : Tahoma;
	color : #666666;
	height: 23px;
	border-top: 1px solid #b3b3b3;
	letter-spacing:2px;
}

TD.topbg {
background-image:  url(files_2011/topbg.gif);
	font-size: 11px;
	font-family : Tahoma;
	color : #666666;
}
TD.topbg2 {
background-image:  url(files_2011/topbg2.gif);
	font-size: 11px;
	font-family : Tahoma;
	color : #666666;
}
/* LEFT BAR
-------------------------------------*/
td.leftside{
border-right:1px solid #b3b3b3;
background: #fff;
}
/* MINI SEARCH
-------------------------------------*/
input.search{
height: 14px;
background-color: #fff;
border: solid #999;
border-width: 1px;
font-family: tahoma;
color: rgb(0,0,0);
font-size: 11px;
}
input.search1{
vertical-align: bottom;
}
/* LEFT MENU
-------------------------------------*/
#menulist
{
padding: 0;
margin-left: 0;
margin-top:0;
font: 11px Verdana, sans-serif;
background: #fff;
width: 150px;
}

#menulist li
{
list-style: none;
margin: 0;
border-bottom: 1px solid #666;
text-align: left;
}

#menulist li a
{
display: block;
padding: 4px 1px 2px 3px;
border-left: 4px solid #F0F0F0;
background: #fff;
text-decoration: none;
}

#menulist li a:link { color: #666; }
#menulist li a:visited { color: #666; }

#menulist li a:hover
{
border-color: #fff;
color: #eca81f;

}


/* ARTICLES
-------------------------------------*/
#articles
{
padding: 0;
margin-left: 0;
margin-top:0;
font: 11px Verdana, sans-serif;
background: #fff;
width: 150px;
}

#articles li
{
list-style: none;
margin: 0;
border-bottom: 1px solid #666;
text-align: left;
}

#articles li a
{
display: block;
padding: 4px 1px 2px 3px;
border-left: 4px solid #F0F0F0;
background: #fff;
text-decoration: none;
}

#articles li a:link { color: #2f7f16; }
#articles li a:visited { color: #2f7f16; }

#articles li a:hover
{
border-color: #fff;
color: #eca81f;

}








/* LINK PROPERTIES
-------------------------------------*/
A:link {
	color: #2f7f16;
	text-decoration: none;
}

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

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

A:hover {
	color: #eca81f;
	text-decoration: none;
}

A.dark:link {
	color: #666666;
	text-decoration: none;
	font-weight:bold
}

A.dark:visited {
	color: #666666;
	text-decoration: none;
	font-weight:bold
}

A.dark:active {
	color: #666666;
	text-decoration: none;
	font-weight:bold
}

A.dark:hover {
	color: #b40020;
	text-decoration: none;
	font-weight:bold
}
/* ELEMENT SETTINGS
-------------------------------------*/
TD {
	font-size: 11px;
	font-family : Verdana;
}

P {
	font-size: 11px;
	font-family : Verdana;
}

TD.dark {
	font-size: 11px;
	font-family : Tahoma;
	color : #FFDE9B;
}

P.dark {
	font-size: 12px;
	font-family : Verdana;
}

TD.smaller {
	font-size: 11px;
	font-family : Tahoma;
	color : #666666;
}

P.smaller {
	font-size: 11px;
	font-family : Tahoma;
	color : #666666;
}
/* MINICART
-------------------------------------*/
TD.mincart {
	font-size: 10px;
	font-family : Verdana;
border: 1px dotted #b3b3b3;
}

P.mincart {
	font-size: 10px;
	font-family : Verdana;
}
/* HORIZONTAL RULE
-------------------------------------*/
HR {
	height: 1px;
	color: #999999;
}
/* TOP MENU
-------------------------------------*/
td.headerback {
	background-image:   url(files_2011/topmenu.jpg);
	background-repeat: repeat-x;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #168baa;
	border-bottom-color: #b3b3b3;
	height: 23px;
	padding-left: 4px;
	letter-spacing:1px;
	font-weight:bold;
}
/* RIGHT CONTENT
-------------------------------------*/
td.right{
padding:6px;}

td.rightcon{
background-color: #fff;
padding:6px;
font: 11px verdana;
color:#666;

}
/* Gray cell backgrounds */
td.gray{
background-color:#b3b3b3;
}




/* news
-------------------------------------*/
#newslist
{
padding: 0;
margin-left: 0;
margin-top:0;
font: 11px Verdana, sans-serif;

width: 280px;
}

#newslist li
{
list-style: none;
margin: 0;
border-bottom: 1px solid #cccccc;
text-align: left;
padding-top:3px;
padding-bottom:3px;
}

#newslist li a
{

color:#eca81f;

text-decoration: underline;
}

#newslist li a:link { color: #eca81f; }
#newslist li a:visited { color: #eca81f; }

#newslist li a:hover
{
border-color: #fff;
color: #2f7f16;
background: #F0F0F0;
}


















