body {
	margin: 0;
	padding: 0;
	background: #e3e0cf url(../_gfx/layout/top_bg.jpg) repeat-x scroll 0 0;
	font-size: 10px;
	color: #494949;
	font-family: verdana;
	text-align: center;
}

.clr {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	width: 100%
}

.none {
	display: none
}

.left {
	float: left
}

.right {
	float: right
}

img {
	margin: 0;
	border: 0
}

p {
	margin: 0;
	padding: 0
}

form {
	margin: 0;
	padding: 0
}

.b {
	font-weight: bold
}

.u {
	font-style: italic
}

.aleft {
	text-align: left
}

.acenter {
	text-align: center
}

.ajustify {
	text-align: justify
}

.aright {
	text-align: right
}

.mcenter {
	margin: 0 auto
}

.akap {
	text-indent: 25px
}

.mainContainer {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

#topBox {
	background: url(../_gfx/layout/belka-top.jpg) no-repeat scroll 0 0;
	height: 207px;
	width: 980px;
	position: relative;
}

#topBox .linkBar {
	color: #fff;
	width: 100%;
	height: 23px;
}

#topBox .linkBar .text {
	line-height: 23px;
}

#topBox .logo {
	width: 315px;
	height: 72px;
	cursor: pointer;
	position: absolute;
	top: 28px;
	left: 0px;
}

#topBox .topMenuContainer {
	position: absolute;
	border: 1px solid #898989;
	left: 155px;
	top: 140px;
}

#topBox .topMenuContainer ul {
	margin: 0;
	padding: 0;
}

#topBox .topMenuContainer ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#topBox .topMenuContainer ul li.spacer {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	line-height: 29px;
	width: 1px;
	background: url(../_gfx/layout/top_menu_spacer.jpg) repeat-x scroll 0 0;
	float: left;
}

#topBox .topMenuContainer ul li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	line-height: 29px;
	display: block;
	float: left;
	padding: 0px 7px;
	background: url(../_gfx/layout/top_menu.jpg) repeat-x scroll 0 0;
}

#topBox .topMenuContainer ul li a:hover {
	text-decoration: underline;
	background: #f00;
	background: url(../_gfx/layout/top_menu_h.jpg) repeat-x scroll 0 0;
}


#topBox .topSearchContainer {
        position: absolute;
        right: 0px;
        top: 165px;
}

#topBox .topSearchContainer #searchLabel {
        font-size: 11px;
        font-weight: bold;
        color: #fff;
        line-height:19px;
        padding-right:5px;
}
#topBox .topSearchContainer input#searchInput {
        font-size: 12px;
        font-weight: bold;
        color: #000;
        padding: 0px 3px;
        width: 240px;
        border: 1px solid #898989;
        height: 19px;
        background: url(../_gfx/layout/input_bg.jpg) repeat-x scroll 0 0;
}
#topBox .topSearchContainer input#searchSubmit,#topBox .topSearchContainer input#searchSubmit:hover{
  cursor:pointer;
  width:60px;
  font-size: 11px;
        font-weight: bold;
        color: #000;
        margin-top:2px;
        margin-left:2px;
        border: 1px solid #444;
        background: url(../_gfx/layout/top_menu_h.jpg) repeat-x scroll 0 center;
}
#topBox .topSearchContainer input#searchSubmit:hover{
  background: url(../_gfx/layout/top_menu.jpg) repeat-x scroll 0 center;
}


#topBox .topLinkTrace {
	position: absolute;
	bottom: 5px;
	left: 200px;
	font-size: 10px;
	color: #fff;
}

#topBox a {
	text-decoration: none;
	color: #fff;
}

#topBox a:hover {
	text-decoration: underline;
	color: #fff;
}

#mainBox {
	width: 980px;
	margin: 0px auto;
	text-align: left;
	background: #f0ece0;
}

#sectionLeft {
	float: left;
	width: 190px;
}

#sectionCenter {
	float: left;
	width: 600px;
	
}

#sectionRight {
	float: left;
	width: 190px;
	padding-top: 10px;
}

#sectionLeft .mainMenu {
	border-top: 1px solid #e0ddcc;
	border-left: 1px solid #898989;
	border-right: 1px solid #898989;
	border-bottom: 1px solid #898989;
	width: 179px;
	margin-left: 6px;
	background: #e0ddcc;
	margin-bottom: 5px;
}

#sectionLeft .stdBoxContainer,#sectionRight .stdBoxContainer {
	border: 1px solid #e3e0cf;
	width: 179px;
	margin-left: 6px;
	background: #fff;
	margin-bottom: 5px;
}

#sectionCenter .centerBoxContainer {
	border: 1px solid #898989;
	width: 590px;
	background: #fff;
	margin: 10px 0px 5px 5px;
}

.centerBoxContainer .centerBoxTitle {
	border-bottom: 1px solid #e3e0cf;
	height: 26px;
	background: #fff url(../_gfx/layout/bg_box.jpg) repeat-y scroll 0 0;
	overflow: hidden;
	color: #565656;
	font-family: Trebuchet MS, arial, verdana, tahoma;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	padding: 0px 0px 0px 8px;
}

#sectionCenter .centerBoxItemDesc {
	padding: 5px;
	font-size: 11px;
	color: #000;
	border-bottom: 1px solid #e3e0cf;
}

#sectionCenter .centerBoxItemDesc .itemPhoto {
	width: 300px;
	text-align: center;
}

#sectionCenter .centerBoxItemDesc .itemDesc {
	padding-left: 5px;
	padding-top: 20px;
	width: 270px;
}

#sectionCenter .searchResults {
	margin: 10px;
}

#sectionCenter .searchResults .itemA {
	height: 70px;
	background: url(../_gfx/layout/search_bg.jpg) repeat-y scroll 0 0;
	border: 1px solid #e3e0cf;
	border-right: 0px;
}

#sectionCenter .searchResults .itemB {
	height: 70px;
}

#sectionCenter .searchResults .img {
	width: 70px;
	text-align: center;
}

#sectionCenter .searchResults .img img {
        height: 46px;
	width: 48px;
	margin-top: 10px;
	border: 2px solid #565656;
}

#sectionCenter .searchResults .spacer {
	background: url(../_gfx/layout/search_spacer_color.jpg) no-repeat center
		center;
	width: 1px;
	height: 60px;
	margin: 5px;
}

#sectionCenter .searchResults .text {
	width: 340px;
	margin-top: 15px;
	color: #000;
	font-size: 11px;
}

#sectionCenter .searchResults .actions {
	margin-top: 5px;
	font-size: 10px;
	font-weight: bold;
}

#sectionCenter .searchResults .actions .actionSpace {
	width: 130px;
	line-height: 28px;
}

#sectionCenter .searchResults .spacerW {
	background: url(../_gfx/layout/search_spacer_white.jpg) no-repeat center
		center;
	width: 1px;
	height: 60px;
	margin: 5px;
}

#sectionCenter .pagination {
	width: 100%;
	text-align: center;
	padding: 10px 0px;
}

.stdBoxContainer .stdBoxTitle {
	border-bottom: 1px solid #e3e0cf;
	height: 26px;
	background: url(../_gfx/layout/bg_box.jpg) repeat-y scroll 0 0;
	overflow: hidden;
}

.stdBoxContainer .stdBoxTitle .title {
	width: 135px;
	color: #565656;
	font-family: Trebuchet MS, arial, verdana, tahoma;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	padding: 0px 0px 0px 8px;
}

.stdBoxContainer .stdBoxTitle .spacer {
	width: 1px;
	height: 26px;
	font-size: 1px;
	background: url(../_gfx/layout/spacer_box.jpg) no-repeat scroll 0 0;
}

.stdBoxContainer .stdBoxTitle .icoCell {
	width: 33px;
	height: 26px;
	background: url(../_gfx/icons/ico_cellphone.jpg) no-repeat center center
		;
}

.stdBoxContainer .stdBoxTitle .icoSales {
	width: 33px;
	height: 26px;
	background: url(../_gfx/icons/ico_sale.jpg) no-repeat center center;
}

.stdBoxContainer .stdBoxTitle .icoBasket {
	width: 33px;
	height: 26px;
	background: url(../_gfx/icons/ico_basket.jpg) no-repeat center center;
}

.stdBoxContainer .stdBoxTitle .icoNew {
	width: 33px;
	height: 26px;
	background: url(../_gfx/icons/ico_new.jpg) no-repeat center center;
}

.stdBoxContainer .stdBoxTitle .icoLinks {
	width: 33px;
	height: 26px;
	background: url(../_gfx/icons/ico_links.jpg) no-repeat center center;
}

.stdBoxContainer .item {
	border-bottom: 1px solid #e3e0cf;
	font-size: 10px;
	padding: 7px 5px;
}

.stdBoxContainer .linki {
	font-size: 10px;
	padding: 7px 5px;
}

.stdBoxContainer .linki a {
	color: #000;
	line-height: 14px;
	font-size: 10px;
	text-decoration: none;
}

.stdBoxContainer .linki a:hover {
	text-decoration: underline;
}

.content {
	font-size: 12px;
	color: #565656
}

.content a {
	color: #74671d;
	text-decoration: none;
}

.content a:hover {
	color: #000;
	text-decoration: underline;
}

.content p {
	margin: 2px 0
}

#footer {
	line-height: 20px;
	width: 980px;
	margin: 0 auto;
	padding-bottom: 70px;
	font-size: 10px;
	color: #565656;
}

/* MAIN MENU */
#nav,#nav ul ,#nav2,#nav2 ul{
	margin: 0;
	padding: 0;
	margin-top:10px;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 20px;
	z-index:2;
	
}

#nav a, #nav2 a {
	font-size:12px;
	display: block;
	padding: 0px 5px;
	color: #565656;
	text-decoration: none;
	background-color: #E0DDCC;
}
#nav2 a{
  background-color: #fff;
}

#nav li a,#nav2 li a {
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #eee;

}

#nav a:hover, #nav2 a:hover {
	background-color: #ffeeac;
	color: #000;
}

#nav li,#nav2 li {
	width: 179px;
	position: relative;
}
#nav li a.continue, #nav2 li a.continue{	
	background-image: url(../_gfx/layout/main_menu_more.gif);
	background-repeat:no-repeat;
	background-position: 165px 10px;
}
#nav .shadow1, #nav2 .shadow1{
  position:absolute;
  background: url(../_gfx/layout/shadow1.png) repeat-y -160px 0px;;
  width:10px;
  top:0px;
  right:-10px;
}
#nav .shadow2, #nav2 .shadow2{
  position:absolute;
  background: url(../_gfx/layout/shadow2.png) repeat-x 0 -6px;
  bottom:-10px;
  left:0px;
  height:9px
}
#nav .shadow3, #nav2 .shadow3{
  position:absolute;
  z-index:1;
  background: url(../_gfx/layout/shadow3.png) repeat-x 0 0px;
  right:-8px;
  bottom:-8px;
  width:13px;
  height:13px;
}

#nav ul,#nav2 ul {
	position: absolute;
	display: none;
	top: -10px;
	left: 179px;
	border:1px solid #565656;
	z-index:3;
	background:#E0DDCC;
}
#nav2 ul{
  	background:#fff;
}

#nav li ul a, #nav2 li ul a {
	font-size:12px;
	font-weight:normal;
	height: auto;
	float: left;
	width:130px;
}

#nav li.subMenuCont, #nav2 li.subMenuCont{
  width:420px;
  overflow:hidden;
}
#nav span.column, #nav2 span.column{
  padding-left:5px;
  display:block;
  float:left;
  width:130px;
}

#nav li a:hover ul ,
#nav2 li a:hover ul , {
	display: none;
}

#nav li a:hover ul
#nav2 li a:hover ul{
	display: block;
}

/* BUTTON */
a.BtnGray,a.BtnOrange{
        display:block;
        overflow:hidden;
        font-size:10px;
        text-decoration:none;
        color:#444;
}
a.BtnGray span.leftBtn,a.BtnOrange span.leftBtn{
        display:block;float:left;
        height:23px;
        line-height:22px;
        padding-left:15px;
        background:transparent url(../_gfx/layout/buttons.gif) no-repeat scroll 0 0;
}
a.BtnOrange span.leftBtn{
        background-position: -322px 0;
}
a.BtnGray span.rightBtn, a.BtnOrange span.rightBtn{
        display:block;float:left;
        width:15px;
        height:23px;
        background:transparent url(../_gfx/layout/buttons.gif) no-repeat scroll -307px 0;
}
a.BtnOrange span.rightBtn{
        background-position: -629px 0;
}
