/* -----------------------------------------------------------------------------------------
   File: boxes_design.css   

   Jan Schöne - Web &design;
   http://www.web-und-design.net

   Copyright (c) 2008-2009 Web &design; 
   -----------------------------------------------------------------------------------------
   Version 1.0.0 (public)
   
   Contains complete styling for left and right boxes with background-images.
   ---------------------------------------------------------------------------------------*/

.box_body {
	background: url(img/box_body.gif) repeat-y;
	padding: 0 5px 1px 9px;
}

.box_footer {
	background: url(img/box_footer.gif) no-repeat;
	height: 8px;
}

.box_left, .box_right {
	margin-top: 5px;
	background: url(img/box_header.gif) no-repeat;
}

.box_left h3 {
	width: 80%;
	border-bottom: 1px solid #845E51;
	text-align: center;
	font-size: 90%;
	letter-spacing: 0.1em;
	margin-left: 10%;
	padding-top: 9px;
	padding-bottom: 3px;
}

.box_right h3 {
	width: 80%;
	border-bottom: 1px solid #845E51;
	text-align: center;
	font-size: 90%;
	letter-spacing: 0.1em;
	margin-left: 10%;
	padding-top: 9px;
	padding-bottom: 3px;
}

.box_img {
	padding: 3px;
	margin: 5px 5px 5px 0;
	border: 1px solid #845E51;
}

.box_price {
	font-size: 100%;
	font-weight: bold;
}

.content_box {

}

.content_box li {
	float: left;
	padding-right: 10px;
	background: url(img/nav_bg_right.gif) no-repeat right;
}

.content_box a {
	padding-left: 10px;
	background: url(img/nav_bg_left.gif) no-repeat left;
}
