
p.error_msg {
	font-weight: bold;
	text-align: center;
	margin: 50px;
	font-size: 15px;
	width: 600px;
	border: 1px solid red;
	background-color: white;
	color: red;
	padding-top: 50px;
	background-image: url(../img/shop/error.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}

p.action_msg, p.action_msg2 {
	font-weight: bold;
	text-align: center;
	margin: 50px;
	font-size: 15px;
	width: 600px;
	border: 1px solid #0C0;
	background-color: white;
	color: #0C0;
	padding-top: 50px;
	background-image: url(../img/shop/ok.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

p.action_msg2 {
	margin: 0 0 20px 0px;
}

li.order_rules {
	font-weight: bold;

}

p.admin_warning {
	font-weight: bold;
	color: red;
}



a.show_discount {
	font-weight: bold;
}

.table_products {
}

.table_products td{
	border: 1px solid #5f5f5f;
	text-align: center;
	vertical-align: bottom;
}

.table_products_even td{
	border: 1px solid #5f5f5f;
	text-align: center;
	vertical-align: bottom;
}

.table_products_odd td{
	border: 1px solid #5f5f5f;
	text-align: center;
	vertical-align: bottom;
}

.td_products_1 {

	width: 80px;
}

.td_products_2 {
	width: 100px;
}

.td_products {
	width: 55px;
	padding: 5px 0 5px 0;
}

.table_products_even .td_products_1, .table_products_even .td_products_2, .table_products_even .td_products {
	background-color: #0F6;
}

.table_products_odd .td_products_1, .table_products_odd .td_products_2, .table_products_odd .td_products {
	background-color: #0CF;
}
/*
.table_products_even {
	background-color: red;
}
*/

DIV#shop_menu {
	width: 620px;
	margin-left: 130px;
	margin-top: 20px;
}

DIV#shop_menu td {
	text-align: center;
}

DIV#shop_menu a img, DIV#shop_menu a:visited img, DIV#shop_menu img {
	margin: 0 10px 0 10px;
	padding: 0;
	text-decoration: none;
	border: none;
}

.shop_button {
	float: left;
	width: 60px;
	height: 60px;
	margin: 20px;	
}

.shop_menu_end {
	clear: both;
}


a img.delete_shoppingcart {
	border: 0px solid #333;
	text-decoration: none;
}

.shoppingcart_clearer {
	height: 1px;
	overflow: hidden;
	width: 170px;
	background-color:#333;
}

/***** RECHNUNG - ORDER */

p.order_from {
	margin: 0;
	padding: 0;
}

div.order_from {
	height: 250px;
	border: 0px solid black;
	clear: both;
}


div.order_from1 {
	float: left;
	margin-top: 10px;
	width: 40%;
}

div.order_from1 h1{
	font-size: 18px;
}

div.order_to {
	float: right;
	width: 30%;
}

.link_to_bill {
	text-align: center;
	margin-top: 20px;
}

.link_to_bill a{
	font-size: 20px;
}

table.table_bill {
		width: 100%;
}


table.table_bill tr.headline td {
	border: 0px solid #333;
	padding: 5px 0 5px 0px;
	font-weight: bold;
}

table.table_bill tr td {
	border: 0px solid #333;
	padding: 5px 0 5px 0px;
}

p.order_total {
	text-align: right;
	padding: 10px 0 0 0;
	border-top: 1px solid black;
	border-bottom: 4px double black;

}

img.print_button {
	border: 0;
}

/* product hinzufügen */

TABLE.table_buy {
	width: 100%;
}

TABLE.table_buy tr {
	height: 20px;
}


TABLE.table_buy tr td {
	text-align: center;
	border: 1px solid #5f5f5f;
	
}

span.saved_money {
	color: red;
	font-weight: bold;
}


p.info_green {
 color: #00CC00;
 background-color: #FFFFFF;
 font-weight: bold;
 border: 1px solid #000;
}

