/*
C:\wamp\www\kamami\published\SC\html\scripts\classes\class.randomproductlist.php
C:\wamp\www\kamami\published\SC\html\scripts\modules\products\scripts\product_detailed.php
C:\wamp\www\kamami\published\SC\html\scripts\templates\frontend\product_brief.html
C:\wamp\www\kamami\published\SC\html\scripts\templates\frontend\product_related_products.html
C:\wamp\www\kamami\published\SC\html\scripts\templates\frontend\product_search.html
C:\wamp\www\kamami\published\SC\html\scripts\templates\frontend\search_simple.html
C:\wamp\www\kamami\published\SC\html\scripts\templates\frontend\category_search.html
C:\wamp\www\kamami\published\SC\html\scripts\templates\frontend\category.tpl.html
C:\wamp\www\kamami\published\SC\html\scripts\templates\frontend\product_add2cart_button.html
C:\wamp\www\kamami\published\SC\html\scripts\templates\frontend\news.frontend.shortlist.tpl.html
C:\wamp\www\kamami\published\SC\html\scripts\templates\frontend\category_tree.html
C:\wamp\www\kamami\published\SC\html\scripts\templates\frontend\random_product_list.html
*/

/* ====================== MAIN THEME STYLES: layout, fonts & colors ====================== */


html
{ margin: 0px;
  padding: 0px; 
}

body
{ margin: 0px;
  padding: 0px;
  background-color: #f8f8f8;
}

p, body, font, div, td, input, select, textarea
{ font-family: arial,helvetica, sans-serif;
  font-size:12px;
}

.listCntInPriceInTable{
 color:#991d1d;
 font-weight:bold;
 font-size: 100%;
}

.listPriceInTable{
 color:#991d1d;
 font-weight:bold;
 font-size: 100%;
}

.listPriceTable
{
  padding: 0px;
}

.listPriceTable td
{
  padding: 0px;
}


.cpt_category_tree
{
  width: 258px;
  margin: 0;
  overflow:hidden;
  clear:both;
}

.cpt_category_tree a { color:#f5edeb; text-decoration:none;  line-height:140%;}

.cpt_category_tree a:hover {color:#fff;}

.cat_tree_node_l1
{
  background: #333;
  border-bottom: 2px solid #ccc;
  padding: 2px 2px 2px 10px;
}

.cat_tree_node_l1_current
{
  background: #333;
  border-bottom: 2px solid #ccc;
  padding: 2px 2px 2px 10px;
  color: #FFFF88;
}

.cat_tree_node_l1_current a
{
  color: #FFEC00;
  
}

.cat_tree_node_l2
{
  background: #666;
  border-bottom: 2px solid #ccc;
  padding: 2px 2px 2px 25px;
}

.cat_tree_node_l2_current
{
  background: #666;
  border-bottom: 2px solid #ccc;
  padding: 2px 2px 2px 25px;
  color: #FFFF88;
}

.cat_tree_node_l2_current a
{
  color: #FFEC00;
}

.cat_tree_node_l3
{
  background: #888;
  border-bottom: 2px solid #ccc;
  padding: 2px 2px 2px 40px;
}

.cat_tree_node_l3_current
{
  background: #888;
  border-bottom: 2px solid #ccc;
  padding: 2px 2px 2px 40px;
  color: #FFFF88;
}

.cat_tree_node_l3_current a
{
  color: #FFEC00;
}

.cat_tree_node_l4
{
  background: #aaa;
  border-bottom: 2px solid #ccc;
  padding: 2px 2px 2px 55px;
}

.cat_tree_node_l4_current
{
  background: #aaa;
  border-bottom: 2px solid #ccc;
  padding: 2px 2px 2px 55px;
}

.cat_tree_node_l4_current a
{
  color: #FFEC00;
}




h1 {
	font-size: 160%;
	margin:1em 0;
}
h2 {
	font-size: 130%;
	margin:1em 0;
}

form{
 padding:0px;
 margin: 0px;
}

a
{ font-weight: bold;
  color:#000;
  text-decoration: none;
}
a:hover { color:#991d1d;}
a img{
 border: 0;
}
input, select { vertical-align:middle;}
/* ====================== COMPONENT CONTAINER STYLES ====================== */

#container_top_left
{ 
  /*text-align: center;
  vertical-align: center;
  width: 200px;
  position:relative;
  */
  height: 100px;
  padding: 3px;
}

#container_top
{ 
  /*width: "*";
  padding:10px 0 0 0;
  vertical-align:top;*/
  height: 100px;
  padding: 0;
}

#container_top_right
{ 
  /*text-align: center;
  vertical-align: top;
  width: 180px;
  position:relative;
  background:#d6f2af left 0px repeat-x;
  */
  height: 120px;
}

#container_left_sidebar
{ width:258px;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}


#container_right_sidebar
{ width:178px;
  text-align: left;
  vertical-align: top;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}


#container_main_content
{ width:640px;
 text-align: left;
  vertical-align: top;
  padding: 10px;
  background:#fff;
  border-top:4px solid #E6E6E6;

}

#container_footer
{  background-color: #F2F2F2;
  color: white;
  line-height:30px;
}

#container_topbar, #container_topbar_right, #container_topbar_left { vertical-align:top; background:url(/published/publicdata/BTC10/attachments/SC/images/tls_topbg.gif) left top repeat-x;}


table.flw_top {
    
}
/* ====================== 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
{
  text-align: left;
  float: left;
}

.cpt_maincontent{width: 640px;}

ul.vertical, ul.horizontal
{ padding: 0px;
  margin: 0px;
}
ul.horizontal{
width: 100%;
overflow: hidden;
}
.vertical li
{ padding: 0px;
  padding-bottom: 2px;
  clear:left;
}
.horizontal li
{ float: left;
margin-right:15px;

}

.cpt_divisions_navigation ul
{ list-style-type: none;
margin: 0px;
}

.cpt_auxpages_navigation ul.vertical
{ list-style:none;
}

.cpt_auxpages_navigation ul.horizontal
{ list-style-type: none;
  padding-left: 0px;
}
.cpt_divisions_navigation li, .cpt_auxpages_navigation li { background:url(../../images/fls_divnav_arr.gif) left 0.25em no-repeat; padding:0 0 0 18px;}

.cpt_divisions_navigation a, .cpt_auxpages_navigation a { color:#000; text-decoration:none; line-height:160%; font-weight:bold; } 
.cpt_divisions_navigation a:hover, .cpt_auxpages_navigation a:hover { color:#991d1d;}


.cpt_shopping_cart_info
{ 
  
  padding: 7px 0px 0px 60px;
  margin: 0; 
  background:url(../../images/my_cart.jpg);
  height: 56px;
}
.cpt_shopping_cart_info a { font-size:120%;}


.survey_question{
 font-weight: bold;
 margin-bottom: 10px;
}
.survey_submit{
 margin-top: 10px;
 text-align:center;
}
.cpt_survey form{
 padding:0px;
 margin: 0px;
}

.cpt_currency_selection
{ text-align: center;
  font-size: 100%;
}

.cpt_currency_selection select
{ font-size: 90%;
}
.cpt_currency_selection form{
 display: inline;
}

.cpt_product_search form{
 margin: 0px!important;
 padding: 7px;
}

.cpt_language_selection {
  padding-left:8px; white-space:nowrap;}
.cpt_language_selection img { vertical-align:middle;border:solid 1px #eaeaea;} 



a .bullet{
  text-decoration: none!important;
}


.cpt_product_add2cart_button
{ padding-top: 10px;}



.news_header, .poll_header { background: url(../../images/tls_newstheaderbg.gif) left top repeat-x; height:40px;border-bottom:solid 1px #e6e6e6; clear: both; }
#container_left_sidebar .news_header { }
#container_right_sidebar .news_header { border-left:solid 1px #e6e6e6;}
#container_right_sidebar .poll_header { border-left:solid 1px #e6e6e6;}
#container_left_sidebar .poll_header { border-right:solid 1px #e6e6e6;}

.news_header h3, .poll_header h3 { background:url(../../images/tls_news_arr.gif) left 1em no-repeat;  color:#222; }
.lang_label { display:inline; font-size:100%; color:#333; line-height:30px;}
.tls_page { margin:0 20px 0 0; background:#fff;}
.tls_index_header { background:#f2f2f2 url(../../images/tls_bullet.gif) 10px 1em no-repeat; line-height:230%; color:#333; font-size:120%; font-weight:bold; margin:0; padding:0 20px; }
.flw_tl { background:url(../../images/flw_tl.gif) left top no-repeat; width:142px; height:208px; position:absolute; left:-142px; top:-208px;}
.flw_tr { background:url(../../images/flw_tr.gif) left top no-repeat; width:54px; height:168px; position:absolute; left:0px; top:-168px;}
.flw_bl { background:url(../../images/flw_bl.gif) left top no-repeat; position:absolute; left:-110px; top:0px; width:110px; height:36px;}

#container_topbar_right .cpt_custom_html { position:relative; height:40px; width:40px; display:inline-block;}

 
/* ====================== SET HOW CERTAIN COMPONENTS APPEAR IN VARIOUS CONTAINERS ====================== */
/* ====================== (if you wish to overwrite default appearence of components in certain containers) ====================== */
#container_right_sidebar .cpt_product_search { background:#993636 url(../../images/fls_cattopbg.gif) left top repeat-x; height:44px; overflow:hidden;}
#container_left_sidebar .cpt_product_search {background: url(../../images/search_bg.jpg) left top repeat-x; height:40px; overflow:hidden; width: 258px;}
 
#container_top_right .cpt_divisions_navigation, #container_right_sidebar .cpt_divisions_navigation,
#container_right_sidebar .cpt_divisions_navigation, #container_top_right .cpt_auxpages_navigation,
#container_left_sidebar .cpt_auxpages_navigation { background:#d6f2af url(../../images/fls_divnavtopbg.gif) left top repeat-x; }

#container_topbar .cpt_auxpages_navigation, #container_topbar .cpt_divisions_navigation, #container_topbar_right .cpt_currency_selection {  height:40px; padding:0; overflow:hidden; color:#fff;}
 #container_topbar_right .cpt_currency_selection { line-height:40px;}
#container_topbar .cpt_auxpages_navigation ul, #container_topbar .cpt_divisions_navigation ul { background:url(../../images/tls_auxnav_libg.gif) left center no-repeat; overflow:hidden; float:left; width:auto}
#container_topbar .cpt_auxpages_navigation li, #container_topbar .cpt_divisions_navigation li { height:40px; padding:0; background:url(../../images/tls_auxnav_libg.gif) right center repeat-y; padding:0; margin:0;}
#container_topbar .cpt_auxpages_navigation a, #container_topbar .cpt_divisions_navigation a { color:#d3d3d3; text-decoration:none;  padding:0 20px; line-height:40px; display:block; //width:auto; float:left;}
#container_topbar .cpt_auxpages_navigation a:hover, #container_topbar .cpt_divisions_navigation a:hover { background:#26282a ;}
#container_top .cpt_divisions_navigation, #container_top .cpt_auxpages_navigation {}

#container_top .cpt_shopping_cart_info, #container_topbar .cpt_shopping_cart_info { float:right;line-height:30px; display:inline; padding:0 10px;  }
#container_top .cpt_shopping_cart_info  div { display:inline;} 


#container_top_right .cpt_logo { position:relative; }
#container_top_left .cpt_logo { margin:5px;}

#container_top_left .cpt_language_selection { display:inline; line-height:30px;}

#container_top_right .cpt_currency_selection { padding:0 5px 0 20px; line-height:30px; white-space:nowrap; //height:30px; background:#d6f2af;}
#container_top .cpt_currency_selection { float:right; width:auto;}



#container_left_sidebar .cpt_survey, #container_left_sidebar .cpt_tag_cloud { border-right: solid 1px #e6e6e6;border-bottom: solid 4px #e6e6e6;}
#container_right_sidebar .cpt_survey, #container_right_sidebar .cpt_tag_cloud { border-left: solid 1px #e6e6e6;border-bottom: solid 4px #e6e6e6;}





#container_right_sidebar .cpt_custom_html
{
  overflow: hidden;
}
.cat_header h3
{
  margin: 0;
  padding: 8px;
}

.cat_header
{
  margin: 0;
}

#container_right_sidebar .cpt_custom_html, .cat_header 
{
  background: url(../../images/news_bg.jpg) repeat-x;
  height: 34px;
  margin: 0;
  color: #fff;
  overflow: hidden;
}

.polecane_header
{
   background: url(../../images/news_bg.jpg) repeat-x;
  //height: 34px;
  margin: 0;
  color: #fff;
  
}

#container_right_sidebar .cpt_custom_html h3, #container_left_sidebar .cpt_custom_html h3
{
  margin: 0;
  padding: 8px;
  font-size: 120%;
}



#container_top_right .cpt_shopping_cart_info {/* position:relative; top:-30px; */}



#container_top_right .hndl_proceed_checkout, #container_left_sidebar .hndl_proceed_checkout, #container_right_sidebar .hndl_proceed_checkout {  line-height:15px; margin:0; display:block; color:#333; text-transform:uppercase; text-decoration:none; padding-left:0px; margin:0px; text-align:center;}

#container_top_right .shcart_link  {}

#container_top_right .hndl_proceed_checkout  {  color:#000; white-space:nowrap;text-decoration:underline;}
#container_top_right .hndl_proceed_checkout:hover { color:#991D1D; text-decoration:underline;}

#container_topbar .cpt_product_search
{ color:#808080; position:relative;top:-40px; width:50%; float:right; height:40px; overflow:hidden; margin-bottom:-40px; margin-right:5px; text-align:right; z-index:10;}
#container_topbar .cpt_shopping_cart_info div, #container_topbar .cpt_shopping_cart_info a { color:#fff; display:inline;}

#container_topbar_right .cpt_language_selection {  float:right; color:#fff; margin:10px 20px 0 10px; _margin:10px 13px 0 10px;}
 
#container_footer .cpt_divisions_navigation
{ padding: 3px;
  margin: 0px;
  text-align: center;
  background:#FBFBFB;
}
#container_footer .cpt_divisions_navigation li { background:none;}
#container_footer .cpt_divisions_navigation a
{ font-weight: normal;
  color:#333; padding:0 10px; line-height:30px; text-decoration:underline;
}
#container_footer .cpt_divisions_navigation a:hover { color:#991d1d;}
#container_main_content .cpt_product_lists
{ padding:10px;
text-align:left;
}
#container_main_content .cpt_product_lists table { width:100%;}


#container_right_sidebar .cpt_news_short_list
{ border-left:solid 1px #e6e6e6;}

#container_top .cpt_language_selection a img { border:#ffffff solid 1px ; //margin-top:8px;}
#container_left_sidebar .cpt_product_search input {padding:1px;}
#container_left_sidebar .cpt_product_search input#searchstring
{ width: 210px;
border:solid 1px #707070;padding:2px;
}
#container_top .cpt_logo { margin:0; display:inline; }
#container_top .cpt_logo img { margin-bottom:-0.8em; display:none;}
#container_top .cpt_custom_html { padding:0; position:relative;}
.flw_company {font-size:30pt; line-height:49px;  white-space:nowrap;}
.flw_company a { text-decoration:none; font-weight:normal;}
.flw_company .light { color:#72964d;}
.flw_company .dark { color:#991d1d;}

#container_main_content ul { list-style-position:inside;}
/* ====================== STYLES OF ELEMENTS THAT APPEAR INSIDE VARIOUS COMPONENTS ====================== */
h1.welcome { color:#d14a4a; font-weight:normal; font-size:19pt; letter-spacing:-1px; margin:0 10px ;}

#container_top_right #shpcrtgc { margin-top:5px; }

#shpcrtca{
 font-weight: bold;
 font-size: 110%;
 white-space: nowrap;
}

#searchstring
{ width: 60%;
}
.home_page_category_logo { background:url(../../images/defaultnocatimage.gif) left top no-repeat; display:block; height:65px; width:65px;}
.mdr_main_header { background:#fcfcfc;font-size:120%;
line-height:40px;
margin:0; text-transform:uppercase; color:#757575;
padding:0 20px; margin:10px; }
.block_tag_cloud  { font-size:15px;}
.block_tag_cloud a { text-decoration:none;  font-family:Arial, Helvetica, sans-serif; word-spacing:110%; letter-spacing:120%;}
.current-rating1 div { line-height:20px; //height:20px; font-size:1px;}
.sm-current-rating1 { line-height:13px; //height:13px; font-size:1px;}

/* ====================== PREDEFINED STYLES; edit, but do not delete these styles ====================== */

.small
{ font-size: 80%;
}
.big
{ font-size: 150%;
}

.background1, .background1 td
{ background-color: #ebedd0;
}

.btn_checkout
{ font-size: 100%;
  font-weight: bold;
  margin: 10px;
  padding: 3px;
}

.prdbrief_add2cart
{ padding: 5px 0;
}

.error_block
{ font-weight: bold;
  color: red;
}

.product_brief_block { padding:1px; overflow:hidden; height: 100%}
.product_brief_block .prdbrief_thumbnail { float:left; margin-right:5px; width: 150px; overflow: hidden;}
.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;
}

.news_date
{
  //padding-bottom: 5px; 
  border-bottom: 1px dotted #dddddd; 
  margin-bottom: 3px;
  text-align: right;
  font-size: 75%; 
  padding: 1px 8px 5px 8px;
}
.news_title
{ 
  color: #991D1D;
  font-size: 100%;
  font-weight:bold;
  padding: 5px 8px 1px 8px;
}
.news_title a { color: #991D1D;s font-weight:normal;}
.news_viewall
{ padding-bottom: 10px; text-align:center; font-size:85%;
}
.news_viewall a {text-decoration: none;}

.news_subscribe, .news_thankyou
{ padding: 5px;
  background-color: #FFA200;
  margin-bottom: 10px;
}
.news_subscribe .input_message { width:120px;}
.news_subscribe div,.news_subscribe form { display:inline;}
.news_subscribe img { vertical-align:middle;}

/************************
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: #ebedd0;
}
.cmp_column_odd{
 background-color: white;
 vertical-align: top;
}
.cmp_column_even{
 background-color: #f6f7eb;
 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:#991d1d;
 font-weight:bold;
 font-size: 100%;
}
.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;
}
.cpt_product_category_info a, .cat_path_in_productpage a { font-size:100%;}

.cpt_product_category_info p 
{
  margin-top: 2px;
  margin-bottom: 4px;
}

/************************
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: #ebedd0;
  border-bottom: 1px #bec0a9 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: 100%;
 font-weight: bold;
}
#cart_total{
 background-color: #ebedd0;
 font-size: 100%;
 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:130%; text-decoration:none; color:#444;
}
.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: #ebedd0;
}
#reg_confcode td{
 background-color: #ebedd0;
}
#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: #ebedd0;
	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;}
.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:130%; text-decoration:none; color:#991d1d;}
.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: #ebedd0;
	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: 10pt;
	font-weight: bold;
	margin:5px 0;
}
.checkout_steps_divider {
	width: 40px;
	height:1px;
	background-color:#bec0a9;
	overflow:hidden;
}
#checkout_addresses { width:600px; }
#checkout_addresses td { } 
/**********************
ORDER STYLES
***********************/
tr#ord_total_row * {
	font-size: 105%;
	font-weight: bold;
}
.row_odd td {
	background-color: #f6f7eb;
}
.row_even td {
	border: 0px solid #ebedd0;
	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:9pt;}
.cpt_product_images{
float: left;
}
.cpt_product_add2cart_button input { vertical-align:middle;}
#powered_by { font-size:11px!important; padding-bottom:5px;}


ul
{
list-style-position:inside;
list-style-type: none;
width: 100%;
overflow: hidden;
padding-left: 0px;
margin-left: 0;
}

li.link {
background-image: url(/_mimg/link.gif);
background-repeat: no-repeat;
background-position: left top;
padding-left: 20px;
padding-top: 2px;
padding-bottom: 2px;
float: left;
clear: both;
width: 100%;
overflow: hidden;
}

li.pdf {
background-image: url(/_mimg/pdf.gif);
background-repeat: no-repeat;
background-position: left top;
padding-left: 20px;
padding-top: 2px;
padding-bottom: 2px;
float: left;
clear: both;
width: 100%;
overflow: hidden;
}


li.zip {
background-image: url(/_mimg/zip.gif);
background-repeat: no-repeat;
background-position: left top;
padding-left: 20px;
padding-top: 2px;
padding-bottom: 2px;
float: left;
clear: both;
width: 100%;
overflow: hidden;
}


li.exe {
background-image: url(/_mimg/ar2.gif);
background-repeat: no-repeat;
background-position: left top;
padding-left: 20px;
padding-top: 2px;
padding-bottom: 2px;
float: left;
clear: both;
width: 100%;
overflow: hidden;
}


ul.l1
{
list-style-position:inside;
list-style-type: none;
width: 100%;
overflow: hidden;
padding-left: 0px;
margin-left: 0;
}


ul.l1 li
{
background-image: url(/_mimg/ar1.gif);
background-repeat: no-repeat;
background-position: left top;
padding-left: 10px;
padding-bottom: 4px;
float: left;
clear: both;

overflow: hidden;
}



ul.l2
{
list-style-position:inside;
list-style-type: none;
width: 100%;
overflow: hidden;
padding-left: 0px;
margin-left: 0;
}

ul.l2 li {
background-image: url(/_mimg/ar2.gif);
background-repeat: no-repeat;
background-position: left top;
padding-left: 10px;
padding-bottom: 4px;
float: left;
clear: both;

overflow: hidden;
}








p.n {
font-weight: bold;
font-variant: normal;
color: #800000;
margin-top: 14px;
margin-bottom: 10px;
text-decoration: none;
}

.product_print_v
{padding: 10px;}

.b_related_wrap{overflow:hidden; text-align: center;}

.b_related
{
  float: left;
  height: 100px;
  border-top: 1px dotted #ccc;
  overflow:hidden;
}

table.b_related_tab {border: none; width: 310px;}
.related_img_cell
{
  width: 100px;
  
  padding: 5px;
}

.related_desc_cell
{
  width: 200px;
  padding: 5px;
}

table.b_related_tab a {color: black; font-size: 90%; text-decoration: none;}



#container_bottom_foot{border: 1px solid #ccc; text-align: center;}


#container_bottom_foot .cpt_divisions_navigation
{ padding: 3px;
  margin: 0px;
  text-align: center;
}
#container_bottom_foot .cpt_divisions_navigation ul {text-align: center; list-style:none; width: 990px;}
#container_bottom_foot a{font-weight: normal;}

#container_bottom_foot ul.horizontal li
{ float: none;
color: green;
background: none; padding: 0 0 0 18px; text-align: center; display: inline;
}

#container_right_sidebar {background: #fff;}

.N2
{FONT-SIZE: 12pt; COLOR: #f60; font-weight: bold;}



div.crop {
height: 300px;
width: 350px;
overflow: hidden;
}
div.crop img {
margin: -300px -200px 0 0;
}


.promo_prod_bg
{
  background: #fff;
  border: 0;
}

.promo_prod_photo
{
  width : 100px; 
  text-align: center; 
  border-bottom: 1px dotted #ccc;
}

.promo_prod_photo img
{
  margin: 5px;
}

.promo_prod_info
{
  width: 156px;
  border-bottom: 1px dotted #ccc;
}

.promo_prod_name a
{
  text-decoration: none;
  color: #000;
  padding-top: 5px;
}

.promo_prod_desc
{
  
}

.promo_prod_desc a
{
  color: #000;
  font-weight: normal;
}

.promo_prod_price
{
  color: #991D1D;
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 5px;
}

.promo_products_list
{
  border: 0;
  border-spacing: 0px;
  padding:0;  
}

.prod_brief_list
{
  width: 100%;
}

.prod_brief_list td
{
  border-bottom: 2px dotted #ccc;
}

.prod_brief_inner td
{
  border: 0;
}


#container_right_sidebar .cpt_custom_html
{
width: 178px;
}


.news_main_wide
{
  margin: 5px 0 5px 0;
  padding: 5px 0 5px 0;
  border-top: 1px dotted #444;
  border-bottom: 1px dotted #444;
  overflow: hidden;
  width: 640px;
}
 
.news_main_wide p, .news_main_wide ul
{
  margin: 2px 0 2px 0;
}

.news_main_wide a
{
  color: #000;
  text-decoration: none;
}

.news_main_wide_img 
{
  float: left;
  margin-right: 10px;

}

.news_main_wide_title
{

  font-weight: bold;
  font-size: 13pt;
}






.news_main_narrow
{
  width: 300px;

  float: left;
  margin: 5px;
  padding: 5px;
  background: #f0f0f8;
  overflow: hidden;
}


.news_main_narrow p, .news_main_narrow ul
{
  margin: 2px 0 2px 0;
}

.news_main_narrow a
{
  color: #000;
  text-decoration: none;
}

.news_main_narrow_img 
{
  float: right;
  margin-left: 5px;
}

.news_main_narrow_title
{
  font-weight: bold;
  font-size: 11pt;
}


.gr_table td
{
  background-color: #eee;
}

.fa_table td
{
  font-size: 9px;
}
