html {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/html.gif);
	background-repeat: repeat-y;
	background-position: center top;
	height: 100%;
}
body {
	margin: 0px auto;
	padding: 0px;
	position: relative;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	min-height: 100%;
}
img {
	border-style: none;
}
form {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
a.inverted {
	text-decoration: underline;
}
a.inverted:hover {
	text-decoration: none;
}
:focus {
	outline: 0;
}
p {
	margin: 0px;
	padding-bottom: 10px;
}
h1 {
	color: #FFFFFF;
	margin: 0px 0px 15px;
	padding: 0px;
	font-size: 17px;
}
h2 {
	color: #333840;
	margin: -10px 0px 18px 130px;
	padding: 0px;
	font-size: 17px;
}
h3 {
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 15px;
	color: #FFFFFF;
}
h4 {
	font-size: 15px;
	margin: 0px;
	padding: 0px 0px 5px;
}
h5 {
	font-size: 13px;
	margin: 0px;
	padding: 0px 0px 5px;
}
.black_dashed {
	border-bottom: 1px dashed #000000;
	text-decoration: none;
	color: #000000;
}
.black_dashed:hover {
	border-bottom-style: none;
	text-decoration: none;
}
.white_dashed {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dashed #FFFFFF;
}
.white_dashed:hover {
	text-decoration: none;
	border-bottom-style: none;
}
.grey {
	color: #5D5D61;
}





.hd {
	color: #FFFFFF;
	padding-bottom: 6px;
}

.logo {
	position: absolute;
	top: 28px;
	right: 11px;
}
.logo_spb {
	font-size: 13px;
	position: absolute;
	left: 13px;
	top: 29px;
}
.slogan_spb {
	position: absolute;
	left: 89px;
	top: 46px;
}
.slogan_text {
	font-size: 13px;
	position: absolute;
	left: 86px;
	top: 44px;
	color: #333840;
}
.container {
	margin: auto;
	width: 971px;
	position: relative;
	padding: 149px 0px 80px;
}
.INDEX----------------------------- {}
.index_left {
	float: left;
	width: 755px;
	line-height: 17px;
	margin-bottom: 15px;
}
.index_right {
	float: right;
	width: 203px;
	margin-top: 34px;
	margin-bottom: 15px;
	font-size: 10px;
}
.navi {
	background-color: #8B9097;
	background-image: url(../images/index_navi_top.gif);
	background-repeat: no-repeat;
	padding: 7px 11px 0px;
	width: 181px;
	margin: auto;
}
.navi .hd {
	font-size: 11px;
}

.navi_bot {
	font-size: 0px;
	background-image: url(../images/index_navi_bot.gif);
	height: 7px;
	margin: auto;
	width: 203px;
}
.navi .divider {
	font-size: 0px;
	line-height: 0px;
	background-image: url(../images/dotted_grey.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 2px;
}
.navi .bulleted_black {
	background-position: 0px 10px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.navi .expanded_block {
	background-color: #BCC0C5;
	background-position: 11px 12px;
	padding: 7px 11px 7px 23px;
	background-image: url(../images/bullet_black_down_arrow.gif);
	margin-right: -11px;
	margin-left: -11px;
	position: relative;
}
.navi p {
	padding-bottom: 5px;
}
.navi .inp {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 2px;
	width: 170px;
	border: 3px solid #FFFFFF;
	margin-left: -13px;
	margin-bottom: 14px;
}
.navi .subm {
	margin-left: -13px;
	margin-bottom: 7px;
}
.navi .scroll_container {
	position: relative;
	height: 115px;
	overflow: hidden;
}
.navi .scroller {
	position: absolute;
	width: 168px;
	left: 0px;
	top: 0px;
}
.navi .scroll_up {
	font-size: 0px;
	background-image: url(../images/scroll_buttons.gif);
	height: 11px;
	width: 11px;
	position: absolute;
	top: 5px;
	right: 5px;
}
.navi .scroll_up_inactive {
	background-position: -11px 0px;
}
.navi .scroll_down {
	font-size: 0px;
	background-image: url(../images/scroll_buttons.gif);
	height: 11px;
	width: 11px;
	position: absolute;
	background-position: 0px -11px;
	top: 19px;
	right: 5px;
}
.navi .scroll_down_inactive {
	background-position: -11px -11px;
}
.add_right_column .navi {
	font-size: 10px;
	line-height: normal;
}










.index_adds {
	background-image: url(../images/index_adds.gif);
	background-repeat: no-repeat;
	height: 91px;
	margin-bottom: 5px;
	position: relative;
}
.index_adds .item {
	float: left;
	height: 83px;
	border-right: 1px solid #90949B;
	width: 218px;
	padding: 8px 12px 0px;
}
.index_adds .item .bulleted {
	background-image: url(../images/bullet_red_right_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 12px;
}
.index_adds .item a {
	color: #000000;
}
.index_adds .item a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.index_adds .item img {
	display: block;
	margin-bottom: 6px;
}
.index_adds .foldable_news_cont {
	position: relative;
	height: 91px;
	width: 242px;
	float: left;
}
.index_adds .foldable_useful_cont {
	position: relative;
	height: 91px;
	width: 242px;
	float: left;
	border-right: 1px solid #90949B;
}
.index_adds .foldable_special_cont {
	position: relative;
	height: 91px;
	width: 242px;
	float: left;
	border-right: 1px solid #90949B;
	z-index: 500;
}
.index_adds .foldable_n_cont {
	position: relative;
	height: 91px;
	width: 242px;
	float: left;
	border-right: 1px solid #90949B;
}

.index_adds .foldable_news, .index_adds .foldable_useful, .index_adds .foldable_special, .index_adds .foldable_n {
	padding: 8px 15px 0px 11px;
	width: 216px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 83px;
	overflow: hidden;
	background-image: url(../images/foldable_bg.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
	z-index: 500;
}
.index_adds .foldable_n {
	background-position: -243px bottom;
}
.index_adds .foldable_useful {
	background-position: -486px bottom;
}
.index_adds .foldable_news {
	background-position: -729px bottom;
}
.index_adds .foldable_news a:hover, .index_adds .foldable_useful a:hover, .index_adds .foldable_special a:hover, .index_adds .foldable_n a:hover  {
	color: #FFFFFF;
	text-decoration: none;
}
.index_adds .news_item {
	background-image: url(../images/bullet_red_right_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 12px;
	margin-bottom: 6px;
}
.index_adds .news_item a {
	color: #000000;
}
.index_adds .divider {
	font-size: 0px;
	line-height: 0px;
	background-image: url(../images/top_nav_divider.gif);
	background-repeat: repeat-x;
	height: 6px;
	visibility: hidden;
}
.index_adds .expand_collapse {
	background-image: url(../images/expand_collapse.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 11px;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 0px;
	line-height: 0px;
	cursor: pointer;
}
.index_adds .preexpanded a {
	color: #000000;
}
.index_adds .preexpanded .divider {
	visibility: visible;
}
.index_adds .expanded .divider {
	visibility: visible;
}
.index_adds .expanded .expand_collapse {
	background-position: 0px -11px;
}
.index_adds .index_news {
	width: 220px;
	float: left;
	padding: 8px 11px 0px;
}
.index_adds .index_news_item {
	background-image: url(../images/bullet_red_right_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 12px;
}
.index_adds .index_news_item a {
	color: #000000;
}
.index_adds .index_news_item a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.index_adds .border_left {
	font-size: 0px;
	background-image: url(../images/index_adds_left.gif);
	position: absolute;
	height: 91px;
	width: 3px;
	left: 0px;
	top: 0px;
	z-index: 800;
}
.index_adds .border_right {
	font-size: 0px;
	background-image: url(../images/index_adds_right.gif);
	position: absolute;
	height: 91px;
	width: 3px;
	left: 968px;
	top: 0px;
	z-index: 800;
}










.bot_nav {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bot_nav.gif);
	background-repeat: no-repeat;
	height: 23px;
	font-size: 9px;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 55px;
}
.bot_nav li {
	float: left;
	margin-right: 18px;
	margin-left: 8px;
	list-style: none;
	padding-top: 5px;
	display: inline;
}
.bot_nav .cabinet {
	float: right;
	font-size: 11px;
	margin-right: 12px;
	padding-top: 4px;
}
.bot_nav .credit {
	color: #C00026;
	float: right;
}

.footer_left {
	color: #FFFFFF;
	float: left;
	font: 10px Tahoma, Arial, sans-serif;
	margin-left: 5px;
	display: inline;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 47px;
}
.footer_right {
	color: #FFFFFF;
	text-align: right;
	font: 10px Tahoma, Arial, sans-serif;
	margin-right: 12px;
	display: inline;
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 47px;
}
.footer_right p {
	padding-bottom: 5px;
}
.INNER--------------------------------- {}
.left_column {
	float: left;
	width: 242px;
	margin-bottom: 10px;
}
.left_column .menu {
	font-size: 10px;
}
.left_column .menu ul {
	margin: 0px;
	padding: 0px;
}
.left_column .menu ul li {
	list-style: none;
}
.left_column .menu ul a {
	position: relative;
	z-index: 100;
	background-image: url(../images/menu_item.gif);
	background-repeat: no-repeat;
	display: block;
	padding: 8px 8px 8px 12px;
}
.left_column .menu ul a:hover {
	background-position: -242px 0px;
	text-decoration: none;
}
.left_column .menu ul .active a, .left_column .menu ul .active a:hover {
	background-position: -484px 0px;
	text-decoration: none;
}
.left_column .menu ul ul {
	background-image: url(../images/menu_sub_item.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 4px;
	position: relative;
	z-index: 50;
	min-height: 1px;
	margin-bottom: -1px;
	margin-top: -1px;
}
.left_column .menu ul ul li {
	list-style: none;
	background-image: none;
	padding: 6px 8px 6px 12px;
}
.left_column .menu ul ul a {
	background-image: none;
	display: inline;
	padding: 0px;
}
.left_column .menu ul ul a:hover {
	color: #CECECE;
	text-decoration: none;
}
.left_column .menu ul ul .active {
	background-color: #95979D;
	background-image: url(../images/top_nav_divider.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0px;
	margin-right: 1px;
	margin-left: 1px;
}
.left_column .menu ul ul .active span {
	background-image: url(../images/top_nav_divider.gif);
	background-repeat: repeat-x;
	display: block;
	padding: 5px 7px 7px 11px;
}
.left_column .navi {
	background-image: url(../images/inner_navi_top.gif);
}
.left_column .navi .hd {
	font-size: 12px;
	padding-top: 3px;
	margin-right: -10px;
	margin-left: -3px;
}



.right_column {
	float: right;
	width: 704px;
	margin-bottom: 10px;
	line-height: 17px;
}
.center_column {
	float: left;
	width: 460px;
}

.contact_form {
}
.contact_form label {
	font-weight: bold;
	float: left;
	width: 164px;
	padding-right: 10px;
}
.contact_form label em {
	font-style: normal;
	font-weight: bold;
	color: #CC0033;
}
.contact_form .field {
	float: left;
	width: 290px;
}
.contact_form .wide_field {
	width: 390px;
}

.contact_form .type_selector {
	line-height: normal;
}

.contact_form .inp {
	border-style: none;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	width: 283px;
	padding: 2px;
	margin-bottom: 24px;
}
.contact_form select {
	border-style: none;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	width: 287px;
	padding: 1px 2px;
	margin-bottom: 24px;
}
.contact_form .phone_inp {
	width: 160px;
}
.contact_form .phone_type{
	width: 115px;
	margin-left: 8px;
}
.contact_form textarea {
	border-style: none;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	width: 283px;
	padding: 2px;
	height: 80px;
	margin-bottom: 24px;
}

.contact_form .wrong {
	font-size: 9px;
	color: #CC0033;
	height: 24px;
	margin-top: -24px;
}
.contact_form .submit_wrong {
	font-size: 11px;
	color: #656565;
	margin-top: -5px;
}


.contact_form .captcha_field img {
	float: left;
	margin-right: 10px;
}

.contact_form .captcha_field .inp {
	width: 143px;
	margin-bottom: 0px;
	*margin-top: -1px;
}
.contact_form .captcha_field .wrong {
	margin-top: 0px;
}
.contact_form .subm {
	margin-top: 15px;
	margin-bottom: 15px;
}
.pass_recovery label {
	width: 58px;
}
.pass_recovery .inp {
	width: 356px;
}
.pass_change label {
	width: 130px;
}
.pass_change .inp {
	width: 285px;
}
.acc_preview_item {
	float: left;
	height: 170px;
	width: 225px;
	margin-right: 10px;
}
.acc_preview_item .hd {
	font-size: 13px;
	padding-bottom: 10px;
	height: 24px;
	overflow: hidden;
}

.acc_preview_item .pic {
	background-image: url(../images/acc_preview_bg.gif);
	height: 95px;
	width: 225px;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	background-repeat: no-repeat;
}

.acc_preview_item .pic img {
}
.acc_preview_item .bulleted {
	margin-top: 3px;
}




.acc_preview_item .bulleted a {
	color: #000000;
	text-decoration: none;
}
.acc_preview_item .bulleted a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.bulleted {
	background-image: url(../images/bullet_red_right_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 12px;
}
.bulleted_black {
	background-image: url(../images/bullet_black_right_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 12px;
}
.cart {
	line-height: normal;
}
.cart table {
	width: 100%;
	border-collapse:collapse;
	margin-bottom: 20px;
}
.cart th {
	background-color: #8F9097;
	padding: 5px 8px;
	border: 1px solid #737378;
	text-align: left;
}
.cart td {
	padding: 5px 8px;
	border: 1px solid #737378;
	vertical-align: top;
	text-align: center;
}
.cart .quantity {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 35px;
        text-align: right;
}
.cart .dark {
	background-color: #8F9097;
}
.cart .text_right {
	text-align: right;
}
.cart .text_left {
	text-align: left;
}
.cart .nowrap {
	white-space: nowrap;
}

.cart .cart_controls {
	font-size: 10px;
	color: #656565;
	text-align: right;
	float: right;
}
.cart .big_line_height {
	line-height: 17px;
	padding-top: 3px;
	padding-bottom: 4px;
}

.edit_personal_data {
	width: 293px;
	margin-bottom: 25px;
}
.cart .orders_archive {
	float: right;
	width: 134px;
	margin-top: 4px;
}

.cart .cart_stats {
	margin-left: 8px;
}
.cart .cart_stats p {
	padding-bottom: 5px;
}
.cart .cart_stats u {
	color: #E21838;
	text-decoration: none;
}
.cart .new_window {
	float: left;
	margin-top: 3px;
	margin-right: 4px;
}

.manager_list th {
	text-align: center;
}
.manager_list td {
	text-align: left;
}
.manager_dialogue {
	width: 100%;
	border-collapse:collapse;
	background-image: url(../images/top_nav_divider.gif);
	background-repeat: repeat-x;
	margin-bottom: 20px;
}
.manager_dialogue tr {
	background-image: url(../images/top_nav_divider.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.manager_dialogue td {
	vertical-align: top;
	padding: 8px 0px 10px;
}
.manager_dialogue .who {
	width: 60px;
	padding-left: 18px;
}
.manager_dialogue .light {
	color: #F0F6FF;
}
.manager_ask textarea {
	border-style: none;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	width: 380px;
	padding: 2px;
	height: 80px;
	margin-bottom: 20px;
}
.manager_ask .red_button {
	width: 110px;
}



.select_mark {
	min-height: 1px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.select_mark .inp {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #7F9DB9;
	width: 400px;
	margin-right: 8px;
	float: left;
	padding: 3px;
}
.select_mark .subm {
	float: left;
	position: relative;
}
.right_column .order_detail_controls {
	font-size: 11px;
	text-align: left;
	width: 258px;
}
.order_detail_controls .confirm_order {
	font-size: 12px;
	width: 150px;
	margin-bottom: 10px;
	float: right;
}
.add2cart {
	font-size: 0px;
	line-height: 0px;
	background-image: url(../images/add2cart.gif);
	display: block;
	height: 17px;
	width: 15px;
}
.go2cart {
	font-size: 0px;
	line-height: 0px;
	background-image: url(../images/2cart.gif);
	display: block;
	height: 17px;
	width: 15px;
}
.go2cart:hover {
	background-position: 0px -17px;
}
.three_cols {
	background-image: url(../images/3cols.gif);
	background-repeat: no-repeat;
	padding-left: 23px;
	background-position: 0px 1px;
	text-decoration: none;
}
.with_title .title {
	padding: 4px;
	border: 1px solid #737378;
	position: absolute;
	background-color: #FFFFFF;
	color: #737378;
	text-decoration: none;
	text-align: left;
	font: 10px/9px Verdana, Arial, Helvetica, sans-serif;
	margin-top: -30px;
	margin-left: -20px;
	left: -2000px;
}
.with_title:hover{
	background-color: transparent;
}
.with_title:hover .title {
	left: auto;
}
.with_title .more_left_margined {
	margin-left: -50px;
}
.pic_with_previews {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.pic_with_previews .big_pic {
	margin-right: 10px;
	margin-bottom: 10px;
}
.pic_with_previews .preview {
	float: left;
	background-color: #222222;
	margin-right: 10px;
	margin-bottom: 10px;
}
.pic_with_previews .preview img {
	opacity: 0.2;
}
.pic_with_previews .preview:hover img, .pic_with_previews .active img {
	opacity: 1.0;
}
.continue_checkout {
	width: 260px;
}
.finish_checkout textarea {
	width: 490px;
}
.finish_checkout .red_button {
	width: 170px;
}

















.COMMON--------------------------------- {}
.red_button {
	line-height: 19px;
	background-image: url(../images/red_button.gif);
	background-repeat: no-repeat;
	height: 21px;
	padding-left: 2px;
	font-weight: bold;
	text-align: center;
}
.red_button span {
	background-image: url(../images/red_button.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	margin-right: -2px;
	position: relative;
	height: 21px;
}
.red_button a {
	text-decoration: none;
}
.red_button a:hover {
	text-decoration: underline;
}
.grey_button {
	line-height: 19px;
	background-image: url(../images/grey_button.gif);
	background-repeat: no-repeat;
	height: 21px;
	padding-left: 2px;
	font-weight: bold;
	text-align: center;
}
.grey_button span {
	background-image: url(../images/grey_button.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	margin-right: -2px;
	position: relative;
	height: 21px;
}
.grey_button a {
	text-decoration: none;
}
.grey_button a:hover {
	text-decoration: underline;
}


.red {
	color: #CC0033;
}

.substitute_130 {
	width: 130px;
}
.black {
	color: #000000;
}

.left_floated {
	float: left;
}

.thick_divider {
	font-size: 0px;
	line-height: 0px;
	background-image: url(../images/thick_divider.gif);
	background-repeat: repeat-x;
	height: 2px;
	margin-bottom: 15px;
}
.divider_solid {
	font-size: 0px;
	line-height: 0px;
	height: 13px;
	margin-bottom: 13px;
	border-bottom: 1px solid #D2D4D7;
}


table.styled {
	border-collapse:collapse;
	margin-bottom: 20px;
}
table.styled th {
	/*font-weight: normal;*/
	border: 1px solid #CACED3;
	padding: 8px;
	vertical-align: top;
}
table.styled td {
	padding: 8px;
	border: 1px solid #CACED3;
	vertical-align: top;
}
ul.styled {
	margin: 0px 0px 20px 15px;
	padding: 0px;
	min-height: 1px;
}
ul.styled li {
	background-image: url(../images/bullet_red_right_arrow.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	padding-left: 15px;
	list-style: none;
	padding-bottom: 5px;
}
ul.styled ul {
	margin: 0px;
	padding: 0px 0px 0px 3px;
}
ul.styled ul li {
	background-image: url(../images/bullet_black_right_arrow.gif);
}
ul.styled .nobullet {
	background-image: none;
	padding-left: 0px;
}

ol.styled {
	margin: 0px 0px 20px 15px;
	padding: 0px 0px 0px 18px;
	min-height: 1px;
}
ol.styled li {
	list-style: decimal outside;
	padding-bottom: 5px;
}
ol.styled ol {
	margin: 0px;
	padding: 0px 0px 0px 22px;
}

.top_nav {
	background-image: url(../images/top_nav.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 971px;
	position: absolute;
	left: 0px;
	top: 84px;
	z-index: 500;
}
.top_nav li {
	float: left;
	list-style: none;
	height: 33px;
	position: relative;
	margin-top: 1px;
	z-index: 999;
}
.top_nav .zero_level {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	padding-right: 12px;
	padding-left: 12px;
	height: 22px;
	padding-top: 11px;
}
.top_nav ul {
	margin: 0px;
	padding: 7px;
}
.top_nav ul li {
	background-image: url(../images/top_nav_divider.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	float: none;
	padding-top: 6px;
	padding-bottom: 8px;
	height: auto;
}
.top_nav ul span {
	background-image: url(../images/bullet_red_right_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	display: block;
	padding-left: 13px;
}

.top_nav ul a {
	color: #000000;
	text-decoration: none;
}
.top_nav ul a:hover {
	text-decoration: underline;
}
.top_nav .border_killer {
	font-size: 0px;
	background-color: #B4B7BD;
	height: 2px;
	margin-top: -8px;
	position: relative;
}
.top_nav .menu_popup {
	top: 33px;
}
.top_nav .li_hover {
	background-color: #B4B7BD;
}
.top_nav .li_hover_fst {
	background-color: transparent;
}
.top_nav .li_hover_fst .zero_level {
	background-image: url(../images/top_nav_li_hover_fst.gif);
	background-repeat: no-repeat;
	padding-top: 12px;
	position: relative;
	top: -1px;
}
.top_nav .li_hover_fst .menu_popup {
	left: 2px;
}
.top_nav .sub_lst {
	background-image: none;
}
.top_nav #active_zero_level {
	color: #393E46;
}


.search {
	height: 33px;
	width: 202px;
	border-left: 1px solid #9FA3A9;
	position: absolute;
	top: 85px;
	right: 0px;
	z-index: 600;
}
.search .inp {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #777777;
	background-image: url(../images/search_inp.gif);
	background-repeat: no-repeat;
	float: left;
	width: 156px;
	border-style: none;
	margin-top: 7px;
	margin-left: 12px;
	padding: 3px 0px 4px 3px;
}
.search .subm {
	float: left;
	margin-top: 7px;
}
.menu_popup {
	position: absolute;
	left: 0px;
	top: 25px;
	display: none;
	z-index: 500;
}
.menu_popup table {
	width: 100%;
	border-collapse:collapse;
}
.menu_popup td {
	font-size: 0px;
	padding: 0px;
	vertical-align: top;
}
.menu_popup .t {
	background-color: #B4B7BD;
}
.menu_popup .l {
	background-color: #B4B7BD;
}
.menu_popup .c {
	font-size: 11px;
	background-color: #B4B7BD;
}
.menu_popup .r {
	background-color: #B4B7BD;
}
.menu_popup .b {
	background-color: #B4B7BD;
}
.menu_popup .lt {
	background-image: url(../images/menu_popup_lt.png);
	height: 5px;
	width: 5px;
}
.menu_popup .rt {
	background-image: url(../images/menu_popup_rt.png);
	height: 5px;
	width: 5px;
}
.menu_popup .lb {
	background-image: url(../images/menu_popup_lb.png);
	height: 5px;
	width: 5px;
}
.menu_popup .rb {
	background-image: url(../images/menu_popup_rb.png);
	height: 5px;
	width: 5px;
}
.top_nav .enter {
	float: right;
	margin-right: 20px;
	display: inline;
	background-image: url(../images/enter.gif);
	background-repeat: no-repeat;
	background-position: right 7px;
	padding-right: 25px;
}
.top_nav .enter .menu_popup {
	font-size: 10px;
}
.top_nav .enter .menu_popup .c {
	font-size: 10px;
	padding: 0px 7px 4px;
}
.top_nav .enter label {
	display: block;
	margin-bottom: 2px;
}
.top_nav .enter .inp {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	width: 205px;
	margin-bottom: 10px;
	border: 1px solid #FFFFFF;
}
.top_nav .enter .subm {
	margin-bottom: 8px;
}
.top_nav .enter .divider {
	font-size: 0px;
	line-height: 0px;
	background-image: url(../images/dotted_grey.gif);
	background-repeat: repeat-x;
	height: 2px;
	margin: 0px -5px 3px;
	position: relative;
}
.top_nav .enter .register {
	color: #000000;
}
.top_nav .enter a {
	text-decoration: underline;
}
.top_nav .enter a:hover {
	text-decoration: none;
}
.top_nav .log_out {
	margin-right: 25px;
}

.top_nav .messages {
	position: absolute;
	top: 8px;
	right: 127px;
}
.top_nav .messages a {
	background-image: url(../images/messages.gif);
	background-repeat: no-repeat;
	height: 17px;
	padding-left: 22px;
	line-height: 15px;
	color: #777777;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}
.top_nav .messages a:hover {
	text-decoration: underline;
}
.top_nav .messages span {
	background-image: url(../images/messages.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	margin-right: -1px;
	position: relative;
	height: 17px;
	padding-right: 7px;
}
.semitransparent {
	background-image: url(../images/grey_50.png);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 900;
}
.contacts_popup {
	padding: 10px 20px 50px;
	margin-left: -250px;
	position: absolute;
	left: 50%;
	top: 530px;
	z-index: 1000;
}
.contacts_popup .close {
	float: right;
	color: #000000;
	background-image: url(../images/close.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
	padding-right: 16px;
	height: 15px;
	margin: -10px -10px 25px 0px;
}
.contacts_popup .close:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.contacts_popup .diagram {
	width: 100%;
	border-collapse:collapse;
	margin-bottom: 30px;
}
.contacts_popup .diagram td {
	padding: 0px 20px;
}
.contacts_popup .diagram .block {
	display: inline-block;
	height: 11px;
	width: 11px;
	font-size: 0px;
	line-height: 0px;
	margin-right: 7px;
}
.contacts_popup .red_block {
	background-color: #E21840;
}
.contacts_popup .cyan_block {
	background-color: #6D839F;
}
.contacts_popup .grey_block {
	background-color: #575E6D;
}
.contacts_popup .histogram {
	width: 100%;
	border-collapse:collapse;
}
.contacts_popup .histogram th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 0px 0px 10px;
}
.contacts_popup .histogram td {
	vertical-align: top;
	padding: 0px 45px 0px 0px;
}
.contacts_popup .histogram .block {
	width: 22px;
	text-align: center;
	display: inline-block;
	height: 17px;
	font-size: 11px;
	line-height: 17px;
	margin-bottom: -2px;
}
.contacts_popup .histogram .hist {
	font-size: 0px;
	line-height: 0px;
	background-repeat: repeat-x;
	height: 17px;
	display: inline-block;
	margin-bottom: -2px;
	margin-right: 5px;
}

.contacts_popup .histogram .grey_hist {
	background-image: url(../images/histogram_grey.gif);
}
.contacts_popup .histogram .red_hist {
	background-image: url(../images/histogram_red.gif);
}
.rounded_table {
	width: 100%;
	border-collapse:collapse;
}
.rounded_table .lt {
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	height: 5px;
	width: 5px;
	background-image: url(../images/rounded_table_lt.png);
}
.rounded_table .t {
	padding: 0px;
	background-color: #A0A5AD;
}
.rounded_table .rt {
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	background-image: url(../images/rounded_table_rt.png);
}
.rounded_table .l {
	padding: 0px;
	background-color: #A0A5AD;
}
.rounded_table .c {
	padding: 15px;
	background-color: #A0A5AD;
}
.rounded_table .r {
	padding: 0px;
	background-color: #A0A5AD;
}
.rounded_table .lb {
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	background-image: url(../images/rounded_table_lb.png);
}
.rounded_table .b {
	padding: 0px;
	background-color: #A0A5AD;
}
.rounded_table .rb {
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	height: 5px;
	width: 5px;
	background-image: url(../images/rounded_table_rb.png);
}





.not_found_container {
	padding: 0px 10px 20px;
	min-height: 1px;
	line-height: 17px;
}
.not_found_container .select_mark {
	padding-left: 0px;
}
.not_found_container .select_mark .subm {
	margin-top: 0px;
}

div.not_found {
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 3px;
}

ul.not_found {
	margin: 0px 25px 0px 0px;
	padding: 0px;
	float: left;
}
ul.not_found li {
	list-style: none;
}
.search_results {
	width: 714px;
}
.search_results td {
	padding-top: 0px;
	padding-right: 5px;
}
.news_list {
	width: 460px;
}
.news_list .pic {
	float: left;
	padding-right: 9px;
}
.news_list .text {
	/*margin-top: -3px;*/
	display: table;
	min-height: 1px;
}
.news_list .text .theme {
	font-weight: bold;
}
.news_list .text .theme:hover {
	color: #000000;
	text-decoration: none;
}
.news_list .divider {
	font-size: 0px;
	line-height: 0px;
	background-image: url(../images/top_nav_divider.gif);
	background-repeat: repeat-x;
	background-position: left center;
	clear: both;
	height: 27px;
}
.news_detail {
	width: 460px;
	line-height: 17px;
}
.preview_pic_line {
	min-height: 1px;
	margin-right: -11px;
}

.preview_pic {
	float: left;
	margin-right: 11px;
	margin-bottom: 18px;
	cursor: pointer;
	background-color: #000000;
	margin-top: -8px;
}
.preview_pic img, .active_preview_pic img {
	opacity:0.5;
}
.preview_pic:hover img, .active_preview_pic img {
	opacity:1.0;
}
.add_right_column {
	float: right;
	width: 203px;
}
.add_right_column .item {
	background-color: #B4B8BE;
	background-image: url(../images/add_right_column_top.gif);
	background-repeat: no-repeat;
	padding: 8px 5px 2px 10px;
}
.add_right_column .item a {
	color: #000000;
	text-decoration: none;
}
.add_right_column .item a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.add_right_column .item img {
	display: block;
	margin-bottom: 2px;
}
.add_right_column .item_bot {
	font-size: 0px;
	line-height: 0px;
	background-image: url(../images/add_right_column_bot.gif);
	height: 4px;
	margin-bottom: 35px;
}
.divider {
	font-size: 0px;
	line-height: 0px;
	background-image: url(../images/top_nav_divider.gif);
	background-repeat: repeat-x;
	clear: both;
	height: 10px;
}
.popup_help_form {
}
.popup_help_form label {
	display: block;
	margin-bottom: 4px;
}
.popup_help_form .asterisk {
	color: #FF0000;
}
.popup_help_form .inp {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	border-style: none;
	width: 470px;
}
.popup_help_form select {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	border-style: none;
	width: 270px;
}
.popup_help_form textarea {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	border-style: none;
	width: 470px;
}
.popup_help_form .red_button {
	width: 120px;
}
.subscribe_form label {
	width: 95px;
}
.subscribe_form .captcha_field label {
	width: 200px;
	margin-bottom: 12px;
}
.my_orders_filter {
	background-image: url(../images/my_orders_filter.gif);
	background-repeat: no-repeat;
	height: 81px;
	margin-bottom: 19px;
	padding: 17px 24px 0px 15px;
}
.my_orders_filter .by_date {
	font-weight: bold;
	float: left;
	width: 130px;
}
.my_orders_filter .from {
	float: left;
	width: 105px;
}
.my_orders_filter .from_to {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #92959B;
	padding: 4px 2px;
	width: 69px;
	border-style: none;
	margin-left: 6px;
}
.my_orders_filter .upto {
	float: left;
	width: 105px;
}
.my_orders_filter .by_code {
	font-weight: bold;
	float: right;
}
.my_orders_filter .by_code_input {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #92959B;
	padding: 4px 2px;
	width: 206px;
	border-style: none;
	margin-left: 14px;
}
.my_orders_filter .by_title_label {
	font-weight: bold;
	float: left;
	width: 146px;
	margin-top: 22px;
}
.my_orders_filter .by_title_inp {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #92959B;
	padding: 4px 2px;
	width: 383px;
	border-style: none;
	float: left;
	margin-top: 22px;
}
.my_orders_filter .by_title_submit {
	float: right;
	width: 110px;
	display: inline;
	margin-right: 2px;
	margin-top: 22px;
}
.destination_contact_form label {
	width: 200px;
}

.destination_contact_form .red_button {
	width: 208px;
	margin-bottom: 22px;
}
.destination_contact_form .divider {
	margin-bottom: 12px;
}
.destination_contact_form .submit_further_checkout {
	float: left;
	width: 255px;
}
.destination_contact_form .back2cart {
	float: left;
	width: 175px;
	margin-left: 61px;
}
.stepper {
	height: 28px;
	margin-bottom: 30px;
	font: 10px/27px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.stepper a {
	color: #FFFFFF;
	float: left;
	height: 28px;
	margin-right: -13px;
}

.stepper .step_1 {
	background-image: url(../images/stepper_1.gif);
	width: 226px;
}
.stepper .step_2 {
	background-image: url(../images/stepper_2.gif);
	width: 129px;
	margin-right: -15px;
}
.stepper .step_3 {
	background-image: url(../images/stepper_3.gif);
	width: 122px;
}
.stepper #active {
	background-position: 0px -28px;
}
.edit_address {
	margin-left: 10px;
	position: absolute;
	margin-top: 1px;
}
.add_phone {
	width: 20px;
	margin-left: 300px;
	position: absolute;
	margin-top: -2px;
}