* {
        margin: 0;
        padding: 0;
}

html,body {
        margin: 0;
        padding: 0;
        height: 100%; /* needed for container min-height */
        background-color: #FFFFFF;
        font-family: Tahoma,Verdana,Arial,sans-serif;
        font-size: 12px;
        color: #070707;
}


a {
        text-decoration: underline;
        color: #070606;
}

a:hover {
        text-decoration: none;
}

h1 {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 5px 0;
  text-transform: uppercase;
}

h2 {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 5px 0;
  text-transform: uppercase;
}

p {
 padding: 5px 0;
}

.container {
        position: relative; /* needed for footer positioning*/
        margin: 0 auto; /* center, not in IE5 */
        width: 1000px;
        height: auto !important; /* real browsers */
        height: 100%; /* IE6: treaded as min-height*/
        min-height: 100%; /* real browsers */
        background-image: url(images/page_pg.jpg);
        background-position: top left;
        background-repeat: no-repeat;
}



.header {
        height: 300px;
}

.container_top_left {
        width: 547px;
        height: 300px;
        float: left;
        padding: 0 0 0 244px;
        background-image: url(images/head_bg.jpg);
        background-position: top right;
        background-repeat: no-repeat;
}

.cont_left {
        width: 299px;
        float: left;
}

.cont_right {
        width: 248px;
        float: left;
        position: relative;
}

.slogan {
        position: absolute;
        top: 30px;
        left: -3px;
        width: 160px;
        color: #313030;
        font-family: Georgia;
}

.slogan2 {
        position: absolute;
        top: 112px;
        right: 1px;
        width: 160px;
        font-size: 9px;
        font-weight: bold;
        color: #313030;
        text-align: right;
        font-family: Times New Roman;
}

.slogan3 {
        position: absolute;
        top: 124px;
        right: 1px;
        width: 180px;
        font-size: 9px;
        color: #313030;
        font-family: Times New Roman;
        text-align: right;
}

.cpt_logo {
        width: 299px;
        height: 98px;
        display: block;
        float: left;
        margin: 35px 0 5px 0;
        background-image: url(images/logo.jpg);
        background-position: top left;
        background-repeat: no-repeat;
}

.shopping_cart {
        width: 209px;
        height: 305px;
        float: right;
        background-color: #FDFBFC;
        background-image: url(images/cart_bg.jpg);
        background-position: top left;
        background-repeat: no-repeat;
}

.cpt_shopping_cart_info {
        width: 100%;
        float: left;
}

.cart_text {
        text-transform: uppercase;
        letter-spacing: 3px;
        font-weight: bold;
        float: left;
        display: inline;
        padding: 32px 0 0 0;
        width: 100px;
        margin: 0 0 0 85px;
}

.in_cart {
        text-transform: uppercase;
        font-size: 8px;
        float: left;
        width: 179px;
        padding: 38px 0 0 30px;
}

.cart_link {
        display: inline;
}

.cart_link .hndl_proceed_checkout {
        color: #d47208;
        text-decoration: none;
        padding: 0 5px 0 0;
}

.hndl_proceed_checkout:hover {
        text-decoration: underline;
}

.shpcrtgc, .shpcrtca {
        color: #d47208;
        display: inline;
        padding: 0 5px 0 0;
}

.shcart_link {
        margin: 10px 0 0 0;
        float: left;
        width: 209px;
        text-align: center;
}

.shcart_link a {
        color: #d47208;
        text-transform: uppercase;
}

.shcart_link a:hover {
        text-decoration: none;
}

.auth_form {
        float: left;
        width: 209px;
        margin: 20px 0 0 0;
}

.form_wrapper {
        width: 139px;
        margin: 0 auto;
}

.cpt_maincontent .form_wrapper {
        width: 450px;
        margin: 0 auto;
}

.form_wrapper h1 {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: normal;
        text-align: center;
        letter-spacing: 3px;
}

.inp {
        width: 133px;
        height: 21px;
        float: left;
        padding: 0 0 0 6px;
        background-image: url(images/input_bg.jpg);
        background-position: top left;
        background-repeat: no-repeat;
        margin: 10px 0 0 0;
}

.inp input {
        border: 0;
        width: 130px;
        height: 19px;
        background: transparent;
}

.subm {
        float: left;
        width: 139px;
        margin: 10px 0 0 0;
        text-align: center;
}

.subm p {
        padding: 5px 0 0 0;
        color: #73746F;
        text-align: center;
}

.subm a {
        color: #d47208;
        text-transform: uppercase;
        font-size: 8px !important;
}

.subm .submit {
        background-image: url(images/auth_submit.jpg);
}

.submit {
        border: 0;
        width: 30px;
        height: 26px;
        background-image: url(images/submit.jpg);
        background-position: top left;
        background-repeat: no-repeat;
}

.address, .phone {
        text-transform: uppercase;
        letter-spacing: 4px;
        font-weight: bold;
        padding: 0 0 0 20px;
        display: block;
        width: auto;
}

.address {
        background-image: url(images/address.gif);
        background-position: 0 2px;
        background-repeat: no-repeat;
        float: left;
}

.phone {
        background-image: url(images/phone.gif);
        background-position: 0 2px;
        background-repeat: no-repeat;
        float: right;
}

.navigation_top {
        width: 534px;
        float: left;
        margin: 10px 0 0 0;
        background-image: url(images/nav_bg.jpg);
        background-position: top left;
        background-repeat: no-repeat;
}

.navigation_top ul {
        list-style-type: none;
        padding: 0 0 0 2px;
        float: left;
        /*width: 100%; */
        height: 75px;
}
.navigation_top ul li {
        float: left;
        width: 72px;
        text-align: center;
        padding: 0 3px 0 0;
}

.navigation_top ul li a {
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #000000;
        text-decoration: none;
        font-size: 10px;
        display: block;
        width: 100%;
        height: 25px;
        padding: 50px 0 0 0;
}

.navigation_top ul li a:hover {
        text-decoration: underline;
}

.cpt_divisions_navigation, .cpt_auxpages_navigation {
        float: left;
        width: auto;
}

.cpt_product_search {
        float: left;
        width: 497px;
        dispaly: inline;
        margin: 15px 0 0 -10px;
        padding: 5px 0 0 50px;
        height: 40px;
        background-image: url(images/search_bg.jpg);
        background-position: 0 5px;
        background-repeat: no-repeat;
}

.cpt_product_search h1 {
        font-weight: normal;
        letter-spacing: 10px;
        text-transform: uppercase;
        font-size: 15px;
        float: left;
        width: 120px;
}

.cpt_product_search .search_input {
        float: left;
        width: 255px;
        height: 24px;
        padding: 0 0 0 5px;
        background-image: url(images/search.jpg);
        background-position: top left;
        background-repeat: no-repeat;
}

.cpt_product_search .search_input input {
        width: 250px;
        height: 24px;
        border: 0;
        background: transparent;
        text-align: center;
        letter-spacing: 10px;
        color: #b9b5b5;
        line-height: 24px;
}

.cpt_product_search .search_submit {
        float: left;
        width: auto;
        margin: -3px 0 0 0;
        padding: 0 0 0 30px;
}

/*********************************
                C  O  L  U  M  N  S
*********************************/

.content {
        padding: 0 0 140px 0; /* bottom padding for footer */
}

.left_column {
        width: 225px;
        float: left;
        padding: 35px 0 0 0;
}

.center_column {
        width: 566px;
        float: left;
}

.right_column {
        width: 200px;
        float: right;
        padding: 35px 0 0 0;
}

.cpt_custom_html {
        float: left;
        width: 100%;
}

.cat_header, .left_column .col_header {
        width: 189px;
        height: 16px;
        float: right;
        background-image: url(images/l_header.jpg);
        background-position: top left;
        background-repeat: no-repeat;
}

.right_column .news_header, .right_column .col_header {
        width: 186px;
        height: 16px;
        float: left;
        background-image: url(images/r_header.jpg);
        background-position: top left;
        background-repeat: no-repeat;
}

.right_column .news_header h3, .right_column .col_header h3 {
        width: 150px;
        height: 16px;
        float: right;
        text-align: center;
        line-height: 14px;
        font-weight: normal;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #393939;
        font-size: 14px;
        font-size: 10px;
}

.cat_header h3, .left_column .col_header h3 {
        width: 150px;
        height: 16px;
        text-align: center;
        line-height: 14px;
        font-weight: normal;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #393939;
        font-size: 14px;
        font-size: 10px;
}

.cpt_category_tree {
        width: 189px;
        float: right;
        background-image: url(images/cat_bg.jpg);
        background-position: top right;
        background-repeat: no-repeat;
}

.cpt_category_tree ul {
        list-style-type: none;
        width: 185px;
        float: left;
}

.cpt_category_tree ul li.parent, .cpt_category_tree ul li.parent_current {
        width: 175px;
        padding: 0 0 0 10px;
        border-bottom: 1px solid #E1E1E1;
        background-image: url(images/li.gif);
        background-position: 0 7px;
        background-repeat: no-repeat;
}

.cpt_category_tree ul li.parent a {
        text-decoration: none;
        color: #070606;
        font-family: trebuchet MS;
}

.cpt_category_tree ul li.parent a:hover {
        text-decoration: underline;
}

.cpt_category_tree ul li.parent_current a {
        text-decoration: none;
        font-weight: bold;
}

.cpt_category_tree ul li.child {
        padding: 0 0 0 15px;
}

.cpt_category_tree .child a{
 font-size: 11px;
 font-weight:normal;
 text-decoration: none;
}

.cpt_category_tree .child a:hover {
  text-decoration: underline;
}

.cpt_category_tree .child_current {
        padding: 0 0 0 15px;
}

.cpt_category_tree .child_current a{
 text-decoration: underline;
 font-size: 11px;
 font-weight: normal;
}

.news_subscribe {
        float: right;
        width: 192px;
        margin: 40px 0 0 0;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
}

.news_subscribe_inp {
        float: right;
        width: 192px;
        height: 20px;
        margin: 10px 0 10px 0;
        background-image: url(images/news_subscr_inp.jpg);
        background-position: top left;
        background-repeat: no-repeat;
}

.news_subscribe_inp input {
        width: 192px;
        height: 20px;
        border: 0;
        background: transparent;
        text-align: center;
        color: #929292;
        letter-spacing: 2px;
        line-height: 20px;
}

.misc {
        float: left;
        width: 100%;
        margin: 40px 0 0 0;
}

.misc_inner {
        width: 189px;
        float: right;
        padding: 20px 0 20px 0;
        background-image: url(images/misc_bg.jpg);
        background-position: top right;
        background-repeat: no-repeat;
}

.misc_inner ul {
        list-style-type: none;
}

.misc_inner ul li {
        padding: 0 0 10px 20px;
        background-image: url(images/li2.gif);
        background-position: top left;
        background-repeat: no-repeat;
}

.misc_inner ul li a {
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #929292;
}

.misc_inner ul li a:hover {
        text-decoration: underline;
}

.cpt_news_short_list {
        width: 190px;
        float: left;
        padding: 0 0 0 10px;
        background-image: url(images/news_bg.jpg);
        background-position: top left;
        background-repeat: no-repeat;
}

.news_title {
        width: 140px;
        padding: 0 0 0 35px;
        margin: 5px 0 0 0;
        color: #d47208;
        font-weight: bold;
        font-size: 10px;
        background-image: url(images/news_title.jpg);
        background-position: top left;
        background-repeat: no-repeat;
        line-height: 10px;
}

.news_content {
        width: 150px;
        padding: 0 0 0 10px;
        text-align: justify;
        color: #646060;
        font-weight: bold;
        font-size: 10px;
        line-height: 10px;
}

.news_viewall {
        width: 100%;
        float: left;
        margin: 20px 0 40px 0;
}

.button {
        width: 135px;
        height: 18px;
        display: block;
        overflow: hidden;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #3c3c3c;
        font-size: 10px;
        line-height: 16px;
        background-image: url(images/button.jpg);
        background-position: top left;
        background-repeat: no-repeat;
}

.call, .online {
        width: 189px;
        height: 40px;
        float: left;
        display: block;
        margin: 0 0 20px 0;
        color: #FFFFFF;
}

.call {
        background-image: url(images/call.jpg);
        background-position: top left;
        background-repeat: no-repeat;
}

.online {
        background-image: url(images/online.jpg);
        background-position: top left;
        background-repeat: no-repeat;
}

.right_inner {
        width: 190px;
        float: left;
        padding: 10px 0 0 10px;
        background-image: url(images/r_inn.jpg);
        background-position: top left;
        background-repeat: no-repeat;
}

.right_inner .cpt_product_lists_inn {
        width: 170px;
        float: left;
}

.right_inner .prdbrief_thumbnail {
        width: 158px;
        display: block;
        float: left;
        overflow: hidden;
        margin: 5px 0 0 0;
}

.right_inner .curprice {
        color: #A32526;
}

.action_img {
        width: 95px;
        height: 95px;
        overflow: hidden;
        float: left;
}

.act_prices {
        width: 95px;
        float: right;
        padding: 70px 0 0 0;
}

.bprice, .curprice {
        text-transform: uppercase;
        font-size: 14px;
        color: #070606;
}

.bprice span {
        text-decoration: line-through;
        padding: 0 5px 0 0;
}

.curprice span {
        color: #A32526;
        padding: 0 5px 0 0;
}

.add_to_cart {
        width: 100%;
        float: left;
        margin: 5px 0 10px 0;
}

.to_cart {
        width: 21px;
        height: 22px;
        display: block;
        margin: 0 auto;
        background-image: url(images/add_cart.jpg);
        background-position: top left;
        background-repeat: no-repeat;
}

.more_act {
        width: 100%;
        float: left;
        margin: 20px 0 0 0;
}

.cpt_maincontent {
        width: 554px;
        float: right;
        position: relative;
        margin: -5px 0 0 0;
        background-image: url(images/centr_bg.jpg);
        background-position: top left;
        background-repeat: repeat-y;
}

.cpt_maincontent td {
        padding: 0 0 20px 0;
}

.cpt_maincontent .cpt_custom_html {
        width: 100%;
        float: left;
}

.cpt_maincontent .cpt_custom_html h1 {
        width: 554px;
        height: 44px;
        overflow: hidden;
        text-align: center;
        background-image: url(images/c_heading.jpg);
        background-position: top left;
        background-repeat: no-repeat;
        color: #4D4D4D;
        letter-spacing: 15px;
        text-transform: uppercase;
        font-weight: normal;
        font-size: 16px;
        line-height: 32px;
}

.mdr_main_header {
        background-image: url(images/centr_heading.jpg);
        background-position: top left;
        background-repeat: no-repeat;
        letter-spacing: 18px;
}

.centr_bot {
        width: 554px;
        height: 15px;
        overflow: hidden;
        float: right;
        background-image: url(images/centr_bot.jpg);
        background-position: top left;
        background-repeat: no-repeat;
}

.cpt_root_categories {
        width: 534px;
        float: left;
        padding: 10px;
}

.cpt_root_categories table {
        border: 2px solid #9F9F9F;
        border-right: 2px solid #FFFFFF;
}

.cpt_root_categories table tr td {
        width: 133px;
        height: 132px;
        border: 1px solid #9F9F9F;
        text-align: center;
        vertical-align: top;
}

.rcat_root_category {
        text-transform: uppercase;
        color: #070606;
        text-decoration: none;
}

.rcat_root_category:hover {
        text-decoration: underline;
}

.cat_name {
        padding: 5px 0 5px 0;
}

.cat_image {
        text-align: center;
}

.cpt_maincontent .cpt_product_lists {
        width: 534px;
        float: left;
        padding: 10px;
}

.cpt_maincontent .cpt_product_lists_inn {
        width: 534px;
        float: left;
        border-bottom: 1px solid #9F9F9F;
        border-top: 1px solid #9F9F9F;
        background-image: url(images/prod_list.jpg);
        background-position: top left;
        background-repeat: repeat-y;
}

.cpt_product_lists .prdbrief_block {
        width: 158px;
        height: 220px;
        padding: 0 10px 0 10px;
        margin: 5px 0 5px 0;
        float: left;
        overflow: hidden;
        background-image: url(images/prod_list.jpg);
        background-position: top right;
        background-repeat: no-repeat;
        text-align: center;
}

.cpt_product_lists .prdbrief_name {
        width: 100%;
        float: left;
}

.cpt_product_lists .prdbrief_name a {
        text-decoration: none;
        color: #070606;
}

.cpt_product_lists .prdbrief_name a:hover {
        text-decoration: underline;
}

.cpt_product_lists .prdbrief_thumbnail {
        width: 158px;
        height: 150px;
        display: block;
        float: left;
        overflow: hidden;
        margin: 5px 0 0 0;
}

.cpt_maincontent .to_cart {
        float: right;
        border: 0;
}

.cpt_maincontent .add_to_cart {
        margin: 5px 0 5px 0;
        float: right;
        width: 22px;
}

.prdbrief_descr {
        width: 100%;
        float: left;
}

.prdbrief_prices {
        float: right;
        /*width: 70px;*/
        clear: right;
}

.cpt_maincontent .bprice, .cpt_maincontent .curprice {
        font-size: 14px;
        color: #070606;
        text-transform: none;
}

.cpt_maincontent .bprice {
        text-decoration: line-through;
}

.cpt_maincontent .curprice {
        color: #A32526;
}

.prdbrief_tech {
        width: 90px;
        float: left;
        font-size: 8px;
        position: relative;
        margin: 0 0 0 -5px;
        text-align: left;
}

.center_column_inner {
        padding: 10px;
}

.cpt_maincontent ul {
  list-style-position: inside;
}

.p_row {
        border-bottom: 1px solid #9F9F9F;
        border-top: 1px solid #9F9F9F;
        background-image: url(images/prod_list.jpg);
        background-position: top left;
        background-repeat: repeat-y;
}

.p_col {
        background-image: url(images/prod_list.jpg);
        background-position: top right;
        background-repeat: repeat-y;
        text-align: center;
}

/*********************************
                F  O  O  T  E  R
*********************************/

.footer {
        position: absolute;
        width: 100%;
        height: 120px;
        bottom: 0; /* stick to bottom */
}

.footer_container {
        width: 950px;
        height: 95px;
        margin: 0 auto;
        padding: 5px 10px 0 10px;
        background-image: url(images/footer.jpg);
        background-position: top left;
        background-repeat: no-repeat;
}

.footer_img {
        width: 60px;
        height: 85px;
        float: left;
        background-image: url(images/footer_img.jpg);
        background-position: top left;
        background-repeat: no-repeat;
}

.footer_text {
        float: left;
        width: 860px;
        height: 80px;
        padding: 5px 10px 0 20px;
        overflow: hidden;
        text-align: justify;
}

.footer_text h1 {
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: normal;
        font-size: 16px;
        padding: 0 0 0 15px;
}

/*********************************
                O  T  H  E  R
*********************************/

.clear {
        clear: both;
        height: 0;
        overflow: hidden;
}

table {
        border: 0;
        border-collapse: collapse;
        padding: 0px;
}

td {
        vertical-align: top;
}

a img {
        border: 0;
}

.hidden {
       display: none;
}

/*********************************

*********************************/

.oldPrice {
   text-decoration: line-through;
   color: #A32526;
}

form{
 padding:0px;
 margin: 0px;
}

a img{
 border: 0;
}
input, select { vertical-align:middle;}
/* ====================== COMPONENT CONTAINER STYLES ====================== */

#container_top_left
{ text-align: center;
  vertical-align: middle;
  width: 200px;
  background-color: #660F0F;
  padding:5px;
}

#container_top
{ text-align: left;
  vertical-align: top;
  width:'*';
 /* height:75px;*/
  background-color: #660F0F;
}

#container_top_right
{ text-align: right;
  vertical-align: top;
  width: 200px;/* height:75px;*/
  background-color: #660F0F;
}

#container_left_sidebar, #container_right_sidebar
{
  text-align: left;
  vertical-align: top;
  //width: 200px;
  color:#fff;
}

#container_left_sidebar { background-color: #fff; //margin-right:-20px;}

#container_right_sidebar, .bg-sidebar {   background-color: #660F0F;}
.bg-sidebar { padding:10px 0 0 0;}

#container_main_content
{ text-align: left;
  vertical-align: top;
  width:100%;
  background-color: #660F0F;
_padding-bottom:0;
}
.round-container { background-color: #fff; min-height:100%;height:100%;}


/* ====================== DEFAULT STYLES OF VARIOUS COMPONENTS ====================== */

/* padding for all general components */
/*.cpt_news_short_list, .cpt_category_tree, .cpt_maincontent,
.cpt_currency_selection, .cpt_divisions_navigation, .cpt_auxpages_navigation
{ font-size:75%;
  text-align: left;
  padding: 10px;
//  width: 100%;
}       */

/*.cpt_maincontent td { font-size:75%;}  */
/*.cpt_maincontent h1 { padding:10px;font-family:Tahoma; margin:10px 0 0 10px; color:#8A3D3D; border-bottom:1px solid #ebebeb;} */
 .cpt_survey {
 text-align: left;font-size:75%;}
 .cpt_survey td { font-size:75%;}

.survey_question{
 font-weight: bold;
 margin:10px 10px 5px 20px;
}
.survey_submit{
 margin: 10px 30px;
}
.cpt_survey form{
 padding:0 0 0 0;
 margin: 0px;
}
.cpt_survey label {
color:#fff;
}
.cpt_currency_selection span
{ color:#fff;
}
.cpt_currency_selection select
{ font-size: 90%;
}

.cpt_news_short_list
{ margin-bottom: 10px;
}
.cpt_currency_selection form{
 display: inline;
}

.cpt_category_tree ul {
 list-style-type:none;
 margin:0px;
 padding:0px;
line-height:150%;
}


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; margin: 0 auto;}

#container_main_content .cpt_root_categories { padding-top:1em;}
#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_top_left h1 { margin:0;}

html:first-child #container_top ul.horizontal { display:inline-table;}
#container_top ul.horizontal li { margin-right:10px;  background:url(../../images/cls_bullet.gif) left top no-repeat; padding-left:30px; line-height:19px; white-space:nowrap; font-size:11px;}
#container_top .cpt_divisions_navigation, #container_top .cpt_auxpages_navigation
{ height: 20px;
  padding: 5px 20px 5px 50px;
}
#container_top .cpt_auxpages_navigation .vertical li
{ padding-left: 0px;
}

#container_top .cpt_divisions_navigation a, #container_top .cpt_auxpages_navigation a,
#container_footer .cpt_divisions_navigation a, #container_footer .cpt_auxpages_navigation a
{ color: white;
}
/*footer menu*/
#container_footer .cpt_divisions_navigation { text-align:center; font-size:11px;}
#container_footer ul.horizontal, #container_footer ul.horizontal li { display:inline; float:none;}


#container_top .cpt_auxpages_navigation ul.vertical
{ list-style-image: none;
  padding-left: 0px;
}

/*.cpt_product_search form {
 margin: 0px!important;
 padding:15px 5px;
 white-space:nowrap;
} */


/*.cpt_maincontent .cpt_product_lists {
        margin:15px 10px;
        padding:10px;
        border-top: 10px solid #ebebeb;

}  */
.cpt_language_selection { padding:10px 10px 10px 20px;}
.cpt_language_selection  a { padding:0 5px 0 0;}
.cpt_language_selection a img { border:solid 1px #fff;}
.cpt_tag_cloud a { text-decoration:none; font-size:14px;}
#container_left_sidebar .cpt_tag_cloud a { color:#fff;}
#container_left_sidebar .cpt_tag_cloud a:hover { color:#b34f4f;}
ul.product_list { border-left:2px solid #EBEBEB; }
ul.product_list li { border:1px solid #EBEBEB; border-left:none; text-align:center; margin:5px;}
ul.product_list li table { margin:5px auto;}
#cat_top_tree { overflow:hidden; margin-top:10px;}
.cpt_maincontent center { clear:both;}
/*h1.welcome { color:#660F0F; font-weight:normal; font-size:19pt; letter-spacing:-1px; margin:10px 10px 0 10px;} */
#container_main_content ul { list-style-position:inside;}
/* ====================== STYLES OF ELEMENTS THAT APPEAR INSIDE VARIOUS COMPONENTS ====================== */
.hrline { font-size:1px; line-height:1px; background-color:#d8d8d8; height:2px;}
/*#searchstring
{ width: 120px;
}  */

/*#shpcrtca{
 font-weight: bold;
 font-size: 130%;
 white-space: nowrap;
}    */

#container_top #searchstring
{ width: 60%;
}

#container_main_content #searchstring
{ width: 60%;
}

#cat_info_left_block a { font-size:90%; font-weight:normal; }
/* ====================== PREDEFINED STYLES; edit, but do not delete these styles ====================== */

.small
{ font-size: 70%;
}
.big
{ font-size: 150%;
}

.background1, .background1 td
{ background-color: #BEC4C0;
}

.btn_checkout
{ font-size: 130%;
  font-weight: bold;
  margin: 10px;
  padding: 3px;
}

.prdbrief_add2cart
{ padding-top: 5px;
}

.error_block
{ font-weight: bold;
  color: red;
  padding: 0 0 0 20px;
}

/*

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: #D1A8A8;
  font-size: 90%;
}
.news_title
{ padding-bottom: 10px;
}
/*.news_title a, .news_viewall a { color:#fff; font-weight:normal;} */
.news_viewall {
        padding-bottom: 10px;
        font-size: 85%;
}
/*.news_subscribe, .news_thankyou {
        padding: 10px 5px;
        text-align: left;
        overflow:hidden;
        background:#8A3D3D;
}
.news_subscribe div {
display:inline;
        width:auto;
}
.input_message { margin:5px 0;}
.news_subscribe img { vertical-align:middle;}     */
/************************
BLOG STYLES
***************************/
.post_title{
 color: #666;
 margin-top: 30px;
 margin-bottom: 0px;
}
.post_date{
 color: #999;
 border: 0px solid #EEE;
 border-top-width: 1px;
 margin-bottom: 15px;
 }
.post_content{
 padding-left: 15px;
}

/***************************
PRODUCTS COMPARISON
****************************/
.cmp_headers{
 background-color: #BEC4C0;
}
.cmp_column_odd{
 background-color: white;
 vertical-align: top;
}
.cmp_column_even{
 background-color: #F2F8FF;
 vertical-align: top;
}
#cmp-table tr:hover td{
 background-color: #d5e5fa!important;
}
#cmp-table tr td{
 text-align:center;
 padding: 6px;
}
#cmp-table tr td.cmp_headers{
 text-align: left;
}

/***************************
PRODUCT DETAILED
****************************/
.regularPrice{
 color: #A32526;
 text-decoration: line-through;
}
.totalPrice{
 color: #A32526;
 font-weight: bold;
 font-size: 130%;
}
.youSaveLabel{
 font-size: 75%;
}
.youSavePrice{
 font-size: 75%;
}
.prd_out_of_stock {
 font-style:  italic;
}

.hndl_submit_prds_cmp, #cat_product_sort { margin:10px 0;}
.add2cart_handler { margin:5px 0;}
/*.prdbrief_name a{ font-size:130%; line-height:150%; text-decoration:none; color:#660F0F;}
.prdbrief_name a:hover { border-bottom:solid 1px;}  */


/************************
PRODUCT REVIEWS STYLES
***************************/
.review_block
{ margin-left: 20px;
}
.review_title{
 color: #333;
 margin-top: 10px;
 margin-bottom: 0px;
 font-size: 120%;
}
.review_date{
 color: #999;
 border: 0px solid #EEE;
 border-top-width: 1px;
 font-size: 90%;
 margin-bottom: 5px;
 }
.review_content{
 color: #333;
 padding-left: 20px;
}
.review_showall{
 margin-left: 20px;
}

/****************************
SHOPPING CART
*****************************/
.background_cart_top
{ background-color: #D9E9FF;
  border-bottom: 1px #99C9DF solid;
}
.background_cart_top h1{
 display: inline;
 padding: 0px;
 margin: 0px;
}
#cart_content_tbl{
     width:100%;}
#cart_content_tbl 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: #BEC4C0;
 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-weight: bold;
}
.rcat_products_num
{ color: #999999;
  font-size: 80%;
}
.rcat_child_categories a
{ font-size: 90%;
  font-weight: normal;
}

/********************
REGISTRATION PAGE
*********************/
#reg_fields_tbl td{
 padding: 5px;
}
/*#reg_auth_fields td{
 background-color: #D9E9FF;
}
#reg_confcode td{
 background-color: #D9E9FF;
} */
#reg_fields_tbl td input, .addressform td input{
 width: 300px;
}
#subscribed4news{
 width:auto!important;
}
#reg_fields_tbl td textarea, .addressform td textarea{
 width: 300px;height: 100px;
}
#reg_submit_btn{
 font-size:150%;
 font-weight: bold;
}

/*********
SEARCH IN CATEGORY
**********/
#cat_advproduct_search{
 border: 1px solid #070606;
        margin-right:10px;
        width:230px;
}
#cat_advproduct_search form { padding:10px; }
#cat_advproduct_search td { vertical-align:top; }
#cat_advproduct_search select { width:100%;  }
#cat_advproduct_search form, #cat_advproduct_search table { //width:100%;}
#cat_advproduct_search h3 { padding:0px; margin: 10px 10px 0 10px;}
#cat_info_left_block, #cat_advproduct_search  { float:left;}

/************
CHECKOUT
************/
.checkout_noframe_title {
        padding: 5px 15px;
}
#checkout_have_account {
        padding: 15px;
        background-color: #D9E9FF;
        margin: 0 -5px 15px -5px;
}
#checkout_logininfo { width:428px;}
#checkout_logininfo .inputtext, #checkout_addresses .inputtext, #checkout_addresses textarea {
        width: 200px;
}
.paddingblock input.checkout_buttons {
        font-size: 130%;
        font-weight: bold;
        margin:5px 0;
}
.checkout_steps_divider {
        width: 40px;
        height:1px;
        background-color:#99C9DF;
        overflow:hidden;
}
#checkout_addresses { width:800px;}
#checkout_addresses td { }
/**********************
ORDER STYLES
***********************/
tr#ord_total_row * {
        font-size: 105%;
        font-weight: bold;
}
.row_odd td {

}
.row_even td {

}

.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;
}

.mainlogo { vertical-align:middle; margin:0 5px;}

/*.col_header {
padding:5px 5px 5px 20px;
font-weight:bold;
color:#fff;
background:#200505;
font-size:75%;
margin:5px 10px;
}  */
img.vert-center { vertical-align:middle;}

.copyright, .copyright a { color:#fff; font-size:85%; text-align:center; padding:0 0 10px 0;}



/*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}
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;}

#powered_by, #powered_by a { background:#660F0F; color:#D1A8A8!important; padding-bottom:5px;}
.cpt_product_add2cart_button input { vertical-align:middle;}
