/* Стандартные стили */

/** * * * * * * * * * * * * * * * *
* Базовый файл стилей для Eresus  *
* * * * * * * * * * * * * * * * * *
* В этом файле заданы стили основных элементов
* и перечислены встроенные селекторы и идетификаторы
* ---
* Для указания пути к картинкам используйте макрос http://www.brandberry.ru/style/
*/

/* Основные стили */
html, body {
  margin: 0; padding: 0;
  width: 100%; height: 100%;
  font-family: verdana, tahoma, sans-serif;
  font-size: 8pt;
  color: #575652;
}
img {border: 0;}
sup, sub {font-size: 80%;}

a {text-decoration: underline;}
a:link {color: #00f;}
a:visited {color: #008;}
a:hover {color: #f00;}

p {
/*  text-align: justify; */
/*  text-indent: 1em; */
  margin: 2px 0 3px;
}

h1, h2, h3, h4, h5, h6 {font-family: arial, verdana, tahoma, sans-serif;  margin: 1em 0 0.2em;}
h1 {font-size: 200%;}
h2 {font-size: 160%;}
h3 {font-size: 140%;}
h4 {font-size: 130%;}
h5 {font-size: 120%;}
h6 {font-size: 120%; font-family: tahoma}

.hidden {display: none;}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Стиль области контента                                                           *
* Внутри этой области не допускается никаких вложенных элементов шаблона страницы  *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#Content {
  padding: 0.5em 1em;
}

/* Переключатель страниц */
div.pages {}
.pages span.selected {} /* Выбранная страница */


/* * * * * * * * *
* Стили веб-форм *
* * * * * * * * */
.form{
}
.form table{
        margin: 0 !important;
        border: 0 !important;
        background: #FCF2D3 !important;
        border: 1px solid #CEC5A0;
        width: 420px !important;
}
.form table tr{
        margin: 0 !important;
        border: 0 !important;
}
.form table td{
        border: 0 !important;
        border-bottom: 1px solid #CEC5A0 !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
}
.form table th{
        padding: 10px 0;
        border: 0 !important;
        border-bottom: 3px solid #CEC5A0 !important;
        border-top: 1px solid #CEC5A0 !important;
        background: #F5E296;
}
.form input {
        float: left;
        width: 140px;
        background: #EAE3D1;
        border: 1px solid #B4AEA0;
        clear: both;
        display: inline;
        margin-top: 3px;
        margin-bottom: 3px;
        padding:2px;
        font-size: 10px;
}
.form textarea {
        background: #EAE3D1;
        border: 1px solid #B4AEA0;
        margin-top: 10px;
        margin-bottom: 3px;
        overflow:auto;
        height: 79px;
        padding:2px;
        font-size: 11px;
        font-family: tahoma;
        display: inline;
}
.form .formText input {
        font-weight: 11px;
        text-align: center;
}
.form td{
        padding-left:14px !important;
}
.form td.formLabel{
        width: 250px !important;
}
.form span.hint {} /* Метка, имеющая подсказку */
.form th.formHeader {
        color:#826541;
        font-family:tahoma,sans-serif;
        font-size:17px;
        font-weight: normal;
        text-align: left;
    padding-left: 8px;
} /* Подзаголовок */
.form td.formText {} /* Ячейка, содержащая простой текст */
.form td.buttons {} /* Ячейка, содержащая кнопки формы */
input.contentButton {
                background: #CEC5A0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * *
* Стили, используемые информационными сообщениями  *
* * * * * * * * * * * * * * * * * * * * * * * * * */
/* Сообщения об ошибках */
div.errorBox {background: #fff; border: solid 2px #f00; font-size: 8pt; padding: 5px; margin: 0 2px 2px 2px;}
div.errorBoxCap {background: #f00; color: #fff; font-weight: bold; padding: 2px 5px 0px 5px; margin: 2px 2px 0 2px;}
/* Информационные сообщения */
div.infoBox {background: #fff; border: solid 2px #25b; font-size: 8pt; padding: 5px; margin: 0 2px 2px 2px;}
div.infoBoxCap {background: #25b; color: #fff; font-weight: bold; padding: 2px 5px 0px 5px; margin: 2px 2px 0 2px;}

/* * * * * * * * * * * * * * * * * * * * * *
* Дополнительные стили модулей расширения  *
* * * * * * * * * * * * * * * * * * * * * */



*, html, body, a img {
	padding: 0;
	margin: 0;
	border: 0;
     }

p, h1, h2, h3, h4, h5, h6, #Content{
	padding: 0;
	margin: 0;
	text-indent: 0;
}
p,ul{
	margin-top: 0.6em;
	margin-top: 0.6em;
}
ul {margin-left: 20px;}
h1 {
color:#826541;
font-family:tahoma,sans-serif;
font-size:20px;
font-weight: normal;
	margin-top: 0.6em;
	margin-top: 0.6em;
}
h2, h3, h4 {
color:#826541;
font-family:tahoma,sans-serif;
font-size:17px;
font-weight: normal;
	margin-top: 0.6em;
	margin-top: 0.6em;
}
#all{
	min-width: 990px;
	width: 100%;
        padding-bottom: 10px;
        margin-bottom: 10px;
}

body{
	background: #FEF6E3;
}

#topstrip{
	float: left;
	width: 990px;
	height: 85px;
}

#logo_anime{
	float: left;
	margin-left: 38px;
	margin-top: 36px;
	display: inline;
	border: 0px;
	width: 161px;
	height: 29px;
}

#topmenu{
	float: right;
	display: inline;
	margin-top: 57px;
	margin-right: 18px;
	height: 28px;
}

#topmenu a{
	height: 22px;
	padding-top: 6px;
	float: left;
	display: inline;
	font-size: 10px;
	color: #5B574F;
	font-family: tahoma, sans-serif;
	text-decoration: none;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	background: url(http://www.brandberry.ru/style/topmenu_a_left.gif) top left no-repeat;
}

#topmenu a:hover{
	text-decoration: underline;
}

#topmenu div{
	background: url(http://www.brandberry.ru/style/topmenu_a.gif) top left repeat-x;
 	height: 28px;
	float: left;
}

#topmenu span{
	background: url(http://www.brandberry.ru/style/topmenu_a_right.gif) top right no-repeat;
	float: left;
	height: 28px;
}

#fatstrip{
	float: left;
	width: 100%;
	height: 211px;
	background: #D1E7F7;
}

#blackblock{
	float: left;
	width: 379px;
	height: 211px;
	background: url(http://www.brandberry.ru/style/blackblock.jpg);
}

#blackblock .first{
	float: left;
	display: inline;
	font-size: 18px;
	font-family: "myriad pro", "trebuchet ms", arial, sans-serif;
	color: #FFF7E3;
	margin-left: 39px;
	margin-top: 26px;
	margin-right: 70px;
	margin-bottom: 8px;
}

#blackblock .first a{
	color: #FFF7E3;
}

#blackblock .second{
	float: left;
	display: inline;
	font-family: tahoma, sans-serif;
	font-size: 11px;
	color: #CCCC9E;
	margin-left: 39px;
	margin-right: 30px;
	margin-bottom: 8px;
}

#blackblock .second a{
	color: #CCCC9E;
}

#blackblock .third{
	float: left;
	display: inline;
	font-family: tahoma, sans-serif;
	font-size: 12px;
	color: #FEF6E2;
	margin-left: 27px;
	margin-right: 30px;
	margin-bottom: 8px;
}

#blackblock .third a{
	color: #FEF6E2;
}

#home{
	float: left;
	display: inline;
	margin-left: 304px;
}

#mail{
	float: left;
	display: inline;
	margin-left: 11px;
}

#blueblock{
	float: left;
	height: 211px;
	width: 611px;
	background: url(http://www.brandberry.ru/style/blueblock.jpg);
}

#schizoid_block_21{
	float: right;
	width: 315px;
	height: 104px;
	background: url(http://www.brandberry.ru/style/schizoid_block_21.jpg);
	margin-top: 36px;
	display: inline;
	padding-left: 19px;
	padding-right: 10px;
	padding-top: 3px;
}

#schizoid_block_21 span{
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	font-family: "myriad pro", "trebuchet ms", arial, sans-serif;
	width: 100%;
}

#schizoid_block_21 a{
	float: left;
	color: #BDE3F9;
	font-size: 10px;
	font-family: tahoma, sans-serif;
	padding-left: 7px;
	background: url(http://www.brandberry.ru/style/angle.gif) 0px 5px no-repeat;
	white-space: nowrap;
	padding-right: 9px;
	text-decoration: none;
}

#schizoid_block_21 a:hover{
	text-decoration: underline;
	color: #8DC2DA;
}

#bluebot{
	float: left;
	width: 597px;
	height: 28px;
	margin-top: 40px;
	display: inline;
}

#blueleft{
	float: left;
	font-size: 11px;
	font-family: tahoma, sans-serif;
	padding-left: 11px;
	padding-top: 6px;
}

#blueleft a{
	color: #567080;
}

#blueright{
	float: right;
	height: 28px;
}

#blueright a{
	float: left;
	display: inline;
	height: 22px;
	text-align: center;
	color: #FEF6E2;
	font-size: 11px;
	font-weight: bold;
	font-family: tahoma, sans-serif;
	text-decoration: none;
	padding-top: 6px;
	background: url(http://www.brandberry.ru/style/blueright_a_left.gif) top left no-repeat;
	padding-left: 10px;
	padding-right: 10px;
}

#blueright a:hover{
	text-decoration: underline;
}

#blueright div{
	background: url(http://www.brandberry.ru/style/blueright_a.gif) top left repeat-x;
 	height: 28px;
	float: left;
}

#blueright span{
	background: url(http://www.brandberry.ru/style/blueright_a_right.gif) top right no-repeat;
	float: left;
	height: 28px;
}


#left{
	float: left;
	width: 318px;
}

#popular{
	float: left;
	width: 318px;
	background: url(http://www.brandberry.ru/style/01.gif) top left no-repeat;
}


#popular span{
	float: left;
	padding-top: 27px;
	padding-left: 36px;
	padding-right: 60px;
	width: 222px;
	color: #595959;
	font-size: 24px;
	font-family: tahoma, sans-serif;
	line-height: 1.1em;
	margin-bottom: 7px;
}

#popular div{
	float: left;
	width: 159px;
}

#popular a{
	float: left;
	padding-left: 39px;
	background: url(http://www.brandberry.ru/style/arrow.gif) 22px 4px no-repeat;
	font-size: 11px;
	font-family: tahoma, sans-serif;
	color: #366FB7;
	width: 120px;
	margin-bottom: 3px;
	display: inline;
}

#popular a:hover{
	color: #9FB4CC;
}

#left .delim{
	float: left;
	width: 100px;
	height: 1px;
	font-size: 0;
	background: #D2D7D8;
	overflow: hidden;
	width: 263px;
	margin-bottom: 20px;
	margin-top: 20px;
	display: inline;
	margin-left: 29px;
}

#select{
	float: left;
	margin-top: -1px;
	display: inline;
	padding-top: 1px;
	padding-right: 14px;
	padding-left: 37px;
}

#select input{
	margin-left: 6px;
	margin-top: -1px;
}

#select select{
	width: 233px;
	height: 16px;
	border: 1px solid #B4AEA0;
	background: #EAE3D1;
	color: #79766D;
	font-family: tahoma, sans-serif;
	font-size: 11px;
	margin-bottom: 1px;
	float: left;
}

#info{
	float: left;
	margin-top: -4px;
	display: inline;
	background: url(http://www.brandberry.ru/style/04.gif) 0px 4px no-repeat;
}

#info span{
	padding-left: 38px;
	font-size: 24px;
	font-family: tahoma, sans-serif;
	color: #5A5A5A;
	line-height: 1.0em;
	float: left;
	display: inline;
	margin-bottom: 10px;
}

#info a{
	float: left;
	display: inline;
	color: #366FB7;
	font-family: tahoma, sans-serif;
	font-size: 11px;
	padding-left: 39px;
	width: 250px;
	display: inline;
	background: url(http://www.brandberry.ru/style/arrowd.gif) 22px 4px no-repeat;
	margin-bottom: 3px;
	display: inline;
}

#info a:hover{
	color: #9FB4CC;
}

#contacts{
	float: left;
	display: inline;
	background: url(http://www.brandberry.ru/style/05.gif) 0px 0px no-repeat;
	padding-left: 38px;
	width: 280px;
	font-size: 10px;
	font-family: tahoma, sans-serif;
	color: #7A7A79;
}

#contacts span{
	font-size: 24px;
	color: #5A5A5A;
	line-height: 1.0em;
	float: left;
	display: inline;
	margin-bottom: 10px;
	width: 280px;
}

#contacts strong{
	color:#444343;
}

#contacts a{
	color: #366FB7;
}

#contacts img{
	position: relative;
	top: 1px;
}

#right{
	float: left;
	width: 672px;
}

#Content a{
	color: #366FB6;
}

#Content .zagolovok {
	float: left;
	background: url(http://www.brandberry.ru/style/02.gif) top left no-repeat;
	width: 100%;
}

#Content .zagolovok span.header{
	margin-left: 62px;
	color: #916E44;
	font-family: tahoma, sans-serif;
	font-size: 24px;
	padding-top: 28px;
	display: block;
/*	border-bottom: 5px solid #C61F25; */
	border-bottom: 5px solid #F0EAD0 /**/;
/*	width: 536px; */
	width: 600px;
	padding-bottom: 10px;
	margin-bottom: 14px;
}


#Content #recommend{
	float: left;
	background: url(http://www.brandberry.ru/style/02.gif) top left no-repeat;
	width: 100%;
}


#Content #recommend span.header{
	margin-left: 62px;
	color: #916E44;
	font-family: tahoma, sans-serif;
	font-size: 24px;
	padding-top: 28px;
	display: block;
	border-bottom: 5px solid #F0EAD0 /**/; /*#C61F25;*/
/*	width: 536px; */
	width: 595px;
	padding-bottom: 10px;
	margin-bottom: 14px;
}

#Content #recommend table{
	margin-left: 62px;
	border-collapse: collapse;
	border: none !important;
	table-layout: fixed;
}

#Content #recommend table td{
	border-bottom: 1px solid #CCCC9E;
	border-right: 1px solid #CCCC9E;
	width: 177px;
	padding: 7px;
}

/*#Content #recommend table td.right{*/
#Content #recommend table td.tovartabletd_2{
 	border-right: none;
 	width: 121px;
	padding: 7px;
}

#Content #recommend table td a{
	color: #3E94D1;
	display: block;
	font-size: 12px;
	font-family: tahoma, sans-serif;
	text-decoration: none;
}

#Content #recommend table td a:hover{
	text-decoration: underline;
	color: #EB2B91;

}

#Content #recommend table td span.class{
	display: block;
	width: 100%;
	color: #AEA99B;
	font-family: tahoma, sans-serif;
	font-size: 10px;

}

#Content #recommend table td strong{
	display: block;
	width: 100%;
	color: #8A867B;
	font-family: tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;

}

#Content #recommend table td span.lot{
	display: block;
	width: 60px;
	height: 15px;
	background: url(lot_rec.gif);
	font-size: 10px;
	font-family: tahoma, sans-serif;
	color: #FFFFFF;
	margin-top: 7px;
	margin-left: -1px;
	padding-top: 1px;
	padding-left: 9px;
}

#Content #recommend table td span.lot span{
	color: #FFFFFF;
}

#Content .news{
	float: left;
	background: url(03.gif) 0px 28px  no-repeat;
	width: 100%;
}

#Content .news span.header{
	margin-left: 62px;
	color: #916E44;
	font-family: tahoma, sans-serif;
	font-size: 24px;
	padding-top: 14px;
	display: block;
	border-bottom: 5px solid #3F94D1 !important;
/*	width: 536px; */
  width: 600px;
	padding-bottom: 10px;
	margin-bottom: 14px !important;
}

#Content .news table{
	margin-left: 62px;
	border-collapse: collapse;
	border: none !important;
	table-layout: fixed;
}

#Content .news table td{
	border-bottom: 1px solid #CCCC9E;
	border-right: 1px solid #CCCC9E;
	width: 177px;
	padding: 7px;
	padding-bottom: 12px;
}

/*#Content .news table td.right{*/
#Content .news table td.tovartabletd_2{
 	border-right: none;
 	width: 121px;
	padding: 7px;
}

#Content .news table td a{
	color: #3E94D1;
	display: block;
	font-size: 13px;
	font-weight: bold;
	font-family: tahoma, sans-serif;
	text-decoration: none;
}

#Content .news table td a:hover{
	color: #EB2B91;
	text-decoration: underline;
}

#Content .news table td span.class{
	display: block;
	width: 100%;
	color: #AEA99B;
	font-family: tahoma, sans-serif;
	font-size: 10px;
	margin-top: 3px;
}

#Content .news table td strong{
	display: block;
	width: 100%;
	color: #8A867B;
	font-family: tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;

}

#Content .news table td span.lot{
	display: block;
	width: 60px;
	height: 15px;
	background: url(lot.gif);
	font-size: 10px;
	font-family: tahoma, sans-serif;
	color: #FFFFFF;
	margin-top: 7px;
	padding-top: 1px;
	padding-left: 9px;
}

#Content .news table td span.lot span{
	color: #FFFFFF;
}

#Content span.lotred{
	display: block;
	width: 60px;
	height: 15px;
	background: url(http://www.brandberry.ru/style/lot_red.gif);
	font-size: 10px;
	font-family: tahoma, sans-serif;
	color: #FFFFFF;
	margin-top: 7px;
	padding-top: 1px;
	padding-left: 9px;
}


#Content .news table td span.lot span{
	color: #fff;
}

#Content #leftpar, #Content #rightpar{
	float: left;
	width: 327px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#Content #leftpar h2, #Content #rightpar h2{
	color: #696766;
	font-size: 14px;
	font-family: tahoma, sans-serif;
	padding-bottom: 15px;
	padding-left: 68px;
	padding-right: 30px;
        font-weight: bold;
}

#Content #rightpar h2{
	color: #C61F25;
}

#Content #leftpar p, #Content #rightpar p{
	font-size: 11px;
	color: #83807E;
	font-family: tahoma, sans-serif;
	padding-bottom: 7px;
	padding-left: 68px;
	padding-right: 30px;
	display: block;
}

#Content #leftpar a.more, #Content #rightpar a.more{
	font-size: 11px;
	color: #366FB6;
	font-family: tahoma, sans-serif;
	padding-bottom: 7px;
	padding-left: 68px;
	padding-right: 30px;
	display: block;
	background: url(http://www.brandberry.ru/style/arrow.gif) 53px 4px no-repeat;
}

#Content #rightpar a.more{
	background: url(http://www.brandberry.ru/style/arrow.gif) 0px 4px no-repeat;
}

#Content #rightpar a.more, #Content #rightpar p, #Content #rightpar h2{
	padding-left: 14px;
	padding-right: 84px;
}

#Content #darkblock{
	float: left;
	display: inline;
	border: 1px solid #D5CEBD;
	background: #F2EAD7;
	color: #8A857B;
	font-size: 11px;
	font-family: tahoma, sans-serif;
	margin-top: 9px;
	margin-left: 62px;
	padding-left: 9px;
	padding-right: 9px;
/*	width: 497px; */
	width: 578px;
	padding-top: 11px;
	padding-bottom: 11px;
}

#Content #darkblock strong{
	color: #54514B;
	display: block;
}

#Content #darkblock a{
	color: #3E94D1;
}

#Content #footer{
	float: left;
	display: inline;
	margin-left: 62px;
	margin-top: 23px;
	width: 537px;
	border-top: 1px solid #CCCC9E;
}

#Content #footer #footer_left{
	float: left;
	padding-left: 6px;
	color: #C0BAAF;
	font-size: 10px;
	font-family: tahoma, sans-serif;
	padding-top: 22px;
}

#Content #footer #footer_right{
	float: right;
	margin-right: 4px;
	font-size: 11px;
	font-family: tahoma, sans-serif;
	color: #83807E;
	padding-top: 19px;
}

#Content #footer #footer_right a{
	color: #366FB7;
}
/* * * * * * * * * *
* Доп.стили       *
* * * * * * * *  */
#popularz{
	float: left;
	display: inline;
	background: #CEC5A0;
	margin-left: 20px;
	width: 296px;
	margin-top: -5px;
	margin-bottom: -5px;
	padding-bottom: 10px;
}

#popularz div{
	float: left;
	background: #F5E296;
	color: #9D7C54;
	font-size: 24px;
	font-family: tahoma, sans-serif;
	padding-left: 17px;
	width: 279px;
	padding-bottom: 5px;
	padding-top: 5px;
	display: inline;
}

#popularz a{
	float: left;
	color: white;
	text-decoration: underline;
	width: 129px;
	padding-left: 18px;
	background: url(whitearrow.gif) 5px 4px no-repeat;
	font-size: 11px;
	font-family: tahoma, sans-serif;
	display: inline;
	margin-top: 5px;
}

#popularz a:hover{
	text-decoration: none;
}

/*
#left #leftpar, #left #rightpar{
	float: left;
	margin-top: -10px;
	margin-bottom: -10px;
	display: inline;
}

#left #leftpar h2, #left #rightpar h2{
	color: #696766;
	font-size: 14px;
	font-family: tahoma, sans-serif;
	padding-bottom: 7px;
	padding-left: 35px;
	padding-right: 35px;
}

#left #rightpar h2{
	color: #C61F25;
}

#left #leftpar p, #left #rightpar p{
	font-size: 11px;
	color: #83807E;
	font-family: tahoma, sans-serif;
	padding-bottom: 7px;
	display: block;
	padding-left: 35px;
	padding-right: 35px;
}

#left #leftpar a.more, #left #rightpar a.more{
	font-size: 11px;
	color: #366FB6;
	font-family: tahoma, sans-serif;
	display: block;
	background: url(http://www.brandberry.ru/style/arrow.gif) 22px 4px no-repeat;
	padding-left: 35px;
}

#left #rightpar a.more, #left #rightpar p, #left #rightpar h2{
	padding-left: 35px;
}


*/


#Content #recommend span.header{
	border-bottom: 5px solid #F26522;
	margin-bottom: 6px;
	color: #376FB7;
}

#Content #recommend table{
/*	width: 536px; */
  width: 595px;
}

#Content #recommend table td{
	background: #F5E296;
	border-right: 1px solid white;
	border-bottom: none;
	padding-left: 10px;
	padding-bottom: 10px;
}

#Content #recommend table td.top{
	height: 8px;
	font-size: 0;
	overflow: hidden;
	border: none;
	padding: 0;
	margin: 0;
}

#Content #recommend table .bottom td{
	height: 2px;
	font-size: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #CCCC9E;
	background: #FEF6E2;
	border-right: 1px solid #CCCC9E;
}

/*#Content #recommend table td.right{*/
#Content #recommend table td.tovartabletd_2{
	border-right: none;
}

#Content #recommend table td a{
	color: #F26522;
	font-size: 13px;
	font-weight: bold;
}

#Content #recommend table td a:hover{
	color: #3E94D0;
}

#Content #recommend table td span.class{
	color: #8A867B;
	margin-top: 3px;
}

#Content #recommend table td a.rob{
	float:  left;
	width: auto;
	margin-top: 8px;
	display: inline;
	margin-left: 8px;
	padding-right: 16px;
	background: url(cart_dark.gif) right 1px no-repeat;
	padding-bottom: 2px;
	font-size: 10px;
	font-family: tahoma, sans-serif;
	color: #3F94D1;
	font-weight: normal;
}
#Content #recommend table td a.rob:hover{
	background: url(cart.gif) right 1px no-repeat;
}

#Content #recommend table td *{
	float: left;
}

#Content #recommend table td span span{
	float: none;
}

#Content #recommend table td span.red{
	background:url(lot_red.gif);
}

#Content #recommend table td span.red span{
	color: white;
}

#Content #recommend table td a.red{
	font-weight: bold;
	color: #5C5C5C;
	background: url(cart_dark.gif) right 2px no-repeat;
}

#Content .news span.header{
	border-bottom: none;
	padding-top: 19px;
	font-size: 24px;
	padding-bottom: 9px;
	margin-bottom: 0px;
	margin-top: -5px;
	color: #F26522;
}

#Content .checks{
	margin-left: 62px;
	font-size: 11px;
	color: #858177;
	font-family: tahoma, sans-serif;
	background: #F0EAD0;
	border: 1px solid #CCCC9E;
	padding-top: 12px;
	padding-left: 12px;
	padding-bottom: 18px;
	padding-right: 23px;
	width: 560px;
	float: left;
	display: inline;
}

#Content .checks strong{
	float: left;
	width: 100%;
	color: #625F58;
	display: inline;
	margin-bottom: 3px;
	clear: both;
}

#Content .checks label{
	float: left;
	position: relative;
	padding-left: 17px;
	clear: both;
	padding-bottom: 4px;
}

#Content .checks label input{
	position: absolute;
	left: -1px;
	top: 0px;
}

* html #Content .checks label input{
	top: -2px;
	left: -4px;
}

#Content #leftchecks{
	float: left;
	width: 165px;
	padding-top: 3px;
}

#Content #rightchecks{
	float: left;
	padding-left: 11px;
	width: 370px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding-top: 5px;
	padding-bottom: 2px;
	overflow: auto;
	overflow-x:hidden;
	height:110px;
}

#Content #rightchecks span{
  display: block;
  padding-top: 2px;
}

#Content #rightchecks acronym{
float: left;
width: 110px;
display: block;

}


#Content #rightchecks span input{
  margin-right: 5px !important;
}

#Content .checks .letters{
	color: #625F58;
	padding-top: 5px;
	font-size:12px;
}

#Content .checks .letters a{
	color: #625F57;
}

#Content .checks .letters a:hover{
	color: #3E94D1;
}

#Content #filter{
	float: left;
	clear: both;
	padding-left: 62px;
	width: 505px;
	font-size: 11px;
	font-family: tahoma, sans-serif;
	color: #DE2125;
	display: inline;
	margin-top: 8px;
}

#Content .news table{
	float: left;
	display: inline;
}

#Content #pagesbot, #Content #pagestop{
	float: left;
	clear: both;
/*	width: 543px; */
	width: 595px;
	margin-left: 63px;
	display: inline;
	font-size: 11px;
	font-family: tahoma, sans-serif;
	font-weight: bold;
	color: #B0AC99;
	padding-bottom: 22px;
	padding-top: 8px;
}

#Content #pagesbot a, #Content #pagestop a{
	color: #625F58;
	font-weight: normal;
}

#Content #pagesbot a:hover, #Content #pagestop a:hover{
	color: #3F95D1;
}

#Content #pagestop{
	padding-top: 20px;
	padding-bottom: 8px;
	margin-bottom: 14px;
	border-bottom: 1px solid #42929B;
}

#Content .news table{
/*	width: 536px;*/
	width: 600px;
}

#Content .news table td a{
	margin-top: -5px;
}

#Content .news table td a.rob{
	float: left;
	width: auto;
	margin-top: 8px;
	display: inline;
	margin-left: 8px;
	padding-right: 16px;
	background: url(cart_dark.gif) right 1px no-repeat;
	padding-bottom: 2px;
	font-size: 10px;
	font-family: tahoma, sans-serif;
	font-weight: normal;
}

#Content .news table td a.rob:hover{
	background: url(cart.gif) right 1px no-repeat;
}
#Content .news table td *{
	float: left;
}

#Content .news table td span span{
	float: none;
}

#Content .news table td span.red{
	background:url(lot_red.gif);
}

#Content .news table td span.red span{
	color: white;
}

#Content .news table td a.red{
	font-weight: bold;
	color: #5C5C5C;
	background: url(cart_dark.gif) right 2px no-repeat;
}

#Content .news table tr.empty td{
	border-right: none;
	border-bottom: 0;
	padding: 0;
	font-size: 0;
	overflow: hidden;
	height: 12px;
}
/* * * * * * * * * *
* Стили контента  *
* * * * * * * *  */

.mktu_namik {
  color: blue;
  font-weight: bold;
  list-style: none;
  font-size: 16px;
  margin-top: 10px;
}

.mktu_type {
  font-weight: bold;
  font-style: italic;
  margin-right: 10px;

}

.addtobasket {
  padding-right: 5px;
  text-align: right;
}

.tovartabletd_2 {
  width: 30% !important;
}

div.mktu, div.classes {
	margin-left: 62px;
	color: #737373;
	text-align: left;
}

div.Articles {

}

.Articles h6, .mktu h6, .classes h6 {
	font-size: 1.2em;
	margin: 8px 0 5px 0;
}
.Articles h6 a,.Articles h6 a:visited,.mktu h6 a,.mktu h6 a:visited, .classes h6 a,.classes h6 a:visited {
	color: #366FB7;
}
.mktu h6 a, .classes h6 a {
	background: url(arrow.gif) left no-repeat;
	padding-left: 16px;
}
div.pages {
	margin: 10px 0 10px 0;
	font-weight: bold;
	color: #737373;
}
div.pages a {
	margin: 0 2px 0 4px;
	font-weight: bold;
	color: red !important;
	font-size: 11px;

}
div.pages a.active {
	color: #366FB7;
	text-decoration: none;
	font-size: 11px;
}

/* ------ */
#Content #recommend2{
	background: url(http://www.brandberry.ru/style/02.gif) top left no-repeat;
	padding-left: 62px;
	padding-top: 34px;
}

#Content #recommend2 span.header{
	color: #ED1B26;
	font-family: tahoma, sans-serif;
	font-size: 18px;
}

#Content #recommend2 span.header a{
	color: #3F95D1;
	font-size: 11px;
}

#Content #recommend2 span.header a:hover{
	color: #9FB4CC;
}

#Content div.name{
  padding-top: 10px;
  padding-bottom: 10px;
}


#Content #recommend2 h3{
	padding-left: 0px;
	font-size: 16px;
	font-family: tahoma, sans-serif;
	color: #625F57;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 5px;
	float: left;
}

#Content #recommend2 #numberlot{
	padding-left: 0px;
	width: 538px;
	padding-bottom: 11px;
	float: left;
}

#Content #recommend2 #numberlot a{
	float: right;
	padding-left: 15px;
	background: url(http://www.brandberry.ru/style/arrow.gif) 0px 4px no-repeat;
	color: #3F95D1;
}

#Content #recommend2 #numberlot a:hover{
	color: #9FB4CD;
}

#Content #recommend2 #numberlot span{
	float: left;
	font-size: 11px;
	font-family: tahoma, sans-serif;
	color: #B9B3A6;
}

#Content #recommend2 #numberlot span strong{
	color: #625F58;
}

#Content #recommend2 #desci{
	padding-left: 0px;
	width: 538px;
	text-indent: 0;
	float: left;
	text-align: left;
	padding-bottom: 19px;
}

#Content #recommend2 p a:hover{
	color: #9FB4CC;
}

#Content #recommend2 #chars{
	float: left !important;
	width: auto !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	margin-left: 0px !important;
	table-layout: auto !important;
	display: inline !important;
	margin-top: -2px !important;
	margin-bottom: 12px !important;
}

#Content #recommend2 #chars td{
	width: auto !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	text-align: left;
	color: #B9B3A6;
	font-size: 11px;
	font-family: tahoma, sans-serif;
	padding-right: 9px !important;
}

#Content #recommend2 #chars th{
	width: auto !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	text-align: left;
	font-size: 11px;
	font-family: tahoma, sans-serif;
}

#Content #recommend2 h2{
	display: block;
	margin-left: 0px;
	width: 600px;
	font-size: 16px;
	font-family: tahoma, sans-serif;
	color: #7A766B;
	border-top: 1px solid #DCD2C7;
	padding-top: 12px;
}

#Content #recommend2 #reged{
	float: left !important;
	width: 583px !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	margin-left: 63px !important;
	table-layout: auto !important;
	display: inline !important;
	margin-top: 15px !important;
	margin-bottom: 12px !important;
	vertical-align: top !important;
}

#Content #recommend2 #reged td{
	width: auto !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	text-align: left;
	color: #B9B3A6;
	font-size: 11px;
	font-family: tahoma, sans-serif;
	padding-right: 15px !important;
	vertical-align: top !important;
}

#Content #recommend2 #reged td a{
	color: #678BAC !important;
	text-decoration: underline !important;
}

#Content #recommend2 #reged td a:hover{
	color: #9FB4CC !important;
}


#Content #recommend2 #reged th{
	width: auto !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	text-align: left;
	font-size: 11px;
	font-family: tahoma, sans-serif;
	font-weight: normal;
}
#Content .alphafiltr {
  padding-left: 63px;
}
#Content .alphafiltr b{
  color: red;
}
#Content .classspan{
  font-weight: 900;
}

#Content .class_mkru{
  padding-left: 63px;
}

#Content .class_mkru ul li a{
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 5px;
	text-transform : capitalize;
}
#Content .class_mkru li{
    margin-top: 10px;
    padding-bottom: 5px;
}
#Content .class_mkru span.classspan {
	font-size: 13px;
	font-weight: bold;
}
#Content .class_mkru p.runy {
	font-weight: bold;
}
#Content #allcontent{
  padding-left: 63px;
}
#Content .class_mkru div{
    margin-top: 10px;
    margin-bottom: 10px;
}
#Content #allcontent .Articles{
/*   padding-left: -63px !important; */

}

#Content #allcontent .pages{

}
.class_mkru UL {
  list-style-image: url("http://www.brandberry.ru/style/arrow.gif");
}

#Content #tabletable{
	float: left;
	display: inline;
	width: 600px;
	table-layout: fixed !important;
	font-size: 11px;
	font-family: tahoma, sans-serif;
	margin-top: 24px;
}

#Content #tabletable table{
  border: 0px;
}


#Content #tabletable th{
	background: #ABA598;
	color: #FEF6E4;
	padding: 2px !important;
	padding-bottom: 9px !important;
	padding-top: 9px !important;
	width: 120px !important;

}

#Content #tabletable td{
	border-bottom: 1px solid #D4CDBD !important;
	border-right: none !important;
	text-align: center !important;
	width: 101px !important;
	padding: 0 !important;
	color: #959085;
	padding-bottom: 4px !important;
	padding-top: 3px !important;
}

#Content #tabletable .tdleft{
  text-align: left !important;
  padding-left: 5px !important;
}
#Content #tabletable TH.tdleft{
  text-align: center !important;
  padding-left: 5px !important;
}

#Content #tabletable .tdright{
  text-align: center !important;
}
#Content #tabletable TD{
  text-align: center !important;
  padding: 2px;
  width: 120px !important;
}

#Content #tabletable .tdgroup{
  text-align: left !important;
}


#Content #tabletable td strong{
	color: #646159;
}

#Content #tabletable .left{
	width: 7px !important;
	border: none !important;
}

#Content #tabletable td.right{
	width: 46px !important;
	border: none !important;
	overflow: hidden;
}

#Content #tabletable th.right{
	width: 147px !important;
}

* html #Content #tabletable th.right{
	width: 101px !important;
	padding-right: 20px !important;
}

#Content #tabletable .leftal{
	text-align: left !important;
}

#Content #tabletable .rightal img{
	float: right;
	display: inline;
	margin-right: 20px;
}

* html #Content #tabletable .rightal img{
	float: right;
	display: inline;
	margin-right: 5px;
}

#Content #tabletable tr.first td{
	border-top: none !important;
	padding-top: 12px !important;
}

#Content #buttons{
	float: left;
	clear: both;
	padding-left: 5px;
	padding-top: 15px;
  cursor: pointer;
  width: 300px;
}

#Content #tabletable img{
/*	float: left;
	display: inline; */
	margin-right: 4px;
}

#Content #order{
	float: left;
	clear: both;
	padding-top: 27px;
}

#Content #order label{
	float: left;
	clear: both;
	color: #7B786E;
	font-size: 10px;
	font-family: tahoma, sans-serif;
}

#Content #order label span{
	float: left;
	width: 100%;
	white-space: nowrap;
	clear: both;
}

#Content #order label input, #Content #order label textarea{
	float: left;
	width: 234px;
	background: #EAE3D1;
	border: 1px solid #B4AEA0;
	clear: both;
	display: inline;
	margin-top: 3px;
	margin-bottom: 3px;
}

#Content #order label input{
	height: 16px;
}

#Content #order label textarea{
	height: 79px;
}

#Content #order #orderb{
	float: left;
	clear: both;
	margin-top: 5px;
	display: inline;
}

#Content #tabletable table tr {
  width: 600px;
}


/* ------ */

.unit a{
		background: url(copyright.gif) right 0 no-repeat;
		padding-top:1px;
		padding-right: 12px;
		margin-top: 5px !important;
}
a.pofigu{
	margin-top: 8px !important;
	display: inline !important;
	margin-left: 8px !important;
	padding-right: 16px !important;
	background: url(cart.gif) right 1px no-repeat !important;
	padding-bottom: 2px !important;
	font-size: 10px !important;
	font-family: tahoma, sans-serif !important;
	font-weight: normal !important;
        color: #EB2B91 !important;
}
acronym {
	cursor: help;
}
.classfiltr, .resultsdvig {  margin-left: 63px !important;}
