@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #062a5a;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial;
	font-size: 11px;
	color: #525252;
}
td, select, input, textarea {
	font-family: Arial;
	font-size: 11px;
	color: #525252;
}
a:link, a:visited, a:active {
	color: #0040bd;
}
a:hover {
	text-decoration:none;
}
a.toplink:link, a.toplink:visited, a.toplink:active {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	margin-right: 20px;
	text-decoration:none;
}
a.toplink:hover {
	text-decoration:underline;
	color:#7facff;
}
a.white:link, a.white:visited, a.white:active {
	color: #ffffff;
}
a.white:hover {
	text-decoration:none;
}

.leftheader {
	color: #5A5A5A;
	font-size: 16px;
	font-weight:bold;
	line-height:20px;
}
a.maincat:link, a.maincat:visited, a.maincat:active {
	color: #14336e;
	text-decoration:none;
	font-weight:bold;
	text-transform: uppercase;
	line-height:20px;
}
a.maincat:hover {
	color:#2c5aae;
	text-decoration:underline;
}
a.mainhot:link, a.mainhot:visited, a.mainhot:active {
	color: #FF6400;
	text-decoration:none;
	font-weight:bold;
	text-transform: uppercase;
	line-height:20px;
}
a.mainhot:hover {
	color:#F97C2B;
	text-decoration:underline;
}
a.subcat:link, a.subcat:visited, a.subcat:active {
	color: #2c5aae;
	text-decoration:none;
}
a.subcat:hover {
	color: #14336e;
	text-decoration:underline;
}

a.pagesubcat:link, a.pagesubcat:visited, a.pagesubcat:active {
	color: #2c5aae;
	text-decoration:none;
	font-size: 13px;
	font-weight:bold;
}
a.pagesubcat:hover {
	color: #14336e;
	text-decoration:underline;
	font-size: 13px;
	font-weight:bold;
}

a.product:link, a.product:visited, a.product:active {
	color: #000000;
	text-decoration:none;
	font-size:12px;
}
a.product:hover {
	color:#0039a0;
	text-decoration:underline;
}
.topbasket {
	color: #7facff;
}
.topbasket strong {
	color: #ffffff;
	font-size:12px;
}
.promo {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	color: #333333;
	text-align: right;
	vertical-align: bottom;
}
.categories {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c0;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}
.searchfield {
	font-size: 10px;
	color: #666666;
	width: 175px;
}
.newsfield {
	font-size: 10px;
	color: #666666;
	width: 140px;
}
.nav {
	font-size: 12px;
	font-weight: bolder;
	color: #22427e;
	background-image: url(../images/bg-nav.gif);
	background-repeat: repeat-x;
	background-position: center;
	vertical-align: middle;
}
.new {
	font-size: 14px;
	color: #306fe3;
	text-transform: uppercase;
}
.grid {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #c0c0c0;
	border-left-color: #c0c0c0;
}

.productcell {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	padding: 15px;
	vertical-align: top;
}
.price1 {
	color: #c90039;
}
.pricegreen {
	color: #00a108;
	font-size: 12px;
}
.price2 {
	font-size: 12px;
	color: #222222;
}
.pricemain {
	font-size: 18px;
	font-weight: bold;
	color: #c90039;
}

.copyright {
	font-size: 10px;
	color: #7facff;
}
.imgborder {
	border: 1px solid #3b66b4;
}
.titledet {
	font-size: 18px;
	color: #22427e;
}
.descr {
	font-size: 12px;
}
.dealoftheday {
	font-family: Arial;
	font-size: 18px;
	text-transform: uppercase;
	color: #FF0000;
	letter-spacing:-1pt;
}

/*  -----------  20100603 - redesign updates  ----------  */

.toll-free {
	color: #fff;
	font-size: 12px;
}
.toll-free strong {
	font-size: 13px;
}
.cart-price {
	font-size: 12px;
	color: #f00;
}

.submit-btn-wrap {
	display: inline-block;
	//display: inline;
	background: #e7e7e7 url(../images/submit-bg.gif) 0 0 no-repeat;
	border-right: 1px solid #d1d1d1;
	vertical-align: middle;
}
.submit-btn-wrap:hover {
	background: #8eaee7 url(../images/submit-bg.gif) 0 -27px no-repeat;
	border-right: 1px solid #3c6fce;
}
.submit-btn {
	background: none;
	height: 27px;
	font-size: 12px;
	color: #626262;
	font-weight: bold;
	padding: 0 10px;
	border: none;
	cursor: pointer;
}
.submit-btn:hover {
	color: #fff;
}

.searchfield {
	font-size: 12px;
	padding: 5px;
	color: 626262;
	background: #fff;
	border: 1px solid #d1d1d1;
	vertical-align: middle;
}
#SearchText {
	width: 200px;
}

/* -- menu -- */

* html body {
	behavior: url("styles/csshover3.htc");
}

.menu {
	border-collapse: collapse;
}
.menu td {
	text-align: left;
	border: 1px solid #497ad5	;
	border-top: none;
	border-bottom: none;
	background: #6f9bec url(../images/menu-bg.gif) 0 0 repeat-x;
}
.menu td a  {
	display: block;
	text-align: center;
	height: 25px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff !important;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}
.menu td:hover  {
	background: #3c6fce url(../images/menu-bg.gif) 0 -35px repeat-x;
}
.menu td.current  {
	background: #3c6fce url(../images/menu-bg.gif) 0 -35px repeat-x;
}

.menu td table {
	display: none;
}
.menu td:hover table {
	display: block;
	float: left;
	position: absolute;
}
.menu td:hover td {
	border: none;
}
.menu td:hover table td a {
	display: block;
	text-align: left;
	height: 21px;
	padding-top: 7px;
	color: #eee !important;
	font-size: 12px;
	text-transform: none;
	font-weight: normal;
	padding-left: 18px;
	padding-right: 15px;
	white-space: nowrap;
	text-decoration: none;
	background-image: none !important;
	background: #6f9bec !important;
	border: 1px solid #3266c6;
	border-top: none;
}
.menu td:hover table td:hover a {
	background: #3c6fce !important;
	color: #fff !important;
}


