@charset "utf-8";

html body {
	width: 100%;
 	height: auto;
	background: #362323 url("img/body_backgroud.jpg") repeat 0 0;
	/*font-family:"Lucida Grande", "Lucida Sans Unicode",	Arial, Verdana,	sans-serif;*/
	font-size: 16px;
	overflow-y: auto;
	padding: 0 !important;
	margin: 0 !important;
}

/*фон узор*/ #All {
width: 100%;
 	height: auto;
	
	background: url("img/body_backgroud_top-trans.png") no-repeat center 0;
	z-index: 1;
	
	position: relative;
	overflow-y: auto;

	padding: 0 !important;
	margin: 0 !important;
}

/*блок в котором содержатся все элементы сайта*/ #block_960 {
	width: 990px;

	position: relative;
	top: 0;
	left: 50%;

	margin: 0 0 0 -480px;
}





/*******************************************************************************
 * Шапка сайта: логотип, меню, форма поиска
*******************************************************************************/
#logo_and_menu ul li {
	float: left;
}

#logo_and_menu ul {
	height: 121px;
}

#logo_and_menu #logo {
	width: 285px;
	height: 121px;
}

/* Меню */ .top_menu {
	width: 100px;
	height: 56px;
	background: url("img/top_menu_btn.png") no-repeat 0 0;
	text-align: center;
	font-size: 0.9em;
	margin: 46px 20px 0 0;
}

.top_menu:hover {
	background: url("img/top_menu_btn.png") no-repeat 0 -56px;
}

.top_menu:active {
	background: url("img/top_menu_btn.png") no-repeat 0 -112px;
}

.top_menu a {
	display: block;

	height:46px;

	color: #fff;
	text-decoration: none;
	margin: 5px 0 0 0;
}

/* Форма поиска */ #search form {
	width: 162px;

	margin: 46px 0 0 32px;
}

#search form input, #search form div {
	width: 132px;
	height: 29px;
}

#search form #search_btn, #search form #search_btn input{
	width: 30px;
}

#search form div {
	float: left;
}

#search form input {
	background: url("img/search.png") no-repeat 0 0;
	border: none;

	padding: 0 4px 0 4px;
	padding-top /*\**/:  7px\9;
}

#search form #search_btn input{
	background: url("img/search_btn.png") no-repeat 0 0;

	cursor: pointer;
}

#search form #search_btn input:hover {
	background: url("img/search_btn.png") no-repeat 0 -29px;
}

#search form #search_btn input:active {
	background: url("img/search_btn.png") no-repeat 0 -58px;
}









/*******************************************************************************
 * Контент и его меню
*******************************************************************************/

#content_and_menu {
	text-align: left;
}

#content_and_menu #col_left, #content_and_menu #col_right{
	float: left;
}

#col_left {
	width: 252px;
	margin: 0 26px 0 0;
	overflow-y: visible; /*auto;*/
	position: relative;
}

#personal_menu li a, .personal_menu  li a{
	display: block;

	width: 125px;
	height: 25px;

	color: #ffd5d5;
	text-decoration: none;

	margin: 8px 0 0 0;
}

#office{
	background: url("img/left_menu_top_left_btn.png") no-repeat 0 0;
}
.office{
	width: 250px;
	background: url("img/left_menu_down_left_btn.png") no-repeat 0 0;
}
.office a{
	display:block;
	width: 210px;
	color:#fff;
	margin:10px 0 0 0;
}
.office:hover {
	background: url("img/left_menu_down_left_btn.png") no-repeat 0 -35px;
}
.office:active {
	background: url("img/left_menu_down_left_btn.png") no-repeat 0 -70px;
}
#office:hover{
	background: url("img/left_menu_top_left_btn.png") no-repeat 0 -35px;
}

#office:active{
	background: url("img/left_menu_top_left_btn.png") no-repeat 0 -70px;
}

#shop {
	width: 127px;

	background: url("img/left_menu_top_right_btn.gif") no-repeat 0 0;
}

#shop:hover {
	background: url("img/left_menu_top_right_btn.gif") no-repeat 0 -35px;
}

#shop:active {
	background: url("img/left_menu_top_right_btn.gif") no-repeat 0 -70px;
}

#personal_menu li, .personal_menu li{
	height: 35px;

	text-align: center;

	float: left;
}

.lelit_store {
	clear: both;
}

.lelit_store li {
	font-size: 0.9em;
    height: auto;
    padding: 0;
    margin: 0;
    background: url("img/left_menu_fon.gif") repeat 0 0;
    /* border: 1px dashed #FFD700 */
	
}

.lelit_store li a {
	display: block;
    padding: 2px 5px 2px 2px;
    color: #e5e5e5;
    text-decoration: none;
}

.lelit_store li a:hover {
	color: #dc8d8d;
}


.lelit_store .separator {
    height: 3px;
    line-height: 0em;
    font-size: 0em;
    background: #2C2B2B url("img/left_menu_separator.gif") no-repeat 0 0;
    padding: 0;
    margin: 0;
    /* border: 1px dashed #FFD700 */
}

.lelit_store .end_menu {
	height: 16px;
	overflow: hidden;
	background: #2C2B2B url("img/left_menu_bottom.png") no-repeat 0 0;
}


.lelit_store_open {
	height: auto !important;
}

.lelit_store_open ul li {
	width: auto;
	height: auto;
	min-height: 20px;
	padding: 0 0 0 20px;
	background: #241010 url("img/left_menu_open_list.gif") repeat 0 0;
}

#store_header {
	border-bottom: 1px solid #414141;
	padding: 7px 0 0 10px !important;
}

#store_header h1 {
	color: #8ee589;
    font-weight: normal;
    font-style: italic;
    padding: 0;
    margin: 0
}


#lelit_b {
	margin: 20px 0 0 0;
	text-align: center;
}

#lelit_b .p1 {
	margin: 0 0 20px 0;
}

#col_right {
	width: 682px;
	height: auto;
	height:auto !important;
}

#col_right #cont_top {
	height: 12px;
	font-size: 0px;


	background: url("img/content_corners_top.png") no-repeat 0 0;
}

#col_right .cont_bottom {
	height: 12px;
	font-size: 0px;

	overflow-y: auto;

	background: url("img/content_corners_bottom.png") no-repeat 0 0;

	clear: both;
}

#col_right #cont_middle {
	height: auto;
	zoom: 1;

	background: url("img/content_background.gif") repeat-y 0 0;

	padding: 0 10px;
}


.block {
	margin: 10px 0 0 0;
}

.block_header {
	height: 36px;
	background: url("img/block_header_adn_text.jpg") no-repeat 0 0;
}

.block_header h1 {
	color: #fff;
	font-size: 1.3em;
	font-weight: normal;

	padding: 6px 0 0 10px;
}

.block_content {
	width: 640px;
	height: auto;
	height:auto !important;
	min-height: 20px;
	color: #262626;
	font-size:16px;
	line-height: 1.2em;
	padding: 10px;
	position: relative;
    clear: both;
	overflow-y: visible;
	background: #fff url("/img/block_text.jpg") no-repeat 0 bottom;
    overflow: hidden
}
.block_content li{
	list-style: none;
} 
.block_content img{
	margin:10px;
} 

#box_table_store td{
	text-align: center;
	padding: 0 0 10px 0;
}

.box_store_img {
	width: 128px;
	height: auto;

	margin: auto;
	padding: 0 0 10px 0;
}

#box_table_store h1{
	color: #000;
	font-weight: normal;

	padding: 10px 0;
}

#box_table_store .box_store_cash {
	color: #0099ff;
	padding: 0 0 10px 0;
}

.box_store_btn a{
	display: block;

	width: auto;
	height: 26px;

	text-align: center;

	background: url("img/btn.jpg") no-repeat center 0;

	color: #fff;
	text-decoration: none;
	font-size: 1.05em;
	line-height: 1.3em;
}

.box_store_btn a:hover{
	background: url("img/btn.jpg") no-repeat center -26px;
}

.box_store_btn a:active{
	background: url("img/btn.jpg") no-repeat center -52px;
}


.stor_elem {
	width: auto;
	height: auto;
	height:auto !important;
	min-height: 80px;

	overflow: hidden;

	clear: both;

	padding: 20px 0 20px 0;
}

.stor_elem li{
	height: auto;

	float: left;
}

.store_img {
	width: 128px;
	margin: 0 0 0 15px;
}

.store_text {
	width: 340px;
}
.store_text h1{
	color: #464646;
	font-size: 1.3em;
	font-weight: normal;

	padding: 0 5px 10px 15px;
}
.store_text p{
	font-size: 16px;
	padding: 0 5px 10px 15px;
}

.store_elem_btn {
	width: 150px;
}

.picto {
	min-height: 18px;
}

.price {
	padding: 30px 0 30px 11px;
}

.price span{
	color: #b3b3b3;
}

.money {
	color: #393939 !important;
	font-size: 1.2em;
}

#list {
	clear: both;
	padding: 10px 0 0 0;
	color: #656565;
}

#list span{
	color: #262626;
	font-size: 1.3em;
}

#list a{
	padding: 10px 0 0 0;
}















#elem_left {
	width: 380px;
	margin: 0 20px 0 0;
	float: left;
}

#elem_left p, #elem_left ul li{
	font-size: 16px;
}

#elem_left p{
	padding: 15px 0;
}

#elem_left ul li{
	padding: 5px 5px 0 0;
	list-style: disc;
}

#elem_left ul{
	padding: 0 0 0 30px;
}


#elem_right {
	width: 220px;
	float: left;
	font-size: 14px;
}

#elem_right ul{
	margin: 10px 0 20px 0;
}

#elem_link li{
	padding: 3px 0 3px 20px;
	background: url("img/not_pdf.gif") no-repeat 0 6px;
}

#elem_link a{
	color: #656565;
}

.elem_header_info {
	background: #ccc;

	font-size: 1.1em;

	padding: 0 0 5px 5px;
	margin: 0 0 10px 0;
}

.elem_info_image img {
	clear: both;
}

.elem_info_image em {
	font-weight: bold;
	font-style: normal;
}

.elem_pdf {
	background: url("img/pdf.gif") no-repeat 0 6px !important;
}


#elem_left .box_store_btn {
	margin: 20px 0;
}

















#footer {
	clear: both;
	color: #fff;
	font-size: 14px;
	line-height: 1.2em;
}

#footer #address, #footer #copy {
	float: left;
	padding: 40px 0 40px 0;
}

#address {
	width: 252px;
}

#copy {
	padding-left: 30px !important;
}

#copy div{
	float: left;
}

#link_copy {

}

#copy_text {

		font-style:italic;
	padding: 6px 0 0 9px;
}
#copy_text a{
	color:#fff;
}
.basketBuyer INPUT{
	width:98%;
}
.basket{
	padding: 0 20px 30px 20px;
	width:100%;
}
.basket .kill{
	width:100px;
}
.basketBuyer{
	margin: 20px 10px 30px 10px;
}
.basketBuyer textArea{
	width:98%;
}
.submitLink{
	border:none;
	background:none;
	color:#551a8b;
	text-decoration: underline;
	display: block;
	cursor: pointer;
}
.box_submit {
	float:left;
	background: url("img/btn.jpg") no-repeat center 0px;
	display: block;
	margin-top:20px;
	width:150px;height:26px;
	border: none;
	color:#fff;
}

.box_submit:hover{
	background: url("img/btn.jpg") no-repeat center -26px;
}
.box_submit:active{
	background: url("img/btn.jpg") no-repeat center -52px;
}
.artices{
	width:90%;
}
.exitForm p{
	float: left;
}
form span{
	color:#686868;
}
input{
	padding: 3px;
}
textArea{
	border: 1px solid #c8c9d2;
	padding: 3px;
}
.basketH{
	/*min-height:155px;*/
}

#flash{
	position:absolute;
	margin: 6px 0 0 5px;
}
#counter{
	margin: 3px 0 0 30px;
}
.office-lab{
	border:dotted 1px #c1c1c1;
	width:210px;
}


EM{
    font-style: normal;
    font-variant: normal;
    font-weight: normal
}


