.header_left {
width: 220px;
}

.header_center {

}

.header_right {
width: 220px;
}

/*-- error & msg --*/
.headerError {
font-size: 10px;
color: #ff0000;
font-weight : bold;
}
.headerMessage {
background-color: #00CC33;
}
.infoBoxNoticeContents {
background: #FFE6E6;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
}



/*-- column --*/
.column_box_container, column_box_heading, .column_box_content {
width: 220px; 
float: left;
border: 0px solid #000000;
}
.column_box_container {
padding:0px;
margin-bottom: 10px;                                                            
}
.column_box_heading {
font-weight: bold;	
font-size: 12px;
color: #000000;
/*color: #ffffff;*/
background-color: #FFD46E;
/*background-color: #cb0a1c;*/
padding: 5px;
margin-bottom: 2px;
}
.column_box_content {
width: 208px; 
/*border: 1px solid #cb0a1c;*/
border: 1px solid #FFD46E;
padding: 5px;
background-color: #ffffcc;
}

.column_center {
width: 100%;
}
.column_left {
width: 220px;
background-color: #ffffcc;
}
.column_right {
width: 220px;
}

/*-- column --*/

/*-- categories --*/
.categories_box_container, categories_box_heading, .categories_box_content {
width: 220px; 
float: left;
border: 0px solid #000000;
}
.categories_box_container {
padding:0px;
margin-bottom: 0px;
}
.categories_box_heading {
font-weight: bold;	
font-size: 12px;
color: #ffffff;
background-color: #cb0a1c;
padding: 5px;
margin-bottom: 5px;
}
.categories_box_content {
}
.cat_module_row {
 font-size: 12px;
 line-height: 1.5;
 border: 1px solid #ffffcc;
}
.cat_module_row_over { 
/*background-color: #D7E9F7; */
border: 1px solid #ffffff;
font-size: 12px;
line-height: 1.5; 

border-bottom:  1px;
border-top:  1px;
border-right:  0px;
border-left:  0px;
border-color: #cb0a1c;
border-style: solid;
}
/*-- categories--*/

/*-- top navigation --*/
.top_nav_horizontal {
width: 100%; 
height: 100%; 
border-bottom: 1px; 
border-top: 1px; 
border-left: 0px; 
border-right: 0px; 
border-style: solid; 
border-color: #cb0a1c; 
margin-top: 5px; 
margin-bottom: 5px;
background-color: #ffffcc;
padding: 2px;
}
/*-- top navigation --*/

/*-- generell --*/
.text_bold {
font-weight: bold;
}

.bg_dotted_line {
background-image: url(img/layout/dotted_line.gif);
background-repeat: repeat-x;
font-size: 5px;
}

.bg_dotted_line_yell {
background-image: url(img/layout/dotted_line_yell_bg.gif);
background-repeat: repeat-x;
font-size: 7px;
}

.line_bottom_space {
font-size: 5px;
}

.line_bottom_space_small {
font-size: 2px;
}




.contentsTopics {
font-size: 18px;
font-weight: bold;
color: #CB0A1C;
}
.content_subtitle {
font-size: 12px;
font-weight: bold;
color: #565656;
/*margin-bottom: 10px;*/
margin-top: 10px;
}

.continue_container {
border: 1px solid #565656;
background-color: #EFEFEF;
color: #565656; 
}
.continue_container_bold {
font-weight: bold;
}




.moduleRow {
padding: 5px;
background-color: #FFD46E;
}
.moduleRowOver {
padding: 5px;
background-color: #cb0a1c; 
cursor: pointer; cursor: hand;
}
.moduleRowSelected {
padding: 5px;
background-color: #cb0a1c;
}




.title_white {
color: #000000;
padding: 5px;
}


.inputRequirement {
font-size: 10px; 
color: #ff0000; 
size: 100;
}



.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
/*-- generell --*/


/*-- shopping cart --*/
.productListing {
border: 0px solid #b6b7cb;
background-color: #CB0A1C;
border-spacing: 0px;
}

.sc_listing_head {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
/*background-color: #CB0A1C;*/
background-color: #FFD46E;
color: #000000;
font-weight: bold;
padding: 3px;
}


.product_listing_data_light {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-color: #ffffff;
  border-bottom: 1px solid #B6B7CB;  
}
.product_listing_data_dark {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-color: #ffffcc; 
  border-bottom: 1px solid #B6B7CB; 
}

.product_listing_data_border_bottom {
  border-bottom: 1px solid #B6B7CB; 
}

.checkoutBarFrom, .checkoutBarTo { 
font-size: 10px; 
color: #565656; 
}

.checkoutBarCurrent { 
font-size: 10px; 
color: #CB0A1C; 
}

/*-- shopping cart --*/

/*-- address boxes--*/
.address_header, .address_header_select {
font-size: 11px;
font-weight: bold;
color: #000000;
/*background-color: #565656;*/
background-color: #FFD46E;
border: 0px solid red;
}

.address_header {
padding: 5px;
}

.address_header_extra { 
font-size: 11px;
font-weight: bold;
color: #ffffff;
}	

.address_content {
font-size: 11px;
font-weight: normal;
padding: 5px;
color: #565656;
background-color: #ffffff;
/*border: 1px solid #565656;*/
border: 1px solid #FFD46E;
}

/*-- address boxes--*/




/*-- best_sellers ---*/
.bs_products_subtitle {
font-size: 9px;
}
.bs_products_title {
font-size: 10px;	
font-weight: bold;
}

.bs_products_price, .bs_products_uvp {
font-size: 10px;	
font-weight: normal;
}
 
.bs_products_you_save {
font-size: 10px;
color: #CB0A1C;
font-weight: bold;
}

.bestseller_heading_column {
font-size: 11px;
color: #ffffff;
background-color: #CB0A1C; 
text-align: left;
font-weight: bold;
padding: 2px;
}

/*-- best_sellers ---*/


.apo_h_menu_link, .apo_h_menu_link:hover { font-size: 12px; color: #000000; font-weight: bold;}
.red_text {color: #CB0A1C;}
.time_to_shipping_link, .time_to_shipping_link:hover {text-decoration: none;}
.account_link {
color: #ffffff; 
font-size: 9px; 
font-family: arial;
}

.account_link:hover {
color: #FFD46E;
text-decoration: underlined;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #FFD46E;
  height:17px;
  color: #000000;
}

TD.infoBoxHeading_right {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #C4C4C4;
  height:17px;
  color: #000000;
}

.mainpage_bs_box {
background-color: #ffffcc;
}

/*-- platnosci payment --*/
.platnosci_main {
	float:left;
	margin-left:20px;
	margin-bottom:15px;
}

.platnosci_radio {
	padding: 5px;
	background-color: #FFD46E;
}

.platnosci_img {
	height:110px; 
	width:120px; 
	margin-top:2px; 
	padding:10px;
	font-size: 11px;
	font-weight: normal;
	padding: 5px;
	color: #565656;
	background-color: #ffffff;
	border: 1px solid #FFD46E;
	text-align:center;
}

.voucher_box {
	background-color: #ffffcc;
	border: 1px solid #FFD46E;
}