/* eCommerce OnlineShop */
#price {
	float:left;
	height:63px;
	width:300px;
	background-image: url(../images/eCommerce/price.jpg);
	background-repeat: no-repeat;
	margin-top:12px;
}
#price_b {
	width:240px;
	float:left;
	height:63px;
	margin-top:11px;
}
/*Gruppierungen Eigenschaften START */
#properties_groups_1 {
	float: left;
	width: 48%;
	margin-right: 3.9%;
	margin-bottom:12px;
}
#properties_groups_2 {
	float: left;
	width: 48%;
	margin-bottom:12px;
}
#properties_groups_3 {
	margin-bottom:12px;
	float: none;
	clear: both;
}
#properties_groups_4 {
	margin-bottom:12px;
	float: none;
	clear: both;
}
#properties_groups_5 {
	margin-bottom:12px;
	float: none;
	clear: both;
}
/*Gruppierungen Eigenschaften ENDE */
.pos_button {
	color: #000000;
	background-color: #FFFFFF;
	margin: 1px;
	padding: 6px;
	height: auto;
	width: auto;
	border: 1px solid #CCCCCC;
}
#item_cart {
	margin-bottom:6px;
	padding:6px;
	min-height:36px;
	border-bottom-color:#CCC;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}
#item_cart:hover {
	background-color:#FFF;
	margin-bottom:6px;
	padding:6px;
}
/*FORM */
.label_eCommerce {
	float: left;
	width: 40%;
	margin-right:16px;
}
/* */
#button_eCommerce {
	float:left;
	margin:0;
	color: #666;
	text-decoration: none;
	height:36px;
	white-space: nowrap;
	background-image: url(../images/navi/backer_navi_passive.jpg);
}
#button_eCommerce:hover {
	float:left;
	margin:0;
	color: #CCC;
	text-decoration: none;
	background-color: #F93;
	height:36px;
	white-space: nowrap;
	background-image: url(../images/navi/backer_navi_active.jpg);
}
/* Fehlerbox */
#error_message {
	background-color:#FC9;
	padding:8px;
	margin-top:12px;
	margin-bottom:12px;
}
#cart_box {
	padding:12px;
	text-align:left;
	background-color: #F2F0EE;
	margin-bottom:12px;
}
#cart_box:hover {
	padding:12px;
	text-align:left;
	background-color: #F2F0EE;
	margin-bottom:12px;
}
.cart_box_level_1 {
	background-color:#FC9;
}
/* LOGIN*/
#register {
	float: left;
	width: 48%;
	margin-right:4%;
}
#login_clients {
	float: left;
	width: 48%;
}
/*Zauberbox*/
.show_div {
	visibility:visible;
}
.hide_div {
	visibility:hidden;
	display:none;
}
.content_box_grey {
	background-color: #F2F2F2;
}
.content_box_white {
	background-color: #FFF;
}
#content_box_a {
	padding: 8px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	border: 1px solid #C7C7C7;
}
#content_box_grey {
	padding: 8px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	border: 1px solid #C7C7C7;
	background-color: #F0F0F0;
}
#content_box {
	padding: 8px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	border: 1px solid #C7C7C7;
}
.content_box_grey {
	background-color: #F0F0F0;
}
.content_box_white {
	background-color: #FFF;
}
.content_box_red {
	background-color: #c33825;
}
.content_box_dark_grey {
	background-color: #999999;
}
.content_box_dark_white {
	background-color: #FFF;
}
/* Kategorien Übersicht Boxen */
#eCommerce_categories_box {
	margin-top:0px;
	background-color:#EFEFEF;
	float: left;
	width:24%;
	margin-right:1%;
	margin-bottom:1%;	
	min-height:210px;
	overflow:hidden;
}
#eCommerce_categories_box:hover {
	margin-top:0px;
	background-color:#F90;
	float: left;
	margin-right:1%;
	margin-bottom:1%;
	
}
.eCommerce_categories_box_content{
	padding:12px;	

}
.eCommerce_categories_box_title {
	background-color: #D6D6D6;	
		min-height:60px;
}
/*Start Liste Standard*/
ul#eCommerce_list {
	margin:0;
	padding:0;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	width: auto;
	display: block;
}
ul#eCommerce_list li {
	padding:0;
	padding-left: 0px;
	margin:0;
	margin-bottom:0.3em;
	font-size:14px;
	width: auto;

}
ul#eCommerce_list a {
	text-decoration: none;
	padding: 0px 0px 0px 0px;

}
ul#eCommerce_list a:hover {
	text-decoration: underline;
} /* Ende List Standard */