html{
	overflow-y: scroll;
	/*scrollbar-base-color:#fff; *//* Задание основного цвета полос */
	/*scrollbar-arrow-color:#fff; *//* Задание цвета стрелок */
	/*scrollbar-face-color:#33373a; *//* Задание цвета центральной части бегунка и полос прокрутки */
	/*scrollbar-3dlight-color:#dcdcdc; *//* Задание цвета верхней и левой границ полосы прокрутки, стрелок и бегунка */
	/*scrollbar-darkshadow-color:#dcdcdc; *//* Задание цвета тени от стрелок и бегунка */
	/*scrollbar-track-color: #fff; *//* Задание цвета свободного места полос прокрутки */
	/*scrollbar-shadow-color: #fff;*/
	/*scrollbar-highlight-color: #fff;*/
}

body{
	color:#FFF;
	/*background:url(body.gif) repeat-y #080707;
	background-position:left top;*/
	font-family: Arial, Verdana, "DejaVu Sans";
	margin:0px;
	padding:0px;
	height: 100%;
}

#body a{
	color:#8888FF;
}
#body a:hover{
	color:#6666FF;
}

form, table{
	font: 12px Arial, Verdana, "DejaVu Sans";
	color: #33373a;
}

input{
	background: #f3f6f7;
	vertical-align:middle;
}

#header{
}

#headerLogo{
	/*width: 600px;*/
	height: 85px;/*108*/
	background: url(../images/header.gif) /**/no-repeat #33373a;
}

#headerTitle{
	/*width: 520px;*/
}

#headerContent{
	text-align: center;
	vertical-align:top;
	width: 230px;
	height: 85px;
	/*background: url(../images/bg_cart.gif) no-repeat #33373a;*/
	margin-left:670px;
	padding:0px;
}

#headerContent a {
	color: #33373a;
	margin: 15px;
	padding: 15px;
	text-decoration: none;
}

#LoginForm{
	color: #33373a;
}

#separator{
	height: 1px;
	background: #9599a0;
	
}

#separatorRed{
	height: 1px;
	background: #9f1c2c;
}

#menu{
	height: 20px;
	background: #33373a;
	text-align:center;
}

#menu a {
	font: bold 11px Verdana;
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;/**/
	text-align:justify;
}

#menu a:hover {
	color:#dcdcdc;
	text-decoration: none;
}

#contentBox{
	/*background: #080707;*/
	height: 460px;
	vertical-align: top;
}


#leftMenu{
	width: 230px;
	height: 100%;
	vertical-align: top;
}

#leftMenu a{
	font:bold 11px Verdana;
	color:#33373a;
	text-decoration:none;
	text-transform: uppercase;
	line-height:2;
}

#leftMenu a:hover{
	text-decoration:underline;
}

#content{
	font:11px Verdana;
	line-height:1.4;
	color:#33373a;
	vertical-align: top;
	/*height: 100%;*/
}

#content a{
	text-decoration:underline;
	color:#33373a;
}

#content a:hover{
	text-decoration:none;
}

.pageHeaders{
	font-weight: bold;
	text-transform: uppercase;
}

#searchForm{
	width: 100%;
}

.SearchResult{
	width: 100%;
}

/* Фоны табциц */
.dark{
	text-align: center;
	background: #dcdcdc;
	border-right: 1px solid #fff;
}

.light-grey{
	background: #f5f5f5;
	border-right: 1px solid #fff;
}



#bottomBox{
	height:210px;
	color:#900;
	vertical-align: top;
}

#bottomBox a{
	font: bold 18px Verdana #900;
	text-decoration:none;
}

#bottomBox a:hover{
	color:#900;
	text-decoration:underline;
}

#bottomLogoPic{
	vertical-align: top;
}

#bottomLogo{
	font: bold 32px Verdana;
	height: 32px;/*height: 72px;*/
	color: #900;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

#bottomLink{
	height: 18px;
	text-align:right;
}

#bottomLink a{
	font: bold 16px Verdana;
	color: #900;
	text-decoration:none;
}

#bottomLink a:hover{
	color: #33373a;
	text-decoration:none;
}

#copyrightBox{
	font: 10px Verdana;
	text-align:center;
	color: #f3f6f7;
	height: 20px;
	background: #33373a;
}
