/* ====================== MAIN THEME STYLES: layout, fonts & colors ====================== */

html
{ margin: 20px;
  padding: 10px;
 
}

body
{ margin: 20px;
  padding:10px;
 
background-color: none;
}

p, body, font, div, td, input, select, textarea
{ font-family: verdana,arial,helvetica, sans-serif;
  font-size: 11pt; color:#999999;
}

h1
{ font-size: 160%; color:#999999;
}
h2
{ font-size: 130%; color:#999999;
}
h3
{ font-size: 100%; color:#999999;
}

form{
 padding:0px;
 margin: 0px;
}

a
{
  color: #3c5a78;
}

a:hover { color:#ff2b82;}

a img{
 border:none;
}
div { zoom:1;}
/* ====================== COMPONENT CONTAINER STYLES ====================== */

#container_top_left
{ text-align: centre;
  vertical-align: middle;
  width: 15%;
  height: 102px;
}

#container_top
{ text-align: centre;
  vertical-align: top;
  width:'100%'; 
  height: 102px;
}

#container_top_right
{ text-align: left;
  vertical-align: middle;
  width:15%; height: 102px;
}

#container_left_sidebar, #container_right_sidebar
{
  text-align: left;
  vertical-align: top;
  width: 15%;
}

#container_main_content
{ text-align: left;
  vertical-align: top;
  width:'100%';
}



/* ====================== DEFAULT STYLES OF VARIOUS COMPONENTS ====================== */

/* padding for all general components */
.cpt_news_short_list, .cpt_survey, .cpt_category_tree, .cpt_maincontent,
.cpt_currency_selection
{
  text-align: left;
  padding: 10px;
//  width: 100%;
}
.cpt_currency_selection
{
 
 padding-top: 65px;
//  width: 100%;
}

.cpt_divisions_navigation, .cpt_auxpages_navigation
{
  text-align: left;
  padding-top: 25px; line-height:2;

//  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; text-decoration: underline;text-align:centre;
  margin-left: 45px;list-style-type: none; white-space: nowrap;
}

.cpt_divisions_navigation ul
a {text-decoration: underline;
margin: 0px; white-space: nowrap;padding-left: 60px;
}

.cpt_auxpages_navigation ul.vertical
{    list-style-type: none;text-decoration: underline;
padding-left: 5px; padding-top:30px;
}
.cpt_auxpages_navigation .vertical li
{ padding-left: 5px;
}
.cpt_auxpages_navigation ul.horizontal
a { list-style-type: none;text-decoration: underline;
  padding-left: 0px;
}

.cpt_auxpages_navigation ul.vertical li a { text-decoration: underline; font-weight:bold;}
.cpt_shopping_cart_info
{ border: 5px;
  text-align: centre;
  vertical-align: middle;
}

.cpt_survey
{
}
.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: centre;
  font-size: 75%;
}
.cpt_currency_selection select
{ font-size: 90%;
}

.cpt_news_short_list
{ 
  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: 0px;
// background-repeat: no-repeat;
// background-position: left centre;

}
.cpt_category_tree .child_current .bullet{
// padding-left: 0px;
// background-repeat: no-repeat;
// background-position: left centre;

}
.cpt_category_tree .child a{
font-weight:normal;
 padding-left: 10px;
 background-repeat: no-repeat;
 background-position: left centre;

// padding-left: 0px;
// background-image: none;
}
.cpt_category_tree .child_current a{
 padding-left: 10px;
 background-repeat: no-repeat;
 background-position: left center;

// 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;
}

/* ====================== 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
{ 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
{  text-decoration: none;
  font-weight: normal; font-size:70%;
}

#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
{ 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
{ vertical-align: bottom;
  text-align: left;
  font-size: 70%;
  padding-top: 17px;
  //height: 43px;
height: 60px;
}
.cpt_product_search form{
 margin: 5px!important;
}
#container_left_sidebar .cpt_product_search, #container_right_sidebar .cpt_product_search, #container_top_right .cpt_product_search
{ 
}
#container_top .cpt_product_search form
{ display: inline;
}
.cpt_shopping_cart_info a { font-weight:bold; text-decoration:none;  }
#container_top_right .cpt_shopping_cart_info
{
  height: 74px; color: #707070;
// height: 80;
}

#container_left_sidebar .cpt_shopping_cart_info
{ background: #dfdfdf;
  border: 0px solid #90aa60;
}

#container_right_sidebar .cpt_shopping_cart_info
{ color: white;
  background: #eaeaea;
  border: 0px solid #C5808D;
}
#container_right_sidebar .cpt_shopping_cart_info a
{ color: #e9e9e9;
}

#container_footer .cpt_divisions_navigation a
{ font-size: 70%;
  font-weight: normal;
}

#container_main_content .cpt_product_lists
{ padding-bottom: 10px;
}

#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: 60%;
}

#shpcrtca{
 font-weight: bold;
 font-size: 130%;
 white-space: nowrap;
}

#container_top #searchstring
{ width: 60%;
}

#container_main_content #searchstring
{ width: 60%;
}
.parent a { text-decoration:none; font-weight:bold; border-bottom:solid 1px; line-height:100%;}

/* ====================== PREDEFINED STYLES; edit, but do not delete these styles ====================== */

.small
{ font-size: 60%;
}
.big
{ font-size: 150%;
}

.background1, .background1 td
{ 
}

.btn_checkout
{ font-size: 130%;
  font-weight: bold;
  margin: 10px;
  padding: 3px;
}

.prdbrief_add2cart
{ padding-top: 5px;
}

.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: #707070;
  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;
  font-size:75%;
}
.news_subscribe .input_message, .news_thankyou .input_message { margin:0; width:100%;}
/************************
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{
 
}
.cmp_column_odd{
 
 vertical-align: top;
}
.cmp_column_even{
 
 vertical-align: top;
}
#cmp-table tr:hover td{
 background-color: #eaeaea!important;
}
#cmp-table tr td{
 text-align:centre;
 padding: 6px;
}
#cmp-table tr td.cmp_headers{
 text-align: left;
}

/***************************
PRODUCT DETAILED
****************************/
.product_list a { text-decoration: underline; font-size: 150%; color:#FF912B; }
.product_list td a { border:none;}

.regularPrice{
 color: #878787;
 text-decoration: line-through;
}
.totalPrice{
 color:#7d7d7d;
 font-weight: bold;
 font-size: 120%;
}
.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 { margin-bottom:0.5em;}
.prdbrief_name a { font-weight:bold; border-bottom:solid 1px; text-decoration:none; font-size:115%;}
.cpt_product_related_products a {font-weight:bold;}
#cat_top_tree { overflow:hidden; display:block; margin-bottom:10px;//padding-bottom:15px;}
/****************************
SHOPPING CART
*****************************/
.background_cart_top
{   border-bottom: 0px #99C9DF solid;
}
.background_cart_top h1{
 display: inline;
 padding: 0px;
 margin: 0px;
}
#cart_content_tbl{
    min-width:550px;
    width: expression(document.body.clientWidth <550? "550px": "auto");}
#cart_content_tbl td{
 padding: 6px;
}
#cart_page_title{
 padding: 10px;
 text-align: left;
}
#cart_page_title h1{
 display: inline;
 padding: 0px;
 margin: 0px;
color: #77aef6;
}
#cart_clear{
 padding: 10px;
 text-align: left;
}
#cart_clear a{
 font-size:9pt;
}
.cart_discount_label{
 font-weight: bold;
}
#cart_total_label{
 font-size: 130%;
 font-weight: bold;
color: #707070;
}
#cart_total{
 background-color: #dfdfdf;
 font-size: 130%;
 font-weight: bold;
 padding: 10px;
 white-space: nowrap;
color: #707070;
}
#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: 80%;
  
}
.rcat_root_category:hover { border-bottom:solid 1px;}
.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: #dbdbdb;
}
#reg_confcode td{
 background-color: #dbdbdb;
}
#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:120%;
 font-weight: bold;
}

/*********
SEARCH IN CATEGORY
**********/
#cat_advproduct_search {
 background-color: #d3d3d3;
 float: right;
 padding: 10px;
 margin-left: 10px;font-size:85%;

}
#cat_advproduct_search h3{
 padding:0px;
 margin: 0px;
 padding-bottom: 10px;
 font-size:85%;
}
#cat_advproduct_search td { font-size:85%;}

#cat_info_left_block { color:#777777;}

#cat_product_sort { font-size:85%;}
#cat_product_sort a { font-weight:normal; }

.cpt_product_category_info a, #cat_info_left_block a, .cat_path_in_productpage td a { font-weight:normal;text-decoration:underline; font-size:85%;}
.product_print_v a { font-weight:normal; font-size:85%; color:#ff2b82;}
/************
CHECKOUT
************/
.checkout_noframe_title{
 padding: 5px 15px; color:#77aef6;
}
#checkout_have_account{
 padding: 15px;

 background-color: #dbdbdb;
 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:#707070; overflow:hidden;
}

/**********************
ORDER STYLES
***********************/
tr#ord_total_row *{
	font-size: 105%;
	font-weight: bold;
}

.row_odd td{
 background-color: #ebebeb;
}
.row_even td{
 border: 0px solid #eaeaea;
 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; margin-bottom: 25px;
}


