/* ====================== MAIN THEME STYLES: layout, fonts & colors ====================== */
* { margin:0;
	padding:0;}

html, body
{ width:100%;
  margin:0px;
  padding:0px;
  text-align: left;
}
p, body, font, div, td, input, select, textarea
{ font-family: verdana, arial, helvetica;
  font-size: 13px;
    color: #000;
}

p {
    margin: 10px 0px;
}




h1 {
    color:#c92b27;
    margin: 0px 0px 10px 0px;
    padding: 5px 10px 5px 20px;
    font: bold 16px "Verdana";
    font-size: 16px !important;
    background: #dcefff;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari, Chrome */
    -khtml-border-radius: 4px; /* KHTML */
    border-radius: 4px; /* CSS3 */
    behavior: url('/border-radius.htc'); /* учим IE border-radius */

}


h2 {
    color:#c92b27;
    margin:0px 0px 10px 0px ;
    padding: 0px;
    font: bold 16px "Verdana";

}

.likeh1 {
    color:#c92b27;
    margin:10px 0px;
    padding: 5px 10px 5px 20px;
    font: bold 16px "Verdana";
    font-size: 16px !important;
    background: #dcefff;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari, Chrome */
    -khtml-border-radius: 4px; /* KHTML */
    border-radius: 4px; /* CSS3 */
    behavior: url('/border-radius.htc'); /* учим IE border-radius */

}

h3 { color:#000; font-weight:bold; font-size:13pt; margin:20px 10px; }

form{
 padding:0px;
 margin: 0px;
}

a
{ font-weight: normal;
  color: #003a6c;
}
a:hover { color:#003a6c;
text-decoration: none;
}
a img{
 border: 0;
}
input, select { vertical-align:middle;}

/* ====================== COMPONENT CONTAINER STYLES ====================== */

.all_wrapper { text-align:left; width:1003px; margin: 0px auto; zoom:1;}

#topbar {
    text-align:right;padding-left:0px;
    height: 150px;
    position: relative;
    top: 0px; left: 0px;
}


#topbar #logo {

    position: relative;
    top: 10px; left: 40px;
    width: 512px;
    height: 120px;
    background: url('../../images/mod_logo14.jpg');


}
#topbar #logo a {
    display: block;
    width: 512px;
    height: 120px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;

}

#topbar #dopmenu {
    position: absolute;
    top: 100px; left: 580px;
    width: 107px; height: 36px;

    background: url('../../images/mod_dopmenu.jpg') 0px 0px no-repeat;
}


#topbar #dopmenu .main, #topbar #dopmenu .sitemap, #topbar #dopmenu .feedback  {
    display: block;
    position: absolute;
    top: 0px; left: 0px;
    width: 26px; height: 32px;

    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;


}

#topbar #dopmenu .sitemap {
    left: 38px;
}

#topbar #dopmenu .feedback  {
    left: 80px;
}

#topbar #address {
    display: block;
    position: absolute;
    top: 66px; right: 0px;
    width: 400px;
    font-size: 13px;
    font-weight: normal;
    color: #c82824;

}
#topbar #phones {
    display: block;
    position: absolute;
    top: 20px; right: 0px;
    font-size: 17px;
    font-weight: bold;
    color: #c82824;
}
#topbar #phones span {
    display: inline-block;
    width: 100px;
    padding-right: 20px;

}

#container_top
{ text-align: right;
  vertical-align: middle;
  width:1003px;
  height: 259px;
 background:url(../../images/mod_splash.jpg) left top no-repeat;
}

#container_right_sidebar
{
    background: #E7E7E7 url(../../images/tim_rightpic.jpg) center 1px no-repeat;

    color:#000000;
  text-align: left;
  vertical-align: top;
  width: 220px;
}

#container_main_content {
  text-align: left;
  vertical-align: top;

  min-height:700px;
  height:auto !important;
  height:700px;

}

#container_footer {

    position:relative;
    background: #cfd1d8 url(../../images/mod_bottompic.jpg) left top no-repeat; ;
    padding: 5px 0px 0px 10px;
    width: 993px; height: 197px;
    margin:0px 0px 0px 0px;

}


/* ====================== DEFAULT STYLES OF VARIOUS COMPONENTS ====================== */

/* padding for all general components */
.cpt_news_short_list, .cpt_survey, .cpt_maincontent,
.cpt_currency_selection, .cpt_divisions_navigation, .cpt_auxpages_navigation
{ font-size: 13px;
  text-align: left;
  padding: 10px;

}

fieldset {
    border: none;
}
.cpt_maincontent {
    /* background: #fff; */
    padding: 0px 10px 10px 10px;
}

.cpt_maincontent td{ font-size:13px; }

.cpt_language_selection { text-align:center; padding:5px 0 0 0;}
.cpt_language_selection a img { border:solid 1px #fff;}

ul.vertical, ul.horizontal
{ padding: 0px;
  margin: 0px;
  list-style:none;
}
ul.horizontal{
width: 100%;
overflow: hidden;
}
.vertical li
{ padding-left: 0px;
  padding-bottom: 5px;

}
.horizontal li
{ float: left;
  margin-right: 25px;
}






.cpt_divisions_navigation_menu {
    position: absolute;
    bottom: 0px;
    left: 0px;
}


#menu {
    position: absolute;
    top: 80px;
    left: 0px;
    padding: 0px;
    margin: 0px;
    background: #74baee;
    width: 1003px;
    z-index: 100;
    height: 30px;
    overflow-y: visible;
}

#menu u {
    position: relative;
    top: 0px;
    left: 0px;
    width: 1003px;
    display: table-row;

}

#menu li {
    display: table-cell;
    width: 12%;
    text-align: center;
    height: 30px;
    overflow-y: visible;
    position: relative;
    top: 0px;
    left: 0px;


}

#menu a {
    display: block;
    position: relative;
    top: -5px;
    left: 0px;

    margin: 0px 3px;
    text-align: center;
    height: 28px;
    padding: 10px 0px 0px 0px;

    border: solid 1px #74baee;
    background: #fff url("../../images/mod_menubg.jpg?2") 0% 0% repeat-x;
    font: normal 15px "Times New Roman";
    white-space: nowrap;
    color: #000;

    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari, Chrome */
    -khtml-border-radius: 4px; /* KHTML */
    border-radius: 4px; /* CSS3 */
    behavior: url('/border-radius.htc'); /* учим IE border-radius */

}




.cpt_divisions_navigation ul.vertical, .cpt_auxpages_navigation ul.vertical
{ padding:0 5px 0 15px;
}
 .cpt_divisions_navigation ul.vertical li, .cpt_auxpages_navigation ul.vertical li
{ padding:0 5px;
}

.cpt_divisions_navigation a
{ font-size:110%; }
.cpt_auxpages_navigation a {  line-height:140%; text-decoration:none; color: #003a6c;}
.cpt_divisions_navigation a:hover, .cpt_auxpages_navigation a:hover
{ text-decoration: underline;
}


.cpt_shopping_cart_info
{
  text-align: center;
  vertical-align: middle;
}

#container_sidebar .cpt_shopping_cart_info
{
  padding: 0px;


}

#container_sidebar .shopping_cart_order {
    font-size: 12px;
    padding: 10px 0px;
}

.cpt_survey
{
    color: #000000;
}
.survey_question{
 font-weight: bold;
 margin-bottom: 10px;
  font-size: 12px;
}
.survey_submit{
 margin-top: 10px;
}
.cpt_survey form{
 padding:0px;
 margin: 0px;
}
.cpt_survey label { color: #000000; font-size:80%;}


.cpt_survey table td{
 color: #000000; font-size:70%;
}


.cpt_currency_selection
{ text-align: center;

}
.cpt_currency_selection select
{ font-size: 90%;
	width:100px;
}

.cpt_news_short_list
{
    padding: 0px;
}
.paddedLR {
    padding: 0px 10px;
}
.cpt_news_short_list .news_viewall {
    font-style: italic;
    font: bold 12px Arial;
    color: #da251d;
    text-decoration: underline;
    text-align: right;
    padding-right: 10px;
}
.cpt_news_short_list .news_date {
    font-style: italic;
    font: bold 12px Arial;
    color: #da251d;
    text-decoration: underline;
}
.cpt_news_short_list .news_title {

    font: normal 12px Arial;

    text-decoration: none;
}
.cpt_currency_selection form{
 display: inline;
}


a .bullet{ 
  text-decoration: none!important;
}

.cpt_product_add2cart_button
{ padding: 0px 0;
}
.cpt_root_categories td { font-size: 14px; vertical-align:top;}

.cpt_product_search {
    position: absolute;
    top: 100px;
    right: 0px;

}

.cpt_product_search input[type=submit]{
    background: none;
    border: none;
    font: bold 13px Arial;
    text-transform: uppercase;
    letter-spacing: 1;
    padding: 10px 0px 10px 4px;
    margin: 0px;
    cursor: pointer;

}
.cpt_product_search #searchstring {
    background: none;
    font: normal 13px Arial;
    padding: 5px 10px;
    width: 174px;
    margin: 0px 2px 0px 0px;
    border: solid 1px #74baee;;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */
    border-radius: 5px; /* CSS3 */
    behavior: url('/border-radius.htc'); /* учим IE border-radius */

}
.cpt_product_search form{

    margin: 0px!important;

}
.cpt_tag_cloud { font-size:14px;}
.cpt_tag_cloud a { text-decoration:none; }
.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;}
/* ====================== SET HOW CERTAIN COMPONENTS APPEAR IN VARIOUS CONTAINERS ====================== */
/* ====================== (if you wish to overwrite default appearence of components in certain containers) ====================== */


.cat_image img {
    width: 138px;
    height: 138px;
    position: relative;
    top: 0px; left: 0px;
    margin-top: 12px;
    margin-left: 4px;


}

.cat_image {

    text-align: center;
    vertical-align: middle;
    background: url('../../images/mod_catbg-p.jpg') 50% 0% no-repeat;
}
.cat_image a {
    color: #20500d;
    font: normal 13px Verdana;
    text-decoration: none;

}

.cat_image:hover {
    background: url('../../images/mod_catbg.jpg') 50% 0% no-repeat;
}
.cat_image:hover a {
    text-decoration: underline;


}

.cat_path_in_productpage .cat_image {
    float: left;
    display: inner-block;
    padding: 0px;
    margin-right: 20px;
    text-align: center;
    vertical-align: middle;
    background: url('../../images/mod_catbg-p.jpg') 50% 50% no-repeat;
}


#container_sidebar {
    width: 210px;
    margin: 0px;
    padding: 0px 20px 20px 0px;
    vertical-align: top;
}


.title {
    border: solid 1px #74baee;
    background: #fff;
    font: bold 17px Verdana;
    color: #536777;
    text-align: center;
    width: 208px;
    padding: 5px 0px;
    -moz-border-radius: 5px 5px 0px 0px; /* Firefox */
    -webkit-border-radius: 5px 5px 0px 0px; /* Safari, Chrome */
    -khtml-border-radius: 5px 5px 5px 5px; /* KHTML */
    border-radius: 5px 5px 0px 0px; /* CSS3 */
    behavior: url('/border-radius.htc'); /* учим IE border-radius */

}
.graybox {

    background: #e5e5df;
    font-size: 12px;
    color: #000;
    text-align: center;
    padding: 5px 0px 0px 0px;

}
.bluebox {

    background: #dcefff;
    font-size: 12px;
    color: #000;
    text-align: center;
    padding: 5px 0px 0px 0px;

}

#container_sidebar .hr {
    display: block;
    border-top: dashed 1px #91c8f3;
    height: 1px;
    margin: 2px 0px;

}
#container_sidebar .menu2  {
     margin-bottom: 10px;
    padding-bottom: 2px;
    border-bottom: dashed 1px #91c8f3;
}
#container_sidebar .menu2 li {
    padding: 0px; margin: 0px;
}
#container_sidebar .menu2 li a {
    display: block;
    color: #da251d;
    font: bold 14px "Times New Roman";
    text-decoration: none;
    padding: 6px 10px 6px 10px;
    border-bottom: dashed 1px #91c8f3;


}




#saveprofile {
    cursor: pointer;
}

.cpt_auxpages_navigation .vertical a {
    font: normal 13px "Verdana";
    text-decoration: underline;
    color: #212528;

}
.cpt_auxpages_navigation .vertical a:hover {
    color: #005ec3;

}

.cpt_auxpages_navigation .vertical li {
    list-style-image: url("../../images/mod_li.jpg");

}
.cpt_auxpages_navigation .vertical li:hover {
    list-style-image: url("../../images/mod_li-p.jpg");

}

#container_sidebar .menu2 li a:hover {
    background: #005ec3;
    color: #fff;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */
    border-radius: 5px; /* CSS3 */
    behavior: url('/border-radius.htc'); /* учим IE border-radius */
}

#container_sidebar .news_subscribe {
    padding-top: 10px;
    background: #fff;
    color: #000;

}
#container_sidebar .news_subscribe input[type=text] {

    background: #fff;
    color: #000;
    border: solid 1px #74baee;
    padding: 4px 10px;
    font-size: 14px;
    width: 125px;


    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */
    border-radius: 5px; /* CSS3 */
    behavior: url('/border-radius.htc'); /* учим IE border-radius */
}
#container_sidebar .news_subscribe input[type=submit] {

    text-align: left;
    color: #000;
    border: none;
    background: none;


    width: 37px;
    height: 30px;
    cursor: pointer;
    float: right;
}

#container_sidebar_right {
    vertical-align: top;
    width: 196px;
    padding-left: 20px;

}

#container_sidebar_right .title {
    width: 196px;
}

#container_footer .cpt_divisions_navigation { text-align:center; padding:5px;}
#container_footer .cpt_divisions_navigation ul, #container_footer .cpt_divisions_navigation ul li { width:auto; display:inline; float:none;}
#container_footer .cpt_divisions_navigation a
{ 
  font-weight: normal;
  color:#000;
}

#container_main_content .cpt_product_lists {
    padding-bottom: 20px;
}


/* ====================== STYLES OF ELEMENTS THAT APPEAR INSIDE VARIOUS COMPONENTS ====================== */

#searchstring
{ width: 120px;
}

#shpcrtca{
 font-weight: bold;
 font-size: 130%;
 white-space: nowrap;
}


#container_main_content #searchstring
{ width: 60%;
}
.hndl_submit_prds_cmp, #cat_product_sort { margin:10px 0 10px 0; font-size:120%;}

#container_main_content ul { list-style-position:inside;}
/* ====================== PREDEFINED STYLES; edit, but do not delete these styles ====================== */

.small
{ font-size: 70%;
}


.background1, .background1 td
{ background-color: #D9E9FF;
}

.btn_checkout
{ font-size: 130%;
  font-weight: bold;
  margin: 10px;
  padding: 3px;
}

.prdbrief_add2cart
{ padding-top: 5px;
    text-align: center;
}

.error_block
{ font-weight: bold;
  color: red;
}



#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 {
 font-weight:bold; font-size:90%
}
.news_title
{ padding-bottom: 10px; color: #003a6c;

}
.news_viewall
{ padding-bottom: 10px;
}

.news_viewall a { color:#de3b21; font-style: italic;}
.news_subscribe, .news_thankyou
{ background:#202020; font-size:90%; padding:5px;}
.news_subscribe img { vertical-align:middle;}

.news_subscribe { padding: 0px;
    background: none;
}
/************************
BLOG STYLES
***************************/
.post_title{
 color: #666;
 margin-top: 30px;
 margin-bottom: 0px;
}
.post_date{ 
 color: #999;
 border: 0px solid #EEE;
 border-top-width: 1px;
 margin-bottom: 15px;
 }
.post_content{
 padding-left: 15px;
}

/***************************
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
****************************/
.regularPrice{
 color: brown;
 text-decoration: line-through;
}
.prdbrief_price {
    text-align: center;
}
.totalPrice{
    color:#c92b27;
    font: bold 26px "Times New Roman";
    display: block;


}
.youSaveLabel{
 font-size: 75%;
}
.youSavePrice{
 font-size: 75%;
}
.prd_out_of_stock {
    color: #666;
    text-align: center;
}
.cpt_product_images {

margin-bottom: -30px;
}

.cpt_product_category_info td a { font-size:110%;}
.cpt_product_rate_form { float:right;}

.cpt_product_name { font-size:130%;}
#cat_path a { font-size:110%}
#cat_info_left_block { padding-left: 0px;}

.add2cart_handler { margin:5px 0;}
.product_option { width:100%; //width:auto;  position:relative; zoom:1;}
.cpt_product_discuss_link p { margin:5px 0;}
/************************
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;
}

/****************************
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 .comment {
     font-style: italic;
}
#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
*********************/
.rcat_root_category
{ font-size: 100%;
line-height:120%;
  font-weight: bold;
  font-family:"Times New Roman", Times, serif;
  text-decoration:none;
}
.rcat_root_category:hover { border-bottom:solid 1px;}
.rcat_products_num
{ color: #999999;
  font-size: 80%;
}
.rcat_child_categories { color:#999;font-size: 85%; white-space: nowrap;}
.rcat_child_categories a
{ 
font-size: 90%;
  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 {
 background-color:#ffeeee;
	margin-right:10px;
	width:230px;
}
#cat_advproduct_search form { padding:10px; }
#cat_advproduct_search td { vertical-align:top; }
#cat_advproduct_search select { width:100%;  }
#cat_advproduct_search form, #cat_advproduct_search table { //width:100%;}
#cat_advproduct_search h3 { padding:0px; margin: 10px 10px 0 10px;}
#cat_info_left_block, #cat_advproduct_search  { float:left;}

.cpt_maincontent center { clear:both;}
#cat_top_tree { overflow:hidden; margin-top:10px;}

.category_product_list {
    border: solid 1px #74baee;
    -moz-border-radius: 5px 5px 0px 0px; /* Firefox */
    -webkit-border-radius: 5px 5px 0px 0px; /* Safari, Chrome */
    -khtml-border-radius: 5px 5px 5px 5px; /* KHTML */
    border-radius: 5px 5px 0px 0px; /* CSS3 */
    behavior: url('/border-radius.htc'); /* учим IE border-radius */

}

.category_product_list tr td:first-child {
    border-right: solid 1px #74baee;

}
.category_product_list hr {
    color: #74baee; /*для IE */
    background-color:#74baee; /*для Firefox, Opera, Safari*/
    border:0px none;
    height:1px; /* высота 1px IE, Firefox, Opera, Safari */
    clear:both; /* для очистки, если тег идет после float елемента */
}

.category_product_list table td, .category_product_list table tr {
    border: none !important;

}

.product_brief_block {

}


.product_brief_block .prdbrief_name a {
    font: bold 12px "Verdana";
    color: #01365f;
    text-decoration:none;
}
.product_brief_block .prdbrief_brief_description {
    font: normal 12px "Times New Roman";
    color: #010101;
    text-align: center;

}
.product_brief_block .smallimg {
    display: block;
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
    top: 0px;
    left: -10px;
}

.product_brief_block .smallimg img {

    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: 100px;
}

.product_brief_block td {
vertical-align: top;
}

.product_brief_block .prdbrief_thumbnail {

    float: left;

    margin: 0px;
    padding: 0px;
    padding-bottom: 0px;

    z-index: 99;
    position: relative;
    top: 0px;
    left: 0px;

}
.product_brief_block .prdbrief_thumbnail table td {
    padding: 7px;
}

.product_brief_block img {
    position: relative;
    top:  0px;
    left: 0px;
    width: 70px;
    margin: 0px;
    padding: 0px;


}

.product_brief_block .totalPrice{
    color:#c92b27;
    font: bold 16px "Times New Roman";

}

.product_brief_block .prdbrief_qty {


}
.product_brief_block .prdbrief_qty input {
    position: relative;
    top: 0px;
    left: 0px;


}
.prdbrief_prblock {
    padding-left: 100px ;
    width: 100%;
    height: 30px;
    position: relative;
    top: 0px; left: 0px;
}

.prdbrief_prblock div {
    float: left;
}


.prdbrief_prblock .prdbrief_add2cart {
    padding: 0px 20px;
    position: relative;
    top: 0px;
    left: 0px;


}


.product_brief_block .prdbrief_options {
    position: absolute;
    top: 90px;
    left: 90px;
    display: block;

}



/************
CHECKOUT
************/
.checkout_noframe_title {
	padding: 5px 15px;
	text-align:left;
}
#checkout_have_account {
	padding: 15px;
	background-color: #D9E9FF;
	margin: 0 -5px 15px -5px;
}
#checkout_logininfo { width:428px;}
#checkout_logininfo .inputtext, #checkout_addresses .inputtext, #checkout_addresses textarea {
	width: 200px;
}
.paddingblock input.checkout_buttons {
	font-size: 130%;
	font-weight: bold;
	margin:5px 0;
}
.checkout_steps_divider {
	width: 40px;
	height:1px;
	background-color:#99C9DF;
	overflow:hidden;
}
#checkout_addresses { width:800px;}
#checkout_addresses td { } 
/**********************
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 { background:#fff;
	padding-left: 15px;
	padding-right: 15px;
	text-align:left;
	font-size:12pt;
}
.paddingblock h2 {
	padding:20px 5px 10px 5px;
	margin-top: 0px;
}
.paddingblock td { font-size:95%; vertical-align:top; padding:5px;}
.paddingblock p { margin-bottom:10px;}

.paddingblock input { margin:2px 0 0 0;}
.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;/**/
}


#block-customerinfo td { font-size:100%;}
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;}
#powered_by  { padding-bottom:5px;}

#topbar .cpt_auxpages_navigation *{
      color: navy;
      text-decoration: none;
      display: inline;
      float: left;

      
}

#topbar .cpt_auxpages_navigation {
 position: relative;
 top: 0px;
 left: -20px;
 
}

.relat {
 position: relative;
 top: 0px;
 left: 0px;
 
}


#login2 input[type=submit] {
    background: none;
    border: none;
    color: #b72109;
    font-size: 18px;
    padding: 5px 20px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}


#login2 input[type=text],#login2 input[type=password] {
    padding: 5px 5px;
    height: 14px;
    background:#c4c4c4;
    width: 125px;
    margin:0px 5px;
    margin-bottom: 2px;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */
    border-radius: 5px; /* CSS3 */
    behavior: url('/border-radius.htc'); /* учим IE border-radius */
}


#login2 .userico {
    width:16px;
    height: 16px;
    background: url('../../images/user_icon.png') 50% 50% no-repeat;
    opacity: 0.5;
}

#login2 .passico {
    width:16px;
    height: 16px;
    background: url('../../images/lock.png?2') 50% 50% no-repeat;
    opacity: 0.4;
}



a.hndl_proceed_checkout {
    color: #536777;
    text-decoration: none;
    font-size: 16px;
}


a.smallLog {
      
          font-size: 10px;
} 

.cpt_shopping_cart_info {
        font-size: 12px;
}




input[type=submit] {
    color: #000000;
    padding: 2px 10px;
}



#container_footer td {
    vertical-align: top;
    width: 25%;


}


#container_footer .cpt_divisions_navigation, #container_footer .cpt_category_tree { text-align:left; padding:5px; border: none;}
#container_footer .cpt_divisions_navigation ul, #container_footer .cpt_divisions_navigation ul li, #container_footer .cpt_category_tree ul, #container_footer .cpt_category_tree ul li { width:auto; display:block; float:none;  border: none; padding:0px; margin: 0px;}


#container_footer .cpt_divisions_navigation a, #container_footer .cpt_category_tree a
{ 
    width:auto; display: inline; float:none;
  font-weight: normal;
  color:#000;
    font-size: 12px;
}

#container_footer .cpt_divisions_navigation a:hover
{ 
text-decoration: underline;
   color:#c62b12;
}

#container_footer #copyright {
position: absolute;
    top: 165px; left: 15px;
    width: 750px;
}

.big  {
        font-size: 15px;
        text-align: justify;
    
}

.big a {
        font-size: 14px;
    
}

#ln_user_login {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1000;
}

input[type=text], input[type=password]  {
    padding: 0px;
    margin: 0px;
    color: #000000;
    border: solid 1px #808eb3;
    
}
#container_right_sidebar a {
    text-decoration: none;
}

#container_right_sidebar a:hover {
    text-decoration: underline;
}

#container_footer b {
    font-size: 13px;
}





#topbar .cpt_divisions_navigation *{
      color: black;
      font-size: 14px;

      display: inline;
      float: left; 
       font-family:"Times New Roman";
            
}

#topbar a:hover {
    text-decoration: none;
}



.onlineconsultant {
    display: block;
    position: fixed;
    top: 35%;
    left: 1px;
    width: 50px;
    height: 200px;

}

.cpt_product_lists  table td {
    text-align: center;

}




/* Doc order */

.addorderbutton  {

   text-align: center;
   display: block;
   margin: 0px auto;

}

.customerdata {
    text-align: right;
    position: relative; top: 0px; left: 0px;
}

.irupload {
    width: 650px;
    height: 60px;

}


td.fieldname {
    font-weight: bold;

    width: 100px;
}

table.docorderlist {
    border-collapse: collapse;
}

.docorderlist td {
    text-align: center;
    font-size: 11px;
    padding: 2px 4px;
}

.docorderlist th {
    font-size: 12px;


}
.docorderlist tr {
    cursor: pointer;


}
.kpordertable td {
    padding: 5px 0px;
}

.kpordertable input[type=text] {
    width: 209px;
}




.addordertable td {
    padding: 5px 0px;
}

.addordertable  .hid {
    width: 1px; height: 1px;
   border: solid 0px #F2F2F2;

}


.docorderattach img {
    padding: 10px;
    width: 300px;
}

.docorderattach .foto2 div {
    float: left;

}

.docorderattach .foto2 img {
    margin-top: 0px;

}



.docorderattach div {
    position: relative;
    top: 0px; right: 0px;
}



.dopmenu a.selected {
    text-decoration: none;
    color: #000000;
}

.dopmenu {
    position: relative; top: 0px; left: 0px;
    border: solid 2px #cccccc;
    padding: 10px;
    width: 95%;
}


.bordered {
    position: relative; top: 0px; left: 0px;
    border: solid 2px #cccccc;
    padding: 10px;
    width: 95%;
}



label.error {
    padding-left: 20px;
    color: #ff0000;
    font-style: italic;
    display: block;
}

.orderstatus0, .orderstatus0 *  {
    color: #990000; text-decoration: none;
}

.orderstatus1, .orderstatus1 * {
    color: #d46403; text-decoration: none;
}
.orderstatus2, .orderstatus2 * {
    color: #294563; text-decoration: none;
}

.orderstatus3, .orderstatus3 * {
    color: #006300; text-decoration: none;
}


.orderstatus4, .orderstatus4 * {
    color: #888888; text-decoration: none;
}



.searchfilter {

}


#docorder input[type=text], #docorder select, #docorder textarea {
    border: solid 1px #000;
    background: #fff;

}

#docorder input[type=button], #docorder input[type=sybmit], #docorder input[type=file]  {
    border: solid 1px #666;
    background: #ccc;

}


.searchfilter * {
    font-size: 10px;
    height: 16px;

}


.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff;
    color: #222222/*{fcContent}*/;
    width: 150px;
}
.ui-widget li {
    list-style: none;

    cursor: pointer;
}

.ui-widget li:hover {

    background: #cccccc;
}


.ui-widget-content a:hover {
    color: #222222/*{fcContent}*/;
    background: #cccccc;

}


.ui-widget-content a {
    color: #222222/*{fcContent}*/;
    text-align: left;
    display: block;
    padding: 2px 2px;
    font-weight: normal;
    font-size: 11px;
}

.clearboth {
    clear: both;
}

















/* For the details, see:
   http://flowplayer.org/tools/dateinput/index.html#skinning */

/* the input field */
.date {
    border:1px solid #ccc;
    text-align:center;
    width:84px;
    padding: 4px;
    height: 18px;

    -moz-box-shadow:0 0 10px #eee inset;
    -webkit-box-shadow:0 0 10px #eee inset;
}

/* calendar root element */
#calroot {
    /* place on top of other elements. set a higher value if nessessary */
    z-index:10000;

    margin-top:-1px;
    width:198px;
    padding:2px;
    background-color:#fff;
    font-size:11px;
    border:1px solid #ccc;

    -moz-border-radius:5px;
    -webkit-border-radius:5px;

    -moz-box-shadow: 0 0 15px #666;
    -webkit-box-shadow: 0 0 15px #666;
}

/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead {
    padding:2px 0;
    height:22px;
}

#caltitle {
    font-size:12px;
    color:#0150D1;
    float:left;
    text-align:center;
    width:155px;
    line-height:20px;
    text-shadow:0 1px 0 #ddd;
}

#calnext, #calprev {
    display:block;
    width:20px;
    height:20px;
    background:transparent url(/js/calendar/prev.gif) no-repeat scroll center center;
    float:left;
    cursor:pointer;
}

#calnext {
    background-image:url(/js/calendar/next.gif);
    float:right;
}

#calprev.caldisabled, #calnext.caldisabled {
    visibility:hidden;
}

/* year/month selector */
#caltitle select {
    font-size:10px;
}

/* names of the days */
#caldays {
    height:14px;
    border-bottom:1px solid #ddd;
}

#caldays span {
    display:block;
    float:left;
    width:28px;
    text-align:center;
}

/* container for weeks */
#calweeks {
    background-color:#fff;
    margin-top:4px;
}

/* single week */
.calweek {
    clear:left;
    height:22px;
}

/* single day */
.calweek a {
    display:block;
    float:left;
    width:27px;
    height:20px;
    text-decoration:none;
    font-size:11px;
    margin-left:1px;
    text-align:center;
    line-height:20px;
    color:#666;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

/* different states */
.calweek a:hover, .calfocus {
    background-color:#ddd;
}

/* sunday */
a.calsun {
    color:red;
}

/* offmonth day */
a.caloff {
    color:#ccc;
}

a.caloff:hover {
    background-color:rgb(245, 245, 250);
}


/* unselecteble day */
a.caldisabled {
    background-color:#efefef !important;
    color:#ccc	!important;
    cursor:default;
}

/* current day */
#calcurrent {
    background-color:#498CE2;
    color:#fff;
}

/* today */
#caltoday {
    background-color:#333;
    color:#fff;
}







hr {
    color: #555; /*��� IE */
    background-color:#555; /*��� Firefox, Opera, Safari*/
    border:0px none;
    height:1px; /* ������ 1px IE, Firefox, Opera, Safari */
    clear:both; /* ��� �������, ���� ��� ���� ����� float �������� */
}


.docorderattach .foto2 {
    padding-bottom: 500px;
}


.docorderattach .editimg:hover {
    color: #000;
    text-decoration: underline;
}

.docorderattach .editimg {
    position: absolute;
    top: 00px; right: 10px;
    color: #666;
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
    padding: 0px;
    margin: 0px;;
}

.docorderattach .editimg img {
    width: 16px;
    position: absolute;
    top: 0px; right: 80px;
    padding: 0px;
    margin: 0px;;

}

.sortfield {
    border: solid 1px red;;
    background: url('/published/publicdata/ROSTBOX/attachments/SC/themes/time/search.png') 0px 0px no-repeat;
}


#box_product_thumbnails img {
    height:80px;
    width: auto;
    padding: 0px 4px 0px 3px;
}

.scrollableX {
    overflow-x: auto;
    overflow-y: hidden;

}
#img-current_picture {
    width: 370px;
    border: solid 1px #74baee;
    padding: 15px;
    margin: 0px 10px 0px 0px;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */
    border-radius: 5px; /* CSS3 */
    behavior: url('/border-radius.htc'); /* учим IE border-radius */
}
#allpictscroll {
    width: 400px; height: 120px; position: relative; top: -30px ; left: 11px;
}


#dopsizeselect {
    position: absolute;
    top: 2px; left: 425px;
}

.cpt_product_params_selectable {
    position: relative;
    top: 5px;
    left: 0px;
}


.orderlinkincart  {
    padding-top: 0px;
}


.orderlinkincart a {

}

.ortezimg img {
    height:300px;
}
.ortezimg {
    position: absolute;
    top: 150px;
    right: 100px;

}

.likeh1 {
    font-size: 16px;

}



.cpt_category_tree ul {

    padding: 0px;
    margin: 0px;
    list-style:none;
    width: 196px;

}

.cpt_category_tree ul li {
    padding: 0px;
    background: #dcefff;
    text-align: left;
    background: url('../../images/mod_menusep.png') 0% 0% no-repeat;
    margin: 0px 0px 0px 0px;
    height: auto !important;


}










.cpt_category_tree ul li a {


    font: normal 13px Verdana;
    color: #20500d;
    text-decoration: none;
    display: block;
    width: 188px;
    padding: 8px 0px 3px 10px;

}

.cpt_category_tree ul li a:hover {
    text-decoration: underline;
}

.cpt_category_tree ul li.child a {
    font-size: 10px !important;
    padding: 3px 0px 8px 10px;


}
.cpt_category_tree ul li.child, .cpt_category_tree ul li.child_current, .cpt_category_tree ul li:first-child  {
    background: none;

}

.cpt_category_tree ul li.child:last-of-type {
    border: solid 1px red;

}

.cpt_category_tree ul li.child_current a {
    text-decoration: underline;
    font-size: 10px !important;
    padding: 3px 0px 8px 10px;
    background: none;
}



.cpt_category_tree ul li.child_2  {
    padding-left: 0px;
    margin-left: 18px !important;
    list-style: circle;


}
.cpt_category_tree ul li.child_2 a {
    padding-left: 0px;

}
.cpt_category_tree ul li.child_3  {
   padding-left: 20px;
}


.cpt_category_tree ul li.parent_current {

margin-bottom: 8px;
}
.cpt_category_tree ul li.parent_current a {

    color: #fff;
    text-decoration: none;
    background: #c92b27 url('../../images/mod_menusep.png?3') 0px 0%;
    width: 186px !important;
    display: block;
    position: relative;
    top: 4px;
    left: 0px;
    padding: 3px 0px 5px 10px;

}



.cpt_category_tree .sep {

    background: url('../../images/mod_menusep.png?3') 0px 0%;
    height: 7px;
    width: 196px !important;
    display: block;
    z-index: 9990;
    position: relative;
    top: -7px;
    left: 0px;


}


.cpt_product_related_products {

}

.cpt_product_related_products img {
    width: 40px;
    height: auto;
    padding-right: 10px;

}


.cpt_product_related_products td {

    padding-bottom: 10px;
}



.tab {
    width: 10px;
}





.bread  {
    padding: 0px 0px 15px 0px;
}


.bread a {
    font: normal 11px "Verdana";
    font-size: 11px !important;
    color: #010101;
    text-decoration: none;
}



.cpt_product_details_request textarea, .cpt_product_details_request input[type=text], #prddeatailed_container input[type=text] {
    padding: 2px 4px 2px 4px;
    margin: 3px 0px;
    font: normal 13px "Verdana";

    background: #e6f4ff;
    color: #010101;
    border: solid 1px #74baee;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari, Chrome */
    -khtml-border-radius: 4px; /* KHTML */
    border-radius: 4px; /* CSS3 */
    behavior: url('/border-radius.htc'); /* учим IE border-radius */
}

.cpt_product_details_request select, #prddeatailed_container select {
    padding: 2px 4px 2px 4px;
    margin: 3px 2px;
    font: normal 13px "Verdana";

    background: #e6f4ff;
    color: #010101;
    border: solid 1px #74baee;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari, Chrome */
    -khtml-border-radius: 4px; /* KHTML */
    border-radius: 4px; /* CSS3 */
    behavior: url('/border-radius.htc'); /* учим IE border-radius */
}


.cpt_product_details_request input[type=submit] {
    padding: 5px 24px 5px 24px;
    display: block;
    margin: 10px 0px 0px 140px;

    font: normal 13px "Verdana";

    background: #91c8f3;
    color: #010101;
    border: solid 1px #74baee;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari, Chrome */
    -khtml-border-radius: 4px; /* KHTML */
    border-radius: 4px; /* CSS3 */
    behavior: url('/border-radius.htc'); /* учим IE border-radius */
    cursor: pointer;
}


.fixed_params {
    font-style: italic;
}


.buyurl {
    display: block;
    background: #0e90d2;
    margin: 0px auto;
    width: 60px;
    color: #fff;
    height: 20px;
    text-align: center;
    text-decoration: none;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari, Chrome */
    -khtml-border-radius: 4px; /* KHTML */
    border-radius: 4px; /* CSS3 */
}




#mobileMenu {
    position: absolute;
    top: -10px;
    left: 20px;
    display: none;
    z-index: 999;
}


@media all and (max-device-width: 800px) {
    #container_top {
        background: none;
        height: 30px;
        /* display: none; */
    }

    #container_main_content p, #container_main_content li {
        font-size: 28px;
    }
    
    h1, h2 {
        font-size: 34px !important;
    }
    
    #topbar {
        height: 80px !important;
    }

    #logo a {
        height: 100% !important;
        width: 100% !important;
    }

    #logo {
        height: 100% !important;
        width: 100% !important;
        background-size: auto 100% !important;
        background-repeat: no-repeat !important;
        left: 100px !important;
    }
    
    #address,.cpt_product_search {
        display: none !important;        
    }

    #phones {
        font-size: 25px !important;    
    }
    
    #menu {
        display: none !important;                
    }

    #container_sidebar {
        display: none !important;                
    }
    
    #container_main_content {
        display: block;
        padding-left: 20px;
    }

    #container_sidebar_right {
        display: none;
        /* width: 100%; */
    }


    .cpt_category_tree ul {
        width: 100% !important;
    }
    
    .cpt_category_tree ul li {
        width: 100% !important;
    }
    
    .cpt_category_tree ul li a {
        width: 100% !important;
    }


    #menuBtnControl {
        display: none;
        position: relative;
        top: 0px; left: 0px;

    }

    #mobileMenuButton {
        position: absolute;
        top: -81px;
        left: -5px;
        width: 65px;
        height: 72px;
        border-right: solid 1px #84a6ff;
        text-align: left;
        padding-top: 30px;
    }
    
    #menuBtnControl:checked + label ~ div#mobileMenuList {
        display: block !important;

    }

    #mobileMenu {
        display: block !important;
    }

    #mobileMenuList {
        display: none;
        position: relative;
        top: 25px;
        left: -22px;
    }


    #mobileMenuList ul {
        list-style: none;
        font-size: 38px;
        background: #fff;
        padding: 0px 0px;
        border: solid 3px #dcefff;
    }
    #mobileMenuList ul li {
        text-align: left;
        margin: 1px 2px;
        background: #dcefff;
        padding: 10px 20px;
    }
    #mobileMenuList ul li a {
        text-decoration: none;
        color: #003a6c;
    }
}
