/**
*	This Styleheet contains all Boxstyles. Boxes are used for the Navigation of the site.
*	Autor: Florian Kraft
*/

/** GeneralStyles **/

.outerBox {
	padding-bottom:10px;
	background-color: #EEEEEE;
	font-size:11px;
}

.boxHeading_first {
	border-top: none;
	border-bottom: 2px solid white;
	padding: 5px;
	background-color:#00487A;
	color: white;
	font-weight: bold;
}

.boxHeading {
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	padding: 5px;
	background-color:#00487A;
	color: white;
	font-weight: bold;
}

.box_content ul {
	list-style-image:url(img/bulletin_blue.gif);
	padding-left: 30px;
}

.box_content ul li {
	font-weight:bold;
	padding-right: 5px;
}

/** Box: "Hilfe" /schnuffi_template/boxes/box_hilfe.html **/

.box_content ul li.break {
	text-decoration:underline;
	margin-top:10px;
	list-style: none;
}

/** Box: "Login" /schnuffi_template/boxes/box_login.html **/

.box_login {
	padding:5px;
}

.box_login input {
	width:150px;
}

#lostpassword {
	margin-top:10px;
}
#passfield {
	width:150px;
}

#loginbutton {
	margin-top:10px;
	width:90px;
}

/** Box: "Bestseller" /schnuffi_template/boxes/box_best_sellers.html **/

.box_bestsellers {
	padding:5px;
}

.box_bestsellers .count {
	border-bottom: 1px solid grey;
	clear:both;
}

.count .right {
	text-align:right;
	font-weight: normal;
}

.count .rightb {
	text-align:right;
	font-weight: bold;
	color: red;
}

.box_bestsellers ol {
	padding-right: 10px;
	padding-left: -10px;
	color:darkblue;
}

/** Box: "Neue Produkte" /schnuffi_template/boxes/box_whatsnew.html */

div.whatsnewimage {
	text-align: center;
}

/** Box: "Admin" /schnuffi_template/boxes/box_admin.html */

div.admin {
	padding: 10px;
}

div.adminhead {
	font-weight: bold;
}

div.admincontent {
	padding-left:15px;
}

.admintrenner {
	height:1px;
	background-color: black;
	border:1px;
}

/** Box: "Preiskategorien" /schnuffi_template/boxes/box_sho_by_price.html */

.box_pricecat {
	padding-top:10px;
	padding-left:20px;
	font-size: 12px;
}

/** Box: "Preiskategorien" /schnuffi_template/boxes/box_sho_by_price.html */

.box_reviews {
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}

.allreviews {
	text-align:center;
}

.reviewtext img {
	border:none;
	margin-bottom:10px;
}

.reviewtext { 
	text-align:center;
}

.stars {
	text-align:center;
	padding:10px;
}

/** Box: "Merkliste" /schnuffi_template/boxes/box_wishlist.html */

.wishlist {
	padding: 10px;
}

/** Box: "Zuletzt angesehen" /schnuffi_template/boxes/box_last_viewed.html */

.box_last {
	padding: 10px;
	text-align:center;
}

/** Box: "Warenkorb" /schnuffi_template/boxes/box_cart.html */

.cartleft {
	padding: 10px;
	float:left;
}
.cartright {
	padding: 10px;
	float:right;
	width:120px;
}

.sum {
	padding:10px;
	clear:both;
}

/** Box: "Filmfilter* /schnuffi_template/boxes/box_filmfilter.html*/

#advanced_search_film select {
	margin-left: 15px;
	width:150px;
}
