#ImageBoxOverlay
{
	background-color: #FFF;
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages
{	margin: 0;
	visibility: hidden;
}
#ImageBoxNextImage
{
	background-image: url(images/imagebox/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(images/imagebox/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(images/imagebox/next_image.jpg);
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover
{
	background-image: url(images/imagebox/prev_image.jpg);
	background-repeat:	no-repeat;
	background-position: left bottom;
}
BODY {
	margin: 0 auto;
	padding: 0;
	width: 975px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size:11px;
	background:#000033 url('../images/header/body_bg.gif') repeat-x top;
	color:#CCCCFF;
	}
	
DIV {
	margin: 0 auto; 
	padding:0px;
	}

A  {    
	 color:#6C6CFF; 
     text-decoration: underline;
	}

A:hover { 
	color:#6C6CFF;  
    text-decoration: none;
	}

IMG {
	border:0px;
	}

INPUT, TEXTAREA, SELECT{
	margin: 0px;  
    color: #3B3636;
    font-family: Tahoma, Arial, Helvetica, Sans-serif;
	}
	

#container1 {
  width:975px;
  padding: 0;
  position:relative;
  background:#000 url('../images/header/site.png') repeat-y center;
}

#header {
    width:975px;
	background:url('../images/header/header.jpg') no-repeat top;  
}	



#column_left {
    width:200px;
    padding:10px 0 0 8px;
 
}

#content {
    width:543px;
	margin:10px 7px 10px 7px;
    border:1px solid #000066;

	
}

#content_2 {
    width:751px;
	margin:10px 7px 10px 7px !important;
	margin:10px 7px 10px 3px;
    border:1px solid #000066;
 
}

#content_2_left {
    width:751px !important;
	width:744px;
	margin:10px 7px 10px 7px;
    border:1px solid #000066;

	
}

#content_3_center {
	margin:10px 7px 0 7px;
	padding:10px;
    border:1px solid #000066;

}


#column_right{
    padding:10px 8px 0 0;
    width:200px;
}

#footer {
    width:975px;
	height:40px;
	background: url('../images/boxes/footer_bg.png') no-repeat center; 
	margin-bottom:20px;
}

.box_column_margin {
  margin-bottom:20px;
}

.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:#000033; 
 padding:20px 40px 20px 40px;
 border:5px solid #3C3C97;
 color:#CCCCFF;
}

.width_input  INPUT{
  width:250px;
  padding:5px;
}

.rc_windowContainer{ z-index:1; background-color:#000; }

/*head validator*/ 
.rc_windowHead{
   background:#0425A3;
   height:26px;
   border-bottom:1px solid #000;
 }
 
.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:#000;}
 
.rc_windowBody {padding:20px 15px 20px 15px; background:#000;}
 
.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;
  filter: alpha(opacity = 100);
}
.rc_button_hover {
  opacity: 0.8;
  filter: alpha(opacity = 80);
}
#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;}
.header_main {
   height:228px;
}

.header_top_menu {
 position:absolute;
 top:197px;
 left:15px;
 font-weight:bold;
 font-size:12px;
}

.header_search {
 color: #fff;
  margin:95px 0 0 100px;
  padding: 5px 10px 0 10px;
}

.header_logo {
   position:absolute;
   top:18px; 
   left:0;
}


.header_top_menu_center {
   padding:8px 5px 0 5px; 
   color:#CCCCFF;
   font-size:12px;
}

.header_top_menu_center  a {
   color:#CCCCFF;
   text-decoration:none;
   
}

.header_top_menu_center  a:hover {
   color:#FFF;
   text-decoration: underline;
}

.header_top_menu_center_act {
   padding:8px 5px 0 5px; 
    color:#FFF;
   font-size:12px;
}

.header_top_menu_center_act a, .header_top_menu_center_act a:hover {
 color:#FFF;
 text-decoration:none;
}

.header_menu_separator {
 padding:10px 2px 0 2px;
}

.bread_1 {
  background:url('../images/header/bread_1.jpg') no-repeat left;  
  width:418px;
  padding:5px 0 0 40px;
}

.bread_3 {
  background:url('../images/header/bread_3.jpg') repeat-x;   
}

.bread_4 {
  background:url('../images/header/bread_4.jpg') no-repeat right;  

}

.box_breadcrumbs {
  color:#FFF;
  padding:10px;
}

.box_breadcrumbs  a,.box_breadcrumbs_active a{
  color:#FFD30E;
   text-decoration:underline;
}

.box_breadcrumbs  a:hover,.box_breadcrumbs_active  a:hover  {
  color:#FFD30E;
   text-decoration:none;
}

.header_sc {
  padding:0 5px 0 5px;
}

.header_languages_bg {
margin:7px 20px 0 0;
 }
 
.header_languages  {
  padding:8px 5px 8px 5px;
}

.header_shopping_cart {
position:absolute;
top:206px;
right:10px;
font-size:11px;
color:#CCCCFF;
}

.header_online {
  position:absolute;
  top:17px;
  left:20px;
  color:#6C6CFF;
}

.footer {
  padding:5px 20px 20px 20px;
  color:#000033;
  font-size:12px;
  font-weight:bold;
}

.footer a {text-decoration:none;}

.footer_links {
  color:#000033;
  font-size:12px;
  font-weight:bold;
}

.footer_links a { 
color: #000033;
text-decoration:none; }

.footer_links  a:hover {   
color: #000033;
text-decoration: underline;
}

.footer_copyright  {
  color:#CCCCFF;
  text-decoration:none;
  font-size:9px;
  font-weight:normal;
}

.footer_copyright a ,.footer_copyright a:hover{
  color:#CCCCFF;
}

/* boxes */
.box_table {
width:200px;
background:url('../images/boxes/box_heading.png') no-repeat ;
}

.box_color {
   background:#D2E8F4;
}

.box_color a{
   color:#FFD30E;
}


.box_sc_title {padding:10px;color:#6C6CFF;}



.box_table_shopping_cart {
  background:#2797CF; 
  color:#000;
}

.shopping_color_white, .shopping_color_white a, .shopping_color_white a:hover {
  color:#6C6CFF;
}

.box_heading {
    height:35px;
    font-weight:bold;
	text-transform:uppercase;
	color:#CCCCFF;
    font-size:12px;

}

.box_heading_data {
  padding:10px 5px 0px 25px;
}

.box_body {  
  background:#000;
  border-left:1px solid #000066;
  border-right:1px solid #000066;
  padding-top:10px;
  font-size:12px;
}


.box_data, .box_data_2  {
  padding:7px 5px 7px 10px; 
 
}

.box_data  a ,.box_data_2  a,.box_data_color a  {
   color:#6C6CFF;
   text-decoration:none;
}

.box_data  a :hover,.box_data_2  a:hover,.box_data_color a:hover  {
    color:#CCCCFF;
   text-decoration:underline;
}


.box_data_color {
  padding:7px 5px 7px 10px;
}

.box_data_separator  {
  background:url('../images/boxes/sepsa.gif') repeat-x top;
}

.box_img IMG {border:2px solid #333399;}


.box_data_hover {
   padding:7px 5px 7px 10px;
   cursor:pointer;
   color:#CCCCFF;
  
}

.box_data_hover2 {
   padding:7px 5px 7px 10px;
   cursor:pointer;
   color:#CCCCFF;
   
}

.box_data_hover  a, .box_data_hover  a:hover,.box_data_hover2  a, .box_data_hover2  a:hover{
  color:#CCCCFF;
  text-decoration:none;
}

.box_data_hover_level {
   padding:7px 5px 7px 10px;
   cursor:pointer;
}

.box_data_hover_level2 {
   padding:7px 5px 7px 10px;
   cursor:pointer;
}

.box_data_hover_level  a ,.box_data_hover_level2  a,.box_data_hover_level  a:hover,.box_data_hover_level2  a:hover{
  color:#CCCCFF;
  text-decoration:none;
}

.box_green { color: #6C6CFF; }

.box_white {color:#FFF;}

.box_red{ color: #FF0000; }

.box_active, .box_active_level  {    
   padding:7px 5px 7px 10px;
   cursor:pointer;
   font-weight:bold;
 
} 

.box_active a ,.box_active_level a,.box_active a:hover,.box_active_level a:hover  { 
  color:#CCCCFF;
  text-decoration:none;
} 

/* box for filter */



.filtr_heading  {
	font-weight:bold;
	padding:7px 5px 7px 10px;
	 color:#CCCCFF;
	
}

.filtr_heading_delete {
	padding:5px 10px 5px 10px;
	 color:#CCCCFF;
	border-top:1px solid #D2E8F4;

}

/* prices */
.price_1,.price_2,.currency,.price_1_big ,.price_2_big,.currency_big  {
     font-size: 14px;
     color: #9999CC;
	 font-family:tahoma;
}


.view_price {color:#6666CC;}

.view_price_def, .view_price_tax, .view_price_old {
  font-size:10px;
  color:#9999CC;
}

.view_price_shipping {
  margin-top:5px;
  font-size:10px;
}

.view_price_free_shipping {
 margin-top:5px;
 font-size:10px;
 font-weight:bold;
}

.view_price_global {
   padding:10px 5px 10px 0px;
}

.view_price_def {
  margin-top:5px;
}

.box_products_title {
  font-weight:bold;
  padding:0 5px 0 5px;
  text-align:left;
  font-size:12px;
}


.box_products_foto {
  padding-left:10px;
}

.box_products_foto IMG{
   border:2px solid #333399;
}

.box_bestsellers_counter {
  font-size:18px;
  padding-right:5px;
  color:#818181;
}

.box_currencies {
  padding:10px;
}

.box_currencies  SELECT, INPUT{
  
  font-size:11px;
  border-left:1px solid #151540;
  border-right:1px solid #5E5EAF;
  border-top:1px solid #151540;
  border-bottom:1px solid #8989C4;
  background:#000033;
  color:#6666CC;
  padding:3px;

}

.shop_button_1 {
  background: url('../images/shop_buttons/center_1.gif') repeat-x;
  font-family:Tahoma,Verdana;
  font-weight:bold;
  padding:5px 10px 0px 10px;
   color:#000033;
  font-weight:bold;
  font-size:12px;
  line-height:1;
}

.shop_button_1 a, .shop_button_1 a:hover {
  text-decoration:none;
  color:#000033;
}

.shop_button_4 {
  background: url('../images/shop_buttons/center_4.gif') no-repeat;
  width:105px;
  padding-top:5px;
  text-align:center;
  color:#000033;
  font-weight:bold;
  font-size:12px;
  line-height:1;
}


.shop_button_2 {
  background: url('../images/shop_buttons/center_2.gif') repeat-x;
  padding:4px 10px 0px 10px;
  color:#FFF;
  font-size:18px;
}

.promo_button_1 {
  background: url('../images/promo_buttons/promo_center_1.gif') repeat-x;
  font-weight:bold;
  width:78px;
  color:#CCCCFF;
  font-family:Tahoma;
  font-size:10px;
   text-transform:uppercase;
  text-align:center;
  line-height:1;
}

.promo_button_2 {
  background: url('../images/promo_buttons/promo_center_2.gif') repeat-x;
  font-weight:bold;
  width:78px;
  text-transform:uppercase;
  color:#CCCCFF;
  font-family:Tahoma;
  font-size:10px;
  text-align:center; 
  line-height:1;
}


.box_newsletter {
   padding:15px 0px 5px 10px;
}

.box_newsletter2   INPUT {
  border-left:1px solid #151540;
  border-right:1px solid #5E5EAF;
  border-top:1px solid #151540;
  border-bottom:1px solid #8989C4;
  background:#000033;
  color:#6666CC;
  padding:4px 3px 4px 3px;
  width:140px;
  text-align:center;
}

.newsletter_butt INPUT {border:0;background:none;}

.start_s_button IMG {border:0;}

.start_price {color:#6666CC; }

.box_search  {
   padding:10px 0px 5px 10px;
}



.box_search_adv a {color:#6C6CFF;text-decoration:underline; }

.box_search_adv a:hover {color:#CCCCFF;text-decoration:none; }

.m_start_produts_name {
   font-weight:bold;
   width:100%;  
   text-transform:uppercase;
}

.m_start_produts_name a {
  color:#CCCCFF;
  text-decoration:none;
}

.m_start_produts_name a:hover {
  color:#CCCCFF;
   text-decoration:underline;
}

.m_start_products_name_edit {
  padding-top:5px;
}

.box_table_big_color {
  padding:10px 5px 0 10px;
}

.list_separator {
  background: url('../images/boxes/list_separator.gif') repeat-y center;
  width:7px;
}

.start_color {color:#fff;}
.searcher_separator {
    background:url('../images/boxes/sepsa.gif') top repeat-x;
}

.f_short_description {
  font-weight:normal;
  padding:10px 0 10px 0;
  color:#888;
  line-height:1.4;
}

.f_short_description a {
  color:#FFD30E;

}

.view_stock_info_text_ok {
  padding:5px 0 5px 0;
  color:#333399;
  font-weight:bold;
  font-size:10px;
}

.view_stock_info_text_not {
  padding:5px;
  color:#A70A05;
  font-weight:bold;
  font-size:10px;
}

.listing_table {

}

.listing_bar_inputer {
  padding:10px 10px 10px 10px;
    color:#CCCCFF;
  }

.listing_bar_inputer2  SELECT{
  font-size:11px;
  border-left:1px solid #151540;
  border-right:1px solid #5E5EAF;
  border-top:1px solid #151540;
  border-bottom:1px solid #8989C4;
  padding:1px;
  color:#6666CC;
}

.listing_shop_promo {
  margin:5px 0 5px 0;
}

.li_listing {
 margin:0px 5px 0 5px; 
 padding:5px 10px 5px 10px;
 background:#000033;
 border:1px solid #000066;
}

.li_listing a {
  color:#CCCCFF;
}

.li_listing a:hover {
  color:#FFF;
}

.li_listing_act {
 margin:0px 5px 0 5px; 
 background:#333399;
 padding:5px 10px 5px 10px;
 font-weight:bold;
 color:#FFF;
 border:1px solid #000066;
}

.listing_1_bg {

}

.listing_0_bg {

}

.modules_listing, .modules_listing a {
  padding:10px 0 10px 0;
  text-decoration:none;
}


.cms_body {
  padding:10px;
  line-height:1.5;
}

.advenced_search_body {
    width:445px; 
	height:100px;
	overflow:auto;
	border-left:1px solid #151540;
    border-right:1px solid #5E5EAF;
    border-top:1px solid #151540;
    border-bottom:1px solid #8989C4;
	padding:10px;
    background:#000033;
}

.advenced_search_body INPUT  {
  border:0;
}

.searcher_no_result_description {
  padding:20px;
  line-height:1.5;
}

.searcher_no_result {
  color:#333399;
}

.searcher_foto IMG {
  border:2px solid #333399;
}

.pinfo_left {
  width:40%;
  padding:5px 10px 0 0
}

.pinfo_body {
  padding:10px;
  line-height:1.5;
  border:1px solid #000066;
}


.pinfo_right {
  width:60%;
   padding:5px 10px 0 0
}

.pinfo_products_name {
  font-size:18px;
  color:#CCCCFF;
  width:100%;
}

.pinfo_model {
  font-size:11px;
  color:#818181;
}

.pinfo_products_price {
  padding:5px;
  border:1px solid #000066;
}

.pinfo_contener {
  border:1px solid #000066;
  padding:10px;
}

.pinfo_descriptions {
  border:1px solid #000066; 
  margin-top:10px;  
  line-height:1.4;
}

.pinfo_short_desc {
  padding:10px 0 10px 10px;
  line-height:1.4;
  border:1px solid #000066;
}

.pinfo_rate_text {
   color:#818181;
   font-style:italic;
   padding:5px;
}

.pinfo_rate_signature {
  color:#818181;
  padding:5px 5px 0 5px;
}

.color_font {
  color:#CCCCFF; 
}

.pinfo_templates_head {
  background:#ADBCC8;
  font-weight:bold;
  padding:5px;
}

.pinfo_templates_empty {
    background:#B1DCF3;
}

.pinfo_templates_data {
  background:#000033;
    padding:5px;
}

.pinfo_templates_data_2 {
  background:#000;
    padding:5px;
}

.pinfo_templates_data_2 a, .pinfo_templates_data a {
  cursor:help;
}

.pinfo_templates_contener {
 border:1px solid #000066;
}

.pinfo_files {
   padding:13px 0 10px 10px;
   line-height:1.4;
}

.pinfo_mini_image  IMG {
   border:2px solid #333399;
}


.pinfo_options SELECT{
  font-size:11px;
 	border-left:1px solid #151540;
    border-right:1px solid #5E5EAF;
    border-top:1px solid #151540;
    border-bottom:1px solid #8989C4;
    background:#000033;
    padding:3px;
	color:#6666CC;
}

.redcart_input INPUT {
  font-size:11px;
   border-left:1px solid #151540;
  border-right:1px solid #5E5EAF;
  border-top:1px solid #151540;
  border-bottom:1px solid #8989C4;
  padding:5px;
  width:300px;
  color:#6666CC;
  background:#000033;
}

.redcart_input TEXTAREA {
  font-size:11px;
    border-left:1px solid #151540;
  border-right:1px solid #5E5EAF;
  border-top:1px solid #151540;
  border-bottom:1px solid #8989C4;
  padding:5px;
  width:300px;
  height:200px;
    background:#000033;
}

.redcart_input_none  INPUT {
  border:none;
}

.redcart_input SELECT{
  font-size:12px;
    border-left:1px solid #151540;
  border-right:1px solid #5E5EAF;
  border-top:1px solid #151540;
  border-bottom:1px solid #8989C4;
  padding:3px;
   background:#000033;
   color:#6666CC;
}

.cms_send_mail {
  border:1px solid #000066; 
  margin-top:10px;  
  line-height:1.4;
}

.cart_options {
  font-size:10px;
  color:#CCCCFF; 
}

.cart_head_0 {
  border:1px solid #000066; 
  background:#000;
  color:#CCCCFF;
  padding:5px 10px 5px 10px;
  font-weight:bold;
}

.cart_head {
  border-right:1px solid #000066; 
  border-top:1px solid #000066; 
  border-bottom:1px solid #000066; 
   background:#000;
  color:#CCCCFF;
  padding:5px 10px 5px 10px;
  font-weight:bold;
}

.cart_body_tr {
}

.cart_body_tr_2{
  background:#1C181E;
}

.cart_body_tr_hover {
  background:#000033;
}

.cart_body_0 {
  border-right:1px solid #000066; 
  border-bottom:1px solid #000066;  
  border-left:1px solid #000066; 

}

.cart_body{
  border-right:1px solid #000066; 
  border-bottom:1px solid #000066;  
}

.cart_sum {
   margin:10px 0 10px 0;
   padding:10px;
    border:1px solid #000066;  
}

.cart_total {
  color:#6666CC;
  font-size:18px;
}

.cart_step_4 {

} 

.cart_step_5 {
   padding:20px;
   border:1px solid #000066;
}

/*sciezka zakupow*/

.cart_wall_big {
 border:1px solid #000066;
 margin:10px 0 10px 0;
 background:#000;
  width:938px !important;
 width:937px;
}

.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:#CCCCFF;
}

.cart_wall_not_active {
  padding-top:5px;
  color:#AFAFAF
}

/*account*/

.account_heading {
  font-weight:bold;
  background:#000;
  color:#CCCCFF;
  border-left:1px solid #000066;
  border-bottom:1px solid #000066;
}

.account_table_border {
  border:1px solid #000066;
}

.account_body {
  border-left:1px solid #000066;
}

.account_data_separator {
  border-top:1px solid #000066;
}

.account_body_tr {
}

.account_body_hover_tr {
}

.account_view_orders_date {
  color:#818181;
  font-size:12px;
}

.allegro_body {
  padding:10px;
}

.allegro_alert {
  line-height:1.5;
  border:1px solid #D6D6D6;
  margin-bottom:5px;
  padding:10px;
}


  
.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;
}
