/*Main*/
body,table,td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height:13px;
}

a
{
	text-decoration:underline;	
	color: #0482C4;
}

a:hover
{
	text-decoration:underline;	
	color: #0482C4;
}
h1
{
	font-size: 22px;
	line-height: normal;
}
h1.prodRub 
{
	font-size: 22px;
	font-weight: bold;
	color: #0079c1;
	line-height: normal;
}
.redLink
{
	font-weight:bold;
	color: #F51D30;
	text-decoration:none;
}
.grayLink 
{
	text-decoration: none;
	color: #616161;
	font-weight: bold;
}
.grayLink:hover 
{
	text-decoration: underline;
}
.redLink:hover
{
	font-weight:bold;
	color: #F51D30;
	text-decoration:underline;	
}

.imgIcon
{
	cursor: pointer;
}

.form 
{
	font-family: Verdana,Arial,Helvetica,Sans-serif;
	font-size: 11px;
	color: #000000;
	border: solid 2px black;
}

#drpCountry
{
	width: 175px;
}

.heading_1
{
	font-size:11px;
	font-weight:bold;
	line-height: 18px;
}

.heading_2
{
	font-size:12px;
	font-weight:bold;
	line-height: 20px;
}

.heading_3
{
	font-size:16px;
	font-weight:bold;
	line-height: 20px;
}

.heading_4
{
	font-size:16px;
	font-weight:bold;
	line-height: 20px;
}

.linkHeading1
{
	color: #000;
	font-size:11px;
	font-weight:bold;
	line-height: 18px;
	text-decoration: none;
}
/*End main*/

/*Cart*/
#cartWrapper
{
	width: 259px;
	margin-top: 15px;
}

#cartWrapper a
{
	color: #a0a0a0;
	text-decoration: none;
}

#cartTop
{
	height: 15px;
	background: url(/images/carttop.gif) no-repeat;
}

#cartContentWrap
{
	font-weight: bold;
	color: #a0a0a0;
	padding: 0px 10px 0px 17px;
	background: #f3f3f3 url(/images/cartbg.gif) repeat-y;
}

#cartContentHead
{
	width: 225px;
	height: 22px;
	text-align: left;
	color: #6bafce;
	font-size: 14px;
	letter-spacing: -0.5px;
	line-height: normal;
	border-bottom: 1px dotted #8c8f90;
}

#cartContent1
{
	width: 225px;
	padding-top: 10px;
	text-align: left;
}
#cartContent2
{
	width: 225px;
	padding-top: 5px;
	text-align: left;
}
#cartContent3
{
	width: 225px;
	padding-top: 15px;
	text-align: left;
}
#cc45Wrap
{
	width: 225px;
	padding-top: 20px;
}
#cartContent4
{
	width: 115px;
	text-align: left;
	float: left;
}
#cartContent5
{
	width: 110px;
	text-align: right;
	float: right;
}
#cartContent5 img
{
	border: none;
}
#cartContent6
{
	width: 225px;
	padding-top: 10px;
	text-align: right;
	clear: both;
}

#cartContent7
{
	width: 225px;
	padding-top: 10px;
	text-align: left;
	clear: both;
}

#cartBottom
{
	height: 15px;
	background: url(/images/cartbottom.gif) no-repeat;
}
/*end cart*/

/*menu*/
.hideMe
{
	display: none;
}
.showMe
{
	display: block;
}
.lvl1
{
	text-align: left;
	height: 17px;
	padding: 3px 5px 0 10px;
	margin-top: 1px;
	line-height: normal;
}
.lvl1b 
{
	padding-left: 5px;
}
.lvl1b a 
{
	font-size: 110%;
	letter-spacing: 1.5px;
}
.lvl2
{
	text-align: left;
	height: 17px;
	padding: 3px 5px 0 15px;
	margin-top: 1px;
	line-height: normal;
}
.lvl2b 
{
	padding-left: 5px;
}
.lvl3
{
	text-align: left;
	height: 17px;
	padding: 3px 0 0 25px;
	margin-top: 1px;
	line-height: normal;
	background-color: #9ccee5;
}
.arrowImgRight
{
	margin-top: 3px;
}
.arrowImgDown
{
	margin-top: 3px;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.clear 
{
	clear: both;
}
#searchContentWrapper
{
	width: 259px;
	background: url(/images/searchbox.png) no-repeat;
}
#searchContent
{
	height: 86px;
	width: 235px;
	text-align: right;
	padding: 5px 10px;
}
#magniCat
{
	width: 44px;
	height: 47px;
	position: absolute;
	top: 90px;
	left: 25px;
	background: transparent url(/images/magnicat.gif) no-repeat;
}
#prodMenuWrapper
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 259px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
#prodMenuTop
{
	width: 259px;
	height: 15px;
	background: #fff url(/images/blueboxtop.gif) no-repeat;
}
#prodMenuContentWrapper
{
	width: 245px;
	text-align: left;
	background: #83c2de url(/images/blueboxbg.gif) repeat-y;
	padding: 0 7px;
}
#prodMenuContentHead
{
	width: 215px;
	height: 30px;
	text-align: left;
	color: #fff;
	border-bottom: 1px dotted #fff;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: normal;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
}
#prodMenuContent 
{
	width: 245px;
	padding: 15px 0px;
}
#prodMenuContent a 
{
	color: #fff;
	line-height: normal;
	text-transform: uppercase;
	text-decoration: none;
}
#prodMenuBottom
{
	width: 259px;
	height: 15px;
	background: #fff url(/images/blueboxbottom.gif) no-repeat;
}
/*end menu*/

/*mainmenu*/
#mainMenu
{
	width: 704px;
	height: 30px;
	background: #fff url(/images/expandedinfomenu.png) no-repeat;
}
#expandedInfoMenu 
{
	width: 700px;
	height: 30px;
	background: #fff url(/images/expandedinfomenu.png) no-repeat;
}
#mainMenu a, #expandedInfoMenu a
{
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.menuItem
{
	width: 130px;
	float: left;
	text-align: left;
	padding-top: 7px;
	padding-left: 10px;
}

/*Main banner*/
#mainBanner
{
	padding-top: 10px;
}

/*Base content*/
#baseContentWrapper
{
	width: 700px;
	line-height: normal;
}
#baseContentLeft
{
	width: 340px;
	float: left;
}
#baseContentRight
{
	width: 340px;
	float: right;
}
#base1
{
	border: none;
	margin: 20px 0 20px 0;
}
#baseL2
{
	text-align: center;
}
#baseL2 a
{
	color: #a0a0a0;
	text-decoration: none;
}
#baseL2A
{
	height: 25px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background: #fff url(/images/greybar.gif) no-repeat;
	text-align: left;
	padding: 5px 0 0 20px;
}
.baseL2B
{
	width: 285px;
	padding: 10px 20px;
	text-align: left;
	border-bottom: 1px solid #cccccc;
	overflow: auto;
}
#baseL3
{
	text-align: left;
}
#baseL3A
{
	height: 25px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background: #fff url(/images/greybar.gif) no-repeat;
	text-align: left;
	padding: 5px 0 0 20px;
}
#baseL3B
{
	width: 285px;
	text-align: left;
	padding-left: 30px;
}
#baseR2
{
}
#baseR2A
{
	height: 25px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background: #fff url(/images/greybar.gif) no-repeat;
	text-align: left;
	padding: 5px 0 0 20px;
}
#baseR2B
{
	width: 285px;
	text-align: left;
	padding-left: 20px;
	padding-top: 6px;
}
#baseR3
{
}
.blueRub
{
	font-size: 26px;
	font-weight: bold;
	color: #0079c1;
}
.bread
{
	font-weight: normal;
	color: #616161;
}
.stdImg
{
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.artRub
{
	color: #3b3b3b;
	font-size: 14px;
	font-weight: bold;
}
.artDesc
{
	width: 160px;
}
.grayBar 
{
	height: 25px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background: #fff url(/images/greybar.gif) no-repeat;
	text-align: left;
	padding: 5px 0 0 20px;
}
li.MsoNormal
{
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman";
	margin-left:0cm;
	margin-right:0cm;
	margin-top:0cm
}
.verticalBar 
{
	border-left: 2px solid #eaeaea;
}
.verticalBar table 
{
	padding-left: 5px;
}