/* ====================== MAIN THEME STYLES: layout, fonts & colors ====================== */

html
{ margin: 0px;
  padding: 0px;
}

body
{ margin: 0px;
  padding: 0px;
}

TD { vertical-align: top;}

h1
{ font-size: 160%;
}

h2
{ font-size: 150%;
}

h3
{ font-size: 100%;
}

form{
 padding:0px;
 margin: 0px;
}

a
{
  color: #2e4f92;
}

a:hover { color:#CC6600;}

a img{
 border:none;
}
div { zoom:1;}
/* ====================== COMPONENT CONTAINER STYLES ====================== */

#container_top_left
{ text-align: center;
  vertical-align: middle;
  width: 200px;
  height: 102px;
}

#container_top
{ text-align: left;
  vertical-align: top;
  width:'*'; 
  height: 102px;
}

#container_top_right
{ text-align: right;
  vertical-align: top;
  width: 200px; height: 102px;
}

#container_left_sidebar, #container_right_sidebar
{
  text-align: left;
  vertical-align: top;
  width: 200px;
}

#container_main_content
{ text-align: left;
  vertical-align: top;
  width:'*';
}



/* ====================== DEFAULT STYLES OF VARIOUS COMPONENTS ====================== */

/* padding for all general components */
.cpt_news_short_list, .cpt_survey, 
.cpt_currency_selection, .cpt_divisions_navigation, .cpt_auxpages_navigation
{
  text-align: left;
  padding: 10px;
//  width: 100%;
}

ul.vertical, ul.horizontal
{ padding: 0px;
  margin: 0px;
}
ul.horizontal{
width: 100%;
overflow: hidden;
}
.vertical li
{ padding-left: 0px;
  padding-bottom: 5px;
}
.horizontal li
{ float: left;
  margin-right: 25px;
}

.cpt_divisions_navigation ul
{ list-style-type: none;
margin: 0px;
}

.cpt_auxpages_navigation ul.vertical
{ list-style-image: url('/images/li_infopages.gif');
  padding-left: 15px;
}
.cpt_auxpages_navigation .vertical li
{ padding-left: 5px;
}
.cpt_auxpages_navigation ul.horizontal
{ list-style-type: none;
  padding-left: 0px;
}

.cpt_auxpages_navigation ul.vertical li a { text-decoration:underline; font-weight:bold;}
.cpt_shopping_cart_info
{ background: #f5f0bb;
  border: 5px solid #e0d099;
  text-align: center;
  vertical-align: middle;
}

.cpt_survey
{ background: #f5dfc8;
}
.cpt_survey label { font-size:85%;}
.survey_question{
 font-weight: bold;
 margin-bottom: 10px;
 font-size:85%;
}
.survey_submit{
 margin-top: 10px;
}
.cpt_survey form{
 padding:0px;
 margin: 0px;
}

.cpt_currency_selection
{ text-align: center;
  font-size: 75%;
}
.cpt_currency_selection select
{ font-size: 90%;
}

.cpt_news_short_list
{ background: #B2D281;
  margin-bottom: 10px;
    //width:100%;
}
.cpt_currency_selection form{
 display: inline;
}

.cpt_category_tree ul{
 list-style-type:none;
 margin:0px;
 padding:0px;
}
.cpt_category_tree .parent_current a{
 font-weight: bold;
 color: black!important;
 text-decoration: none;
}
.cpt_category_tree .child .bullet{
// padding-left: 8px;
// background-repeat: no-repeat;
// background-position: left center;
// background-image: url("/images/li_unselected.gif");
}
.cpt_category_tree .child_current .bullet{
// padding-left: 8px;
// background-repeat: no-repeat;
// background-position: left center;
// background-image: url("/images/li_selected.gif");
}
.cpt_category_tree .child a{
font-weight:normal;
 padding-left: 10px;
 background-repeat: no-repeat;
 background-position: left center;
 background-image: url("/images/li_unselected.gif");
// padding-left: 0px;
// background-image: none;
}
.cpt_category_tree .child_current a{
 padding-left: 10px;
 background-repeat: no-repeat;
 background-position: left center;
 background-image: url("/images/li_selected.gif");
// padding-left: 0px;
// background-image: none;
 color: black!important;
 text-decoration: none;
}
a .bullet{
  text-decoration: none!important;
}

.cpt_category_tree .tab{
 margin-left:10px;
}
.cpt_product_add2cart_button
{ padding-top: 10px;
}
.home_page_category_logo { background:url(/images/defaultnocatimage.gif) left top no-repeat; display:block; height:65px; width:65px;}
#container_main_content .cpt_root_categories td.cat_image a {position:relative; top:-0.8em;}
#container_main_content .cpt_root_categories { padding-top:1em;}
#container_main_content .cpt_root_categories td { vertical-align:top;}
#container_main_content div { zoom:0;}
/* ====================== SET HOW CERTAIN COMPONENTS APPEAR IN VARIOUS CONTAINERS ====================== */
/* ====================== (if you wish to overwrite default appearence of components in certain containers) ====================== */

#container_top .cpt_divisions_navigation, #container_top .cpt_auxpages_navigation
{ background-color: black;
  height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#container_top .cpt_auxpages_navigation .vertical li
{ padding-left: 0px;
}

#container_top .cpt_divisions_navigation a, #container_top .cpt_auxpages_navigation a
{ color: white;
  text-decoration: none;
  font-weight: normal; font-size:80%;
}

#container_top .cpt_auxpages_navigation ul.vertical
{ list-style-image: none;
  padding-left: 0px;
}

#container_top .cpt_divisions_navigation a:hover, #container_top .cpt_auxpages_navigation a:hover
{ text-decoration: underline;
}

#container_top_right .cpt_language_selection, #container_top .cpt_language_selection
{ background: black;
  height: 18px;
  font-size: 85%;
}
#container_top_right .cpt_language_selection a, #container_top .cpt_language_selection a
{ color: white;
}

#container_top .cpt_product_search
{ background: #95ADDB;
  vertical-align: middle;
  text-align: center;
  padding-top: 17px;
  height: 43px;
// height: 60px;
}
.cpt_product_search form{
 margin: 0px!important;
}
#container_left_sidebar .cpt_product_search, #container_right_sidebar .cpt_product_search, #container_top_right .cpt_product_search
{ background: #DB95AD;
}
#container_top .cpt_product_search form
{ display: inline;
}
.cpt_shopping_cart_info a { font-weight:bold; text-decoration:underline;  }
#container_top_right .cpt_shopping_cart_info
{
  height: 74px; 
// height: 80;
}

#container_left_sidebar .cpt_shopping_cart_info
{ background: #B2D281;
  border: 5px solid #90aa60;
}

#container_right_sidebar .cpt_shopping_cart_info
{ color: white;
  background: #DB95AD;
  border: 5px solid #C5808D;
}
#container_right_sidebar .cpt_shopping_cart_info a
{ color: white;
}

#container_footer .cpt_divisions_navigation a
{ font-size: 70%;
  font-weight: normal;
}

#container_main_content .cpt_product_lists
{ padding-bottom: 20px;
}

#container_left_sidebar .cpt_custom_html, #container_left_sidebar .cpt_custom_html div { //width:100%;}
/* ====================== STYLES OF ELEMENTS THAT APPEAR INSIDE VARIOUS COMPONENTS ====================== */

#searchstring
{ width: 120px;
}

#shpcrtca{
 font-weight: bold;
 font-size: 130%;
 white-space: nowrap;
}

#container_top #searchstring
{ width: 60%;
}

#container_main_content #searchstring
{ width: 60%;
}
#container_main_content ul { list-style-position:inside;}
.parent a { text-decoration:none; font-weight:bold; text-decoration:underline; line-height:130%;}
.col_header { line-height:40px; padding:0 10px;}
.col_header.green { background:#91b063;}
.col_header.pink { background:#e4d0ba;}

/* ====================== PREDEFINED STYLES; edit, but do not delete these styles ====================== */

.small
{ font-size: 70%;
}
.big
{ font-size: 150%;
}

.background1, .background1 td
{ background-color: #D9E9FF;
}

.btn_checkout
{ font-size: 130%;
  font-weight: bold;
  margin: 10px;
  padding: 3px;
}

.prdbrief_add2cart{margin-top:4px; margin-bottom:11px;}

.error_block
{ font-weight: bold;
  color: red;
}

/*

a.admdivslst:hover,a.admdivslst:link,a.admdivslst:visited,a.admdivslst:active{text-decoration: none;color: blue;font-weight:normal;font-size:10pt;}
a.admdivslst:hover{color: navy;}

a.h_admdivslst:hover,a.h_admdivslst:link,a.h_admdivslst:visited,a.h_admdivslst:active{text-decoration: none;color: #888888;font-weight:normal;font-size:10pt;}
a.h_admdivslst:hover{color: #555555;}

*/

#tbl-checkout-progress td{
font-size: 0.7em;
vertical-align: top;
}

.current_prd_thumbnail img{
	border: #BBBBBB 3px solid;
}
a.prd_thumbnail img{
	border: #FFFFFF 3px solid;
}
a.prd_thumbnail:hover img{
	border: #BBBBBB 3px solid;
}

.news_date
{ color: #56663a;
  font-size: 65%;
}
.news_title
{ padding-bottom: 10px; font-size:85%;
}
.news_viewall
{ padding-bottom: 10px; 
}
.news_viewall a
{ font-size:75%;}

.news_subscribe, .news_thankyou
{ margin:10px 0; 
 padding:5px;
  text-align: left;
  background-color: #d0e2af;
  font-size:75%;
}
.news_subscribe .input_message, .news_thankyou .input_message { margin:0; width:100%;}
.news_subscribe img { vertical-align:middle;}
/************************
BLOG STYLES
***************************/
.articles_title{float:left; margin:20px 0px 20px 30px;}
.post_title a{ color: #09F; font-size:13px;}
.post_title{
	margin-left:10px;
 /*color: #666;
 margin-top: 30px;
 margin-bottom: 0px;*/
}
.post_block{
	background-color: #FCFCFC;
	border: 1px solid #CCC;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin:0px 20px 2px 20px;
	padding: 20px 0px;
}
.post_date{ 
	color:#e87f8c;
	margin-right:10px;
	font-size:13px;
 /*
 border: 0px solid #EEE;
 border-top-width: 1px;
 margin-bottom: 15px;*/
 }
.post_content a{ color: #09F;
 /*padding-left: 15px;*/
}
.post_content p{color: #486464;}

/***************************
PRODUCTS COMPARISON
****************************/
.cmp_headers{
 background-color: #d9e9ff;
}
.cmp_column_odd{
 background-color: white;
 vertical-align: top;
}
.cmp_column_even{
 background-color: #F2F8FF;
 vertical-align: top;
}
#cmp-table tr:hover td{
 background-color: #d5e5fa!important;
}
#cmp-table tr td{
 text-align:center;
 padding: 6px;
}
#cmp-table tr td.cmp_headers{
 text-align: left;
}

/***************************
PRODUCT DETAILED
****************************/
.product_list a { font-weight:bold; text-decoration:none; text-decoration:underline;}
.product_list td a { text-decoration:none;}

.regularPrice{
 color: brown;
 text-decoration: line-through;
}
.totalPrice{

}
.youSaveLabel{
 font-size: 75%;
}
.youSavePrice{
 font-size: 75%;
}
.prd_out_of_stock {
 font-style:  italic;
}
.product_option { width:100%; _width:auto;}
/************************
PRODUCT REVIEWS STYLES
***************************/
.review_block
{ margin-left: 20px;
}
.review_title{
 color: #333;
 margin-top: 10px;
 margin-bottom: 0px;
 font-size: 120%;
}
.review_date{ 
 color: #999;
 border: 0px solid #EEE;
 border-top-width: 1px;
 font-size: 90%;
 margin-bottom: 5px;
 }
.review_content{
 color: #333;
 padding-left: 20px;
}
.review_showall{
 margin-left: 20px;
}
.prdbrief_name {float:left; width:180px; padding-left:10px; text-align:left;}
.prdbrief_name a {text-decoration:underline; font-size:115%;}
.cpt_product_related_products a {font-weight:bold;}
#cat_top_tree { overflow:hidden; display:block; margin-bottom:10px;//padding-bottom:15px;}
.prdbrief_price{float:left; width:200px;}
.prdbrief_price p{ font-size:1.2em;}
.prdbrief_options p{font-size:1.2em; margin-bottom:10px;}
.prdbrief_thumbnail{float:left; width:140px}
.prdbrief_brief_desc{}
.prdbrief_brief_desc p{text-indent:0px !important;}
/****************************
SHOPPING CART
*****************************/
.background_cart_top
{ background-color: #D9E9FF;
  border-bottom: 1px #99C9DF solid;
}
.background_cart_top h1{
 display: inline;
 padding: 0px;
 margin: 0px;
}
#cart_content_tbl{
     width:100%;}
#cart_content_tbl td{
 padding: 6px;
}
#cart_page_title{
 padding: 10px;
 text-align: left;
}
#cart_page_title h1{
 display: inline;
 padding: 0px;
 margin: 0px;
}
#cart_clear{
 padding: 10px;
 text-align: right;
}
#cart_clear a{
 font-size:9pt;
}
.cart_discount_label{
 font-weight: bold;
}
#cart_total_label{
 font-size: 130%;
 font-weight: bold;
}
#cart_total{
 background-color: #D9E9FF;
 font-size: 130%;
 font-weight: bold;
 padding: 10px;
 white-space: nowrap;
}
#cart_checkout_btn{
 padding-top: 20px;
}
.cart_product_brief_description{
 font-size: 80%;
}
#cart_content_header td{
 font-weight: bold;
}
.cart_apply_for_discounts_extra{
 font-size: 80%;
 color: #777;
}
.cart_product_quantity{
 text-align: center;
}

/********************
HOMEPAGE UNFOLDED TREE
*********************/
.cpt_root_categories td {vertical-align:top;}
.rcat_root_category
{text-decoration:none; 
font-size: 115%;
  font-weight: bold;
}
.rcat_root_category:hover { text-decoration:underline;}
.rcat_products_num
{ color: #999999;
  font-size: 80%;
}
.rcat_child_categories a
{ font-size: 80%;
  font-weight: normal;
}

/********************
REGISTRATION PAGE
*********************/
#reg_fields_tbl td{
 padding: 5px;
}
#reg_auth_fields td{
 background-color: #D9E9FF;
}
#reg_confcode td{
 background-color: #D9E9FF;
}
#reg_fields_tbl td input, .addressform td input{
 width: 300px;
}
#subscribed4news{
 width:auto!important;
}
#reg_fields_tbl td textarea, .addressform td textarea{
 width: 300px;height: 100px;
}
#reg_submit_btn{
 font-size:150%;
 font-weight: bold;
}

/*********
SEARCH IN CATEGORY
**********/
#cat_advproduct_search {
 
 padding: 10px;
 margin-left: 10px;

}
#cat_advproduct_search h3{
 padding:0px;
 margin: 0px;
 padding-bottom: 10px;
 font-size:85%;
}
#cat_advproduct_search td { vertical-align: middle; padding-right: 10px;}

#cat_info_left_block { color:#999;}

#cat_product_sort { font-size:90%; margin-left:60px;}
#cat_product_sort a { font-weight:normal; }


.product_print_v a { font-weight:normal;}
/************
CHECKOUT
************/
.checkout_noframe_title{
 padding: 5px 15px;
}
#checkout_have_account{
 padding: 15px;
 background-color: #D9E9FF;
 margin: 0 -5px 15px -5px;
}
#checkout_logininfo{

}
#checkout_logininfo .inputtext, #checkout_addresses .inputtext, #checkout_addresses textarea{
 width: 200px;
}
.checkout_buttons{
 font-size: 130%;
 font-weight: bold;
}
.checkout_steps_divider{
width: 40px; height:1px; background-color:#99C9DF; overflow:hidden;
}

/**********************
ORDER STYLES
***********************/
tr#ord_total_row *{
	font-size: 105%;
	font-weight: bold;
}

.row_odd td{
 background-color: #F2F8FF;
}
.row_even td{
 border: 0px solid #D9E9FF;
 border-width: 1px 0px;
}
.paddingblock{
 padding-left: 15px;
 padding-right: 15px;
}
.paddingblock h2{
 padding-top:20px;
 margin-top: 0px;
}
.asterisk{color:red;}
.cellpadding tr td{
 padding: 5px;
}
.cust_name{
 font-size:110%;
 font-weight: bold;
}

#prddeatailed_container .cpt_product_rate_form table{
width: 100%;
/***********************/
width: auto;
/**/
}
.cpt_product_images{
float: left;
}
body.body-page-404 { background:#fff; background-image:none; text-align:left; font-size:12px;}
body.body-page-404 ul, body.body-page-404 li { list-style:none;}
.cpt_product_add2cart_button input { vertical-align:middle;}





.cpt_product_images td img{margin: 0px 30px;}

/* ---------------------------------------------------------------------------------
------------------------------------------------------------------------------------*/

/* Stylesheet CSS - Formula Ltd. © 2008 | http://www.askor.ru | info@askor.ru */
/* Autor - Beretta Design grouP | http://www.ru-dezign.biz */

/* Begin of the CSS Document */

 /* All */
html {
    height:100%;
    }
body, html, div, address, p, td, ul, ol, dir, li, form, img {
    margin: 0;
    padding: 0;
    border: 0;
    }
body {
    height:100%;
    width: 100%;
    min-width:840px;
    background: #fff;
    font-family: "Trebuchet MS", Tahoma, san-serif;
    }
ul, ol {
    font-size: 13px;
    }
li {
    font-size: 13px;
    }
a {
    font-weight:normal;
    }
table {
    border: 0;
	border-collapse: collapse;
	border-spacing: 0;
    font-family: "Trebuchet MS", Tahoma, san-serif;
    font-size: 13px;
    color:#1b2c59;
    }
td {
    text-align: justify;
    }
hr {
    height:1px;
    color:#7ea3d2;
    margin:0;
    padding:0;
    margin-top:5px;
    margin-bottom:5px
    }
    
/* Formes */
form {
    text-align:center;
    }
input, textarea, select, checkbox {
    color:#1b2c59;
    font-family:"CourierCyrilic","Courier New","Courier NEW","Courier Cyr","CourierCyr","Courier",monospace;
    font-size:13px;
    background-color:#e4edf6;
    border: 1px solid;
    border-left-color:#7ea3d2;
    border-right-color:#eff4f9;
    border-top-color:#7ea3d2;
    border-bottom-color:#eff4f9;
    padding:2px;
    margin:1px;
    }
input.bt {
    font-family:Verdana,san-serif;
    color:#2c343d;
    font-size:12px;
    border: 1px solid;
    border-top-color:#d4e0f1;
    border-left-color:#d4e0f1;
    border-right-color:#3a6eb2;
    border-bottom-color:#3a6eb2;
    cursor:pointer;
    margin-left:5px;
    margin-right:5px;
    margin-top:10px;
    margin-bottom:10px;
    }
legend {padding:1px;
    font-family:Verdana,san-serif;
    color:#2c343d;
    font-size:12px}
fieldset {padding:4px;
    border:#657a8a 1px solid
    }
select.tp {
    font-size:16px;
    }
    
  /* Headers */
h1, h2, h3, h4, h5, h6 {
    font-family:Verdana,san-serif;
    color:#1b2c59;
    font-weight:normal;
    font-style:italic}
h1 {
    font-size:15px;
    font-style:normal;
    font-weight:bold;
    text-align:right;
    margin-right:100px;
    margin-top:5px;
    margin-bottom:5px;
    }
h2 {
    font-size:14px;
    text-align:left;
    margin-left:50px;
    margin-top:5px;
    margin-bottom:5px;}
h3 {
    font-size:13px;
    font-weight:normal;
    font-style:italic
    text-align:center;
    margin:5px;
    margin-top:10px;
    margin-left:150px;
    }
h4 {
    font-size:12px;
    font-weight:bold;
    font-style:normal;
    margin-left:5px;
    margin-right:5px;
    margin-top:5px;
    margin-bottom:5px;
    }
h5 {
    color:#1b2c59;
    font-size:12px;
    text-align:center;
    margin-left:5px;
    margin-right:5px;
    margin-top:100px;
    margin-bottom:50px;
    }
h6 {
    color:#1b2c59;
    font-size:12px;
    text-align:center;
    margin-left:5px;
    margin-right:5px;
    margin-top:100px;
    margin-bottom:50px;
    }

p {
    font-size:13px;
    margin-top:3px;
    margin-bottom:3px;
    margin-left:10px;
    margin-right:10px;
    text-indent: 20px;
    text-align:justify;
    }
#wrap {
    position: relative;
    width: 100%;
    margin: 0;
    min-height: 100%;
    overflow:hidden;
    }
.clear {
    clear: both;
    }
.empty {
    height: 57px
    }
#container {
    padding-left: 215px;
    padding-right: 175px;
    position:relative;
    }
#container .column {
    position: relative;
    float: left;
    padding-top: 1em;
    padding-bottom: 70px;
    
    }

                    /* Top */
#top {
    position:relative;
    width: 100%;
    height: 54px;
    background: #fff url(/images/bkg-top.gif) repeat-x;
    vertical-align: top
    }
#logo {
    float: left;
    }
#trash {
    float: right;
    }
.menu       {
    position:relative;
    text-align: center;
    height: 20px;
    background:#1b2c59;}
    
                    /* Content */
#cont {
    width:100%;
    
    }
#cont form {
    margin-left: 50px;
    margin-right: 50px;
    }

                    /* company */
table.sl {
    background-color:#d4e0f1;
    width: 100%;
    text-align:center;
    }
.sl td {
    text-align:center;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 12px;
    padding-bottom: 12px;
    }    
.sl img {
    border:#3a6eb2 1px solid
    }
td.nm {
    padding-top: 2px;
    padding-bottom: 2px;
    }
#st {
    float:right;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:10px;
    padding-right:0;
    }
    
                    /* Контакты */
div.ct {
    text-align:center;
    }
table.ct {
	border-collapse: separate;
	border-spacing: 3;
    }
.ct td {
    background-color:#f1f5fa;
    font-family: Verdana,Arial,san-serif;
    font-size: 13px;
    vertical-align:middle;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: #185C78 1px solid;}
td.c1 {
    text-align:right;}
td.c2 {
    font-style:italic;}

                    /* Страницы каталога */
div.clg {
    
    }
.clg form {
    margin: 3px;
    }
.clg input.bt {
   /* margin: 3px;
    margin-top: 30px;*/
    }
.clg p {
    margin-left:30px;
    margin-right:5px;
    text-indent: -20px;
    }
.clg img {
    float:left;
    margin-left:10px;
    margin-right:10px;
    padding-right:20px;
    }
.clg hr {
    border:#3a6eb2 1px dashed;
    width: 99%;
    }
.clg input
    {
    /*float:right;*/
    padding:0;
    margin:0;
    }
.ph table {
    width: 100%;
    }
.ph td {
    text-align:center;
    }
.ph img {
    padding:10px;
    }

                    /* Текстовые страницы */
div.text {
    text-align:left;
    font-size: 13px;
    }
.text ul {
    padding-left:50px;
    padding-right:50px;
    }
.text ol, .text ul {
    text-align:left;
    margin-left:40px;
    margin-right:15px;
    }
.text li {
    font-size: 13px;
    text-align:justify;
    margin-top:1px;
    margin-bottom:1px;
    }

                    /* Страницы категорий */
div.ctg {
    text-align:center;
    }
.ctg ul {
    padding-left:200px;
    }
.ctg li {
    margin-top:5px;
    margin-bottom:5px;
    }
.ctg.img
    {
    float:right;
    }
.ctg table {
    width:100%;
    }
.ctg td {
    text-align:center;
    vertical-align:middle;
    }
    
                    /* Страница товара */
div.good {
  
    padding-left:10px;
    }
.good p {
    padding-left:5px;
    text-indent:-15px}
.good table {
    float:right;
    margin-left: 10px;
    font-size: 16px;
    border-top:#b2c8e4 1px dotted;
    border-left:#b2c8e4 1px dotted;
    }
.good td {
    font-weight:bold;
    padding-left:15px;
    padding-right:15px;
    border-right:#b2c8e4 1px dotted;
    border-bottom:#b2c8e4 1px dotted;
    }
td.gd {
    background-color:#d4e0f1;
    }
/*.good img {
    float:right
    }
/*td.gd-dt	{padding-left:15px;padding-right:15px;border:0;border-right:#b2c8e4 1px dotted;border-bottom:#b2c8e4 1px dotted;} */
                    /* Статьи */
div.st {
    text-align:left;
    font-size: 13px;
    }
.st dir {
    font-weight:normal;
    text-align:left;
    margin-left:120px;
    margin-right:100px;
    }
dir.li {
    text-indent:-20px;
    }
.st hr {
    margin-left:100px;
    margin-right:100px;
    }
hr.dl {
    width:300px;
    text-align:center;
    border:#3a6eb2 1px solid;
    }
p.ank {
    text-align:right;
    padding-right:50px;
    }
                    /* Сервис-центры */
.sv hr {
    border-bottom:#3a6eb2 1px dashed;
    margin-left:50px;
    margin-right:50px;
    }
                    /* Box */
.box ul {
    text-align:justify;
    margin-left:30px;
    margin-right:15px;
    }
.box li {
    font-size: 13px;
    text-align:justify;
    margin-top:1px;
    margin-bottom:1px;
    }
.box th {
    border-bottom:#3a6eb2 1px dashed;
    }
.box td {
    padding: 2px;
    padding-left:5px;
    padding-right:5px;
    }
.box hr {
    border:#3a6eb2 1px dashed;
    width: 90%;
    }
td.ct {
    text-align:right;
    border-bottom:#3a6eb2 1px dashed;
    }
td.cc {
    text-align:center;
    border-bottom:#3a6eb2 1px dashed;
    }
td.lf {
    text-align:left;
    border-bottom:#3a6eb2 1px dashed;
    }
td.hd {
    font-size:14px;
    font-style:italic;
    }
p.ct {
    text-align:center;
    }
                        /* Left */
#left {
    width: 215px;
	right: 215px;
	margin-left: -100%;
    text-align:left;
    }
#left table {
    font-family: Tahoma, san-serif;
    color:#1b2c59;
    }
#left td, #left td.mn {
    text-align:left;
    padding:0;
    margin:0;
    vertical-align:middle;
    }
#left td.mn {
    background-color:#f1f5fa;
    color:#204b8c;
    font-size:13px;
    padding-top:3px;
    padding-bottom:3px;
    padding-left:5px;
    vertical-align:middle;
    }
#left td {
    background-color:#fff;
    color:#1b2c59;
    font-size:12px;
    vertical-align:bottom;
    padding-left:10px;
    line-height:15px;
    }
#left a {
    text-decoration:none;
    }
#left a:link    {color:#1b2c59}
#left a:active  {color:#1b2c59}
#left a:visited	{color:#1b2c59}
#left a:hover   {color:#1b2c59}    
    
                    /* Right */
#right {
    width: 175px;
	margin-right: -100%;
    font-size: 15px;
    }
#right ul {
    text-align: left;
    } 
#right li {
    font-size:13px;
    padding: 1px 0 1px 5px;
    line-height:15px;    
    }
#right a   {text-decoration:none}
#right a:link		{color:#1b2c59}
#right a:active	{color:#1b2c59}
#right a:visited	{color:#1b2c59}
#right a:hover		{color:#1b2c59}

                    /* Footer */
#footer {
    position: relative;
    width: 100%;
    height: 57px;
    margin: -57px 0 0 0;
    vertical-align: top;
    background: url(/images/bkg-bottom.gif) repeat-x;}
#footer a {
    text-decoration:none;
    font-weight:normal
    }
#footer a:link		{color:#edf2f9}
#footer a:active	{color:#edf2f9}
#footer a:visited	{color:#edf2f9}
#footer a:hover     {color:#f3f7fa}
#footer ul {
    padding-top: 1px;
    list-style-type: none;
    text-align: center;
    } 
#footer li {
    display: inline;
    font-size:14px;
    color:#fff;
    margin-left: 20px;
    margin-right: 20px;
    } 
address {
    font-family:"CourierCyrilic","Courier New","Courier NEW","Courier Cyr","CourierCyr",Courier,monospace;
    color:#1b2c59;
    font-size:10px;
    font-weight:normal;
    text-align:center;
    padding-top:8px;
    }
#footer address a   {text-decoration:none}
#footer address a:link		{color:#2c353f}
#footer address a:active	{color:#485d6e}
#footer address a:visited	{color:#2c353f}
#footer address a:hover		{color:#485d6e;text-decoration:underline}


                    /* Speshial */
strong  {font-weight: bold}
em      {font-style: italic}
sup     {font-size: 12px}
sub     {font-size: 12px}
.cap    {font-variant: small-caps}

/* End of the CSS Document */

.navigator {text-align: center;}

/*** CATEGORY DESCRIPTION ***/
.cat_desc{
	width:652px;
	font-size:13px;
	padding: 15px 0px 0px 28px;
}
.cats_links{ margin-bottom:42px;}
.cat_link{
	width:182px;
	height:225px;
	float:left;
	text-align:center;
	margin: 5px 11px 5px 11px;
}
.cat_link a{
	display:block;
	background-color:#FFF;
	margin-bottom:0px;
	color:#000;
	text-decoration:none;
}
.cat_link img{
	border: solid 1px #bfbfbf;
}
.cat_link strong{
	line-height:19px;
}
.desc_text{ padding:0px 45px 0px 10px;}

.related_title { font-size: 18px; margin: 30px 0 20px 0; font-weight: bold; color: #2e4f92; }
.related_table td { padding: 3px; }
.related_table td.divider { height: 15px; }
.related_table td.price { color: #a52a2a; font-size: 16px; font-weight: bold; padding-left: 20px; }

.cpt_product_category_info a, .cat_path_in_productpage a { font-size:120%;}

.telefons{
	position:absolute;
	background:url("/images/tel1.jpg") top left no-repeat;
	width:93px;
	height:20px;
	top:25px;
	right:35px;
}