/* CSS Document */

* { margin:0; padding:0;}
body { background: url(../images/body.gif) repeat top center !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	line-height: 18px !important;
	color: #000;
	min-width: 1000px;
}
ol {padding-left: 25px;}
.shadow {
	background: url(../images/shadow.png) no-repeat top center;
	min-height: 100%;
	position: relative;
	margin: 0 0 -89px;
	height: auto !important;
}
table, td {border-collapse:collapse; font-size:100%;}
table, td, img {border:0;}
form, td {margin:0; padding:0;}
td { vertical-align:top; text-align:left;}

html, body, .main-bg, .top-tail{ height:100%;}


.main-width { width:970px; margin:0 auto; text-align:left;margin-top:10px;}
.main-width2 { width:970px; margin:0 auto; text-align:left;background: url(../images/top-bg.gif); margin-top:10px;}
input, textarea { font-family:Tahoma; font-size:1em;}

.fleft { float:left;}
.clear { clear:both;}

img {vertical-align:top;}
a img { border:0;}
ul { list-style:none;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper{ width:100%; overflow:hidden;}
.container { width:100%;}
.column-1, .column-2, .column-3{ float:left;}
.newsheader {font-size:14px;font-weight:bold;}
a {color:#66CC33; outline:none; }
a:hover{text-decoration:underline;}
p { margin:0; padding:0;}
.majunb{ margin:10px 15px 10px 15px;font-size:60%;}
.lvlvm { border:1px solid #dedede;margin:2px;padding:2px;}
.lvlvm2 { border:3px solid #dedede;height:380px;}
/* ============================= header ====================== */
#header .top{ width:100%; overflow:hidden; padding:0 0 1px 0;}
#header .logo{ padding:13px 0 0 4px; float:left;}

#header .lang{ float:right; padding:11px 0 0 0;}
#header .cart{ float:left; padding:4px 4px 0 24px; color:#fff;font-size: 11px;background:url(../images/cart.png) no-repeat left }
#header .cart a{ color:#da1a20; text-decoration:none;}
#header .cart a:hover{ color:#d90f0f;}

#header .nav-links{ float:right; color:#4b585a; padding:4px 3px 0 0;}
#header .nav-links a{ color:#DA1A20; text-decoration:none;}
#header .nav-links a:hover{ color:#fff;}

#header .row{ width:100%; overflow:hidden;}
#header .search{ float:left; width:178px; height:57px; background:#162225;}
#header .search form{ padding:15px 0 0 8px;}
#header .search input{ vertical-align:middle;}
#header .search .input1{ border:solid 0px; color:#4b585a; padding:6px 5px 5px 8px; width:120px;}

.menu{ 
    
	background:url(../images/menu-bg.jpg) repeat-x left top;
	height:43px;
	
	border-right:1px solid #151515;	
}
.menu ul{

	padding:0;
	margin:0;
}
.menu ul li{
	float:left;
}
.menu ul li:first-child a{
	padding:10px 8px 13px 8px;
}
.menu ul li a{
	display:block;
	color:#fefefe;
	font-size:14px;
	line-height:20px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	padding:10px 8px 13px 8px;
	background:url(../images/menu-line.gif) no-repeat right top;
}
.menu ul li:first-child.selected a,
.menu ul li:first-child a:hover{
	padding-right:17px;
}
.menu ul li.selected a,
.menu ul li a:hover{
	background:url(../images/menu-act.jpg) repeat-x left top;
	color:#121403;
	border-right:1px solid #bcbcbc;
	
}

/* ============================= content ===================== */
.column-left{ border: 1px solid #dedede;  padding:2px; background:#111;}
#column-center{ background:#000;border: 1px solid #666; padding:10px;}
.column-center-padding { background:#fff; }
.banners{
	margin:5px 0;
}
.carousel-box{
	width:710px;
	height:382px;
	position:relative;
	overflow:hidden;
}
.carousel-box .carousel ul{
	padding:0;
	margin:0;
}
.carousel-box .carousel ul li{
	text-align:center;
	margin-right:10px;
	cursor:pointer;
}

.carousel-box .prev{
	height:66px;
	width:66px;
	background:url(../images/btns.png) no-repeat left top;
	display:block;
	cursor:pointer;
	position:absolute;
	top:189px;
	left:0px;
	z-index:10;
}
.carousel-box .prev:hover{
	background:url(../images/btns.png) no-repeat left bottom;
}
.carousel-box .next{
	height:66px;
	width:66px;
	background:url(../images/btns.png) no-repeat right top;
	display:block;
	cursor:pointer;
	position:absolute;
	top:189px;
	right:0px;
	z-index:10;
}
.carousel-box .next:hover{
	background:url(../images/btns.png) no-repeat right bottom;
}

/* ============================= content ===================== */

.name{ font-size:17px; text-decoration:none; line-height:20px; font-weight:bold;}
.name:hover{ color:#999999;}
.product-col{
	width:345px!important;
	border:1px solid #ddd;
	padding:3px 0 2px 0;
	margin-bottom:5px; height:175px;
}
.product-col:hover{
	border:1px solid #ccc;
}
.prod-info:hover{ background:#000;
}
.product-col .img{
	text-align:center;float:left; width:50%;
}
.product-col .prod-info{
	padding:3px 5px 5px 5px;float:left; width:45%;
}
.product-col .name{
	color:#000;
	font-size:11px;
	line-height:18px;
	text-transform:;
	text-decoration:none;
	font-weight:bold;
	padding-left:1px;
	display:inline-block;
}
.product-col .name:hover{
	color:#666666;
}
.product-col .text{
	color:#000;
	font-size:12px;
	line-height:18px;
	display:block;
	padding:2px 0 7px 1px;
	margin-left:-1px;
}
.product-col .price{
	margin-bottom:8px;
}
.product-col2{
	width:165px!important;
	border:1px solid #d8d8d8;
	padding:13px 0 16px 0;
	margin-left:5px;
}
.product-col2:hover{
	border:1px solid #e9e9e9;
}
.product-col2 .img{
	text-align:center;
}
.product-col2 .prod-info{
	margin:0 10px 0 14px;
	padding:3px 5px 5px 5px;
}
.product-col2 .name{
	color:#1c1c1c;
	font-size:11px;
	line-height:18px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	padding-left:1px;
	display:inline-block;
}
.product-col2 .name:hover{
	color:#666666;
}
.product-col2 .text{
	color:#acaaaa;
	font-size:12px;
	line-height:18px;
	display:block;
	padding:2px 0 7px 1px;
	margin-left:-1px;
}
.product-col2 .price{
	margin-bottom:8px;
}
.price{
	color:#ff6666;
	font-size:16px;
	line-height:22px;
	font-weight:normal;
}
.price strong{
	font-weight:normal;
}

*+ html #reviewsInfoDefault{
	position:relative;
	z-index:100;
	margin-bottom:30px;
}
#advSearchResultsDefault form{
	margin-bottom:10px;
	display:block;
	overflow:hidden;
}
#popupSearchHelp{
	padding:0;
}
.centeredContent .inp1 input{
	
}
/* ============================= footer ====================== */
#footer{ padding:10px;font-size:10px; color:#666;background:#000000;text-align:left;}
#footer .cards{ float:right;}
#footer a{ text-decoration:none;}
#footer a:hover{ color:#fff;font-size:10px;}
#footer2{ padding:0 0 8px 0; color:#4b585a;font-size:10px;}
#footer2 a{ color:#fff; text-decoration:none;font-size:10px;}
#footer2 a:hover{ color:#d90f0f;font-size:10px;}
.lvlve{
	background:#111; margin-top:3px;border: 1px solid #333; padding:5px;	
}
.lvlve2{
	background:#fff; margin-top:3px;border: 1px solid #eee;  width:250px; padding:0 20px;	 border: 1px solid #ccc;
}
.attrib-grid-cell{ border: 1px solid #ccc; padding:5px;}
.attrib-grid-hHeader {
	border: 1px solid #ccc; padding:5px; margin-top:5px;	
}
/* ============================= forms ======================= */
input, select, textarea{ font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:normal; color:#010101;}

.currencies{ float:right; padding:5px 7px 0 0; font-size:12px; color:#fff;}
.currencies select{ color:#4b585a; width:135px;  vertical-align:middle; background:#444;}
A.category-majun, A.category-majun:visited {

	font-size:13px; line-height:30px; border:solid 1px #555; margin-bottom:1px;

	display:block; padding-left:15px;


	}
