BODY {
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size:11px;
    background:#FFF;
	color:#333333;
	}
DIV {
	margin: 0 auto; 
	padding:0px;
	}
A  {    
	 color:#333333;
     text-decoration: underline;
	}
A:hover { 
	color:#333333;
    text-decoration: none;
	}
IMG {
	border:0px;
	}
INPUT, TEXTAREA, SELECT{
	margin: 0px;  
    color: #333333;
    font-family: Tahoma, Arial, Helvetica, Sans-serif;
	}
	
#container1 {
  width:999px;
  position:relative;
}
#header {
    width:999px;
}	
#main_content {
     width: 999px;	
     height: auto;
     overflow: auto;
	
}
#column_left {
    width:204px;
 	padding:10px 0 5px 0;
}
#content {
    width:571px;
	padding:10px 10px 5px 10px;
}
#content_2 {
     width:780px;
		padding:10px 15px 5px 0;
}
#content_2_left {
    width:780px;
	padding:10px 0 5px 15px;
}
#content_3_center {
	padding:10px 0 10px 0;
	
}
#column_right{
   width:204px;
	padding:10px 0 5px 0;
}
#footer {
	padding:10px 0 10px 0;
	font-size:11px;
}
.box_column_margin {
  margin-bottom:10px;
}
.helpTooltips  {
 border:1px solid #DFDFDF;
 background-color: #F2F6F4;
 padding: 5px;
 font-size: 11px;
 width: 200px;  
 cursor:help;
}
.loading {
 display:none; 
 position:absolute; 
 z-index:10;
 background-color:#FFF; 
 padding:20px 40px 20px 40px;
 border:5px solid #0e9bd6;
 color:#0e9bd6;
}
.width_input  INPUT{
  width:250px;
  padding:5px;
}

.rc_windowContainer{ z-index:1; background-color:#FCFCFC; }

/*head validator*/ 
.rc_windowHead{
   background:#29303A;
   height:26px;
   border-bottom:1px solid #D6D6D6;
 }
 
.rc_windowTitle{
   float:left;
   padding:5px 0 0 10px; 
   color:#F6F7F9;   
   font-weight:bold;
   font-size:12px;
 }
 
.rc_windowbtclose{
  background:url(../images/shop_buttons/close.gif) no-repeat center;
   float:right;
   width:21px;
   height:21px;
   margin:2px 3px 0 0;
   cursor:pointer;
 }
 /*head end*/ 
 
.rc_windowbodyContainer {background-color:#FCFCFC;}
 
.rc_windowBody {padding:20px 15px 20px 15px; background:#FCFCFC;}
 
.window_title {
  font-weight:bold;
  font-size:11px;
  padding:10px 0 0 0;
  white-space:nowrap;
}

.window_input {
  font-size:10px;
  color:red;
}

.alert_fValidator {
  background-color:#FAEBE7 !important;
  border:1px dashed #EB340A !important;
}

.rc_div_alert{
  color:#EE340A;
  padding:2px 0 5px 0;
  font-size:10px;
}

.validator_arr {font-size:14px;font-weight:bold;color:red;}
P, H1, H2, H3, H4, H5 {
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
	}
FORM, INPUT, TEXTAREA, SELECT, RADIO, CHECKBOX {
	margin: 0px;
    padding: 0px;
}
DIV {
	margin: 0 auto; 
	padding:0px;
	}
IMG { border:0px }	
.ul {
	margin:0 auto;
	padding:0;
	width:100%;
	position:relative;
	list-style:none;
	display:inline;
	}
.li {
	float:left;
	margin:0 auto;
    padding:0;
	}
.fl {
	float:left;
	}
.fr {
	float:right;
	}
.al {
	text-align:left;
	}
.ar {
	text-align:right;
	}
	
.ac {
	text-align:center;
	}
	
.aj {
	text-align:justify;
	}
.vt {
    vertical-align:top;
    }	
.vm {
    vertical-align:middle;
    }
	
.vb{
    vertical-align:bottom;
    }		
	
.clear {
	clear:both;
	}
	
.strong {
	font-weight:bold;
	}
	
.nowrap {
	white-space:nowrap;
}
.through {
     text-decoration: line-through; 
}
.help {
  cursor:help;
}
.pointer {
  cursor:pointer;
}
.font-1 {
  font-size:1px;
}
.font-10 { font-size:10px;}
.font_normal {
  font-weight:normal;
}
.lowercase  {text-transform: lowercase;}
.rc_button {
  opacity: 1;
}
.rc_button_hover {
  opacity: 0.8;
}
.rc_salert_mini {
	text-align: center;
	box-shadow: 3px 3px 10px #DDDDDD;
	border-radius: 4px 4px 4px 4px;
	cursor: pointer;
}
.rc_warning {
    background-color: #FAEBE7;
    border: 2px solid #CC0000;
	
}
.rc_info {
    background-color: #DBEAF9;
    border: 2px solid #619DD8;
}
#page-flip { position:relative; right:0; top:0; float:right; z-index:999;}
#page-flip-image { width:50px; height:52px; z-index:999; position:absolute; right:0; top:0; -ms-interpolation-mode:bicubic; }
#page-flip-message { width:50px; height:50px; overflow:hidden; position:absolute; right:0; top:0;cursor:pointer;}
#toTop {
    background: url("/templates/images/ui.totop.png") no-repeat scroll left top transparent;
    border: medium none;
    bottom: 10px;
    display: none;
    height: 51px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-decoration: none;
    text-indent: -999px;
    width: 51px;
}
#toTopHover {
    background: url("/templates/images/ui.totop.png") no-repeat scroll left -51px transparent;
    display: block;
    float: left;
    height: 51px;
    opacity: 0;
    overflow: hidden;
    width: 51px;
}
#toTop:active, #toTop:focus {
    outline: medium none;
}
#rc_gallery {
	position: fixed; 
	top: 0px; 
	width: 100%; 
	overflow: hidden; 
	left: 0px; 
	margin-top: 0px;
	z-index: 10000;
	text-align: center;
}
#rc_galleryThumbContainer {
	display: none;
    left: 0;
    overflow: hidden;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 10030;
	bottom: 0px;
	
}
#rc_galleryThumbContainer li {
	background: none repeat scroll 0 0 #000;   
    display: inline-block;
    margin: 0 8px;
    padding: 4px;
	cursor: pointer;
}
#rc_gallery_image img {
	border: 10px solid #FFF;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	border-radius: 10px;
	margin-bottom: 10px;
}
#rc_galleryThumbContainer li img {
	opacity: 0.6;
}
#rc_galleryThumbContainer li.active img,#rc_galleryThumbContainer li:hover img  {
	opacity: 1;
}
#rc_galleryThumbContainer li.active {
	background: none repeat scroll 0 0 #FFF;
	cursor: default;
	
}
#rc_galleryThumbContent span {
    background: none repeat scroll 0 0 #000000;
    display: block;
    height: 75px;
    width: 100px;
	padding: 0 8px;
}
#rc_galleryThumbContent ul {
    margin: 12px auto;
	padding: 0;
}
#rc_galleryThumbContainer{
    background: none repeat scroll 0 0 #2E2E2E;
    height: 128px;
    margin: 0 auto;
    
}
#rc_galleryThumbContent {
	overflow: hidden;
}
span.photoNext, span.photoPrev {
    background: url("../../images/gallery_arrows.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 100%;
    position: fixed;
    width: 73px;
    z-index: 10000;
	top: 0px;
	
}
span.photoPrev {
    background-position: 0px 50%;
    left: 0;
}
span.photoPrev:hover {
    background-position: -73px 50%;
}
span.photoNext {
    background-position: -146px 50%;
    right: 0;
}
span.photoNext:hover {
    background-position: -219px 50%;
}
#rc_gallery_closeBtn {
	top: 0px;
	right: 0px;
	position: absolute;
	background: url("../../images/gallery_close.png");
	background-position: 0 0;
	height: 73px;
	width: 73px;
	z-index: 10010;
	cursor: pointer;
}
#rc_gallery_closeBtn:hover{
	background-position: 73px 0;
}
#rc_galleryThumbContainer span.thumbNext, #rc_galleryThumbContainer span.thumbPrev {
    background: url("../../images/thumb_arrows.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 100%;
    width: 40px;
	position: absolute;
	height: 100%;
}
#rc_galleryThumbContainer span.thumbPrev {
    background-position: 0px 50%;
    left: 0;
}
#rc_galleryThumbContainer span.thumbNext {
    background-position: -40px 50%;
    right: 0;
}
#zoom_container { display:block; position:absolute; overflow:hidden; margin:10px auto 0px; border:0px #FFFFFF solid; background: #FFF;}
#zoomer_image { display:block; position:absolute; }
#zoomer_region { background:#666666; border:none; position:absolute; top:0px; left:0px; cursor:move; }
/* multiselect */
.MultiSelect .titlePanel div {
    float: left;
    font-size: 12px;
	width: 180px;
}
.MultiSelect .titlePanel a {
    float: right;
    height: 17px;
    width: 17px;
	background: url("/templates/images/icons/filter_close.png") top right no-repeat;
	margin: 10px;
}
.MultiSelect .bottomPanel, .MultiSelect .titlePanel {
    clear: both;
    overflow: auto;
	margin: 5px;
}
.MultiSelect .bottomPanel div, .MultiSelect .titlePanel div {
    margin: 10px;
}
.bottomPanel a,.bottomPanel a:hover{
color:#3D3D3D;
}
.MultiSelect .titlePanel {
    border-bottom: 1px solid #DDDDDD;
	font-weight: bold;
}
.MultiSelect .bottomPanel {
    border-top: 1px solid #DDDDDD;
}
.MultiSelect.hidden INPUT, .MultiSelect.hidden label {
	display:none;
}
.MultiSelect {
	width: 100%;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	display: block;
	position: relative;
	height: 19px;
	color: #3D3D3D;
	
}
.MultiSelect .monitor {
	width: 100%;
	line-height: 14px;
	overflow: hidden;
    background-color: #FFFFFF;
    border: 1px solid #AAAAAA;
    height: 19px;    
    text-align: center;
    white-space: nowrap;
	
}
.MultiSelect .monitor > div {
	background: url("/templates/images/icons/filter_select.png") top right no-repeat;
	padding: 0 18px 0 0;
	margin: 2px;
}
.MultiSelect .monitor div div {
	padding: 1px 0 0 0;
	margin: 0;
}
.MultiSelect .wrapper {
	position: absolute;
	z-index: 1000;
	top: 20px;
	right: 0;
	width: 250px;
	overflow: hidden;
	list-style: none;
	background-color: #FFF;
	border: 1px solid #C8C8C8;
	min-width: 180px;
}
.MultiSelect .wrapper.big {
	width: 430px;
}
.MultiSelect .wrapper.big ul {
	height: 340px;
	overflow: auto;
}
.MultiSelect > INPUT, .MultiSelect > LABEL {
	display: none;
}
.MultiSelect .wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0 5px;
	
}
.MultiSelect .wrapper ul li {
	padding: 2px 10px;
	float: left;
	width: 180px;
}
.MultiSelect .wrapper ul li input {
	position: relative;
}
.MultiSelect .wrapper ul li label {
	left: 30px;
	position: relative;
}
.MultiSelect .wrapper ul li.hover,
.MultiSelect .wrapper ul li.selected.hover {
	text-decoration: underline;
}
.MultiSelect .wrapper ul li.selected {
	text-decoration: underline;
}
.rc_filter_select_list2 {
    background: none repeat scroll 0 0 #F2F3F1;
    color: #000000;
    padding: 10px 1px 5px;
}
.rc_filter_tags .tags {
	background-color: rgb(255, 255, 255); 
	padding: 3px; 
	border: 1px solid rgb(205, 205, 205); 
	border-radius: 3px 3px 3px 3px;
}
.rc_filter_tags .tag {
	background-color: rgb(168, 168, 168);
	border: 1px solid rgb(156, 156, 156); 
	padding: 5px; 
	margin: 5px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
}
.rc_filter_tags .tag a {
	float: right;
    height: 7px;
    width: 7px;
	background: url("/templates/images/icons/filter_cross.png") top right no-repeat;
	margin-left: 8px;
	margin-top: 4px;
	text-decoration: none;
}
.filter_input {
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	width:55px; 
	float: left; 
	text-align: center;
	height: 19px;
	margin-right: 5px;
}
.filter_input2 {
    background-color: #FFFFFF;
    border: 1px solid #AAAAAA;
    float: left;
    height: 19px;
    margin-right: 5px;
    text-align: center;
    width: 230px;
}
/* end multiselect */
.cookies_info {
	text-align: center;
	margin:5px;
}
.header_top_menu {
 position:absolute;
 top:285px;
 left:26px;
 color:#FFF;
 font-size:14px;
 Font-family: Verdana; 
}
.header_top_menu_center {
    padding:10px 15px 0 15px;
  height:21px;
}
.header_top_menu_center_hover { 
   padding:10px 15px 0 15px;
 height:21px;
}
.header_top_menu_center  a , .header_top_menu_center  a:hover  {color:#FFF; text-decoration:none; }
.header_top_menu_center_hover a, .header_top_menu_center_hover a:hover {color:#FFF; text-decoration:underline; }
.header_logo {
  position:absolute;
  top:30px;
  left:1px;
  width:180px;
  height:160px;
  
  
}
.header_online {
  position:absolute;
  top:10px;
  left:25px;
  color:#119CD5;
}
.header_main {
  height:327px;
  width:999px;
  background:url('../images/header/header.jpg') top left no-repeat;
}
.header_shopping_cart {
   position:absolute;
   top:3px;
   right:25px;
    color:#119CD5;
}
.header_shopping_cart_info {
    color:#119CD5;
}
.header_languages_info {
  padding-top:3px;
  color:#FFF;
}
.lang_top {
  position:absolute;
  top:290px;
  right:15px;
}
.header_languages {
  padding:0 5px 0 5px;
}
.box_table_big_cart {border:1px solid #C5D4EA;}
.header_search {
  position:absolute;
  top:182px;
  right:345px;
}
.raquo_ha {color:#C4EAF9;}
.header_search_adv {padding:12px 0 0 5px}
.header_search_adv a {color:#070B44;}
.header_search_adv a:hover {color:#070B44;}
.header_search_input {
  background:url('../images/header/header_search.png') left center no-repeat;
  border:none;
  height:21px;
  width:144px;
  text-align:center;
  color:#FFF;
  padding:3px 4px 0 4px;
}
.box_search_input {
  background:url('../images/boxes/s_input.gif') left center no-repeat;
  border:none;
  width:144px;
  text-align:center;
  color:#363636;
  padding:8px 2px 8px 2px;
}
.box_search_si {}
.header_search_button{
  border:0;
  padding:0px;
}
.footer {
  padding-top:5px;
  color:#FFF;
}
.footer a {
  color:#333333;
    text-decoration:none;
}
.footer a:hover {
  color:#333333;  
   text-decoration:underline;
}
.footer_copyright {
  padding:5px 0 10px 0;
  color:#999;
  font-size:10px;
  text-decoration:none;
      border-bottom:1px solid #0C9CD7;
}
.footer_copyright a,.footer_copyright a:hover {color:#999;}
/* boxes */
.box_table {
  background:url('../images/boxes/box_head.png') top no-repeat;
}
.box_table_a {
  background:url('../images/boxes/box_head_a.gif') top no-repeat;
 }
.box_heading_a {
    padding:0px 5px 10px 5px;
    font:bold 14px Arial, Helvetica, sans-serif; 
	color:#FFF;
}
.a_head {
   
  width:100%;
  font:bold 16px Verdana, Helvetica, sans-serif; 
  padding:10px;
  color:#119CD5;
}
.a_head_2 {
  width:100%;
  font-size:11px;
  padding:8px 7px 9px 10px;
  background: #119CD5;
  color:#FFF;
}
.a_head_33 {
  width:100%;
  font-size:11px;
  padding:8px 7px 9px 10px;
  
}
.box_heading_3 {
    padding:5px 5px 20px 10px;
    font:bold 12px Verdana, Helvetica, sans-serif; 
	color:#FFF;
	background:#006699;
}
.box_body_4  {
  background:#0579a8;
  color:#FFF;
}
.box_body_4 a, .box_body_3 a:hover{ color:#FFF;}
.box_heading {
    padding:0px 5px 0 20px;
    font:bold 12px Verdana, Helvetica, sans-serif; 
	color:#FFF;
	height:45px;
}
.box_heading_data {
  padding-top:14px;
}
.box_body_c {
 
}
.box_body_c a{
   color:#FAFAFA;text-decoration:none;
}
.box_body_c a:hover{
   color:#FAFAFA; text-decoration:underline;
}
.box_body  a{
    text-decoration:none;
}
/*boxes data style*/
.boxes_data {
  text-align:left;
  color:#333333;
 }
.boxes_data a, .boxes_data a:hover {
  color:#333333;
  text-decoration:none;
}
.boxes_data_lavel {  
  text-align:left;
}
.boxes_data_lavel a,.boxes_data_lavel a:hover {
  color:#333333;
  text-decoration:none;
}
.box_data_bg_level_3 { background:url('../images/boxes/boxes_data_level_1.png') repeat-y top center;}
.box_data_bg_level_4 { background:url('../images/boxes/boxes_data_level_1.png') repeat-y top center;}
.boxes_data_text ,.boxes_data_level_text {padding:10px 5px 8px 20px;}
.boxes_data_row,.boxes_data_level_row  {
  padding:0 5px 0 5px;
  font-weight:bold;
  color:#333333;
  font-size:12px;
}
.boxes_data_hover,.boxes_data_active, .boxes_data_level_hover,.boxes_data_level_active  {
  text-align:left;
  background:#119CD5;
  color:#FFF;
  
}
.boxes_data_hover a, .boxes_data_hover a:hover , .boxes_data_level_hover a, .boxes_data_level_hover a:hover {
  color:#FFF;
  text-decoration:none;
}
.boxes_data_active a, .boxes_data_active a:hover,.boxes_data_level_active a, .boxes_data_level_active a:hover   {
  color:#FFF;
  font-weight:bold;
  text-decoration:none;
}
.boxes_data_separator, .boxes_data_level_separator {
  height:2px;
  width:204px;
    background:url('../images/boxes/s_separator.gif') repeat-x top;
  
 }
 
 .boxes_data_separator_f {
  height:2px;
  width:204px;
  background:url('../images/boxes/a_separator.gif') repeat-x top;
 }
/*boxes data style end*/
/* box for filter */
.box_filter_table {
  background:url('../images/boxes/box_filter_heading.png') no-repeat top;  
}
.box_filter_table  a {
  color:#E25500;text-decoration:underline;
}
.box_filter_table  a:hover {
  color:#E25500;text-decoration:none;
}
.box_filter_heading {
    padding:6px 5px 20px 30px;
    font:bold 16px Arial, Helvetica, sans-serif; 
	color:#FFF;
}
.filtr_heading  {
	font:bold 12px Verdana, Helvetica, sans-serif; 
	padding:5px 0px 5px 5px;
   color:#FFF;
	
}
.filter_count {color:#0579a8; font-weight:normal;}
.filtr_heading_delete {
	padding:5px 10px 5px 10px;
	color:#444;
	background:#FAFAFA;
	border-top:1px solid #DFDFDF;
}
.filter_data_padding {
  padding:5px 20px 5px 20px;
}
/* prices */
.price_1,.price_2,.price_1_big ,.price_2_big  {
     font-size: 12px;
     color: #e78506;
}
.currency,.currency_big {
     font-size: 12px;
      color: #e78506;
      text-transform:lowercase;
}
.price_big {
  font-size:12px;
}
.view_price_old  {font-size:11px;}
.view_price_def, .view_price_tax{
  font-size:10px; 
}
.view_price_shipping {
  margin-top:5px;
  font-size:10px;
   color: #333333;
}
.view_price_global {
   padding:10px 5px 10px 5px;
     color: #333333;
	 font-weight:normal;
}
.view_price_def {
  margin-top:5px;
    color: #333333;
}
.box_products_title {
  padding:10px;
  font-size:14px;
  font-family:Verdana; 
  
}
.box_products_title  a {
  color:#333333;
  text-decoration:none
}
.box_products_title  a:hover {
  color:#333333;
    text-decoration:underline;
}
.box_products_title_2 {
  padding-top:5px;
}
.box_products_title_2  a {
  color:#333333;
  text-decoration:none;
}
.box_products_title_2  a:hover {
  color:#333333;
  text-decoration:underline;
}
.box_bestsellers_counter {
  font:bold 16px Arial, Helvetica, sans-serif; 
  margin:0 5px 0 5px;
  padding:2px;
  color:#FFF;
  background:#e78506;
}
.box_currencies {
  padding:10px 10px 20px 10px;
}
.box_currencies  SELECT, INPUT{
  font-size:11px;
  padding:3px;
  color:#363636;
  background:#FFF;
  border-bottom:1px solid #119CD5;
  border-left:1px solid #119CD5;
  border-top:1px solid #119CD5;
  border-right:1px solid #119CD5;
}
.shop_button_1 {
  background: url('../images/shop_buttons/center_1.gif') repeat-x;
  font-weight:bold;
  padding:8px 5px 0px 5px;
  color:#FFF;
  font-size:11px;
  line-height:1;
}
.shop_button_1 a, .shop_button_1 a:hover {
  text-decoration:none;
  color:#FFF;
}
.shop_button_2 {
  background: url('../images/shop_buttons/center_2.gif') repeat-x;
  padding:6px 15px 4px 15px;
  color:#FFF;
  font-size:18px;
}
.promo_button_1 {
  background: url('../images/promo_buttons/promo_center_1.gif') repeat-x;
  font-weight:bold;
  padding:1px 5px 3px 5px;
  color:#FFF;
  font-family:Tahoma;
  font-size:10px;
}
.promo_button_2 {
  background: url('../images/promo_buttons/promo_center_2.gif') repeat-x;
  font-weight:bold;
  padding:1px 5px 3px 5px;
  color:#FFF;
  font-family:Tahoma;
  font-size:10px;
}
.box_newsletter {
   padding:10px 0 10px 10px;
}
.box_newsletter   INPUT {
  color:#333399;
  background:#FFF;
  border-bottom:1px solid #E5EBF5;
  border-left:1px solid #9AA5B5;
  border-top:1px solid #8992A1;
  border-right:1px solid #E5EBF5;
  padding:4px 3px 4px 3px;
  width:130px;
}
.box_search  {
   padding:40px 0 20px 0;
}
.m_start_produts_name {
   font-weight:bold;
   width:100%;  
}
.list_separator {
  background: url('../images/boxes/list_separator.gif') repeat-y center;
  width:7px;
}
.relative {
  position:relative;
}
.box_data_separator {
  background: url('../images/boxes/box_data_separator.gif') repeat-x center; width:180px;
}
.box_data_separator_x {
  background: url('../images/boxes/box_data_separator.gif') repeat-x center; 
}
.box_tags {padding:5px; color:#FFF; text-align:center; }
.box_tags a {text-decoration:none;}
.box_tags a:hover {text-decoration:underline;}
.box_red {color:red;}
.box_bg {}
.box_bg  IMG, .box_bg_hover  IMG{ }
.box_bg_hover { }
.searcher_separator {
    background:url('../images/boxes/box_data_separator.gif') bottom repeat-x;
}

.f_short_description {
  font-weight:normal;
  padding:10px 0 10px 0;
  color:#026AB3;
  line-height:1.4;
}


.view_stock_info_text_ok {
  padding:5px 0 5px 0;
  color:#026AB3;
  font-weight:bold;
  font-size:10px;
}

.view_stock_info_text_not {
  padding:5px;
  color:#FF0000;
  font-weight:bold;
  font-size:10px;
}

.listing_table {
 
}

.img_promo IMG {border:none;}

.listing_bar_inputer {

 
}

.listing_bar_inputer  SELECT {
  font-size:11px;
  color:#0579A8;
  background:#FFF;
  border-bottom:1px solid #E5EBF5;
  border-left:1px solid #9AA5B5;
  border-top:1px solid #8992A1;
  border-right:1px solid #E5EBF5;
  padding:1px;
}

.listing_shop_promo {
  margin:5px 0 0 5px;

}

.li_listing {
 margin:0px 5px 0 5px; 
 padding:5px 10px 5px 10px;
 background:#FFF;
 border:1px solid #0579A8;
 color:#0579A8;
}

.li_listing  a, .li_listing a:hover {color:#0579A8;text-decoration:none;}

.li_listing_act {
 margin:0px 5px 0 5px; 
 background:#0579A8;
 padding:5px 10px 5px 10px;
 font-weight:bold;
 color:#FFF;
 border:1px solid #0579A8;
}

.listing_1_bg {

}

.listing_0_bg {

}

.modules_listing, .modules_listing a {
  padding:10px 0 10px 0;
  text-decoration:none;
}

.box_breadcrumbs {
  margin-bottom:5px;
  color:#363636;
  font-size:11px;
  background:url('../images/boxes/list_separator.gif') bottom repeat-x;
}

.bread_raquo { color:#FF0000;}

.box_breadcrumbs a {
   color:#363636;
  text-decoration:none;
}

.box_breadcrumbs a:hover {
  color:#0579A8;
  text-decoration:underline;
}

.box_breadcrumbs_active a, .box_breadcrumbs_active  a:hover{
  font-weight:bold;
   color:#0579A8;
  text-decoration:underline;
}

.cms_body {
  padding:10px;
  line-height:1.5;
}

.advenced_search_body {
    width:445px; 
	height:100px;
	overflow:auto;
	padding:10px;
  color:#333333;
  background:#FFF;
  border-bottom:1px solid #E5EBF5;
  border-left:1px solid #9AA5B5;
  border-top:1px solid #8992A1;
  border-right:1px solid #E5EBF5;
}

.advenced_search_body INPUT  {
  border:0;
}

.searcher_no_result_description {
  padding:20px;
  line-height:1.5;
}

.searcher_no_result {
  color:#000;
}

.pinfo_left {
  width:40%;
  padding:5px 10px 0 0
}



.pinfo_right {
  width:60%;
   padding:5px 0 0 0
}

.pinfo_products_name {
  font-size:18px;
    color:#016d98;
  width:100%;
}

.pinfo_model {
  font-size:11px;
    color:#016d98;
}

.pinfo_products_price {
  padding:5px;
  border:1px solid #C5D4EA;
}

.pinfo_contener {
  border:1px solid #C5D4EA;

  padding:10px;
}

.pinfo_descriptions {
  border:1px solid #C5D4EA; 
  margin-top:10px;  
  line-height:1.4;
}

.pinfo_short_desc {
  padding:10px 0 10px 10px;
  line-height:1.4;
   border:1px solid #C5D4EA; 
}

.pinfo_rate_text {
   font-style:italic;
   padding:5px;
   color:#026AB3;
}

.pinfo_rate_signature {
  padding:5px 5px 0 5px;
}

.color_font {
    color:#0579A8;
  font-size:12px;
}

.pinfo_templates_head {
  background:#ADBCC8;
  font-weight:bold;
  padding:5px;
}

.pinfo_templates_data {
  background:#dff6ff;
}

.pinfo_templates_data_2 {
  background:#FFF;
}

.pinfo_templates_hover {
  background:#73d7ff;    
  color:#000;
}

.pinfo_templates_data_2 a, .pinfo_templates_data a {
  cursor:help;
}

.pinfo_templates_contener {

}

.pinfo_files {
   padding:13px 0 10px 10px;
   line-height:1.4;
   }

.pinfo_mini_image  IMG {
  border:1px solid #C5D4EA;
}


.pinfo_options SELECT{
  font-size:11px;
  color:#333333;
  background:#FFF;
  border-bottom:1px solid #E5EBF5;
  border-left:1px solid #9AA5B5;
  border-top:1px solid #8992A1;
  border-right:1px solid #E5EBF5;
  padding:3px;
}

.redcart_input INPUT {
  font-size:11px;
  padding:5px;
  width:300px;
  color:#333333;
  background:#FFF;
  border-bottom:1px solid #E5EBF5;
  border-left:1px solid #9AA5B5;
  border-top:1px solid #8992A1;
  border-right:1px solid #E5EBF5;
}

.redcart_input TEXTAREA {
  font-size:11px;
  padding:5px;
  width:300px;
  height:200px;
  color:#333333;
  background:#FFF;
  border-bottom:1px solid #E5EBF5;
  border-left:1px solid #9AA5B5;
  border-top:1px solid #8992A1;
  border-right:1px solid #E5EBF5;
}

.redcart_input_none  INPUT {
  border:none;
}

.redcart_input SELECT{
  font-size:12px;
  color:#333333;
  background:#FFF;
  border-bottom:1px solid #E5EBF5;
  border-left:1px solid #9AA5B5;
  border-top:1px solid #8992A1;
  border-right:1px solid #E5EBF5;
  padding:3px;
}

.cms_send_mail {
  border:1px solid #FF0000;  
  margin-top:10px;  
  line-height:1.4;
}


.cart_options {
  font-size:10px;
  color:#666; 
}

.cart_head_0 {
  border:1px solid #C5D4EA; 
  background:#119CD5;
  padding:5px 10px 5px 10px;
  font-weight:bold;
  color:#FFF;
}

.cart_head {
  border-right:1px solid #C5D4EA; 
  border-top:1px solid #C5D4EA; 
  border-bottom:1px solid #C5D4EA; 
   background:#119CD5;
  padding:5px 10px 5px 10px;
  font-weight:bold;
  color:#FFF;
}

.cart_body_tr {
  background:#FFF;
}

.cart_body_tr_2{
  background:#F1F1F1;
}

.cart_body_tr_hover {
  background:#E5E7EA;
  color:#026AB3;
}

.price_1_timeout,.price_2_timeout { font-size:37px;}
.currency_timeout { font-size:26px; }
.cart_body_0 {
  border-right:1px solid #C5D4EA; 
  border-bottom:1px solid #C5D4EA;   
  border-left:1px solid #C5D4EA; 

}

.cart_body{
  border-right:1px solid #C5D4EA; 
  border-bottom:1px solid #C5D4EA;
}

.cart_body a {
 text-decoration:none;
 color:#363636;
}

.cart_body a:hover {
 text-decoration:underline;
  color:#026AB3;
}


.cart_sum {
   margin:10px 0 10px 0;
   padding:5px;
   border:1px solid #C5D4EA;  

}

.cart_total {
  color:#FF0000;
  font-size:18px;
}

.cart_step_4 {
  color:#363636;
} 

.cart_step_5 {
   padding:20px;
}

/*sciezka zakupow*/

.cart_wall_big {
 border:1px solid #C5D4EA;
  margin:10px 0 10px 0;

}

.cart_wall_big a, .cart_wall_big a:hover { text-decoration:none;}

.cart_wall_border {
 

}

.cart_wall_active {
  padding-top:5px;
  font-weight:bold;
  color:#0579A8;
}

.cart_wall_not_active {
  padding-top:5px;
   color:#999;
}

/*account*/

.account_heading {
  font-weight:bold;
  border-left:1px solid #C5D4EA; 
  border-bottom:1px solid #C5D4EA; 
  background:#119CD5;
  color:#FFF;
}

.account_table_border {
  border:1px solid #C5D4EA; 
}

.account_body {
  border-left:1px solid #C5D4EA;;
}

.account_data_separator {
  border-top:1px solid #C5D4EA;
}

.account_body_tr {
  background-color:#FFF;
}

.account_body_hover_tr {
  background-color:#dff6ff;
}

.account_view_orders_date {
  color:#026AB3;
  font-size:12px;
}

.allegro_body {
  padding:10px;
}

.allegro_alert {
  line-height:1.5;
  background:#FFF;
  color:#026AB3;
  margin-bottom:5px;
  padding:10px;
    border:1px solid #C5D4EA;
}
  
.rc_filtr_list SELECT {width:150px;}
.rc_filtr_text {text-transform:cappitalize; }
   
.account_limit_out {width:252px;height:19px;float:left;background:url('../images/modules/account_limit_grey.png') left no-repeat;}

.account_limit_in {float:left;padding:4px 0 4px 0; background:url('../images/modules/account_limit.png') left repeat-x;border-left:1px solid #C8C7C5;border-right:1px solid #C8C7C5;　font-size:8px; color:#000; text-align:center;} 
/*
multiBox - for MooTools 1.2 stylesheet - - - - */
a.mb, a:link.mb, a:visited.mb, a:hover.mb, a:active.mb{
	outline:none;
	float:left;
	margin:0 15px 15px 0;
	padding:0;
	text-decoration:none;
	color:#666;
}
.mb img{
	display:block;
	border:none;
}
.mbClear{
	clear:both;
	width:100%;
	height:20px;
}
.mbHidden, .multiBoxDesc{
	display:none;
}
/*
Pop-up styles - - - - */
.MultiBoxContainer{
	position:absolute;
	border:15px solid #AAA;
	background:#FFF;
	display:none;
	z-index:103;
	text-align:left;
}
.MultiBoxLoading{
	background:url(../images/lightbox/loader.gif) center no-repeat;
}
.MultiBoxContent{
	position:relative;
	width:100%;
	height:100%;
}
.MultiBoxClose{
	position:absolute;
	top:-24px;
	right:-24px;
	background:url(../images/lightbox/close.png) no-repeat;
	width:24px;
	height:24px;
	cursor:pointer;
}
.MultiBoxControlsContainer{
	overflow:hidden;
	height:0;
	position:relative;
}
.MultiBoxControls{
	width:100%;
	position:relative;
	background:#AAA;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#000;
}
.MultiBoxDownload a, .MultiBoxDownload a:link, .MultiBoxDownload a:visited, .MultiBoxDownload a:hover, .MultiBoxDownload a:active{
	font-size:9px;
	color:#ccc;
	margin:5px 0 0 35px;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	text-align:right;
	outline:none;
}
.MultiBoxDownload a:hover{
	color:#fff;
}
.MultiBoxPrevious{
	background:url(../images/lightbox/left.png) no-repeat;
	position:absolute;
	width:24px;
	height:24px;
	left:0;
	margin:5px 0 0 0;
	cursor:pointer;
	display:none;
}
.MultiBoxNext{
	background:url(../images/lightbox/right.png) no-repeat;
	position:absolute;
	width:24px;
	height:24px;
	right:0;
	margin:5px 0 0 0;
	cursor:pointer;
	display:none;
}
.MultiBoxNextDisabled{
	background:url(../images/lightbox/rightDisabled.png) no-repeat;
	cursor:default;
}
.MultiBoxPreviousDisabled{
	background:url(../images/lightbox/leftDisabled.png) no-repeat;
	cursor:default;
}
/*
Bottom text - - - - */
.MultiBoxTitle{
	position:relative;
	margin:10px 0 0 35px;
	float:left;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	display:inline;
}
.MultiBoxNumber{
	position:relative;
	width:90px;
	margin:10px 35px 0 0;
	float:right;
	font-size:11px;
	text-align:right;
	display:none;
}
.MultiBoxDescription{
	clear:left;
	position:relative;
	margin:0 35px 0 35px;
	padding:5px 0 0 0;
	font-size:11px;
	text-align:left;
	
}
/*
Overlay icon - - - - */
.OverlayIcon{
	background:transparent url(../images/lightbox/MagIcon.png) no-repeat;
	position:absolute;
	right:-5px;
	top:-5px;
	width:17px;
	height:17px;
}
/*
MooTools tips - - - - */
.mbTips{
	background:#fff;
	font-size:10px;
	color:#000;
	border:1px solid #3FB6E2;
	padding:2px;
}
.mbTips .tip-text{
	display:none;
}
.png, .MultiBoxClose, .MultiBoxPrevious, .MultiBoxNext, .MultiBoxNextDisabled, .MultiBoxPreviousDisabled { 
	behavior: url(/templates/css/iepngfix.htc); 
}
.boxanimations{
	position:absolute;
}
.box_Anim_container{
	width:200px;
	
	float:left;
}
.boxes_products_cont{
	width:200px;
	float:left;
	margin:0 10px 10px 15px;
}

.boxes_products{
	width:200px;
	float:left;
	
}
#boxAnim_info{
	background:#fff !important;
	color:red !important;
	cursor:default
}
.mask{
	position:relative;
	width:200px;
	height:200px;
	overflow:hidden;
}
