﻿@charset "utf-8";
/* CSS Document */

html, body{
	padding:0;
	margin:0;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
body{
	background:url(imgr/head-logo1.jpg) top center no-repeat;
}
img{border:0;}
a{border:0;}


#all{
	width:1000px;
	margin: 0 auto;
	padding:0;
	border-left: #F9F9FF 1px solid;
	border-right: #F9F9FF 1px solid;
	background:url(imgr/footer1.jpg) center bottom no-repeat;
}
#wrapper{
	width:1000px;
	margin:auto;
	padding:0;
}


/*---------   Header  ------------*/

#header{
	width:1000px;
}
#logo{
	height:140px;
}

		#page_manage{
			width:395px;
			height:50px;
			background: url(imgr/whiteBlock-top.png) no-repeat;
			margin-left:600px;
		}
		
		
		ul#manageBtns{
			margin:0 0 0 7px;
			padding:0;
			list-style:none;
			text-align:center;
		}
	
ul#manageBtns li{
	display:block;
	float:left;
	margin:0;
}
	ul#manageBtns li a{
		text-decoration:none;
		display:block;
	}
	
	ul#manageBtns li a.lang{
		width:25px;
		height:35px;
		margin:0 5px;
		padding-top:5px;
		font-size:0.9em;
		font-weight:bold;
		text-decoration:none;
		color:#333;
	}
	ul#manageBtns li a.lang:hover{
		color:#F00;
	}
	
	ul#manageBtns li a.mngBtns{
		width:20px;
		margin:-3px 3px 0 3px;
		text-decoration:none;
		color:#333;
	}
	ul#manageBtns li a.mngBtns:hover{
		margin-top:0px;
	}
	
		ul#manageBtns li#search{
			width:230px;
			margin:0;
		}
	
	#srch {
		width:130px;
		font-size:0.9em;
		margin:7px 0 7px 5px;
	}
	#searchBtn {
		width:40px;
		height:20px;
		margin:0 0 7px 0px;
		background: url(imgr/srchBtn.gif) no-repeat center;
		color: #DADADA;
		font-size:0.9em;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		border:0;
	}
	#searchBtn:hover {
		background: url(imgr/srchBtn-h.gif) no-repeat center;
		color:#fff;
	}

/*----------  Menu  ----------*/

#navigation{
	position:relative;
	height:75px;
}

#menu {
	margin:0 0 5px 0px;
	padding:4px 0 0 0;
	height:46px;
	position:relative;
	text-align:center;
}
#menu ul{
	margin:0;
	padding:0;
	list-style:none;
	height:40px;
}

#menu li{
	display:block;
	float:left;
	height:40px;
	margin:0 5px;
	background:url(imgr/btn_left.gif) left no-repeat;
}

#menu a{
	display:block;
	height:30px;
	min-width:80px;
	margin:0;
	padding:10px 15px 0 7px;
	background: url(imgr/btn_right.gif) right no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.2em;
	text-decoration:none;
	color:#333;
}
	#menu a:hover{
		color:#fff;
		text-decoration:none;
		background: url(imgr/btn_right-h.gif) right no-repeat;
	}
	#menu ul li:hover {
		background:url(imgr/btn_left-h.gif) left no-repeat;
	}


.subMenu{
	margin:auto;
	padding:3px 5px 1px 5px;
	background: #E7E7E7;
	height:17px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top:47px;
	left:15px;
	visibility:hidden;
}
	.subMenuBg {
		width:100%;
		background:url(imgr/subMenu-right.gif) right no-repeat;
	}

	.subMenu a{
		display:block;
		text-decoration:none;
		font-weight:bold;
		font-size:13px;
		color: #404040;
		padding-right:8px;
		height:14px;
		border-right:1px solid  #5D5D5D;
	}
	.subMenu a:hover{
		text-decoration:underline;
		color:#222;
	}

.dropMenu{
	margin:0;
	padding:0;
	list-style:none;
	background:#EFEFEF;
}
.dropMenu li{
	display:block;
	float:left;
	margin:0 3px;
}


/*----------  Page  --------------*/

/*----------  Top Block  --------------*/

#top_block{
	width:100%;
}

   /*----------------------   SS - Синий стикер    --------------------*/


#ss-top_left-bg{
	background:url(imgr/ss-left_top.gif) left top no-repeat #2082dd;
	width:600px;
	float:left;
	padding:0;
	margin:0;
}
#ss-top_right-bg{
	background:url(imgr/ss-right_top.jpg) right top no-repeat;
}
#ss-bottom_right-bg{
	background: url(imgr/ss-bg-middle.jpg) right bottom no-repeat;
}
#ss-clear-bg{
	background:url(imgr/ss-clear-bg.gif) top right no-repeat #2082dd;
	width:330px;
	margin:0;
	padding:0;
	height:20px;
}

#ss-cont{
	padding:15px 0;
	margin:0 40px 0 20px;
	color:#fff;
	min-height:300px;
	font-size:1.1em;
}
	#ss-cont p{
		margin:10px 0 0 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size:1.1em;
	}

	.page-title{
		font-size:1.3em;
		letter-spacing:1px;
		text-align:center;
	}


        /*   end of SS   */

#page-img{
	width:350px;
	float:right;
	text-align:center;
	margin:0 20px 0 0;
	padding-bottom:20px;
}

.clear{
	clear:both;
	margin:0;
	padding:0;
	height:20px;
}


/*---------    on Home Page  ---------------*/
/*---------  Middle Block  -------------*/

#middle-block{
	width:100%;
}

table#middle {
	width:1000px;
}


#main-catalog{
	margin:0;
	width:322px;
	background:url(imgr/ss-middle-bg.gif) right repeat-y #2081dd;
}
#mainCatalog-bg_bottom{
	background:url(imgr/ss-bottom.jpg) left bottom no-repeat;
	margin:0;
	padding:10px 10px 20px 10px;
}

		#main-catalog-cont{
			width:270px;
			margin:0 auto;
			min-height:385px;
			border-top:2px solid #fff;
			font-family:Verdana, Geneva, sans-serif;
		}

#main-catalog-cont ul{
	margin:10px 0 10px 15px;
	padding:0;
	list-style:url(imgr/markerCatalog.gif);
}
#main-catalog-cont ul li{
	padding-left:5px;
	margin:2px 0;
}
#main-catalog-cont ul li ul { 
	display: none;
	list-style:url(imgr/markerSubCatalog.gif);
	margin:7px 0 2px 0;
	padding:5px 0;
	background:url(imgr/listPointer.gif) top repeat-x;
}

	#main-catalog-cont a{
		text-decoration:none;
		color:#fff;
		font-size:1.1em;

		font-weight:bold;
		padding:0 2px;
	}
	#main-catalog-cont a:hover{
		color:#2081dd;
		background:#fff;
		text-decoration:underline;
	}

	#main-catalog-cont ul li ul a{
		font-weight:normal;
		font-size:1.1em;
	}
	#main-catalog-cont ul li a:hover{
		color:#2081dd;
		background:#fff;
		text-decoration:underline;
	}
	
	
	p.catalogTitle{
		font-size:1.3em;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight:normal;
		color:#fff;
		margin:0;
		padding:0;
	}
	
	div#mainCatalogCont ul li ul li.curent a {
		background:#419aee;
	}
	
	
/*---------------------  New & Actions  ------------------*/

.newActions{
	margin:0;
	padding:0 0 0 10px;
}

p.actionBlockName {
	font-size:1.3em;
	color:#555;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
	margin:0 0 15px 0;
	padding:0;
}

	a.newPromo {
		display:block;
		float:left;
		width:110px;
		text-align:center;
		margin:0 5px;
		padding:0;
		height:180px;
		text-decoration:none;
		color: #5B5B5B;
		font-size:0.9em;
		line-height:1em;
		font-family: Verdana, Geneva, sans-serif;
		font-weight:bold;
	}
	a.newPromo:hover{
		text-decoration:underline;
		color:#2791ec;
	}



/*---------   Home Page News  --------*/

#homeNews{
	background:url(imgr/greySticker-NewsBg.gif) center repeat-y;
}

	td#homeNewsTd {
		margin:0;
		padding:0;
		background:url(imgr/greySticker-tdBg.gif) bottom no-repeat;
	}

#homePageNews{
	position:relative;
	width:266px;
	margin:0 auto;
	padding:20px 11px 0 10px;
	background:url(imgr/greySticker-top.jpg) right top no-repeat;

}

#homeNewsContent{
	min-height:300px;
	width:240px;
	margin:auto;

}
	p#newsTitleHome {
		text-align:center;
		font-size:1.3em;
		color:#333;
		margin:0 auto;
		padding:10px 0 10px 0;
		text-decoration:underline;
	}
	#homeNewsContent p{
		margin:10px 0;
		padding:5px 0;
	}
	#homeNewsContent a {
		text-decoration:none;
		color:#333;
		font-size:1em;
		font-weight:bold;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		line-height:1.2em;
	}
	#homeNewsContent a:hover{
		text-decoration:underline;
		color:#fff;
	}

#homeNewsContent a.allNews {
	display:block;
	position:absolute;
	bottom:0px;
	right:15px;
	background:#454545;
	color:#FFF;
	text-decoration:none;
	padding:0 3px 1px 3px;
}
#homeNewsContent a.allNews:hover {
	text-decoration:underline;
	color:#CCC
}

/*---------  Bottom  -------------*/

#bottom{
	width:1000px;
	margin:auto;
}

			/*-------     Reklama   &  MordoLenta  ---------*/

		#bnrs-place{
			/* width:300px;
			 height:320px; */
			float:left;
			margin:0;
			padding:0;
		}
			.name-block{
				width:150px;
				border-top:2px solid #777;
				color:#777;
				padding:0;
				margin:10px 0 10px 0;
			}
			
	#MordoLenta {
		width:550px;
		height:110px;
		margin:20px 0;
		clear:both;
	}
	#lenta{
		width:550px;
		margin:0 0 0 350px;
	}
	#lentaPage{
		width:550px;
		margin:0 0 0 50px;
	}
	

/*--------  Adverts Block HomePage  ----------*/

#advert{
	width:685px;
	float:right;
	margin:0 0 20px 0;
	background: url(imgr/GreySticker-middle.jpg) top left no-repeat;
}

			#advertBottomBg{
				background:url(imgr/GreySticker-bottom.jpg) bottom left no-repeat;
				width:685px;
			}			


#advertContent{
	height:220px;
	margin:0;
	padding:40px 30px 30px 30px;
	line-height:1.3em;
}
	.advertTitle{
		margin:0 0 20px 40px;
	}
	
	#advertContent p{
		margin:7px 0;
		padding:0;
	}
	
	#advertContent img {
		float:right;
		margin:5px;
	}
	

/*------  end of on Home Page  ---------*/

/*---------  on Page of Catalog/Brands/Items  ----------*/

div#middle-block {
}

#pageSideLeft{
	width:340px;
	float: left;
}

	#pageCatalogBG {
		width:322px;
		background:url(imgr/ss-middle-bg.gif) right repeat-y #2081dd;
	}
	
	#mainCatalogCont{
		width:270px;
		margin:auto;
		min-height:200px;
		border-top:2px solid #fff;
		font-family:Verdana, Geneva, sans-serif;
	}
	#mainCatalogCont ul{
	margin:10px 0 10px 15px;
	padding:0;
	list-style:url(imgr/markerCatalog.gif);
}
#mainCatalogCont ul li{
	padding-left:5px;
	margin:2px 0;
}
#mainCatalogCont ul li ul { 
	display: none;
	list-style:url(imgr/markerSubCatalog.gif);
	margin:7px 0 2px 0;
	padding:5px 0;
	background:url(imgr/listPointer.gif) top repeat-x;
}

	#mainCatalogCont a{
		text-decoration:none;
		color:#fff;
		font-size:1.1em;
		font-weight:bold;
		padding:0 2px;
	}
	#mainCatalogCont a:hover{
		color:#2081dd;
		background:#fff;
		text-decoration:underline;
	}

	#mainCatalogCont ul li ul a{
		font-weight:normal;
		font-size:1.1em;
	}
	#mainCatalogCont ul li a:hover{
		color:#2081dd;
		background:#fff;
		text-decoration:underline;
	}
	

#pageSideRight {
	width:655px;
	float:right;
}

			/*--------    Page Content  ----------*/
			
	
		#pageContent {
			margin:0;
			padding:5px;
			min-height:500px;
			font-family: Verdana, Geneva, sans-serif;
			color:#444;
			position:relative;
		}
			a.backToBrend {
				display:block;
				width:200px;
				height:17px;
				background:#0167be;
				color:#fff;
				text-decoration:none;
				font-size:1em;
				font-weight:bold;
				text-align:center;
				position:absolute;
				bottom:10px;
				right:10px;
			}
			a.backToBrend:hover {
				background:#2791ec;
			}
		
		#pageContent h1, h2, h3 {
			margin:10px 0;
			padding:0;
			font-family: Arial, Helvetica, sans-serif;
		}
		#pageContent p{
			margin:7px 5px;
			padding:0;
			font-size:1em;
			line-height: normal;
		}
		
			.pageName, .pageTitle {
				color:#fff;
				font-size:1.3em;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				margin-bottom:20px;
				padding:0 0 2px 0;
				text-align:center;
				background:#0167be;
				max-width:500px;
			}

/*--------------   Catalog   ---------------*/

#catalogBox {
	width:640px;
	margin:auto;
}

a.catalogItem {
	display:block;
	float:left;
	width:308px;
	height:110px;
	text-decoration:none;
	text-align:center;
	color:#555;
	margin:5px;
	padding:0;
	border:1px solid #D2D2D2;
	font-size:1.1em;
	font-weight:bold;
}
a.catalogItem:hover {
	text-decoration:underline;
	border:1px solid #3a9cef;
	color:#025faf;
}
	a.catalogItem img {
		margin:5px;
	}
	

			.clearNews {
				width:100%;
				clear:both;
			}


#newsCatPage {
	margin:0;
	width:600px;
	padding:0;
	list-style:none;
}

	#newsCatPage a{
		text-decoration:none;
		color:#777;
		display:block;
		float:left;
		width:200px;
		line-height:1.2em;
		padding:2px 5px;
	}
	#newsCatPage a:hover{
		text-decoration:underline;
	}


/*-------   Catalog Page Navigation  ------------*/

.page_nav {
	margin:10px 0 10px 0;
	padding:1px 5px;
	font-size:1.1em;
	font-weight:bold;
	color:#fff;
	background:#2081dd;
}
.page_nav a{
	margin-left:3px;
	padding:0 3px 0px 3px;
	border-bottom:1px solid  #fff;
	border-right:1px solid  #fff;
	text-decoration:none;
	color:#fff;
	font-size:0.9em;
}
.page_nav a:hover{
	color: #999;
	background:#fff;
	border:1px solid #999;
}
/*-------  end Page  --------*/

/*---------    Info Page  &  vnutrennyaya stranica  ---------*/

#infoPage-left {
	float:left;
	}
#infoPage-right {
	float:right;
	width:700px;
}

#infoContent{
	float:left;
	width:430px;
	text-align:justify;
}

#infoPageNews{
	float:right;
	width:250px;
	background: url(imgr/news-bg-info.jpg) repeat-y;
}

		#infoPageNews-bg{
			margin:0;
			padding:0;
			background:url(imgr/news-top-info.jpg) top no-repeat;
		}
		
	#infoNewsContent{
		margin:0;
		padding:10px 5px;
		background:url(imgr/news-botom-info.jpg) bottom no-repeat;
	}
		#infoNewsContent p{
			margin:10px 5px;
			padding:2px;
		}
		p#newsTitleHome{
			font-size:1.3em;
			font-weight:bold;
		}
		
		#infoNewsContent a {
			text-decoration:none;
			color:#444;
			font-size:1em;
			font-weight:bold;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			line-height:1.1em;
		}
		#infoNewsContent a:hover{
			text-decoration:underline;
			color:#fff;
		}
		
#infoContent p{
	margin:7px 5px;
	line-height:1.3em;
}

/*--------  Search Results  ---------*/

#searchContent {
	float:left;
	width:700px;
	margin-left:20px;
}
#searchContent a{
	display:block;
	margin:10px 0;
	font-size:1.2em;
	font-style:italic;
	color:#333;
}
#searchContent a:hover{
	text-decoration:underline;
	color:#0167be;
}

/*-----------  Site Map Page  ----------*/

#siteMapContent {
	float:right;
	width:680px;
	margin:0 10px;
}
	#siteMapContent ul {
		list-style: url(imgr/listMap.gif);
		margin:10px 0 10px 20px;
		padding:0;
	}
	#siteMapContent li{
		margin:1px 0;
		padding:0;
	}
	
		#siteMapContent a{
			text-decoration:none;
			color:#014f91;
			font-size:1.1em;
		}
		#siteMapContent a:hover {
			color:#555;
			text-decoration:underline;
		}


/*-------------- Footer  ---------------*/

#footer{
	width:1000px;
	margin:0;
	height:160px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#footerContact {
	width:242px;
	float:left;
	height:65px;
	margin:80px 0 0 44px;
	padding:0 0 5px 0;
}
	#footerContact p {
		margin:0 5px 0 2px;
		padding:0;
		font-size:11px;
		line-height:1.5em;
	}


#footerRightsInfo {
	width:173px;
	height:44px;
	float:right;
	margin:90px 330px 0 0;
	text-align:center;
}
	#footerRightsInfo p{
		font-size:11px;
		margin:5px 1px 0 0;
		padding:0;
		line-height:1.5em;
	}
	
	