/****************************
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;
}


/********************
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;
}

/************
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;}







* {
	margin: 0;
	padding: 0;
}

html,body {
	margin: 0;
	padding: 0;
	background-color: #C9C9C9;
	background-image: url(images/page_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-size: 12px;
	color: #000000;
	position: relative; /* needed for footer positioning*/
}

a {
	color: #464646;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 18px;
	padding: 10px 0 10px 0;
}

h2 {
	font-size: 16px;
	padding: 10px 0 10px 0;	
}

h3 {
	font-size: 14px;
	padding: 10px 0 10px 0;
}

p {
	padding: 5px 0 5px 0;	
}

.container {
	margin: 0 auto; /* center, not in IE5 */
	width: 990px;
	padding: 0 0 120px 0;
	background-image: url(images/cont_bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}

.header {
	width: 990px;
	height: 270px;
	background-image: url(images/header_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
}

.header_block {
	width: 100%;
	height: 157px;
}

.logo_container {
	width: 329px;
	float: left;
	padding: 33px 0 0 21px;
}

.logo {
	width: 324px;
	height: 65px;
	display: block;
	background-image: url(images/logo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.top_block {
	width: 598px;
	float: right;
	padding: 34px 7px 0 0;
}

.auth_form {
	width: 149px;
	float: left;
	font-family: Arial;
	color: #464646;
	padding: 0 35px 0 0;
}

.auth_form a {
	color: #464646;
}

.remember {
	width: 90px;
	float: left;
}

.reg {
	width: 149px;
	float: left;
}

.inp {
	margin: 0 0 4px 0;
}

.inp input {
	width: 147px;
	height: 20px;
	border: 1px solid #9CB4BE;
}

.auth_form p {
	padding: 0;
}

.auth_form .submit {
	width: 59px;
	height: 20px;
	float: right;
	background-color: #F05B23;
	color: #FFFFFF;
	border: 0;
	margin: -5px 0 0 0;
}

.cpt_shopping_cart_info {
	float: left;
	width: 133px;
	padding: 0 15px 0 0;
}

.cart_icon {
	float: left;
	width: 100%;
}

.cart_icon .hndl_proceed_checkout {
	display: block;
	width: 51px;
	height: 41px;
	float: left;
	background-image: url(images/cart.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.shcart_link {
	float: left;
	width: 132px;
	height: 25px;
	background-image: url(images/cart_text.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 25px;
}

.shcart_link .hndl_proceed_checkout, .shcart_link a {
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	color: #231f20;
}

.in_cart {
	float: left;
	width: 100%;
	margin: 5px 0 0 0;
}

#shpcrtgc, #shpcrtca {
	display: inline;
}

.adress_block {
	width: 250px;
	float: left;
	text-align: right;
	color: #1c1a1a;
}

.adress_block .phone {
	font-size: 20px;
	padding: 0 0 0px 0;
}

.adress_block .online, .adress_block .mail {
	padding: 0 0 5px 0;
}

.adress_block .online span, .adress_block .mail span {
	color: #ef0505;
}

.adress_block .mail a {
	color: #1c1a1a;
}

.navigation_top {
	width: 970px;
	height: 60px;
	padding: 0 10px;
	background-image: url(images/nav_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.cpt_divisions_navigation, .cpt_auxpages_navigation {
	width: auto;
	float: left;
	height: 50px;
}

.cpt_divisions_navigation ul.horizontal, .cpt_auxpages_navigation ul.horizontal {
	list-style-type: none;
}

.cpt_divisions_navigation ul.horizontal li, .cpt_auxpages_navigation ul.horizontal li {
	width: auto;
	float: left;
	height: 50px;
	padding: 0 15px 0 15px;
	line-height: 50px;
	background-image: url(images/li_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.cpt_divisions_navigation ul.horizontal li a, .cpt_auxpages_navigation ul.horizontal li a {
	color: #050505;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
}

.cpt_divisions_navigation ul.horizontal li a:hover, .cpt_auxpages_navigation ul.horizontal li a:hover {
	text-decoration: none;
	color: #f15a22;
}

.scroll {
	width: 948px;
	height: 52px;
	padding: 0 18px 0 24px;
	overflow: hidden;
	background-image: url(images/scroll_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

/*********************************
		C  O  L  U  M  N  S
*********************************/

.content {
	padding: 30px 0 0 0; /* bottom padding for footer */
}

.left_column {
	width: 237px;
	float: left;
	padding: 0 0 0 43px;
}

.right_column {
	width: 657px;
	float: left;
	padding: 0 0 0 21px;
}

.cpt_product_search {
	width: 220px;
	height: 55px;
	float: left;
	padding: 17px 0 0 17px;
	background-image: url(images/search_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 0 32px 0;
}

.input_message, .input_message_focus {
	border: 0;
	background: transparent;
	width: 200px;
	height: 20px;
	color: #424242 !important;
	font-size: 11px;
}

.search_submit {
	padding: 10px 7px 0 0;
}

.search_submit .submit {
	text-transform: uppercase;
	color: #fdfcfc;
	text-decoration: underline;
	float: right;
	width: auto;
	border: 0;
	background: transparent;
	font-size: 11px;
}

.sidebar {
	width: 237px;
	float: left;
	background-image: url(images/left_top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 13px 0 0 0;
}

.left_bot {
	width: 237px;
	height: 15px;
	overflow: hidden;
	float: left;	
	background-image: url(images/left_bot.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.cpt_category_tree {
	width: 237px;
	float: left;
	padding: 10px 0 0 0;
	background-image: url(images/left_centr.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

.cpt_category_tree ul {
	list-style-type: none;
}

.cpt_category_tree ul li.parent {
	background-image: url(images/li.jpg);
	background-position: 0 2px;
	background-repeat: no-repeat;
	padding: 0 0 22px 30px;
}

.cpt_category_tree ul li.parent_current {
	background-image: url(images/li.jpg);
	background-position: 0 2px;
	background-repeat: no-repeat;
	padding: 0 0 22px 30px;
}


.cpt_category_tree ul li.parent_current a {
	font-weight: bold;
	text-decoration: none;
}

.cpt_category_tree ul li a {
	text-transform: uppercase;
}

.cpt_category_tree ul li.child {
	padding: 0 0 12px 35px;
}

.cpt_category_tree ul li.child_current {
	padding: 0 0 12px 35px;
}

.cpt_category_tree ul li.child_current a {
	font-weight: bold;
	text-decoration: none;
}

.banners {
	width: 237px;
	float: left;
	margin: 30px 0 0 0;
}

.banners a {
	display: block;
	margin: 0 0 20px 0;
	color: #FFFFFF;
}

.cpt_custom_html {
	width: 100%;
	float: left;
}

.news_header {
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
}

.news_header h3 {
	color: #191b1b;
	font-weight: normal;
	border-bottom: 1px solid #191b1b;
	font-size: 16px;
}

.cpt_news_short_list {
	width: 100%;
	float: left;
	padding: 10px 0 0 0;
}

.news_date {
	color: #ef0505;
	text-decoration: underline;
	padding: 0 0 3px 0;
}

.news_title {
	padding: 0 0 20px 0;
}

.news_viewall {
	padding: 10px 0 0 0;
	text-align: right;
}

.news_viewall a {
	color: #24b2de;
}

.counters {
	float: left;
	width: 100%;
	margin: 60px 0 0 0;
}

.image_block {
	width: 657px;
	float: left;
	margin: 0 0 15px 0;
	text-align: center;
}

.right_top {
	width: 657px;
	height: 10px;
	float: left;
	overflow: hidden;
	background-image: url(images/right_top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.right_bot {
	width: 657px;
	height: 10px;
	float: left;
	overflow: hidden;
	background-image: url(images/right_bot.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.right_center {
	width: 617px;
	float: left;
	padding: 20px;
	background-image: url(images/right_center.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

.cpt_maincontent {
	width: 100%;
	float: left;
}

.cpt_maincontent .cpt_custom_html {
	width: 100%;
	float: left;
	margin: 0 0 15px 0;
}

.cpt_maincontent .cpt_custom_html h1 {
	width: 300px;
	font-size: 18px;
	font-weight: normal;
	color: #191b1b;
	border-bottom: 2px solid #191b1b;
}

.cpt_maincontent .cpt_product_lists {
	width: 600px;
	float: left;
	margin: 0 0 15px 0;
	padding: 0 0 0 17px;
}

.product_block {
	width: 125px;
	height: 180px;
	overflow: hidden;
	padding: 0 25px 0 0;
	float: left;
}

.prdbrief_thumbnail {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	text-align: center;
	margin: 0 0 5px 0;
}

.prdbrief_thumbnail table {
	width: 100%;
}

.prdbrief_name {
	width: 100%;
	float: left;
	text-align: center;
}

.prdbrief_name a {
	text-decoration: underline;
	color: #555454;
	font-weight: bold;
}

.prdbrief_name a:hover {
	text-decoration: none;
}

.prdbrief_cat, .prdbrief_options, .prdbrief_price, .prdbrief_add2cart  {
	width: 100%;
	float: left;
	text-align: center;
	margin: 3px 0 0 0;	
}

.curprice {
	width: 100%;
	float: left;
	text-align: center;
	margin: 5px 0 0 0;
}

.curprice  span {
	font-weight: bold;
}

.sale span {
	color: #EF0505;
}

.brief_name {
	text-decoration: underline;
	color: #555454;
	font-weight: bold;
}

.brief_name:hover {
	text-decoration: none;
}

.prdbrief_name a {
	text-decoration: underline;
	color: #555454;
	font-weight: bold;
}

.prdbrief_name a:hover {
	text-decoration: none;
}

.totalPrice {
     font-size: 12pt;
	font-weight: bold;
	padding: 3px 0 0 0;
     color: #f05b23;

}

.product_list li {
	padding: 0 0 15px 0 !important;
	position: relative;
       width: 150px;
}


.specialoffers .cpt_product_lists .totalPrice {
	color: #EF0505;
}

.newoffers .newlabel {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	color: #FFFFFF;
	background-color: #F05B23;
	text-transform: uppercase; 
	padding: 1px 3px;
}

.newlabel {
	display: none;	
}

.cpt_product_lists {
	text-align: left;
}

.cpt_product_lists table {
	width: 100%;
}

#prddeatailed_container .cpt_product_images {
	padding: 0 0 15px 0;
}

#prddeatailed_container .cpt_product_params_selectable {
	padding: 0 0 15px 0;
}

#prddeatailed_container .cpt_product_price, #prddeatailed_container .cpt_product_price span, #prddeatailed_container .cpt_product_price div {
	padding: 0 0 15px 0;
}

#prddeatailed_container .cpt_product_price span {
	display: block;
}

#prddeatailed_container .add2cart_handler {
	margin-top: 4px;
}

.cpt_product_add2cart_button {
	line-height: 25px;
}

.cpt_product_add2cart_button span, .cpt_product_add2cart_button input {
	display: block;
	width: auto;
	float: left;
}

.cpt_product_add2cart_button input {
	margin: 0 0 0 10px;
}

.cpt_product_add2cart_button .product_qty {
	margin-top: 5px;
}

.cpt_product_description {
	clear: both;
	padding: 15px 0 0 0;
}

#reg_fields_tbl td{
 padding: 5px;
}

#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;
}

.cpt_category_tree .tab {
margin-left: 10px;
}

.prdbrief_options table {
	width: 100%;
}

#cat_advproduct_search table td {
padding:2px 10px 2px 0;
}

/*********************************
		F  O  O  T  E  R
*********************************/

.footer {
	/*position: absolute;*/
	width: 100%;
	height: 110px;
	bottom: 0; /* stick to bottom */
	background-image: url(images/footer_bg.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
}

.footer_container {
	width: 970px;
	margin: 0 auto;
	height: 80px;
	padding: 30px 0 0 0;
	background-image: url(images/footer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.copyright {
	width: 200px;
	float: left;
	padding: 0 0 0 30px;
	color: #343434;
}

.bottom_block {
	float: left;
	width: 657px;
	float: right;
	padding: 0 20px 0 0;
	color: #1c1a1a;
}

.bottom_block .bottom_phone {
	float: left;
	width: auto;
	font-size: 20px;
	padding: 0 20px 0 0;
}

.bottom_block .bottom_address {
	float: left;
	width: auto;
	padding: 7px 0 0 0;
} 

.design_by {
	float: right;
	width: auto;
	padding: 7px 0 0 0;
}

.design_by a {
	color: #338ad4;
}

/*********************************
		O  T  H  E  R
*********************************/

.clear {
	clear: both;
	height: 0;
	overflow: hidden;	
}

label {
	color: #462c28;
	padding: 0 0 0 5px;
}

table {
	border: 0;
	border-collapse: collapse;
	padding: 0px;
}

td {
	vertical-align: middle;
}

a img {
	border: 0;
}

.hidden {
	display: none;
}

.cpt_custom_html h1 {
	padding: 0px;
}

#cat_path {
	padding: 0 0 10px 0;
}

.regularPrice {
	text-decoration: line-through;
}

/*********************************
		S  C  R  O  L  L
*********************************/

.scrollable {
        position: relative;
        overflow: hidden;
        width: 880px;
        height: 47px;
		  padding: 5px 17px 0 17px;
    }
    /* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/#thumbs {
        position: absolute;
        width: 20000em;
        clear: both;
    }

    /* single item */#thumbs div {
        float: left;
        width: 225px;
        height: 40px;
        color: #ffffff;
        cursor: pointer;
		  text-align: center;
    }
    /* style when mouse is over the item */#thumbs div.hover {
    }
    /* style when element is active (clicked) */#thumbs div.active {
    }
	
	


/* CSS Document */
ul#navmenu-v,
ul#navmenu-v li,
ul#navmenu-v ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 220px; 
  list-style: none;
  z-index:9999;
}

ul#navmenu-v:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
  
}

ul#navmenu-v li {
  float: left; 
  display: block !important; 
  display: inline; 
  position: relative;
/*   border:#003366 1px solid;
 */}
ul#navmenu-v li ul li {
border:none;
 z-index:9999;
}

/* Root Menu */
ul#navmenu-v a {

  padding: 0 0 0 10px;
  display: block;

  color: #000000;
 
    
  font: bold 11px/25px Verdana, Arial;
  text-decoration: none;
  height: auto !important;
  height: 1%; 
  


}


ul#navmenu-v a:hover,
ul#navmenu-v li:hover a,
ul#navmenu-v li.iehover a {
  background: #FFFFFF;
  color: #000000;
border:none;
z-index:9999;
}

/* 2nd Menu */
ul#navmenu-v li:hover li a,
ul#navmenu-v li.iehover li a {
  background: #ffffff;
  color: #000000;
 z-index:9999;
 padding:0 0 0 15;
   font: 11px/22px Verdana, Arial;
   
}

ul#navmenu-v li:hover li a:hover
{
 background: #e2e2e2;
 z-index:9999;
 }

 ul#navmenu-v li:hover li:hover a,
ul#navmenu-v li.iehover li a:hover,
ul#navmenu-v li.iehover li.iehover a {}


ul#navmenu-v ul,
ul#navmenu-v ul ul,
ul#navmenu-v ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 220px;
  background: ffffff;
   border:#e2e2e2 1px solid;
   z-index:9999;
}

ul#navmenu-v li:hover ul ul,
ul#navmenu-v li:hover ul ul ul,
ul#navmenu-v li.iehover ul ul,
ul#navmenu-v li.iehover ul ul ul {
  display: none;
  
}

ul#navmenu-v li:hover ul,
ul#navmenu-v ul li:hover ul,
ul#navmenu-v ul ul li:hover ul,
ul#navmenu-v li.iehover ul,
ul#navmenu-v ul li.iehover ul,
ul#navmenu-v ul ul li.iehover ul {
  display: block;
}
