html,body {
        margin:0;
        padding:0;
        height:100%; /* needed for container min-height */
        background: #FFFFFF;
        background-image: url(images/page_bg.jpg);
        background-position: top left;
        background-repeat: repeat-x;
        font-family: Trebuchet MS, Tahoma,Verdana,Arial,sans-serif;
        font-size: 12px;
        color:#646464;
}

a {
        color: #048eb6;
        text-decoration: underline;
}

a:hover {
        text-decoration: none;
}

.page_container {
        width: 100%;
        height:auto !important; /* real browsers */
        height:100%; /* IE6: treaded as min-height*/
        position:relative;
        min-height:100%; /* real browsers */
        background-image: url(images/bg.jpg);
        background-position: top center;
        background-repeat: no-repeat;
}

.container {
        margin:0 auto; /* center, not in IE5 */
        width:965px;

        height:auto !important; /* real browsers */
        height:100%; /* IE6: treaded as min-height*/

        min-height:100%; /* real browsers */
}

.header {
        height: 200px;
}

.cpt_divisions_navigation, .cpt_auxpages_navigation {
        float: left;
        width: auto;
        height: 58px;
}

.cpt_divisions_navigation ul, .cpt_auxpages_navigation ul {
        margin: 0;
        padding: 0;
        float: left;
        width: auto;
        list-style-type: none;
}

.cpt_divisions_navigation ul li, .cpt_auxpages_navigation ul li {
        float: left;
        width: auto;
        height: 58px;
        padding: 0 14px 0 14px;
        background-image: url(images/li.gif);
        background-position: right 6px;
        background-repeat: no-repeat;
}

.cpt_divisions_navigation ul li a, .cpt_auxpages_navigation ul li a {
        display: inline;
        width: 92px;
        height: 58px;
        float: left;
        color: #0a6684;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        line-height: 45px;
        background-image: url(images/a.gif);
        background-position: top left;
        background-repeat: no-repeat;
}

.cpt_divisions_navigation ul li a:hover, .cpt_auxpages_navigation ul li a:hover {
        background-position: bottom left;
        color: #FFFFFF;
}

.header_block {
        width: 100%;
        height: 142px;
        float: left;
}

.h_left {
        float: left;
        width: 358px;
}

.h_center {
        float: left;
        width: 357px;
        padding: 40px 0 0 0;
}

.h_right {
        float: right;
        width: 250px;
}

.contacts {
        padding: 30px 0 0 20px;
}

.contacts a {
        color: #048eb6;
}

.contacts .sitemap {
        background-image: url(images/sitemap.gif);
        background-position: 0 4px;
        background-repeat: no-repeat;
        padding: 0 30px 0 18px;
}

.contacts .mail {
        background-image: url(images/mail.gif);
        background-position: 0 4px;
        background-repeat: no-repeat;
        padding: 0 0 0 18px;
}

.contacts .address {
        padding: 20px 0 0 20px;
        width: 190px;
        color: #677a80;
}

.logo {
        width: 150px;
        height: 64px;
        display: block;
        background-image: url(images/logo.jpg);
        background-position: top left;
        background-repeat: no-repeat;
}

.slogan {
        clear: both;
        color: #003b4f;
        text-transform: uppercase;
        line-height: 35px;
}

.cpt_product_search {
        padding: 30px 0 0 0;
        float: left;
        width: 100%;
}

.search_input {
        width: 145px;
        height: 21px;
        float: left;
        padding: 0 0 0 30px;
        background-image: url(images/search_bg.jpg);
        background-position: top left;
        background-repeat: no-repeat;
}

.search_input input {
        width: 135px;
        height: 21px;
        border: 0;
        background: transparent;
        color: #717171;
}

.search_submit {
        width: 56px;
        height: 21px;
        float: left;
}

.search_submit input {
        width: 56px;
        height: 21px;
        border: 0;
        background-color: #048DB7;
        color: #FFFFFF;
}

.content {
        padding: 10px 0 150px 0; /* bottom padding for footer */
}

.left_column {
        width: 338px;
        float: left;
        padding: 0 0 0 20px;
}

.right_column {
        width: 607px;
        float: left;
}

.cpt_category_tree ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        width: 300px;
}

.cpt_category_tree ul li.parent, .cpt_category_tree ul li.parent_current {
        background-image: url(images/li_a.gif);
        background-position: 0 4px;
        background-repeat: no-repeat;
        padding: 0 0 10px 15px;
        margin: 0;
}

.cpt_category_tree ul li.child, .cpt_category_tree ul li.child_current {
        padding: 0 0 5px 15px;
        margin: 0;
}

.cpt_category_tree ul li.parent a {
        text-transform: uppercase;
        color: #0a6684;
        text-decoration: none;
}

.cpt_category_tree ul li.child a {
        text-transform: uppercase;
        color: #048EB6;
        text-decoration: none;
        padding: 0 0 0 15px;
        background-image: url(images/li_a.gif);
        background-position: 0 4px;
        background-repeat: no-repeat;

}

.cpt_category_tree ul li.parent_current a {
        text-transform: uppercase;
        color: #0a6684;
        text-decoration: underline;
}

.cpt_category_tree ul li.child_current a {
        text-transform: uppercase;
        color: #048EB6;
        text-decoration: underline;
        padding: 0 0 0 15px;
        background-image: url(images/li_a.gif);
        background-position: 0 4px;
        background-repeat: no-repeat;
}

.cpt_category_tree ul li.parent a:hover, .cpt_category_tree ul li.child a:hover {
        text-decoration: underline;
}

.cpt_category_tree ul li.parent_current a:hover, .cpt_category_tree ul li.child_current a:hover {
        text-decoration: none;
}

.image_block {
        width: 100%;
        float: left;
}

.main_text {
        width: 100%;
        float: left;
        padding: 20px 0 0 0;
        color: #585d5f;
        font-family: Tahoma;
}

.cpt_custom_html {
        width: 100%;
        float: left;
}

.news_header {
        color: #383838;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 16px;
        padding: 20px 0 10px 0;
}

.news_item {
        width: 270px;
        height: 90px;
        overflow: hidden;
        float: left;
        padding: 0 30px 20px 0;
}

.news_date {
        color: #6d6d6d;
        float: left;
        width: auto;
        padding: 0 10px 0 0;
}

.news_title {
        width: auto;
        float: left;
}

.news_title a {
        color: #048eb6;
        text-decoration: underline;
}

.news_title a:hover {
        text-decoration: none;
}

.news_content {
        width: 100%;
        float: left;
        clear: both;
        padding: 5px 0 0 0;
        text-align: justify;
        font-size: 11px;
}

.news_content p {
        padding-top: 0;
        margin-top: 0;
}

.news_content img {
        float: left;
        padding: 0 5px 5px 0;
}

/*********************************
                F  O  O  T  E  R
*********************************/

.footer {
        position:absolute;
        width:100%;
        height: 125px;
        background-color: #FFFFFF;
        background-image: url(images/footer.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        bottom:0; /* stick to bottom */
}

.footer_container {
        width: 965px;
        height: 125px;
        margin: 0 auto;
}

.copyright {
        color: #a8c6ce;
        width: auto;
        float: left;
        padding: 0 0 0 30px;
}

.counters {
        width: auto;
        clear: both;
        padding: 20px 0 0 30px;
}

/*********************************
                O  T  H  E  R
*********************************/

.clear {
        clear: both;
        height: 0;
        overflow: hidden;
}

label {
        color: #462c28;
        padding: 0 0 0 5px;
}

table {
        border: 0;
        border-collapse: collapse;
        padding: 0px;
}

td {
        vertical-align: middle;
}

a img {
        border: 0;
}


/* ====================== MAIN THEME STYLES: layout, fonts & colors ====================== */


p, body, font, div, td, input, select, textarea
{ font-family: arial,helvetica, sans-serif;
  font-size:12px;
}

h1 {
        font-size: 160%;
        margin:1em 0;
}
h2 {
        font-size: 130%;
        margin:1em 0;
}
h3 {
        font-size: 120%; margin:1em 0 0.5em 0;
}

form{
 padding:0px;
 margin: 0px;
}

input, select { vertical-align:middle;}


/* ====================== DEFAULT STYLES OF VARIOUS COMPONENTS ====================== */


a .bullet{
  text-decoration: none!important;
}
.cpt_category_tree .tab{
 margin-left:10px;
}

/* ====================== PREDEFINED STYLES; edit, but do not delete these styles ====================== */

.small
{ font-size: 80%;
}
.big
{ font-size: 150%;
}

.background1, .background1 td
{ background-color: #F5F5F5;
}

.btn_checkout
{ font-size: 130%;
  font-weight: bold;
  margin: 10px;
  padding: 3px;
}

.prdbrief_add2cart
{ padding: 5px 0;
}

.error_block
{ font-weight: bold;
  color: red;
}

.product_brief_block { border:solid 1px #eaeaea; padding:10px; overflow:hidden; zoom:1; }
.product_brief_block .prdbrief_thumbnail { float:left; margin-right:5px;}
.product_brief_block .sm-current-rating1 { margin-left:155px;}


#tbl-checkout-progress td {
vertical-align: top; font-size:0.7em;
}

.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;
}


/************************
BLOG STYLES
***************************/
.post_title{
 color: #666;
 margin-top: 30px;
 margin-bottom: 0px;
 font-size:120%;
}
.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: #F5F5F5;
}
.cmp_column_odd{
 background-color: white;
 vertical-align: top;
}
.cmp_column_even{
 background-color: #F8F8F8;
 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;
}
.totalPrice{
 color:#CC3300;
 font-weight:bold;
 font-size: 130%;
 margin:0 5px 5px 5px;
}
.product_list .totalPrice { color:#000;
 background:#f2f2f2; font-weight:normal}
.youSaveLabel{
 font-size: 75%;
}
.youSavePrice{
 font-size: 75%;
}
.prd_out_of_stock {
 font-style:  italic;
 color:#CC3300;
 padding:0 0 0 5px;
 overflow:hidden;
 font-size:90%;
}


/************************
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: #F5F5F5;
  border-bottom: 1px #99C9DF solid;
  font-size:12pt;
}
.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: #F5F5F5;
 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: 140%;
  font-weight: bold;line-height:150%; text-decoration:none; color:#333;
}
.rcat_root_category:hover { border-bottom:solid 1px;}
.rcat_products_num
{ color: #999999;
  font-size: 80%;
}
.rcat_child_categories a
{ line-height:150%;
  font-weight: normal;
}

/********************
REGISTRATION PAGE
*********************/
#reg_fields_tbl td{
 padding: 5px;
}
#reg_auth_fields td{
 background-color: #F5F5F5;
}
#reg_confcode td{
 background-color: #F5F5F5;
}
#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: #F5F5F5;
        margin-right:10px;
        width:232px;
}
#cat_advproduct_search form { padding:10px; }
#cat_advproduct_search td { vertical-align:top; }
#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;}
.hndl_submit_prds_cmp, #cat_product_sort { margin:10px 0;}
.prdbrief_name a{ font-size:130%; text-decoration:none; line-height:170%;}
.prdbrief_name a:hover { border-bottom:solid 1px;}

ul.product_list li { border:solid 1px #e6e6e6; margin:0 2px !important; text-align:center;}
ul.product_list li table { margin:0 auto;}
.product_list a { font-size:120%; line-height:150%; text-decoration:none; color:#CC3300; display:block; white-space:nowrap; overflow:hidden;}
.product_list a:hover { text-decoration:underline;}
.product_list a:hover img, .product_list td a:hover{ border:none;}
.product_option { width:99%; //width:auto;  position:relative; zoom:1;}

/************
CHECKOUT
************/
.checkout_noframe_title {
        padding: 5px 15px;
}
#checkout_have_account {
        padding: 15px;
        background-color: #F5F5F5;
        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: #F8F8F8;
}
.row_even td {
        border: 0px solid #F5F5F5;
        border-width: 1px 0px;
}

.paddingblock { background:#fff;
        padding-left: 15px;
        padding-right: 15px;
        text-align:left;
        font-size:12pt;

}
.paddingblock h2 {
        padding:20px 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%;}
.cpt_product_images{
float: left;
}


#powered_by { font-size:9px !important; position:relative; top:-10px; line-height:200%;}
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;}





