@charset "utf-8";
body {
	font-family: sans-serif;
	font-size: 12px;
	color: #222222;
	background-color: #FFFFFF;
	margin:0px;
}
.paddingAll8
{
	padding:8px;
}
a.menuActive,a.menuActive:active,a.menuActive:hover
{
	background-image:url(img/active-tab.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	font-family:verdana;
	width:98px;
	display:block;
	height:22px;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	padding-top:17px;
	padding-right:1px;
	text-decoration:none;
	color:#FFFFFF;
	float:left;
}
a.menuDeactive,a.menuDeactive:active,a.menuDeactive:hover
{
	background-image:url(img/tabs.png);
	background-repeat:no-repeat;
	font-family:verdana;
	width:93px;
	color:#000000;
	display:block;
	height:30px;
	font-size:11px;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	padding-top:9px;
	padding-right:1px;
	text-decoration:none;
	float:left;
}
.staticLink a,.staticLink a:active,.staticLink a:hover
{
color:#333333;
text-decoration:none;
font-family:verdana;
font-size:13px;
text-transform:uppercase;
}
.colorRed
{
	color:#ff0000;
}
h1{
color:#006699;
font-size:16px;
margin-bottom:0px;
text-transform:capitalize;
}
.NewPanel{
width:232px;
height:135px;
background-image:url(img/new-product.png);
background-repeat:no-repeat;
}
.divBg
{
background-image:url(img/bg.png);
width:790px;
background-repeat:repeat-y;
}
.floatRight
{
float:right
}
a.whActive,a.whActive:active,a.whActive:hover
{
color: #00FF00;
font-style:italic;
font-weight:bold;
font-size:14px;
}
a.whDeactive,a.whDeactive:active,a.whDeactive:hover
{
color: #FFFFFF;
font-style:normal;
text-decoration:none;
font-size:14px;
}
span.subcategories div
{
height:22px;
padding-left:30px;
font-weight:bold;
font-family:verdana;
}
span.subcategories div a, span.subcategories div a:active, span.subcategories div a:hover
{
font-size:12px;
color:#333333;
text-transform:capitalize !important;
text-decoration:none;
}
a.subact,a.subact:active, a.subact:hover
{
font-size:12px;
color:#006699 !important;
font-style:italic;

text-decoration:none;
}
.paddingLR
{
padding-left:8px;
padding-right:4px;
}
.paddingDiv
{
padding:8px;
line-height:19px;
}
.paddingDiv strong
{
color:#993300;
}
input[type=text],input[type=password]
{
font-size:11px;
width:120px
}
Select{
text-transform:capitalize;
font-size:11px;
}
.successCart{
border:1px solid #00FF33;
background-color:#C9E4AD;
background-image:url(img/success.png);
background-position:12px 8px;
background-repeat:no-repeat;
padding:8px;
padding-left:40px;
font-size:14px;
}
.failCart{
border:1px solid #FF0000;
background-color:#FFD9CC;
background-image:url(img/fail.png);
background-position:12px 8px;
background-repeat:no-repeat;
padding:8px;
padding-left:40px;
font-size:14px;
}
th strong{
color:#FFFFFF;
}
.errorMsg{
color:#FF0000;
background-image:url(img/fail.png);
background-repeat:no-repeat;
background-position:0px 0px ;
padding-left:30px;
height:20px;
text-align:left;
}
.menus
{
border:solid #CCCCCC;border-width:0px 0px 1px 0px;
}
.ftxt
{
font-size:10px;color:#999999;
}
a strong{
color:#666666;
}