/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce
   -----------------------------------------------------------------------------------------
   based on:
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License
   ---------------------------------------------------------------------------------------*/






/* --------------------------------------------------------------------------------------------------------
   --------------------------------------------------------------------------------------------------------
globale Formate definieren
----------------------------------------------- */
body {
	font-family:Verdana,Arial,Sans-serif;
	font-size:11px;
	color:#000000;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	/*
	background-color:#7A2017;
	background-color: #f1d792;
	 */
	background: #EF9933 url(img/bg_body.gif) repeat;
	height:101%;
}
body.popup {
	padding:12px;
}

#topRightCornerContainer{
	top:0px;
	left:950px;
	width:20px;
	height:20px;
	position:absolute;
	background-repeat:no-repeat;
	background-image:url(img/bg_shadow_top.png);
	background-position:top right;
}

#mainArea {
	position:relative;
	width:950px;
	padding-right:20px;
	margin-left:auto;
	margin-right:auto;
	background-repeat:repeat-y;
	background-image:url(img/bg_shadow_right.png);
	background-position:top right;
}



/* Links, Container, Bilder, Listen, Formulare, Ueberschriften
----------------------------------------------- */
p, a, img, div, li, form, h1, h2, h3, h4, h5, h6, hr, table {
	margin:0;
	padding:0;
	border:none;
}

img.buttonVorteil{
	margin:0px;
}


/*
Inputfelder in Formularen
----------------------------------------------- */
input {
	margin:0;
	padding:0;
	font-size:11px;
}
input.type-text, input.type-password, input.type-submit, input.type-reset, input.type-file, input.type-button {
	width:140px;
	border: 1px solid #cccccc;
}
input.type-checkbox, input.type-radio, input.type-image {
	border:none;
}
input.type-hidden {

}

/* Abs�tze im Text
----------------------------------------------- */
p {
	padding:8px 0 8px 0;
}

/* Links im Text
----------------------------------------------- */
a {
	color:#990000;
	text-decoration:none;
}

/* Ueberschriften im Text
----------------------------------------------- */
h1{
	font-size:18px;
	font-family:cursive;
	color:#990000;
}
h2{
	font-size:21px;
	font-family:cursive;
	word-spacing:0.2em;
	color:#ffffff;
}
h3, h4{
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	background-repeat:no-repeat;
	display:block;
	width:176px;
	height:18px;
	padding-top:3px;
	background-image:url(img/bg_h3.gif);
	text-transform:uppercase;
	overflow:hidden;
	margin-left:1px;
}
h3 a, h4 a {
	color:#FFFFFF;
}
h4{
	width:500px;
	margin-left:0px;
	padding: 5px 0 2px 0;
	background: #9c0c15 none;
}
h5, h6 {
	color:#000000;
	font-weight:normal;
	font-size:12px;
}
h6 {
	font-weight:bold;
}

/*
Trennlinien
----------------------------------------------- */
hr {
	margin:5px 0px 5px 0px;
	border-bottom: 2px dotted #ffffff;
}
hr.redline{
	height:1px;
	border-bottom:1px solid #990000;
}

/* Float-Clearing div
----------------------------------------------- */
div.clearboth {
	clear:both;
	height:1px;
	overflow:hidden;
}
div.clearleft {
	clear:left;
	height:1px;
	overflow:hidden;
}
div.clearright {
	clear:right;
	height:1px;
	overflow:hidden;
}
body.popup div.popupcontent {
	padding:12px;
}


/* --------------------------------------------------------------------------------------------------------
   --------------------------------------------------------------------------------------------------------
header Container (950px breite, zentriert)
----------------------------------------------- */
div#headerContainer {
	position:relative;
	width:100%;
	height:135px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(img/header.jpg);
	background-repeat:no-repeat;
}
div#headerContainer a.homelink {
	display:block;
	width:145px;
	height:100px;
	position:absolute;
	top:15px;
	left:50px;
}

/* 1. Navi im Header: Impressum, Kontakt
----------------------------------------------- */
div#headermenu {
	position:absolute;
	top:3px;
	text-align: right;
	width:100%;
}
div#headermenu ul {
	list-style-type:none;
	margin:0px 17px 0px 0px;
	padding:0;
}
div#headermenu ul li {
	display:inline;
	padding-right:3px;
	padding-left:3px;
	color:#EE7F00;
}
div#headermenu * a {
	color:#EE7F00;
}
div#headermenu * a:hover {
	color:#990000
}

/* 2. Navi im Header: Warenkorb, Mein Konto, Kasse, abmelden
----------------------------------------------- */
div#horizontalmenu {
	position:absolute;
	top:96px;
	width: 100%;
}
div#horizontalmenu ul {
	list-style-type:none;
	float:right;
	margin:0;
	padding:0;
}
div#horizontalmenu ul li {
	float:left;
	padding-right:20px;
}
div#horizontalmenu ul li.image {
	padding-right:5px;
}
div#horizontalmenu * a {
	color:#FFFFFF;
}
div#horizontalmenu * a:hover {
	color:#990000;
}

/* Breadcrumb Pfad
----------------------------------------------- */
div#breadcrumb {
	position:absolute;
	top:117px;
	left:222px;
	width:706px;
	color:#990000;
	font-weight:bold;
}
div#breadcrumb a {
	font-weight:bold;
}

/* Schnellsuche
----------------------------------------------- */
div#quicksearch {
	position:absolute;
	top:95px;
	left:222px;
	width:375px;
}
div#quicksearch ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
div#quicksearch ul li {
	float:left;
	padding-right:10px;
	color:#FFFFFF;
	font-weight:bold;
}
div#quicksearch ul li.search {
	padding-right:6px;
}
div#quicksearch ul li.search input {
	width:144px;
	height:12px;
}
div#quicksearch ul li.submit input {
	border:none;
}





/* --------------------------------------------------------------------------------------------------------
   --------------------------------------------------------------------------------------------------------
main Container (950px breite, zentriert)
----------------------------------------------- */
div#mainContainer {
	position:relative;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}



/* --------------------------------------------------------------------------------------------------------
linker Bereich
----------------------------------------------- */
div#leftColContainer {
	position:relative;
	padding-left:33px;
	float:left;
	width:177px;
}

/* Kategorien
----------------------------------------------- */
div#categoriesContainer {
	width:176px;
	border-right:1px solid #F9C16C;
	background-image:url(img/bg_leftnavi_oval.gif);
	background-repeat:no-repeat;
	background-color:#F19524;
	min-height:185px;
}
/* Kategorie-Header */
div#categoriesContainer ul.cat_head {
	list-style-type:none;
	padding:0px 20px 9px 20px;
	margin:0;
}
div#categoriesContainer ul.cat_head li {
	padding:1px 0px 1px 6px;
}
div#categoriesContainer ul.cat_head li img {
	margin-left:-10px;
}
div#categoriesContainer ul.cat_head li hr.cat_head {
	display:none;
}
div#categoriesContainer ul.cat_head li a.cat_head {
	font-weight:bold;
	font-size:18px;
	font-family:cursive;
	color:#990000;
}
div#categoriesContainer ul.cat_head li a.cat_head span.noimage {
	display:block;
	margin-bottom:14px;
	margin-left:-6px;
}
/* Level 1 */
div#categoriesContainer ul.level_1 {
	list-style-type:none;
	padding:0 0 0px 0px;
	margin:0;
	margin-top:-14px;
}
div#categoriesContainer ul.level_1 li {
	padding:0px 0px 1px 0px;
}
div#categoriesContainer ul.level_1 li img {
	margin-left:-10px;
}
div#categoriesContainer ul.level_1 li hr.level_1 {
	margin-left:-6px;
}
div#categoriesContainer ul.level_1 li a.level_1 {
	font-weight:bold;
	font-size:1.2em;
}
div#categoriesContainer ul.level_1 li a.active {
	color:#ffffff;
}
/* Level 2 */
div#categoriesContainer ul.level_2 {
	list-style-type:none;
	padding:3px 0 3px 0px;
	margin:0;
}
div#categoriesContainer ul.level_2 li {
	padding:0px 0px 1px 0px;
}
div#categoriesContainer ul.level_2 li img {
	margin-left:-10px;
}
div#categoriesContainer ul.level_2 li hr.level_2 {
	display:none;
}
div#categoriesContainer ul.level_2 li a.level_2 {
	padding:0 0 0 10px;
	display:block;
	font-weight:normal;
	line-height:16px;
}
div#categoriesContainer ul.level_2 li a.active {
	background-color: #F7B470;
	color:#990000;
}
div#categoriesContainer ul.level_2 li a.level_2:hover {
	background-color: #F7B470;
}
/* Level 3 */
div#categoriesContainer ul.level_3 {
	list-style-type:none;
	padding:3px 0 3px 10px;
	margin:0;
}
div#categoriesContainer ul.level_3 li {
	padding:0px 0px 1px 0px;
}
div#categoriesContainer ul.level_3 li img {
	margin-left:-10px;
}
div#categoriesContainer ul.level_3 li hr.level_3 {
	display:none;
}
div#categoriesContainer ul.level_3 li a.level_3 {
	padding:0 0 0 10px;
	display:block;
	font-weight:normal;
}
div#categoriesContainer ul.level_3 li a.active {
	background-color: #F7B470;
	color:#990000;
}
div#categoriesContainer ul.level_3 li a.level_3:hover {
	background-color: #F7B470;
}

/* Sonderangebote
----------------------------------------------- */
div#specialsContainer  {
	padding:3px;
}
div#specialsContainer div.header h2 {
	margin:12px 0px 0px 20px;
}
div#specialsContainer ul {
	list-style-type:none;
	padding:5px 5px 15px 5px;
	margin:5px 0 0 0;
	background-color:#F1D792;
	border:1px solid #ffffff;
}
div#specialsContainer ul li {
	text-align:center;
}
div#specialsContainer ul li.expires  {
	display:none;
}
div#specialsContainer ul li a {
	font-weight:bold;
}

/* WhatsNew
----------------------------------------------- */
div#whatsNewContainer {
	margin-bottom:10px;
}
div#whatsNewContainer ul {
	padding:10px;
	margin:0 1px 0 1px;
	background-color:#F1D792;
	border:1px solid #ffffff;
	border-top:none;
	list-style-type:none;
}
div#whatsNewContainer ul li.left {
	text-align:left;
}
div#whatsNewContainer ul li.right {
	text-align:right;
}
div#whatsNewContainer ul li.center, div#whatsNewContainer ul li.image {
	text-align:center;
}
div#whatsNewContainer ul li a {
	font-weight:bold;
}
div#whatsNewContainer ul li a img {
	border: 1px solid #ffffff;
	margin: 10px 0px 10px -5px;
}

/* lastview
----------------------------------------------- */
div#lastViewedContainer {
	margin:10px;
	background-repeat:no-repeat;
	background-image:url(img/last_viewed.jpg);
	background-position:top center;
	padding-top:125px;
}
div#lastViewedContainer a {
	margin:10px 5px 10px 5px;
	text-align:center;
	display:block;
	font-weight:bold;
}
div#lastViewedContainer hr {
	border-color: #F19524;
}

/* mehr ueber
----------------------------------------------- */
div#moreInfoContainer ul {
	list-style-type:none;
	padding:9px 20px 9px 20px;
	margin:0;
}
div#moreInfoContainer ul li {
	padding:2px 0px 2px 6px;
}
div#moreInfoContainer ul li h1, div#moreInfoContainer ul li h2 {
	margin-left:-6px;
	display:inline;
}
div#moreInfoContainer ul li a {
	font-weight:bold;
}

/* Sprachauswahl
----------------------------------------------- */
div#languagesContainer {
	padding:9px 20px 9px 20px;
}
div#languagesContainer a {
	padding:1px;
}



/* --------------------------------------------------------------------------------------------------------
mittlerer Bereich
----------------------------------------------- */

/* Kategorieinhalte
----------------------------------------------- */
div#middleColContainer {
	margin:8px 15px 15px 15px;
	float:left;
	width:500px;
}
div#middleColContainer div#mainContent div.top{
	width:100%;
	height:20px;
	background-repeat:no-repeat;
	background-image:url(img/bg_maincontent_top.gif);
}
div#middleColContainer div#mainContent div.content{
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	padding: 0 20px 0 20px;
	background-color:#F1D792;
	min-height: 30px;
}
div#middleColContainer div#mainContent div.content div.productNavigator {
	padding: 20px 0px 0px 5px;
}
div#middleColContainer div#mainContent div.content div.productNavigator a{
	color: black;
	display: block;
}
div#middleColContainer div#mainContent div.content div.productNavigator a:hover{
	color:#990000;
}
div#middleColContainer div#mainContent div.content div.productNavigator hr, div#middleColContainer div#mainContent div.content div.productNavigator a{
	width: 120px;
}


/* begin product-listing-v2 */
div#middleColContainer div#mainContent div.content table.product-listing-v2 tr td{
	vertical-align:top;
	padding:0;
}
div#middleColContainer div#mainContent div.content table.product-listing-v2 tr td div.product-image{
	background-repeat:no-repeat;
	background-image:url(img/liste_img_shadow.jpg);
	background-position:0px 0px;
	padding:0 9px 9px 0;
}
div#middleColContainer div#mainContent div.content table.product-listing-v2 tr td div.product-image a div.no-100{
	width:98px;
	height:98px;
	text-align:center;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(img/bg_no_image.gif);
	background-position:center;
}
div#middleColContainer div#mainContent div.content table.product-listing-v2 tr td.product-data{
	padding-right:18px;
}
div#middleColContainer div#mainContent div.content table.product-listing-v2 tr td div.product-price{
	font-weight:bold;
}
div#middleColContainer div#mainContent div.content table.product-listing-v2 tr td div.product-taxinfo{
	font-size:9px;
}
div#middleColContainer div#mainContent div.content table.product-listing-v2 tr td div.product-link{
	font-weight:bold;
	margin-top:10px;
}
div#middleColContainer div#mainContent div.content div.product-listing-v2-navigation table tr td {
	text-align:right;
}
div#middleColContainer div#mainContent div.content div.product-listing-v2-navigation ul {
	list-style-type:none;
	margin:0 0 0 60px;
	padding: 0;
}
div#middleColContainer div#mainContent div.content div.product-listing-v2-navigation ul li{
	list-style-type:none;
	padding:0 0 2px 0;
	margin: 0;
}
/* end product-listing-v2 */


/* begin product-info-v1 */
div#middleColContainer div#mainContent div.content div.product-info-left{
	float:left;
}
div#middleColContainer div#mainContent div.content div.product-info-left a.shadow{
	background-repeat:no-repeat;
	background-image:url(img/detail_img_shadow.gif);
	background-position:bottom right;
	width:140px;
	height:139px;
	border:none;
	margin-top:8px;
}
div#middleColContainer div#mainContent div.content div.product-info-left a, div#middleColContainer div#mainContent div.content div.product-info-left span{
	display:block;
	margin:0px;
}
div#middleColContainer div#mainContent div.content div.product-info-left div.no-120{
	width:118px;
	height:118px;
	text-align:center;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	margin:7px 15px 15px 7px;
	background-repeat:no-repeat;
	background-image:url(img/bg_no_image.gif);
	background-position:center;
	color:transparent;
}
div#middleColContainer div#mainContent div.content div.product-info-left div.product-info-left-order-picture{
	text-align:right;
	padding:20px 15px 20px 0;
}
div#middleColContainer div#mainContent div.content div.product-info-right{
	 float:left;
	 width:310px;
}
div#middleColContainer div#mainContent div.content div.product-info-right div.product-info-right-properties{
	padding:8px 0 0 10px;
}
div#middleColContainer div#mainContent div.content div.product-info-right div.product-info-right-properties div{
 	margin-bottom:12px;
}
div#middleColContainer div#mainContent div.content div.product-info-right div.product-info-right-options{
	padding:10px 0 10px 10px;
}
div#middleColContainer div#mainContent div.content div.product-info-right div.product-info-right-addcart{
	text-align:right;
}
/* end product-info-v1 */


/* begin shopping_cart */
table.shopping-cart {
	width:100%;
	empty-cells:show;
	table-layout:auto;
	border-collapse:collapse;
	border:none;
}
table.shopping-cart thead th, table.shopping-cart tfoot td {
	text-align:center;
	vertical-align: bottom;
	padding:5px;
	border:1px solid #990000;
	background-color: #990000;
	color: #FFFFFF;
}
table.shopping-cart tbody td {
	padding:5px;
	color:#000000;
	border:1px solid #990000;
	vertical-align: middle;
	text-align:center;
	white-space:nowrap;
	background-color: #FFECB4;
}
table.shopping-cart tbody td a {
	padding:0;
	margin:0;
}
table.shopping-cart tbody td a img {
	width:60px;
	width:60px;
	margin:5px;
	padding:0;
}
table.shopping-cart tbody td input {
	text-align:right;
}
table.shopping-cart tfoot td.extrainfo {
	color:#000000;
	border: none;
	background-color: transparent;
}
table.shopping-cart-action {
	width:100%;
	empty-cells:show;
	table-layout:auto;
	border-collapse:collapse;
	border:none;
}
table.shopping-cart-action tbody td {
	padding:5px;
	color:#990000;
	font-weight:bold;
	font-size:14px;
	vertical-align: middle;
	text-align:center;
}
/* end shopping_cart */

/* begin checkout_shipping */
table.checkout-shipping-block,
table.checkout-payment-block {
	width:100%;
	empty-cells:show;
	table-layout:auto;
	border-collapse:collapse;
	border:none;
}
table.checkout-shipping-block tbody td,
table.checkout-payment-block tbody td {
	padding:5px;
	color:#000000;
	border:1px solid #990000;
	vertical-align: middle;
	text-align:left;
	background-color: #FFECB4;
}
table.checkout-shipping-block thead th,
table.checkout-payment-block thead th {
	text-align:left;
	vertical-align: bottom;
	padding:5px;
	border:1px solid #990000;
	background-color: #990000;
	color: #FFFFFF;
}
table.checkout-shipping-block tbody.checkout-shipping-block-error td,
table.checkout-payment-block tbody.checkout-payment-block-error td {
	color:red;
	font-weight:bold;
}

tbody.checkout-payment-block-data tr td table tr td {
	border: none;
}

/* end checkout_shipping */


/* begin modulegift */
div.moduleGift table tr td {
	vertical-align: middle;
	line-height: 26px;
}
div.moduleGift table tr td b {
	color:#990000;
	font-family:cursive;
	font-size:18px;
}
div.moduleGift table tr.moduleRowOver td b,
div.moduleGift table tr.moduleRow td b {
	color:#000000;
	font-family: Verdana,Arial,Sans-serif;
	font-weight: normal;
	font-size:11px;
}
div.moduleGift table tr td b input {
	margin: 0 0 0 6px;
}
div.moduleGift table tr td img {
	display:none;
}
/* end modulegift */



/* begin shippingCost */
table.shippingCost {
	width:100%;
	empty-cells:show;
	table-layout:auto;
	border-collapse:collapse;
	border:none;
}
table.shippingCost tbody td {
	padding:3px;
	color:#000000;
	border:1px solid #990000;
	vertical-align: middle;
	text-align:center;
	white-space:nowrap;
	background-color: #FFECB4;
	font-size: 10px;
}
table.shippingCost tbody.header td {
	text-align:center;
	vertical-align: bottom;
	border:1px solid #990000;
	background-color: #990000;
	color: #FFFFFF;
	font-weight:bold;
}
table.shippingCost tbody.clear td {
	background-color: transparent;
	border:none;
	height:10px;
}
/* end shippingCost */




/* begin checkout_payment */
div.checkout-payment textarea{
	width:100%;
}
/* end checkout_payment */

/* begin checkout_confirmation */
form#checkout_confirmation{
	background:#f48a32;
	border:3px solid #990000;
	text-align:center;
	display:block;
	margin:0px;
	padding:0px;
}
div.checkout-confirmation table {
	width:100%;
	empty-cells:show;
	table-layout:auto;
	border-collapse:collapse;
	border:none;
	margin-bottom:15px;
}
div.checkout-confirmation table tbody td {
	padding:5px;
	color:#000000;
	border:1px solid #990000;
	vertical-align: middle;
	text-align:left;
	background-color: #FFECB4;
}
div.checkout-confirmation table thead th, div.checkout-confirmation table tfoot td {
	text-align:left;
	vertical-align: bottom;
	padding:5px;
	border:1px solid #990000;
	background-color: #990000;
	color: #FFFFFF;
}
div.checkout-confirmation table tfoot td a, div.checkout-confirmation table thead th a {
	color: #FFFFFF;
	font-weight:normal;
}
div.checkout-confirmation table table td {
	border:none;
	padding:0px;
}
/* end checkout_confirmation */


/* begin account */
div.account table {
	width:100%;
	empty-cells:show;
	table-layout:auto;
	border-collapse:collapse;
	border:none;
	margin: 10px 0 20px 0;
}
div.account table tbody td {
	padding:5px;
	color:#000000;
	border:1px solid #990000;
	vertical-align: middle;
	text-align:left;
	background-color: #FFECB4;
}
div.account table thead th, div.account table tfoot td {
	text-align:left;
	vertical-align: bottom;
	padding:5px;
	border:1px solid #990000;
	background-color: #990000;
	color: #FFFFFF;
}
div.account table tfoot td {
	text-align:right;
}
div.account table tfoot td a{
	font-weight:normal;
	color: #FFFFFF;
}
div.account ul {
	list-style-type:none;
	margin-bottom: 20px;
	margin-top: 5px;
}
/* end account */


/* begin sitemap */
div.sitemap{
	padding-left:30px;
}
div.sitemap ul {
	list-style-type:none;
	margin:0 0 5px 10px;
	padding:1px;
}
div.sitemap ul li{
	list-style-type:none;
}
div.sitemap ul.sitemap-level-1 li a {
	font-weight:bold;
}
div.sitemap ul.sitemap-level-2 li a {
	font-weight:normal;
}
/* end sitemap */

div#middleColContainer div#mainContent div.bottom{
	width:100%;
	height:20px;
	background-repeat:no-repeat;
	background-image:url(img/bg_maincontent_bottom.gif);
}


/* Bestes im Angebot
----------------------------------------------- */
div#bestofContainer {
	position:relative;
	width:500px;
}
div#bestofContainer .bestof-product {
	width:159px;
	margin:6px 0 5px 0;
	background-color:#E9800B;
	float:left;
	min-height:280px;
}
div#bestofContainer .bestof-product-border {
	border: 1px solid #FFFFFF;
	margin: 4px;
	padding: 4px;
}
div#bestofContainer .bestof-product-spacer {
	margin-right:11px;
}
div#bestofContainer .bestof-product-image {
	padding:10px 15px 15px 20px;
	background: url(img/bestof_img_shadow.gif) no-repeat 24px 14px;
}
div#bestofContainer .bestof-product-image a div.no-100 {
	width:98px;
	height:98px;
	/* margin-left:24px; */
	text-align:center;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(img/bg_no_image.gif);
	background-position:center;
}
div#bestofContainer .bestof-product-data { background: url(img/squirrel.gif) no-repeat scroll center bottom; padding-bottom: 50px; text-align:center; }
div#bestofContainer .bestof-product-link { font-weight:bold; margin-bottom:10px; min-height:40px; }
div#bestofContainer .bestof-product-link a, div#bestofContainer .bestof-product-link a:hover { color:#FFFFFF; }
div#bestofContainer .bestof-product-shortdescription { display:none; }
div#bestofContainer .bestof-product-priceproperties {}
div#bestofContainer .bestof-product-price { font-weight:bold; }
div#bestofContainer .bestof-product-taxinfo { font-size:9px; }
div#bestofContainer .bestof-product-shippinglink { font-size:9px; }
div#bestofContainer .bestof-product-shippinglink a, div#bestofContainer .bestof-product-shippinglink a:hover { color:#000000; text-decoration:underline; }
div#bestofContainer .bestof-product-buynow {}
div#bestofContainer .bestof-product-details { margin-top:10px; }


/* --------------------------------------------------------------------------------------------------------
rechter Bereich
----------------------------------------------- */
div#rightColContainer {
	margin:0px 0px 15px 0px;
	padding-right:20px;
	float:right;
	width:178px;
}
div#rightColContainer div {
	margin-bottom:10px;
}
div#rightColContainer div p, div#rightColContainer div ul {
	padding:10px;
	margin:0 1px 0 1px;
	background-color:#F1D792;
	border:1px solid #ffffff;
	border-top:none;
}
div#rightColContainer div ul {
	list-style-type:none;
}
div#rightColContainer div ul li.left {
	text-align:left;
}
div#rightColContainer div ul li.right {
	text-align:right;
}
div#rightColContainer div ul li.center, div#rightColContainer div ul li.image {
	text-align:center;
}
div#rightColContainer div ul li a {
	font-weight:bold;
}
div#rightColContainer div ul li a img {
	border: 1px solid #ffffff;
	margin: 10px 0px 10px -5px;
}
div#rightColContainer div ul.cleared, div#rightColContainer div p.cleared {
	/* border:none; */
	background-color:transparent;
}
div#rightColContainer div ul.cleared li {
	text-align:left;
}
div#rightColContainer div ul li a {
	margin-left: 10px;
}
div#rightColContainer div#bestsellerContainer ul li{
	padding-bottom:5px;
}
div#rightColContainer div#bestsellerContainer ul li a{
	margin-left:0px;
}
div#rightColContainer div ul li table, div#rightColContainer div ul li table tr td a, div#rightColContainer div#cartContainer ul li a {
	margin:0;
	padding:0;
}

/* Produkt-Banner Box rechts
----------------------------------------------- */
div#rightColContainer div.bannerRightProductBox h3 {
	text-transform: none !important;
}
div#rightColContainer div.bannerRightProductBox a {
	background: #F1D792 url(img/german/banner_products/dummy.jpg) no-repeat center top;
	position: relative;
	height: 150px;
	color: white !important;
	display:block;
	border:1px solid #FFFFFF;
	margin:-2px 1px 0 1px;
	padding:10px;
	text-decoration:none !important;
}
div#rightColContainer div.bannerRightProductBox a:hover {
	color: white !important;
	text-decoration:none !important;
}
div#rightColContainer div.bannerRightProductBox a span {
	color: white;
	font-size: 15px;
	display: block;
	margin-top: 115px;
	text-align: right;
	white-space: nowrap;
	font-family: Arial, Sans-serif !important;
}
div#rightColContainer div.bannerRightProductBox a span.weight {
	font-size: 13px !important;
	margin-top: 0px !important;
}
div#rightColContainer div.bannerRightProductBox a span.weight span.price {
	font-size: 24px;
	font-weight: bold;
	line-height: 20px;
	display: inline;
	margin-top: 0px;
	padding-left: 4px;
}

/* Produkt-Banner Mitte, Preisfeld
----------------------------------------------- */
td.bannerprice a, td.bannerprice a img {
	position:relative;
}
td.bannerprice a div {
	margin:0;
	padding:0;
	position:absolute;
	top:-55px;
	left:0px;
	width: 200px;
	text-align:right;
	color:white;
	font-size:16px;
	left: 5px;
	font-weight:bold !important;
}
td.bannerprice a div span {
	font-size:10px;
	line-height:28px
}




/* --------------------------------------------------------------------------------------------------------
   --------------------------------------------------------------------------------------------------------
footer Container (950px breite, zentriert)
----------------------------------------------- */
div#footerContainer {
	margin-top: 20px;
	text-align:center;
	position:relative;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background-color:#F4A23C;
	border-bottom:3px solid #E77908;
	padding:2px 0px 2px 0px;
	color:#FFFFFF;
	text-align:right;
}

div#footerContainer div#footerText {
	padding-right: 10px;
}

div#footerContainer a {
	color:#FFFFFF;
}
div#footerContainer a:hover {
	color:#990000;
}

/* copyright + parseTime Container (950px breite, zentriert)
----------------------------------------------- */
div.copyright, div.parseTime{
	position:relative;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	color:#F19524;
	text-align:left;
	padding:2px 10px 24px 10px;
	/* background-color:#FFECB4; */
	background-repeat:repeat-y;
	background-image:url(img/bg_shadow_footer.png);
	background-position:bottom right;
}
div.copyright a {
	color:#F19524;
}
div.parseTime{
	display:none;
}


/* Fehlernachrichten
----------------------------------------------- */
.errorMessage {
	color: #cc0000;
	padding:10px;
	margin:10px 0 10px 0px;
	border:1px solid #cc0000;
}


/* Informationen
----------------------------------------------- */
.infoMessage {
	margin:10px 0 10px 0;
	background-image:url(img/info_icon.gif);
	background-repeat:no-repeat;
	padding: 0 0 0 60px;
}

#nussprinzen-add{
    position:relative;
    height:230px;
    width:192px;
    float:left;
    margin-left: 5px;
    margin-bottom:7px;
    margin-top: -5px;
}

/* Rotating images top right */
#pre-interstitial-banner{
    position:relative;
    width:192px;
    height:230px;
    float:left;
	margin-left: 5px;
}

#diashow {
	position:absolute;
	top: 0;
	left: 0;
}

.diafirst {
	display:block;
}

.dia {
	display:none;
	left:0;
	position:absolute;
	top:0;
}




/* Richtungen und Plazierungen (important CSS-Classes)
----------------------------------------------- */
.left		{ text-align: left !important; }
.center		{ text-align: center !important; }
.top		{ vertical-align: top !important; }
.middle		{ vertical-align: middle !important; }
.bottom		{ vertical-align: bottom !important; }
.right		{ text-align: right !important; }
.floatLeft	{ float: left !important; }
.floatRight	{ float: right !important; }
.nowrap		{ white-space: nowrap !important; }
.wrap		{ white-space: normal !important; }
.cursorhand { cursor:pointer !important; }
