html,body {
        margin: 0;
        padding: 0;
        height: 100%; /* needed for container min-height */
        background-image: url(images/page_bg.jpg);
        background-position: top left;
        background-repeat: repeat;
        font-family: Arial,Tahoma,Verdana,sans-serif;
        font-size: 12px;
        color: #3e3831;
        min-width: 1024px;
}

a {
        color: #3e3831;
        text-decoration: underline;
}

a:hover {
        text-decoration: none;
}

.container {
        position: relative; /* needed for footer positioning*/
        padding: 0 8px 0 8px;
        height: auto !important; /* real browsers */
        height: 100%; /* IE6: treaded as min-height*/
        min-height: 100%; /* real browsers */
}

.header {
        height: 242px;
        width: 100%;
        padding: 8px 0 0 0;
}

.header table {
        width: 100%;
}

.header table td {
        vertical-align: middle;
}

.t_left, .t_right {
        border-top: 1px solid #959442;
        width: 50%;
}

.t_left {
        border-left: 1px solid #959442;
        background-image: url(images/row_bg_left.jpg);
        background-position: top left;
        background-repeat: repeat-x;
}

.t_right {
        border-right: 1px solid #959442;
        background-image: url(images/row_bg_right.jpg);
        background-position: top right;
        background-repeat: repeat-x;
}

.t_center {
        width: 472px;
        height: 194px;
        background-image: url(images/gun.jpg);
        background-position: top left;
        background-repeat: no-repeat;
        border-top: 1px solid #514F52;
float: left;
}

.t_center2 {
        width: 472px;
        height: 194px;
        background-image: url(images/gun.jpg);
        background-position: top left;
        background-repeat: no-repeat;
        border-top: 1px solid #514F52;
        float: left;
}
.logo {
        width: 260px;
        height: 132px;
        margin: 0 auto;
        display: block;
        background-image: url(images/logo.png);
        behavior: url(/published/SC/html/scripts/repo_themes/stvol/images/iepngfix.htc);
        background-position: top left;
        background-repeat: no-repeat;
}

.contacts {
        width: 200px;
        padding: 0 0 0 60px;
}

.phones {
        width: 160px;
        float: left;
        padding: 0 0 20px 40px;
        background-image: url(images/phone.png);
        behavior: url(/published/SC/html/scripts/repo_themes/stvol/images/iepngfix.htc);
        background-position: top left;
        background-repeat: no-repeat;
        color: #d8cc82;
        font-size: 20px;
}

.mail {
        width: 160px;
        float: left;
        padding: 0 0 20px 40px;
        background-image: url(images/mail.png);
        behavior: url(/published/SC/html/scripts/repo_themes/stvol/images/iepngfix.htc);
        background-position: top left;
        background-repeat: no-repeat;
        color: #d8cc82;
        font-size: 14px;
}

.mail div {
        padding: 2px 0 0 0;
}

.icq {
        width: 160px;
        float: left;
        padding: 0 0 20px 40px;
        background-image: url(images/icq.png);
        behavior: url(/published/SC/html/scripts/repo_themes/stvol/images/iepngfix.htc);
        background-position: top left;
        background-repeat: no-repeat;
        color: #d8cc82;
        font-size: 14px;
}

.icq div {
        padding: 2px 0 0 0;
}

.header_top {
        width: 100%;
        height: 193px;
        float: left;
}

.navigation_top {
        width: 100%;
        height: 48px;
        float: left;
        margin: 0;
        background-image: url(images/nav_bg.jpg);
        background-position: top left;
        background-repeat: repeat-x;
}

.navigation_top_inner {
        width: 1000px;
        margin: 0 auto;
        overflow: hidden;
}


.cpt_divisions_navigation, .cpt_auxpages_navigation {
        padding: 15px 0 0 0;
        margin: 0 0 0 -7px;
        height: 19px;
        float: left;
}

.cpt_divisions_navigation ul, .cpt_auxpages_navigation ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
}

.cpt_divisions_navigation ul li, .cpt_auxpages_navigation ul li {
        float: left;
        width: auto;
        height: 19px;
        padding: 0 20px 0 20px;
        background-image: url(images/li.png);
        behavior: url(/published/SC/html/scripts/repo_themes/stvol/images/iepngfix.htc);
        background-position: top left;
        background-repeat: no-repeat;
}

.cpt_divisions_navigation ul li a, .cpt_auxpages_navigation ul li a {
        font-size: 15px;
        color: #fefefe;
        text-decoration: none;
}

.cpt_divisions_navigation ul li a:hover, .cpt_auxpages_navigation ul li a:hover {
        text-decoration: underline;
}

/*********************************
                C  O  L  U  M  N  S
*********************************/

.content {
        padding: 3px 0 3px 0; /* bottom padding for footer */
        border-left: 1px solid #716E65;
        border-right: 1px solid #716E65;
        background-color: #524C3C;
}

.cpt_maincontent {
 padding: 15px;
 text-align: left;
}

.cpt_maincontent table tr td {
 text-align: left;
}

/**************************
LEFT COLUMN
**************************/

.left_col {
        width: 217px;
        padding: 0 0 0 2px;
        background-image: url(images/bg_left.jpg);
        background-position: 7px 0;
        background-repeat: repeat-y;
}

/*************************
RIGHT COLUMN
**************************/

.right_col {
        width: 207px;
        padding-left: 3px;
        background-image: url(images/bg_right.jpg);
        background-position: 3px 0;
        background-repeat: repeat-y;
        color: #3e3831;
}

.center_column {
        background-color: #FFFFFF;
}

.cpt_custom_html {
        float: left;
        width: 100%;
}

.cat_header, .curr_header, .search_header, .news_header, .count_header {
        width: 214px;
        height: 45px;
        background-image: url(images/head_bg.jpg);
        background-position: top left;
        background-repeat: no-repeat;
        overflow: hidden;
        text-align: center;
        line-height: 40px;
        color: #eddcb7;
        text-transform: uppercase;
        font-size: 16px;
}

.cpt_category_tree {
        float: left;
        width: 200px;
        padding: 0 7px 15px 7px;
}

.cpt_category_tree ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
}

.cpt_category_tree ul li.parent {
        float: left;
        width: 185px;
        padding: 10px 0 10px 15px;
        background-image: url(images/li.jpg);
        background-position: bottom left;
        background-repeat: no-repeat;
}

.cpt_category_tree ul li.parent_current {
        float: left;
        width: 185px;
        padding: 10px 0 10px 15px;
}

.cpt_category_tree ul li.child, .cpt_category_tree ul li.child_current {
        float: left;
        width: 185px;
        padding: 5px 0 5px 15px;
}

.cpt_category_tree ul li.child_current a {
        font-weight: bold;
}

.cpt_category_tree ul li.parent a {
        color: #3e3831;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 11px;
        text-decoration: none;
}

.cpt_category_tree ul li.parent a:hover {
        text-decoration: underline;
}

.cpt_category_tree ul li.parent_current a {
        color: #3e3831;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 11px;
        text-decoration: underline;
}

.cpt_currency_selection, .cpt_product_search, .cpt_news_short_list {
        float: left;
        width: 160px;
        padding: 10px 22px 25px 22px;
}

.cpt_currency_selection div {
        padding: 10px 0 0 0;
}

.input_message, .input_message_focus {
        width: 158px;
        border: 1px solid #B49D6B;
}

.search_submit {
        float: right;
        background-image: url(images/search_bg.jpg);
        background-position: top left;
        background-repeat: repeat-x;
        border: 1px solid #A06018;
        width: 53px;
        height: 19px;
        margin: 3px 0 0 0;
        color: #FFFFFF;
        font-size: 11px;
}

.news_date {
        font-weight: bold;
}

.news_title {
        padding: 0 0 10px 0;
}

.counters {
        float: left;
        width: 160px;
        padding: 10px 22px 25px 22px;
}

.cart_header, .auth_header, .list_header, .poll_header, .shcart_link {
        width: 204px;
        height: 36px;
        background-image: url(images/head_right_bg.jpg);
        background-position: top left;
        background-repeat: no-repeat;
        overflow: hidden;
        text-align: center;
        line-height: 36px;
        color: #663c0b;
        text-transform: uppercase;
        font-size: 16px;
}

.cpt_shopping_cart_info {
        float: left;
        text-align: center;
        padding: 0 0 20px 0;
}

.shcart_link a {
        color: #663c0b;
        text-decoration: none
}

.shcart_link a:hover {
        text-decoration: underline;
}

#shpcrtgc {
        padding: 15px 0 15px 0;
}

.survey_question {
        font-weight: bold;
        padding: 0 0 5px 0;
}

.survey_submit input {
        background-image: url(images/search_bg.jpg);
        background-position: top left;
        background-repeat: repeat;
        border: 1px solid #A06018;
        height: 19px;
        margin: 10px 0 0 5px;
        color: #FFFFFF;
        font-size: 11px;
}

.cpt_survey, .auth_form {
        float: left;
        width: 167px;
        padding: 20px 15px 20px 25px;
}

.right_col .cpt_product_lists {
        float: left;
        width: auto;
        padding: 20px 0 20px 5px;
}

.right_col .cpt_product_lists .prdbrief_block {
        text-align: center;
        float: left;
        width: 100%;
        padding: 0 0 30px 0;
}

.right_col .cpt_product_lists .prdbrief_block .pbrief_name {
        padding: 0 0 5px 0;
}

.right_col .cpt_product_lists .prdbrief_block .pbrief_name a {
        font-weight: bold;
        color: #3e3831;
        text-decoration: none;
}

.right_col .cpt_product_lists .prdbrief_block .pbrief_name a:hover {
        text-decoration: underline;
}

.right_col .cpt_product_lists .prdbrief_block .prdbrief_thumbnail {
        /*background-color: #B8A271;*/
        /*display: block; */
        /*width: 116px;
        height: 86px;
        padding: 3px 0 0 0;
        overflow: hidden;  */
}

.right_col .cpt_product_lists .prdbrief_block .prdbrief_thumbnail img {
 border: 3px solid #B8A271;
}

.right_col .cpt_product_lists .prdbrief_block .prdbrief_prices {
        padding: 5px 0 0 0;
}

.right_col .cpt_product_lists .prdbrief_block .prdbrief_prices .curprice {
        font-weight: bold;
        color: #c32e00;
}

.auth_form {
        width: 149px;
}

.auth_form .subm {
        padding: 0;
}

.auth_form div {
        float: left;
        width: 100%;
        padding: 0 0 5px 0;
}

.auth_form .inp {
        padding: 5px 0 0 0;
}

.auth_form .inp input {
        width: 147px;
        border: 1px solid #B39D6B;
        color: #663c0b;
        font-size: 11px;
}

.auth_form .submit {
        float: right;
        background-image: url(images/search_bg.jpg);
        background-position: top left;
        background-repeat: repeat-x;
        border: 1px solid #A06018;
        width: 53px;
        height: 19px;
        margin: 3px 0 0 0;
        color: #FFFFFF;
        font-size: 11px;
}

.callback {
        width: 205px;
        height: 79px;
        background-image: url(images/callback.jpg);
        background-position: top left;
        background-repeat: no-repeat;
        display: block;
        float: left;
        margin: 0 0 40px 0;
}

.cpt_maincontent .main h1 {
        width: 100%;
        height: 40px;
        float: left;
        background-image: url(images/list_bg.jpg);
        background-position: 0 3px;
        background-repeat: repeat-x;
        padding: 0;
        margin: 0 0 15px 0;
        text-align: center;
        overflow: hidden;
}

.prdbrief_name a {
 font-weight: bold;
}

.cpt_maincontent h1 span {
        width: 147px;
        height: 40px;
        display: block;
        margin: 0 auto;
        background-image: url(images/h1_span.jpg);
        background-position: top left;
        background-repeat: no-repeat;
        color: #FFFFFF;
        text-transform: uppercase;
        font-size: 15px;
        line-height: 36px;
}

.cpt_maincontent .cpt_product_lists {
        float: left;
        width: 100%;
        margin: 15px 0 15px 0;
        overflow: hidden;
}

.cpt_maincontent .prdbrief_block {
        text-align: center;
        float: left;
        width: 150px;
        padding: 20px 40px 20px 40px;
        margin: 0;
        background-image: url(images/prod_bg.jpg);
        background-position: bottom left;
        background-repeat: repeat-x;
}

.cpt_maincontent .pbrief_name {
        width: 150px;
        height: 30px;
        float: left;
        overflow: hidden;
}

.cpt_maincontent .pbrief_name a {
        font-weight: bold;
        color: #3e3831;
        text-decoration: none;
}

.cpt_maincontent .pbrief_name a:hover {
        text-decoration: underline;
}

.cpt_maincontent .prdbrief_thumbnail {
        display: block;
        width: 150px;
        height: 150px;
        overflow: hidden;
        text-align: center;
}

.cpt_maincontent .product_block .curprice {
        font-weight: bold;
        color: #c32e00;
}

.cpt_maincontent .product_block .bprice {
        font-weight: bold;
        color: #c32e00;
        text-decoration: line-through;
        padding: 5px 0 0 0;
}



/*********************************
                F  O  O  T  E  R
*********************************/

.footer {
        width:100%;
        height: 137px;
}

.navigation_bot {
        width: 100%;
        height: 48px;
        float: left;
        margin: 0;
        background-image: url(images/nav_bg.jpg);
        background-position: top left;
        background-repeat: repeat-x;
}

.navigation_bot_inner {
        width: 1000px;
        margin: 0 auto;
        overflow: hidden;
}

.copyright {
        float: left;
        width: auto;
        color: #9d9686;
        padding: 40px 0 0 0;
}

.design_by {
        float: right;
        width: auto;
        padding: 40px 0 0 0;
}

.design_by a {
        color: #9d9686;
        text-decoration: none
}

.design_by a:hover {
        text-decoration: underline;
}

/*********************************
                O  T  H  E  R
*********************************/

.clear {
        clear: both;
        height: 0;
        overflow: hidden;
}

label {
        color: #3e3831;
        padding: 0 0 0 5px;
}

table {
        border: 0;
        border-collapse: collapse;
        padding: 0px;
}

td {
        vertical-align: top;
}

a img {
        border: 0;
}
/*********************************

*********************************/

h1 {
        font-size: 160%;
        margin:1em 0;
        font-weight: normal;
        color: #545325;
}
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;}


.all_wrapper { min-width:950px;
  _width:expression(document.body.clientWidth < 950? "940px": "auto" ); }


/* ====================== COMPONENT CONTAINER STYLES ====================== */

#container_topbar_right { text-align:right; }

#container_top_left {
        text-align: left;
          vertical-align: top;
          width: 200px;
        background:#ffa443 url(../../images/tls_divnavtopbg.gif) left top repeat-x;
 }

#container_top_right { vertical-align:top; text-align:right; width:230px;}

#container_top
{ text-align:left;
  padding-left:230px;
  vertical-align:top;
  background:url(../../images/tls_pic.jpg) left -50px no-repeat;
}

#container_left_sidebar
{ width:200px;
  text-align: left;
  vertical-align: top;
}

#container_main_content
{ width:"*";
 text-align: left;
  vertical-align: top;
  padding: 0;
  border-top:solid 4px #e6e6e6;
}

#container_footer
{ color: white;
  margin: 0 210px; padding: 0px;
  line-height:30px;
}


/* ====================== DEFAULT STYLES OF VARIOUS COMPONENTS ====================== */


ul.vertical, ul.horizontal
{ padding: 0px;
  margin: 0px;
}

.vertical li
{ padding-left: 0px;
  padding-bottom: 2px;
  clear:left;
}
.horizontal li
{ float: left;

}


.prdbrief_price, .cpt_product_price {
padding: 5px 0 5px 0;
}


.shcart_link { }
#shpcrtgc, #shpcrtca {}

.survey_question{
 font-weight: bold;
 margin-bottom: 10px;
}
.survey_submit{
 margin-top: 10px;
 text-align:center;
}
.cpt_survey form{
 padding:0px;
 margin: 0px;
}


.cpt_language_selection { padding-left:8px;}
.cpt_language_selection img { vertical-align:middle;border:solid 1px #eaeaea;}

.cpt_category_tree ul li.child, .cpt_category_tree ul li.child_current { background:none;}
.cpt_category_tree .bullet { font-size:0px;}

a .bullet{
  text-decoration: none!important;
}
.cpt_category_tree .tab{
 margin-left:10px;
}

.cpt_product_add2cart_button
{ padding-top: 10px;}

.home_page_category_logo { background:url(../../images/defaultnocatimage.gif) left top no-repeat; display:block; height:65px; width:65px;}
#container_main_content .cpt_root_categories td.cat_image a {position:relative; top:-0.8em;}
#container_main_content .cpt_root_categories { padding-top:1em;}
#container_main_content .cpt_root_categories td { vertical-align:top;}
/* ====================== SET HOW CERTAIN COMPONENTS APPEAR IN VARIOUS CONTAINERS ====================== */
/* ====================== (if you wish to overwrite default appearence of components in certain containers) ====================== */
#container_left_sidebar .cpt_product_search, #container_right_sidebar .cpt_product_search { background:#FFD042 url(../../images/tls_cattopbg.gif) left top repeat-x; height:44px; overflow:hidden;}
#container_topbar .cpt_auxpages_navigation, #container_topbar .cpt_divisions_navigation {  height:40px; padding:0; overflow:hidden; z-index:20; position:relative; }
#container_topbar .cpt_auxpages_navigation ul, #container_topbar .cpt_divisions_navigation ul {overflow:hidden;}
#container_topbar .cpt_auxpages_navigation li, #container_topbar .cpt_divisions_navigation li { height:40px; padding:0; background:url(../../images/tls_li_arr.gif) left 17px no-repeat; padding:0;}
#container_topbar .cpt_auxpages_navigation a, #container_topbar .cpt_divisions_navigation a { color:#d3d3d3; text-decoration:none;  padding:0 20px 0 10px ; line-height:40px; display:block; //width:auto; float:left;}
#container_topbar .cpt_auxpages_navigation a:hover, #container_topbar .cpt_divisions_navigation a:hover { text-decoration:underline; color:#ffa443;}


/*#container_top_right .cpt_shopping_cart_info { padding:0 10px; margin:10px 20px; width:200px;}
*/#container_top_right .cpt_logo { clear:right; float:right; margin:10px 20px 0 20px; }
#container_top_left .cpt_logo { margin:5px;}

#container_top_left .cpt_language_selection { display:inline; line-height:30px;}

#container_main_content .cpt_product_search { background:#fafafa; height:40px; overflow:hidden; zoom:1;}
#container_main_content .cpt_product_search form {}
#container_top_right .cpt_currency_selection { text-align:right;}

#container_left_sidebar .cpt_category_tree, #container_right_sidebar .cpt_category_tree, #container_top_left .cpt_category_tree { background:#ffd042 url(../../images/tls_cattopbg.gif) left top repeat-x; padding-left:20px;}
#container_left_sidebar .cpt_category_tree li.parent { background: url(../../images/tls_li.gif) left 0.4em no-repeat; padding:0 0 0 10px}




#container_left_sidebar h3, #container_right_sidebar h3, #container_top_left h3 { margin:0; line-height:40px; margin:0 0 0 10px; padding:0 0 0 20px;text-transform:uppercase;  font-size:13px; }


#container_left_sidebar .cpt_shopping_cart_info, #container_right_sidebar .cpt_shopping_cart_info { padding:0 0 10px 0; background:#ffa443 url(../../images/tls_shopcartbg.gif) left top repeat-x;}
#container_left_sidebar .cpt_shopping_cart_info div, #container_right_sidebar .cpt_shopping_cart_info div { margin-top:0;}
#container_left_sidebar .hndl_proceed_checkout, #container_right_sidebar .hndl_proceed_checkout { background: url(../../images/tls_divnav_arr.gif) left 1em no-repeat;  line-height:40px; margin:0; display:block; color:#CC3300; text-transform:uppercase; text-decoration:none; padding-left:20px; margin:0 10px; text-align:left;}
#container_left_sidebar .cpt_shopping_cart_info a:hover, #container_right_sidebar .cpt_shopping_cart_info a:hover { text-decoration:underline; color:#CC3300;}

#container_left_sidebar .cpt_shopping_cart_info #shpcrtgc, #container_right_sidebar .cpt_shopping_cart_info #shpcrtgc, #container_left_sidebar .cpt_shopping_cart_info #shpcrtca, #container_right_sidebar .cpt_shopping_cart_info #shpcrtca { text-align:center;}


#container_topbar .cpt_product_search, #container_topbar .cpt_shopping_cart_info
{ 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_footer .cpt_divisions_navigation
{ padding: 3px;
  margin: 0px;
  text-align: center;
}
#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:#CC3300;}
#container_main_content .cpt_product_lists
{ padding:10px;
}


#container_left_sidebar .cpt_news_short_list
{ border-right:solid 1px #e6e6e6;border-bottom:solid 1px #e6e6e6;}
#container_right_sidebar .cpt_news_short_list
{ border-left:solid 1px #e6e6e6;border-bottom:solid 4px #e6e6e6;}

#container_top .cpt_language_selection, #container_top .cpt_custom_html { display:inline; line-height:24px; //height:30px; padding:3px 0 0 5px;}
#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: 120px;
border:solid 1px #707070;padding:2px;
}
#container_main_content .cpt_custom_html {  //margin-right:-3px; line-height:40px;  padding:0 5px 0 120px; font-weight:bold; text-transform:uppercase; color:#454545;}
#container_main_content .cpt_maincontent .cpt_custom_html {padding:0px; line-height:40px; }
.cpt_maincontent h1.tls_browse {  line-height:40px; padding:0 10px; margin:0; font-size:100%;}

#container_topbar_right .cpt_custom_html { display:inline;}
#container_left_sidebar .news_header { border-right:solid 1px #e6e6e6;}
#container_main_content ul { list-style-position:inside;}
/* ====================== STYLES OF ELEMENTS THAT APPEAR INSIDE VARIOUS COMPONENTS ====================== */

#shpcrtca{
 font-weight: bold;
 font-size: 130%;
 white-space: nowrap;
}

.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;}
center h1 { text-align:left;}

.lang_label { display:inline; font-size:100%; color:#333; line-height:30px;}

.tls_topbar td { background:url(../../images/tls_topbg.gif) left top repeat-x;  }
.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; }

h1.welcome { font-size:21pt; letter-spacing:-1px; margin:0; font-weight:normal; text-transform:none; background:none; text-align:center; }
h1.companyname  { margin:0; padding:0 20px; line-height:40px; white-space:nowrap; color:#fff; font-size:15pt;}
.tls_tel { color:#fff; font-size:15pt; line-height:40px; //height:40px;  padding:0 10px; }
.mdr_main_header  { background:#FAFAFA; font-size:90%; padding:0 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;
 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%;
}
.cpt_product_category_info a, .cat_path_in_productpage a { font-size:120%;}

/************************
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;}



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;
}


/*NIFTY*/
b.niftycorners,b.niftyfill{display:block}

b.niftycorners *{ display:block;height:1px;line-height:1px;font-size:1px;
    overflow:hidden;border-style:solid;border-width: 0 1px;}

/*normal*/
b.r1{margin: 0 3px;border-width: 0 2px}
b.r2{margin: 0 2px}
b.r3{margin: 0 1px}
b.r4{height: 2px}
b.rb1{margin: 0 8px;border-width:0 2px}
b.rb2{margin: 0 6px;border-width:0 2px}
b.rb3{margin: 0 5px}
b.rb4{margin: 0 4px}
b.rb5{margin: 0 3px}
b.rb6{margin: 0 2px}
b.rb7{margin: 0 1px;height:2px}
b.rb8{margin: 0;height:2px}
b.rs1{margin: 0 1px}
/*transparent inside*/
b.t1{border-width: 0 5px}
b.t2{border-width: 0 3px}
b.t3{border-width: 0 2px}
b.t4{height: 2px}
b.tb1{border-width: 0 10px}
b.tb2{border-width: 0 8px}
b.tb3{border-width: 0 6px}
b.tb4{border-width: 0 5px}
b.tb5{border-width: 0 4px}
b.tb6{border-width: 0 3px}
b.tb7{border-width: 0 2px;height:2px}
b.tb8{border-width: 0 1px;height:2px}
b.ts1{border-width: 0 2px}

#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;}

