body{
	
	
	background-color: white;

}

body{
	margin: 10px;
	padding: 0px;
}



.content_block_title img.content_block_title_gfx{
	display: none;
}

.content_block_title .content_block_title_text{
	margin: 0px;
}

.second_category_select_menu{
	display: none;
}


.start_shopping_content{
	display: block;
}

.content_line{
	display: block;
	border-bottom: 1px solid white;
}

.page_title{
	height: 15px;
}
.page_title img.page_title_gfx{
	display: none;
}
.page_title .page_title_text{
	margin: 0px;
}

.search_menu{
	display: black;
}

#subscribe_newsletter_on_checkout{
	display: block;
	
}

.footer{
	border-top: 0px;
}

.footer a{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

a{
	color: #666666;
	text-decoration: underline;
}

body, table, div, p, ul{
	color: #666666;
}

.language_menu{	
    display: block;
	position: relative;
	left: 0px;
	top: 0px;
	
}


.language_menu #language_menu_colored_stripe{
	background-color: #D2D2D2;
}


.item_list_item .item_list_item_title{
	font-weight: bold;
	color: #666666;
}
.item_list_item .item_list_item_subtitle{
}
.item_list_item .item_list_item_price{
	font-size: 0.9em;
	color: #666666;
}
.item_list_item .item_list_item_price .item_list_item_old_price{
	text-decoration: line-through;
}

.category_menu{
	background-color: #ffffff;
	border-bottom: none;
	border-top: none;
	border-left: none;
	border-right: none;
}
.category_menu .menu_line{
	border-bottom: 0px solid #666666;
}
.category_menu a{
	color: #666666;
	text-decoration: none;
}
.category_menu a.active{
	font-weight: bold;
}


.cart_menu{
	background-color: #999999;
}
.cart_menu .menu_line{
	border-bottom: 1px solid #000;
}
.cart_menu, .cart_menu table, .cart_menu div{
	color: #000;
}
.cart_menu a{
	color: #000;
	text-decoration: none;
}
.cart_menu #cart_menu_title{
	font-weight: bold;
	color: #000;
}
.cart_menu #cart_menu_title #cart_menu_title_is_empty_note{
	font-weight: normal;
}
.cart_menu #cart_menu_form .menu_line{
 	border-bottom-color: #000;