/* tpl shop_main.html */
.shop_navi{
	width: 200px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	background-color: #ccc; 
}
.shop_content{
	width: 800px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	background-color: #fff; 
}

/* warenkorb anzeige */
.shop_wk_header{
	background-color: #eeeeee; 
}
.shop_wk_content{
	border-top: 1px solid #000000;
}


.shop_footer{
	padding:10px;
	background-color: #ccc; 
}

/* hintergrund horizontale linie */
.shop_hr_bg{
	background-color: #ff9900;
}

/* shop navi buttons */
a.shop_nav_button:link, a.shop_nav_button:visited, a.shop_nav_button:active{	
	color: #ff9900;
	background-color: #eeeeee; 
	border: 1px solid #ff9900;
	/*width: 85px;*/
	text-align: center;
	text-decoration: none;		
	padding: 2px;
	display:table-cell;
	height: 20px;
}
a.shop_nav_button:hover{
	color: #ff9900;
	background-color: #dddddd; 
	border: 1px solid #ff9900;
	/*width: 85px;*/
	text-align: center;
	text-decoration: none;		
	padding: 2px;
	display:table-cell;
	height: 20px;
}


/* tpl shop_main.html */
.shop_artkat_tbl{
	width: 150px;
	border: solid 1px black;
	background-color: #fff; 
}
a.shop_artkat:link, a.shop_artkat:visited, a.shop_artkat:active{
	color: #FF6600;
	font-weight:bold;
	text-decoration:none;
}
a.shop_artkat:hover{
	color: #FF6600;
	font-weight:bold;
	text-decoration:underline;
}
a.shop_artkat_h:link, a.shop_artkat_h:visited, a.shop_artkat_h:active, a.shop_artkat_h:hover{
	color: #FF6600;
	font-weight:bold;
	text-decoration:underline;
}

/* tpl warenkorb.html */
.shop_wk_preis{
	background-color: #eeeeee;
	padding:3px; 
}
.shop_wk_preis_h{
	background-color: #dddddd;
	color: #FF6600;
	padding:3px; 
}
.shop_wk_td{
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
}

/* bestellschritte */
.shop_step{
	background-color: #eeeeee;
	color: #000;
	padding:4px;
}
.shop_step_h{
	background-color: #dddddd;
	color: #FF6600;
	font-weight:bold;
	padding:4px;
}

