/* CSS Document */


.boxover-header {
	color:#333333;
	background-color:#AAAAAA;
	width:340px;
	border:1px solid #222222;
	font-weight:bold;
	padding:5px;
}

.boxover-body {
	width:340px;
	background:#ffffff;
	color:#333333;
	border-left:1px solid #222222;
	border-right:1px solid #222222;
	border-bottom:1px solid #222222;
	padding:5px;
}
         

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color:#383934;
	color:#FFFFFF;
	font-size:11px;
}

form { display:inline }

a { color:#FFFFFF;text-decoration:underline }
a:hover { color:#DDDDDD; text-decoration:none}

.closed { display: none;}
.open { display:inline-table;}
.bold { font-weight:bold }

.text {
	color:#EEEEEE;
	line-height:16px
}

.title {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
}

.textbox {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#dddddd;
	color:#111111;
	padding-left:2px;
	border: 1px solid #555554;
}

.padding15 {
	padding:15px
}
/*----------- CENTRAL -----------------------*/

#main {
	text-align:left;
	width:775px;
	margin:auto;
}

#central {
	float:right;
	text-align:left;
	width:566px;
	margin-bottom:18px;
	/*background-color:#464741;*/
}

/*----------- HEADER -----------------------*/
#header {
	width:770px;
	margin:auto;
	height:86px;
	background-image:url(/images/bg_header2.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}

#submenu {
	color:#FFFFFF;
	background-image:url(/images/bg_submenu.gif);
	background-repeat:no-repeat;
	width:770px;
	height:48px;
	margin:auto;	
	margin-bottom:6px;
}
	
	#submenu ul {
		margin:0;
		padding:0;
	}
	
	#submenu ul li {
		display:inline;
		list-style:none;
	}
	
	#submenu ul li a {
		padding-left:8px;
		padding-right:7px;	
		background-image:url(/images/arrow_submenu.gif);
		background-position:left;
		background-repeat:no-repeat;	
	}
	#submenu .textbox#search {width:150px}
/*----------- MAIN MENU ------------------*/

#menu {
	float:left;
	width:197px;
	padding-right:3;
}

.menu-title {
	height:35px;
	line-height:33px;
	padding-left:18px;
	background-image:url(/images/bg_title_menu.gif);
	background-repeat:no-repeat;
	
	font-weight:bold; 
	font-size:11px; 
	color: #ffffff	
}

.menu-content {
	background-color:#545454;
	border-right: #5c5c5c 1px solid; 
	border-left: #5c5c5c 1px solid;
	padding:12px;	
}

.menu-bottom {
	width:197px;
	height:8px;
	margin-bottom:18px;
	line-height:8px;
	background-image:url(/images/bottom_menu.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#menu .option {
	color:#e0e2d7;
	font-weight:bold;
	font-size:11px;
	line-height:18px;
	height:19px;
	padding-bottom:1px;
	text-indent:15px;
	border-top:1px dotted #8b8684;
	background-image:url(/images/arrow_menu.gif);
	background-repeat:no-repeat;
	background-position:left;	
}

#menu .option a.selected {
	color:#FFcc00;
}

#menu a {
	text-decoration:none;
	display:block;
}

#menu .option2 a:hover {
	color:#FFcc00;
	background-color:#5d5d5d;	
}

#menu ul {
	margin:0;
	padding-top:4px;
	padding-bottom:10px;
	padding-left:16px;
	padding-right:13px;
}

#menu ul li {
	margin:0;
	padding:0;
	list-style:none;
	line-height:14px;
	color:#000000;
	font-size:11px;
}

#menu .option .selected {
	/*color:#b9e700;*/
}

#menu .selected a {
	color:#FFcc00;

}


/*------------ BANNERS ----------------------*/
#banner-home1 {
	background-image:url(../common/banners/ban_home_1.jpg);
	background-repeat:no-repeat;
	width:547px;
	height:111px;	
	padding-top:11px;
	padding-left:23px;
	margin-bottom:4px;
}

.title-banner, h1 {
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	margin-bottom:9px;
}
/*----------- CONTENT -----------------------*/

.section-title, h2 {
	float:none;
	clear:both;
	margin:0;
	padding:0;
	height:35px;
	line-height:31px;
	padding-left:18px;
	background-image:url(/images/bg_title_section.gif);
	background-repeat:no-repeat;
	
	font-weight:bold; 
	font-size:11px; 
	color: #ffffff	
}

h3 {
	font-weight:normal;
	font-size:11px;
}
.section-title a {
	text-decoration:none;
}

.section-content {
	float:none;
	clear:both;
	padding-top:10px;
	padding-bottom:5px;
	padding-left:11px;
	padding-right:11px;	
	background-color:#464741;
	border-right: #555552 1px solid; 
	border-left: #555552 1px solid;
}

.section-bottom {
	float:none;
	clear:both;
	width:566px;	
	height:8px;
	line-height:8px;
	background-image:url(/images/bottom_section.gif);
	background-repeat:no-repeat;
	margin-bottom:3px;
}

.hot-deals ul {
	margin:0;
	padding:0;
	list-style:none;
}

.hot-deals li {
	padding-left:10px;
	background-image:url(../images/arrow_submenu.gif);
	background-repeat:no-repeat;
	background-position:left 6px;
	margin-bottom:5px;
}

.hot-deals li a {
	text-decoration:none;
	color:#FFCC00;
} 

.hot-deals li a:hover {
	text-decoration:underline;
} 
/*------------ RESULTS --------------------*/
#results {
	float:none;
	padding-left:9px;
}

.result {
	float:left;
	text-align:center;
	width:125px;
	height:235px;
	/*background-color:#006600;*/
	margin-right:7px;
	margin-bottom:7px;	
	/*height:160px;*/
}

.description {
	color:#FFFFFF;
	font-size:10px;
	line-height:12px;
}

.btn_shop {
	background-color:#e2e4da;
	color:#333333;
	border-top:1px solid #777777;
	border-left:1px solid #777777;	
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;	
	margin-top:7px;
	width:80px;
	height:18px;
	line-height:17px;
	font-weight:bold;
	text-align:center;
}

.btn_shop a {
	display:block;
	color:#333333;
	text-decoration:none;
}

.price {
	color:#FFcc00;
	font-size:13px;
	font-weight:bold;
	padding:3px;
}
.sale-price {
	color:#FFFF66;
}
.img-prod {
	background-color:#383934;
	padding:6px;
	border:1px dotted #777777;
}

.img-cat {
	background-color:#444444;
	padding:4px;
	border:1px dotted #777777;
	margin-right:10px;

}

.line-dotted {
	float:none;
	clear:both;
	height:1px;
	line-height:1px;
	border-bottom:1px dotted #666666;
	margin:10px;
}


.nav {
	float:none;
	clear:both;
	text-align:right;
	margin-top:10px;
	margin-bottom:7px;	
	height:18px;
	line-height:18px;
	padding-left:16px;
	padding-right:16px;
	
	font-weight:bold;
	font-size:11px;
	color:#FFFFFF;
} 

.nav a {
	text-decoration:underline;
	color:#FFFFFF;
}

.nav a:hover {
	text-decoration:none;
	color:#FFFFFF;
}

.coupon {
	margin-top:4px;
	margin-bottom:14px;
}

#articles a {
	color:#FFcc99;
}

/*----------- SITE MAP ---------------------*/
#map {

}

.map-block {
	width:179px;
}

#map .map-title {
	background-image:url(/images/arrow_menu.gif);
	background-repeat:no-repeat;
	background-position:5px;
	background-color:#666666;
	font-weight:bold;
	color:#FFFFFF;
	height:19px;
	line-height:18px;
	margin-right:3px;
}

#map .map-title a {
	padding-left:19px;
	padding-right:15px;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
}


#map .map-links {
	padding-top:10px;
	padding-bottom:15px;	
	padding-left:19px;
}

#map .map-links a {
	display:block;
	text-decoration:none;
}

#map .map-links a:hover {
	color:#FFcc00;
}

#map ul {
	margin:0;
	padding:0;
}

#map ul li {
	list-style:none;
	line-height:16px;
}

#map .map-title2 {
	float:left;
	margin-right:2px;	
	line-height:18px;	
	background-color:#AAAAAA;
	line-height:20px;
	height:20px;
	/*width:105px;*/
	width:132px;
	text-align:center;	
}

#map .map-title2 a {
	color:#444444;
	display:block;
	text-decoration:none;
}

#map .map-title2 a:hover {
	color:#FFFFFF;
}

/*----------- FOOTER-----------------------*/

#footer {
	margin-bottom:15px;
	background-image:url(/images/bg_footer.gif);
	background-repeat:no-repeat;
	float:none;
	clear:both;
	width:770px;
	margin:auto;
	line-height:20px;
	text-align:center;
	padding-top:10px;
	padding-bottom:18px;
	color:#FFFFFF;
}

#footer a {
	color:#FFFFFF;
}


#footer-cats {
	margin-bottom:15px;
	/*background-image:url(/images/bg_footer.gif);
	background-repeat:no-repeat;*/
	float:none;
	clear:both;
	width:760px;
	margin:auto;
	line-height:20px;
	text-align:center;
	padding-top:15px;
	padding-bottom:25px;
	color:#FFFFFF;
}
	#footer-cats a:hover {
		color:#FFcc00;
	}
