/* ====================== MAIN THEME STYLES: layout, fonts & colors ====================== */
* { margin:0; padding:0;}
html
{ margin: 0px;
  padding: 0px;

}



body
{ 
margin: 0px;
  padding: 0px;
  text-align:center;

	background-color: #ffffff;

	margin:0px;
}

p, body, font, div, td, input, select, textarea
{ font-family: arial,helvetica,sans-serif;
  font-size: 100%;
}

h1 {
	font-size: 160%;
	margin:1em 0;
}
h2 {
	font-size: 140%;
	margin:1em 0;
}
h3 { color:#333;
	font-size: 120%;
	margin:1em 0 0.5em 0;
}

form{
 padding:0px;
 margin: 0px;
}



a {
	font-weight: normal;
	color:#3A68A7;
}

 a:hover { color:#3A68A7;}
a img{
 border: 0;
}








input, select { vertical-align:middle;}
/* ====================== COMPONENT CONTAINER STYLES ====================== */
.all_wrapper { width:997px; text-align:left; margin:0 auto; background:url(../../images/top.jpg) left top no-repeat;}

#container_top_left
{ text-align: center;
  vertical-align: bottom;
  width: 230px;
  height: 102px;
}

#container_top
{ text-align: left;
  vertical-align: top;
  width:'*'; 
  height: 102px;
}

#container_top_right
{ text-align: right;
  vertical-align: top;
  width: 200px; height: 110px;
}

#container_left_sidebar, #container_right_sidebar
{ padding:10px 0 0 0;
  text-align: left;
  vertical-align: top;
  width: 200px;
}

#container_main_content
{ text-align: left;
  vertical-align: top;
  width:'*';
  padding-top:10px;
}



/* ====================== DEFAULT STYLES OF VARIOUS COMPONENTS ====================== */

/* padding for all general components */
.cpt_news_short_list, .cpt_survey, .cpt_category_tree, .cpt_maincontent,
.cpt_currency_selection, .cpt_divisions_navigation, .cpt_auxpages_navigation
{ 
font-size:100%;
  text-align: left;
  padding: 10px;
padding-left:3px;
  width: '100%';

}

ul.vertical, ul.horizontal
{ padding: 0px;
  margin: 0px;
}
ul.horizontal{
width: 100%;
overflow: hidden;
}
.vertical li
{ padding-left: 0px;
  padding-bottom: 5px;
}
.horizontal li
{ float: left;
  margin-right: 30px;
list-style-image: url(../../images/arrow.gif);
}

.cpt_divisions_navigation ul
{ 
margin:0px;

}

.cpt_auxpages_navigation ul.vertical
{ list-style-image: url('../../../../images/li_infopages.gif');
  padding-left: 15px;
}
.cpt_auxpages_navigation .vertical li
{ padding-left: 5px;
}
.cpt_auxpages_navigation ul.horizontal
{ list-style-type: none;
  padding-left: 0px;
}



.content a:link, .content a:visited, .cpt_shopping_cart_info,
.product_list a:link, .product_list a:visited,
.news_title a:link,.news_title a:visited,
.cpt_root_categories a:link, .cpt_root_categories a:visited,.news_viewall a:link, .news_viewall a:visited, .cpt_divisions_navigation a:link, .cpt_divisions_navigation a:visited, .cpt_shopping_cart_info a:link, .cpt_shopping_cart_info a:visited
{ 
  text-align: center;
  vertical-align: middle;
  font-size:100%;
  color:#3A68A7;
}



.cpt_survey
{ 
color:#000000;
font-size:110%;

}
.survey_question{
 font-weight: bold;
 margin-bottom: 10px;
}
.survey_submit{
 margin-top: 10px;
}
.cpt_survey form{
 padding:0px;
 margin: 0px;
 font-size:100%;
}
.cpt_survey label { font-size:100%; color:#000;}

.cpt_currency_selection
{ text-align: center;
  font-size: 75%;
}
.cpt_currency_selection select
{ font-size: 90%;
}

.cpt_news_short_list
{ 
width:170px;

}
.cpt_currency_selection form{
 display: inline;
}







.cpt_category_tree { 

	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor:pointer; 
width:200px;
}

.cpt_category_tree a:link, .cpt_category_tree a:visited  {
	font-weight: normal;
	color: #3a68a7;

	text-decoration: none;
}
.cpt_category_tree a:active, .cpt_category_tree a:hover {
	color: #3a68a7;
	text-decoration: underline;
}



 
.cpt_category_tree ul{
 margin:0px;
 padding:0px;
list-style:none;

}


.cpt_category_tree .parent {

	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	background-image: url(../../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:14px;
	font-weight: normal;
	text-align: left;
cursor:pointer; 
width:177px;
margin:3px;
}

.cpt_category_tree .parent_current {
 font-weight: normal;
 color: #CD3B00!important;

	background-image: url(../../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:15px;
width:177px;
margin:3px;
}

.cpt_category_tree .parent_current a{
 font-weight: normal;
 color: #CD3B00!important;

}

.cpt_category_tree .child .bullet{
 padding-left: 6px;


	 background-repeat: no-repeat;
 background-position: left center;
 background-image: url("../../../../images/li_unselected.gif");


}


.cpt_category_tree .child_current .bullet{
 padding-left: 5px;
 
}


.cpt_category_tree .child a{
 text-decoration: none;
font-weight: normal;
font-size:98%;
 background-repeat: no-repeat;
 background-position: left center;
 background-image: url("../../images/li_unselected.gif");
 padding-left: 11px;

}

.cpt_category_tree .child_current a{

 padding-left: 1px;
 background-repeat: no-repeat;
 background-position: left center;
 background-image: url("../../images/li_selected.gif");
 padding-left:11px;
 color: #CD3B00!important;
 text-decoration: none!important;


}










a .bullet{
  text-decoration: none!important;
}

.cpt_category_tree .tab{
 margin-left:5px;
}
.cpt_product_add2cart_button
{ padding-top: 10px;
}



.cpt_language_selection a img { border:solid 1px #fff; margin:2px 0;}

.cpt_product_category_info { font-size:75%;}
.product_list {padding:200px; height:270px;font-size:100%;}
.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_top_left .cpt_custom_html { padding:0 0 15px 0;}
#container_top_left a { text-decoration:none; font-size:16px; font-family:Arial, Helvetica, sans-serif; line-height:150%;}
#container_top_left span { padding:0 2px;}
#container_top_left span.cty_l1 { color:#fff;}
#container_top_left span.cty_l2 { color:#353d6b;}
#container_top_left span.cty_l3 { color:#ff500f;}

#container_top .cpt_divisions_navigation, #container_top .cpt_auxpages_navigation
{ font-size:75%;
font-weight:bold;
  height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#container_top .cpt_auxpages_navigation .vertical li
{ padding-left: 0px;
}

#container_top .cpt_divisions_navigation li, #container_top .cpt_auxpages_navigation li { background:url(../../images/cty_li.gif) left 3px no-repeat; padding-left:12px;}
#container_top .cpt_divisions_navigation a, #container_top .cpt_auxpages_navigation a
{ color: white;
  text-decoration: none;
}

#container_top .cpt_auxpages_navigation ul.vertical
{ list-style-image: none;
  padding-left: 0px;
}

#container_top .cpt_divisions_navigation a:hover, #container_top .cpt_auxpages_navigation a:hover
{ text-decoration: underline;
}

#container_top_right .cpt_language_selection, #container_top .cpt_language_selection
{
  height: 18px;
  font-size: 85%;
}
#container_top_right .cpt_language_selection a, #container_top .cpt_language_selection a
{ color: white;
}

#container_top .cpt_product_search
{ background: #95ADDB;
  vertical-align: middle;
  text-align: center;
  padding-top: 17px;
  height: 43px;
# height: 60px;
}
.cpt_product_search form{
 margin: 0px!important;

}
#container_left_sidebar .cpt_product_search, #container_right_sidebar .cpt_product_search, #container_top_right .cpt_product_search
{ background: #DB95AD;
}
#container_main_content .cpt_product_search { background:#353D6B; font-size:75%; padding:15px 0; text-align:center;}
#container_main_content .under_searchform  { background: url(../../images/cty_searchform_transition.gif) right top no-repeat;}
#container_top .cpt_product_search form
{ display: inline;
}

#container_top_right .cpt_shopping_cart_info
{
  height: 74px; 
# height: 80;
}

#container_left_sidebar .cpt_shopping_cart_info
{ background: #B2D281;
  border: 5px solid #90aa60;
}


.container_right_sidebar, .cpt_shopping_cart_info a
{ color: white;text-decoration:underline;
font-size:120%;
}
#container_right_sidebar .cpt_shopping_cart_info a:hover { color:#F0B5B5;}
#container_right_sidebar .right_bg_red { background:url(../../images/cty_right_transition1.gif) left top no-repeat;}
#container_right_sidebar .right_bg_pink { background:url(../../images/cty_right_transition2.gif) left top no-repeat;}
#container_footer .cpt_divisions_navigation { text-align:center;}
#container_footer .cpt_divisions_navigation a
{ 
  font-weight: normal;
}


#container_left_sidebar .cpt_category_tree li { background:url(../../images/cty_arrow_category_small.gif) left 4px no-repeat; padding:0 0 0 15px;}
#container_left_sidebar .cpt_category_tree li.child, #container_left_sidebar .cpt_category_tree li.child_current { background:none;}
#container_left_sidebar .cpt_category_tree a { color:#000; text-decoration:none; line-height:150%;}
.bullet { font-size:0px; } 
#container_left_sidebar .cpt_category_tree a:hover { color:#cd3b00;}
#container_left_sidebar .cpt_auxpages_navigation { background:#353d6b;}
.left_bg_navy { background:url(../../images/cty_left_transition3.gif) left bottom no-repeat; height:20px; font-size:1px; line-height:20px;}
#container_left_sidebar .cpt_auxpages_navigation ul { list-style:none;}
#container_left_sidebar .cpt_auxpages_navigation li { background:url(../../images/cty_arrow_navy.gif) left 3px no-repeat; padding:0 0 0 30px; line-height:20px;}
#container_left_sidebar .cpt_auxpages_navigation li a { color:#fff;  text-decoration:none;}
#container_left_sidebar .cpt_category_tree a, #container_left_sidebar .cpt_auxpages_navigation li a:hover { text-decoration:underline;}
#container_main_content .cpt_product_lists
{ padding:120px;}


.cpt_maincontent, .cpt_maincontent td  {padding-top:0px;padding-left:0px;margin-left:30px;margin-top:20px;font-size:12px;}
#container_main_content ul { list-style-position:inside;}
/* ====================== STYLES OF ELEMENTS THAT APPEAR INSIDE VARIOUS COMPONENTS ====================== */

#searchstring
{ width: 120px;
}

#shpcrtca{
 font-weight: bold;
 font-size: 130%;
 white-space: nowrap;
}

#container_top #searchstring
{ width: 70%;
}

#container_main_content #searchstring
{ width: 70%;
}


/* ====================== PREDEFINED STYLES; edit, but do not delete these styles ====================== */

.small
{ font-size: 70%;
}
.big
{ font-size: 150%;
}

.background1, .background1 td
{ background-color: #D9E9FF;
}

.btn_checkout
{ font-size: 130%;
  font-weight: bold;
  margin: 10px;
  padding: 3px;
}

.prdbrief_add2cart
{ padding-top: 5px;
}

.error_block
{ font-weight: bold;
  color: red;
}

#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: #c43500;
  font-weight:bold;

}
.news_title
{ padding-bottom: 10px;}
.news_title a { color:#000; font-weight:normal;}
.news_title a:hover { color:#C43500;}

.news_viewall
{ padding-bottom: 10px; font-size: 85%;
}
.news_subscribe, .news_thankyou
{ padding: 5px;

}
.news_subscribe img { vertical-align:middle;}
h1.welcome { color:#353D6B; font-weight:normal; font-size:19pt; letter-spacing:-1px; margin:10px ;}

/************************
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: #d9e9ff;
}
.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: brown;
 text-decoration: line-through;
}
.totalPrice{
 color: #F04949;
 font-weight: bold;
 font-size: 130%;
 line-height:250%;
}
.youSaveLabel{
 font-size: 75%;
}
.youSavePrice{
 font-size: 75%;
}
.prd_out_of_stock {
 font-style:  italic;
}
.product_list a { text-decoration:none; }
.product_list a:hover { border-bottom:solid 0px; color:#000066;}
.product_list td a:hover { border:none;}
.prdbrief_thumbnail {  vertical-align: middle;border:solid 1px; color:#000066; padding:5px;margin-top:1px;width:160px;height:180px;}
.prdbrief_name {width:160px;height:50px;text-align:center;}
.prdbrief_name a { font-size:106%; text-decoration:none; text-align:center;}
.prdbrief_name a:hover { border-bottom:solid 1px;}
.product_option { width:100%; width:auto;}

.prdbrief_price {width:160px;height:20px;text-align:center;}

/************************
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: #D9E9FF;
 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: 130%;
line-height:140%;
  font-weight: bold;
  text-decoration:none;
}
.rcat_root_category:hover { border-bottom:solid 1px;}
.rcat_products_num
{ color: #999999;
  font-size: 80%;
}
.rcat_child_categories a
{
  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: 200px;
}
#subscribed4news{
 width:auto!important;
}
#reg_fields_tbl td textarea, .addressform td textarea{
 width: 200px;height: 100px;
}
#reg_fields_tbl select {
 width: 200px; }

 
#reg_submit_btn{
 font-size:150%;
 font-weight: bold;
}

/*********
SEARCH IN CATEGORY
**********/
#cat_advproduct_search{
 background-color: #D9E9FF;
 	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;}

.cpt_maincontent center { clear:both;}
#cat_top_tree { overflow:hidden; margin-top:10px;}
.hndl_submit_prds_cmp, #cat_product_sort { margin:10px 0;}
/************
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:428px;}
.checkout_addresses td { } 
/**********************
ORDER STYLES
***********************/
tr#ord_total_row * {
	font-size: 105%;
	font-weight: bold;
}
.row_odd td {
	background-color: #F2F8FF;
}
.row_even td {
	border: 0px solid #D9E9FF;
	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;
}
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;}



/*OLEG*******************************************************/

img {border: 0px solid}

body {
	margin:0px;

	background-color: #ffffff;
margin: 0px;
  padding: 0px;
  text-align:center;


}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #4c5f84;
}

a:link, a:visited {
	color: #fe3c6c;
	text-decoration: underline;
}
a:active, a:hover  {
	color: #bc313f;
	text-decoration: none;
	text-align: right;
}


.top {
	width: 997px;
	height:141px;
	background-image: url(../../images/top.jpg);
	background-repeat: no-repeat;
}

.center {
	width: 997px;
}

.girl1 {
	height: 245px;
	width: 138px;
	border: 2px solid #FFF;
	margin-top: 23px;
	margin-left: 31px;
	position: absolute;
}

.girl2 {
	height: 245px;
	width: 138px;
	border: 2px solid #FFF;
	margin-top: 23px;
	margin-left: 226px;
	position: absolute;
}

.girl3 {
	height: 245px;
	width: 138px;
	border: 2px solid #FFF;
	margin-top: 23px;
	margin-left: 422px;
	position: absolute;
}

.girl_blik {
	
	height: 245px;
	width: 138px;
	position: absolute;
	z-index: 10;
}


.left {
	background-image: url(../../images/left_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.left_left {
	background-image: url(../../images/left_left.jpg);
	background-repeat: no-repeat;
	width: 203px;
	height:700px;
}

.top_center {

	background-image: url(../../images/top_center.jpg);
	background-repeat: no-repeat;
	height: 0px;
	width: 591px;
}

.centerbg {
	background-color: #fef1e1;
	background-image: url(../../images/top_center.jpg);
	background-repeat: no-repeat;

	height: 95px;
	width: 591px;
}

.tag {
	height: 149px;
	width: 53px;
	z-index: 99;
	margin-left: 150px;
	position: absolute;
	margin-top: 4px;
}
 
.left_left_bottom {
	background-image: url(../../images/left_left_bottom.gif);
	background-repeat: no-repeat;
	width: 203px;
	height: 21px;
}

.left_leftdiv {
	width: 180px;
	padding-top: 95px;
	margin-left: 10px;
}

.right_rightdiv {
	width: 180px;
	margin-top: 95px;
	margin-left: 10px;
}


.right_right {
	background-image: url(../../images/right_right.jpg);
	background-repeat: no-repeat;
	width: 203px;
	height:700px;
}


.right_right_bottom {
	background-image: url(../../images/right_right_bottom.gif);
	background-repeat: no-repeat;
	width: 203px;
	background-position: left top;
}

.shop {
	font-family: arial,Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 21px;
}

.shop  a:link, .shop  a:visited  {
	color: #3a68a7;
	text-decoration: underline;
}
.shop  a:active, .shop  a:hover {
	color: #3a68a7;
	text-decoration: none;
}

.button {
	background-image: url(../../images/button.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 165px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	vertical-align: middle;
	padding-left: 15px;
	margin-bottom: 10px;
	line-height: 21px;
	z-index: 1;	
}

.cart {
	width:170px;
 height: 90px;
	margin-top: 105px;
	margin-left: 810px;
	position: absolute;	
}

.content {
	padding: 0px;
	line-height: 21px;
}

.collumn {
	padding-left: 10px;
	width:160px;
}
.collumn2 {
	padding-left: 3px;
	width:178px;
}

.bottom {
	background-image: url(../../images/bottom.jpg);
	background-repeat: no-repeat;
}

.footer {
	height: 55px;
	width: 591px;
}

.right {
	background-image: url(../../images/right_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.phone {
	height: 33px;
	width: 180px;
	margin-top: 40px;
	margin-left: 730px;
	position: absolute;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #2085c5;
}

.menutop {
	height: 20px;
	width:600px;
#	position: absolute;
	margin-top: 110px;
	margin-left: 200px;

}

.menubottom {
	height: 20px;
	width:600px;
	position: absolute;
	margin-top: 110px;
	margin-left: 215px;
}

.menu1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	background-image: url(../../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	font-weight: bold;
	text-align: left;
margin-left: 11px;

cursor:pointer; 
}

.menu1 a:link, .menu1 a:visited  {
	font-weight: bold;
	color: #3a68a7;
	text-decoration: none;
}
.menu1 a:active, .menu1 a:hover {
	color: #3a68a7;
	text-decoration: underline;
}



.menu1 ul
{ 
list-style-image: url('../../../../images/li_infopages.gif');
margin: 0px;
}


.menu1 ul.horizontal
{ list-style-image: url('../../../../images/li_infopages.gif');
  padding-left: 0px;
}







.menu12 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	padding-left: 15px;

	text-align: left;
}

.menu12 a:link, .menu12 a:visited  {

	color: #3a68a7;
	text-decoration: none;
}
.menu12 a:active, .menu12 a:hover {
	color: #3a68a7;
	text-decoration: underline;
}












.menu2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
}

.menu2 a:link, .menu2 a:visited  {
	color: #FFF;
	text-decoration: underline;
}
.menu2 a:active, .menu2 a:hover {
	color: #FFF;
	text-decoration: none;
}

.menu3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.menu3 a:link, .menu3 a:visited  {
	color: #FFF;
	text-decoration: underline;
}
.menu3 a:active, .menu3 a:hover {
	color: #FFF;
	text-decoration: none;
}


.menu4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.menu4 a:link, .menu4 a:visited  {
	color: #FFF;
	text-decoration: underline;
}
.menu4 a:active, .menu4 a:hover {
	color: #FFF;
	text-decoration: none;
}









.menu{
    padding-top:10px;

	padding-left: 29px;
	font-weight: bold;
	text-align: left;


}
.menu ul li a, .menu ul li a:visited{
    display:block;
    text-decoration:none;
    color:#000;
    width:100px;
    height:20px;
    text-align:center;
    line-height:20px;
    font-size:11px;
    overflow:hidden
 float: left;
  margin-right: 30px;

}
.menu ul{
    padding:0;
    margin:0;
 float: left;
  margin-right: 30px;
list-style-image: url(../../images/arrow.gif);

}
.menu ul li{
    float:left;
    position:relative}

.menu ul li ul{
    display:none
}
.menu ul li:hover a{
    color:#fff;
    background:#36f
}
.menu ul li:hover ul{
    display:block;
    position:absolute;
    top:21px;
    left:0;
    width:105px
}
.menu ul li:hover ul li a{
    display:block;
    background:#eeeeee;
    color:#000
}
.menu ul li:hover ul li a:hover{
    background:#6fc;
    color:#000
}




.horizontal1 li,.horizontal1 li a:link,.horizontal1 li a:visited
{ float: left;
	font-family: arial,Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
 margin-right: 30px;
 color:#3a68a7;
list-style:none;
}
































#nav UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; 
list-style-type: none;

}
#nav LI {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
list-style-type: none;


cursor:pointer; 

}
#nav LI A {
	PADDING-RIGHT: 10px; DISPLAY: block; PADDING-LEFT: 5px; 


PADDING-BOTTOM: 8px; 
MARGIN: 0px 5px 0px 0px; 
COLOR: #3969A5; 
PADDING-TOP: 8px; 
FONT-FAMILY: Verdana, Arial, Tahoma; 
TEXT-DECORATION: none; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
list-style-type: none;
	background-image: url(../../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
padding-left: 14px;

}
#nav LI A:hover {
	 COLOR: #37A0E1; 

}
#nav LI A:active {
background:#FFFFFF;
	 COLOR: #3969A5; moz-border-radius-topleft: 5px; moz-border-radius-topright: 5px; khtml-border-radius: 5px; webkit-border-top-left-radius: 5px; webkit-border-top-right-radius: 5px; webkit-border-bottom-left-radius: 0px; webkit-border-bottom-right-radius: 0px
}
#nav LI LI A {
background:#eeeeee;
	 PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FLOAT: none; PADDING-BOTTOM: 2px; MARGIN: 0px 0px 0px -1px; WIDTH: 180px; COLOR: #3969A5; PADDING-TOP: 2px; BORDER-BOTTOM: #37A0E1 1px solid; moz-border-radius-topleft: 0px; moz-border-radius-topright: 0px; khtml-border-radius: 0px; webkit-border-top-left-radius: 0px; webkit-border-top-right-radius: 0px; webkit-border-bottom-left-radius: 0px; webkit-border-bottom-right-radius: 0px
}
#nav LI LI A:link {
background:#eeeeee;
	 PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FLOAT: none; PADDING-BOTTOM: 2px; MARGIN: 0px 0px 0px -1px; WIDTH: 180px; COLOR: #3969A5; PADDING-TOP: 2px; BORDER-BOTTOM: #37A0E1 1px solid; moz-border-radius-topleft: 0px; moz-border-radius-topright: 0px; khtml-border-radius: 0px; webkit-border-top-left-radius: 0px; webkit-border-top-right-radius: 0px; webkit-border-bottom-left-radius: 0px; webkit-border-bottom-right-radius: 0px
}
#nav LI LI A:visited {
background:#eeeeee;
	 PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FLOAT: none; PADDING-BOTTOM: 2px; MARGIN: 0px 0px 0px -1px; WIDTH: 180px; COLOR: #3969A5; PADDING-TOP: 2px; BORDER-BOTTOM: #37A0E1 1px solid; moz-border-radius-topleft: 0px; moz-border-radius-topright: 0px; khtml-border-radius: 0px; webkit-border-top-left-radius: 0px; webkit-border-top-right-radius: 0px; webkit-border-bottom-left-radius: 0px; webkit-border-bottom-right-radius: 0px
}
#nav LI LI A:hover {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px;  text-align:left;PADDING-BOTTOM: 2px; COLOR: #37A0E1; 

background:#eeeeee;
PADDING-TOP: 2px;
}
#nav LI UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; Z-INDEX: 9999; LEFT: -999em; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 190px; PADDING-TOP: 0px; POSITION: absolute; HEIGHT: auto
}
#nav LI LI {
	
}
#nav LI UL A {
	WIDTH: 160px
}
#nav LI UL A:hover {
	
}
#nav LI UL A:active {
	
}
#nav LI UL UL {
	MARGIN: -30px 0px 0px 191px
}
#nav LI:hover UL UL {
	LEFT: -999em
}
#nav LI:hover UL UL UL {
	LEFT: -999em
}
#nav LI.sfhover UL UL {
	LEFT: -999em
}
#nav LI.sfhover UL UL UL {
	LEFT: -999em
}
#nav LI:hover UL {
	LEFT: auto
}
#nav LI LI:hover UL {
	LEFT: auto
}
#nav LI LI LI:hover UL {
	LEFT: auto
}
#nav LI.sfhover UL {
	LEFT: auto
}
#nav LI LI.sfhover UL {
	LEFT: auto
}
#nav LI LI LI.sfhover UL {
	LEFT: auto
}
#nav LI:hover {
	POSITION: static
}
#nav LI.sfhover {
	POSITION: static
}
#nav .current_page_item A {
	COLOR: #000000; moz-border-radius-topleft: 5px; moz-border-radius-topright: 5px; khtml-border-radius: 5px; webkit-border-top-left-radius: 5px; webkit-border-top-right-radius: 5px; webkit-border-bottom-left-radius: 0px; webkit-border-bottom-right-radius: 0px
}






* HTML IMG.png {
	; BEHAVIOR: expression( (
    	function(e){
    		if(!e.rewritten){
				e.style.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src="'+e.src+'", sizingMethod="scale")';
				e.src='../../images/nocolor.gif';
				e.rewritten = true;
    		}
    	}
    )(this))
}
* HTML INPUT.png {
	; BEHAVIOR: expression( (
    	function(e){
    		if(!e.rewritten){
				e.style.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src="'+e.src+'", sizingMethod="scale")';
				e.src='../../images/nocolor.gif';
				e.rewritten = true;
    		}
    	}
    )(this))
}


.product_brief_block {

border: 0px solid #D9E9FF;
margin: 2px;
  padding: 2px;
width:130px;
height:246px;
}

.haupt {
	font-family: arial,Tahoma, Geneva, sans-serif;
	font-size: 12px;
text-align: justify;

}

.pp td {
border:solid 0px #4FAFF0;
margin: 0px;
padding: 1px;
}

.cpt_maincontent {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

#cat_info_left_block p{
  display:none!important;
}