/* -----------------------------------------------------------------------------------------
   $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
   ---------------------------------------------------------------------------------------*/

/* Zentrale Formate definieren
----------------------------------------------- */
body,html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	background-color: #FFFFFF;
	overflow:scrolling;
	padding:0px;
	height:100%;
	background-color: #F9F9F9;
}

/* Header-Klassen
----------------------------------------------- */
h1 {
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	height:auto;
	width:auto;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#FFFFFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	width:565px;
	background-color:#D2A54A;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;

}

h1 a {
	color:#000000;
	font-weight:bold;
	font-size:20px;
	height:30px;
	margin:20px 0px 10px 0px;
	padding:0px;
	width:auto;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#FFFFFF;
	text-decoration:none;
}
h1 a:hover {
	color:#D2A54A;
	font-weight:bold;
	font-size:20px;
	height:30px;
	margin:20px 0px 10px 0px;
	padding:0px;
	width:auto;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#FFFFFF;
	text-decoration:none;
}

h2 {
	color:#000000;
	font-size:12px;
	padding:0px;
	font-weight:normal;
}
h3 {
	color:#D2A54A;
	font-weight:normal;
	font-size:10px;
	padding:0px;
	font-style:normal;
}
h4 {
	color:#666666;
	font-weight:bold;
	font-size:12px;
	padding:0px;
}

/* Paragraph
----------------------------------------------- */
p {
	line-height:20px;
	padding:0px;
	margin:15px 0px 15px 0px;
}

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

/* Horizontale Linie
----------------------------------------------- */
hr {
	width:100%;
	border:none;
	color:#949494;
	background:#949494;
	height: 1px;
	margin: 7px 0px 7px 0px !important;
	margin: -2px 0px -2px 0px;
	line-height:1px;
	font-size:1px;
}

/* Textarea
----------------------------------------------- */
textarea {
	font-family:"Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size:13px;
}

/* Input Global
----------------------------------------------- */
input {
	font-family:"Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size:12px;
}

/* Select Global
----------------------------------------------- */
select {
	font-family:"Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size:12px;
}

/* loginBox Input Textfield Email
----------------------------------------------- */
input#loginBoxInputEmail {
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	font-size:10px;
	width:100px;
	font-weight:normal;
}

input#loginBoxInputPassword {
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	font-size:10px;
	width:100px;
	font-weight:normal;
}

/* Suchfeld
----------------------------------------------- */
input#searchInputField {
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-top-color:#CCCCCC;
	border-left-color:#CCCCCC;
	border-right-color:#CCCCCC;
	border-bottom-color:#CCCCCC;
	font-size:11px;
	width:130px;
	font-weight:normal;
	padding-left:2px;
}
.boxText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;

}

/* Newsletter Signup
----------------------------------------------- */
input#newsletterInputField {
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-top-color:#CCCCCC;
	border-left-color:#CCCCCC;
	border-right-color:#CCCCCC;
	border-bottom-color:#CCCCCC;
	font-size:11px;
	width:160px;
	font-weight:normal;
	padding-left:2px;
}

/* Add a Quickie (Art. Nr. Suchbox)
----------------------------------------------- */
input#addaquickieInputField {
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-top-color:#CCCCCC;
	border-left-color:#CCCCCC;
	border-right-color:#CCCCCC;
	border-bottom-color:#CCCCCC;
	font-size:11px;
	width:130px;
	font-weight:normal;
	padding-left:2px;
}

/* LoginBox
----------------------------------------------- */
div#loginBox {
	font-size:12px;
	float:left;
	text-align:left;
	width:600px;
	color:#D2A54A;
	font-weight:normal;
	padding:0px 0px 0px 0px;
}

div#loginBox a {
	font-size:12px;
	color:#D2A54A;
	font-weight:normal;
}
div#loginBox a:hover {
	font-size:12px;
	color:#999999;
	font-weight:normal;
}

/* Image mit link
----------------------------------------------- */
img {
	border:0;
}

/* Formular
----------------------------------------------- */
form {
	padding:0px;
	margin:0px;
}

/* Horizontale Linie hellgrau
----------------------------------------------- */
hr.lightGrey {
	width:100%;
	border:none;
	color:#CCCCCC;
	background:#CCCCCC;
	height: 1px;
	margin: 2px 0px 2px 0px !important;
	margin: -2px 0px -2px 0px;
	line-height:1px;
}

/* Horizontale Linie gold
----------------------------------------------- */
hr.gold {
	width:100%;
	border:none;
	color:#D2A54A;
	background:#D2A54A;
	height: 1px;
	margin: 2px 0px 2px 0px !important;
	margin: -2px 0px -2px 0px;
	line-height:1px;
	font-size:1px;
}

/* Main Container (über gesamte Seite)
----------------------------------------------- */
div#mainContainer {
	margin-left:auto;
	margin-right:auto;
	width:980px;
	background-color:#FFFFFF;
	border-style:solid;
	border-color:#CCCCCC;
	border-width:0px 1px 0px 1px;
	padding:0px 5px 0px 5px;
	position:relative;

}

/* Main Container Innen (über gesamte Seite)
----------------------------------------------- */
div#mainContainerInnen {
	padding:0px 5px 0px 5px;
	position:relative;
	height:100%;
	overflow:auto;
	background-color:#FFFFFF;

}

/* Main Container (über gesamte Seite) aussen
----------------------------------------------- */
div#mainContaineraussen {
	margin-left:auto;
	margin-right:auto;
	width:930px;
	height:100%;
	background-color:#FFFFFF;
	border-style:solid;
	border-color:#3D241D;
	border-width:0px 1px 0px 1px;
	padding:0px 5px 0px 5px;
	position:relative;
}


/* Container für linke Spalte
----------------------------------------------- */
div#leftColContainer {
	float:left;
	width:190px;
	padding:0px 0px 0px 0px;
	margin:0px;
	background-color:#D2A54A;	
}
/* Container für linke Spalte NEU
----------------------------------------------- */
div#leftColContainerInhalt{
float: right;
width: 175px;
padding:0px 0px 0px 0px;
_padding:0px 0px 0px 0px;
margin-top:0px;
margin-bottom:0px;
margin-left:805px;
text-align:center;
background-color:#EFEEDC;
top:201px;
bottom:20px;
height: expression((document.body.clientHeight - 221) + "px");
position:absolute;
}

/* Container für rechte Spalte
----------------------------------------------- */
div#rightColContainer{
float: right;
width: 175px;
padding:0px 0px 0px 0px;
_padding:0px 0px 0px 0px;
margin-top:0px;
margin-bottom:0px;
margin-left:805px;
text-align:center;
background-color:#EFEEDC;
top:205px;
bottom:20px;
height: expression((document.body.clientHeight - 221) + "px");
position:absolute;
}
*+html div#rightColContainer{/*IE6 only*/
float: right;
width: 175px;
padding:0px 0px 0px 0px;
_padding:0px 0px 0px 0px;
margin-top:0px;
margin-bottom:0px;
margin-left:15px;
text-align:center;
background-color:#EFEEDC;
top:215px;
bottom:20px;
min-height: expression((document.body.clientHeight + 225) + "px");
position:absolute;
}
* html div#rightColContainer{/*IE6 only*/
float: right;
width: 175px;
padding:0px 0px 0px 0px;
_padding:0px 0px 0px 0px;
margin-top:0px;
margin-bottom:0px;
margin-left:15px;
text-align:center;
background-color:#EFEEDC;
top:215px;
bottom:20px;
height: expression((document.body.clientHeight - 221) + "px");
position:absolute;
}


/* Container für mittleren Bereich
----------------------------------------------- */
div#middleColContainer {
	float:left;
	width:575px;
	padding:0px 5px 0px 15px;
	_padding:0px 5px 0px 15px;
	margin:0px;	
	background-color:#FFFFFF;

}
div#middleColContainer_out {
	float:left;
	width:575px;
	padding:0px 10px 0px 15px;
	_padding:0px 10px 0px 15px;
	margin:0px;
	background-color:#FFFFFF;

}
/* Header mit Logo
----------------------------------------------- */
div#logoHeader {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:980px;
	height:130px;
}

/* Header-Linie
----------------------------------------------- */
div#headerRuler {
	background-color:#FFFFFF;
	height:5px;
	line-height:5px;
	font-size:0px;
	margin:5px 0px 5px 0px;
}

/* Suchbox im Header
----------------------------------------------- */
div#searchBox {
	color:#CCCCCC;
	font-size:11px;
}

div#searchBox input.text {
	border-style:solid;
	border-width:1px;
	border-top-color:#CCCCCC;
	border-left-color:#CCCCCC;
	border-bottom-color:#CCCCCC;
	border-right-color:#CCCCCC;
}

/* Header mit Logo
----------------------------------------------- */
div#languageSelection {
	float:right;
	text-align:right;
	width:150px;
	color:#000000;
	font-weight:bold;
	padding:10px 5px 5px 0px;
}

/* Horizontales Menue
----------------------------------------------- */
div#navcontainermain
{
border-top: solid 1px #FFFFFF;
border-bottom: solid 1px #FFFFFF;
float:right;
width:980px;
height:25px;
white-space:nowrap ;
background-image:url(img/gold.gif);

}
div#navcontainer
{
border-top: solid 1px #FFFFFF;
border-bottom: solid 1px #FFFFFF;
float:right;
width:780px;
white-space:nowrap ;
}

div#navcontainer ul
{

float:left;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
color:#333333;
text-align: center;
margin: 0;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 3px;
padding-right: 0px;
}

div#navcontainer ul li
{
display: inline;
margin-left: -4px;
}

div#navcontainer ul li a
{
padding: 5px 15px 5px 15px;
color: white;
text-decoration: none;
border-right: 1px solid #FFFFFF;
border-left: 1px solid #FFFFFF;
background-image:url(img/gold.gif);


}

div#navcontainer ul li a:hover
{
background-image:url(img/black.gif);
color: white;
}

#active a { border-left: 1px solid #FFFFFF;border-right: 1px solid #FFFFFF; }

/* Horizontales Menue 2 und 3
----------------------------------------------- */
div#navcontainer2
{
border-top: solid 1px #FFFFFF;
border-bottom: solid 1px #FFFFFF;
border-left: solid 1px #FFFFFF;
float:right;
align:right;
width:175px;
background-image:url(img/black.gif);
text-align:center;
}

div#navcontainer2 ul
{

float:center;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
color:#333333;
text-align: center;
margin: 0px;
padding-bottom: 5px;
padding-top: 5px;
width:175px;
}

div#navcontainer2 ul li
{
display: inline;
margin-left: -4px;
width:175px;

}

div#navcontainer2 ul li a
{
padding: 5px 0px 5px 0px;
color: white;
text-decoration: none;
width:175px;

}

div#navcontainer2 ul li a:hover
{
background-image:url(img/black.gif);
color: white;
width:175px;

}

#active a { border-left: 1px solid #FFFFFF;border-right: 1px solid #FFFFFF; }

div#navcontainer3
{
border-top: solid 1px #FFFFFF;
border-left: solid 1px #FFFFFF;
margin-bottom:0px;
float:right;
align:right;
background-image:url(img/gold.gif);
position:relative;
padding-right:15px;
width:265px;
text-align:center;
padding-top:5px;
height:19px;

}

*+html div#navcontainer3{/*IE6 only*/
border-top: solid 1px #FFFFFF;
border-bottom: solid 1px #FFFFFF;
border-left: solid 1px #FFFFFF;
float:right;
align:right;
width:175px;
background-image:url(img/gold.gif);
position:relative;
padding-right:15px;
width:265px;
text-align:center;
padding-top:4px;
height:21px;
}
* html div#navcontainer3{/*IE6 only*/
border-top: solid 1px #FFFFFF;
border-bottom: solid 1px #FFFFFF;
border-left: solid 1px #FFFFFF;
float:right;
align:right;
width:175px;
background-image:url(img/gold.gif);
position:relative;
padding-right:15px;
width:265px;
text-align:center;
padding-top:4px;
height:21px;
}

/* Breadcrumb Pfad
----------------------------------------------- */
div#breadcrumb {
	width:775px;
	background-color:#FFFFFF;
	margin:0px;
	padding:2px 0px 2px 0px;
	color:#999999;
	font-size:10px;
	border:none;
	text-align:left;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#CCCCCC;
	float:right;
}

div#breadcrumb a {
	color:#CCCCCC;
	text-decoration:none;
}

/* Linkes Menu
----------------------------------------------- */
ul#submenu {
	font-size:11px;
	width:190px;
	margin:0px;
	padding:0px;
	background-color:#F1F1F1;
	display:block;
	border-right:0px;
	border-left:0px;
	border-top:1px;
	border-bottom:1px;
	border-style:solid;
	border-right-color:#999999;
	border-top-color:#F1F1F1;
	border-bottom-color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

ul#submenu a {
	color:#333333;
	text-decoration:none;
	padding:0px;
	margin:0px;
}

ul#submenu a:hover {
	color:#D2A54A;
	text-decoration:none;
	padding:0px;
	margin:0px;
}

ul#submenu li.submenuspacer {
	height:0px;
	line-height:0px;
	font-size:0px;
	margin:0px;
	padding:0px;
	width:190px;
	display:block;
	border-bottom:1px solid #333333;
}

ul#submenu li.level1 {
	list-style:none;
	width:188px;
	_width:180px; /* IE6 Boxmodel Fix */
	padding:3px 0px 3px 10px;
	margin:0px;
	font-weight:normal;
	background-image:url(img/navi_over.gif);
	font-weight:500;

}
ul#submenu li.level1 a:hover{
	list-style:none;
	width:188px;
	_width:180px; /* IE6 Boxmodel Fix */
	padding:3px 0px 3px 10px;
	margin:-10px;
	font-weight:normal;
	background-image:url(img/navi.gif);
	font-weight:500;
}

ul#submenu li.level2 {
	font-weight:normal;
	font-size:10px;
	padding:3px 0px 3px 15px;
	margin:0px;
	background-color:#EFEEDC;
	background-image:url(img/navi.gif);

}

ul#submenu li.level3 {
	font-weight:normal;
	font-size:10px;
	width:140px;
	padding:3px 0px 3px 25px;
	margin:0px;
	background-color:none;
	background-image:url(img/navi_over.gif);
}

/* Layout der Box Elemente
----------------------------------------------- */
td.boxHeader {
	padding-left:5px;
	color:#FFFFFF;
	font-size:10px;
	font-weight:normal;
	height:30px;
	vertical-align:bottom;
	padding-bottom:3px;
	margin:auto;
}

td.boxHeader2 {
	padding-left:5px;
	color:#666666;
	font-size:10px;
	font-weight:normal;
	height:30px;
	vertical-align:bottom;
	padding-bottom:3px;
}

div.boxHeader2 {
	padding-left:5px;
	color:#666666;
	font-size:10px;
	font-weight:normal;
	height:30px;
	vertical-align:bottom;
	padding-bottom:3px;
}

h1.boxHeader {
	background-color:#FFFFFF;
	background-image:url(img/black.gif);
	padding:4px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

h1.boxHeader a {
	font-size:13px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	border:none;
}
h1.boxHeader a:hover {
	font-size:13px;
	color:#D2A54A;
	font-weight:bold;
	text-decoration:none;
	border:none;
}

h3.boxSpecials {
	font-size:13px;
	padding:6px 0px 2px 0px;
	vertical-align:middle;
	color:#000000;
	font-weight:bold;
	height:18px;
	border-width:0px 0px 0px 0px;
	border-style:solid;
	border-color:#CCCCCC;
	margin:0px;
	background-color:#FFFFFF;
	background-image:url(img/flames.gif);

}

h3.boxSpecials a {
	font-size:13px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	border:none;
}
h3.boxSpecials a:hover {
	font-size:13px;
	color:#DC000C;
	font-weight:bold;
	text-decoration:none;
	border:none;
}

div.boxBody {
	border-width:1px 1px 1px 1px;
	border-style:solid;
	font-size:11px;
	color:#000000;
	padding:8px 10px 0px 10px;
	background-color:#F1F1F1;
	width:167px;
	border-right:1px;
	border-left:0px;
	border-top:1px;
	border-bottom:1px;
	border-style:solid;
	border-right-color:#999999;
	border-bottom-color:#FFFFFF;
	border-top-color:#999999;
	margin:auto;
}
	
div.boxBody2 {
	border-width:1px 1px 1px 1px;
	border-style:solid;
	font-size:11px;
	font-style:normal;
	background-color:#FAFFEF;
	padding:8px 10px 0px 10px;
	width:150px;
	border-right:0px;
	border-left:0px;
	border-top:1px;
	border-bottom:1px;
	border-style:solid;
	border-left-color:#999999;
	border-bottom-color:#FFFFFF;
	border-top-color:#CCCCCC;
	margin-right:0px;
	margin-left:5px;
	text-align:center;
}
div.boxBody3 {
	border-width:1px 1px 1px 1px;
	border-style:solid;
	font-size:11px;
	font-style:normal;
	background-color:#FAFFEF;
	padding:8px 10px 0px 10px;
	width:150px;
	border-right:0px;
	border-left:0px;
	border-top:0px;
	border-bottom:1px;
	border-style:solid;
	border-left-color:#999999;
	border-bottom-color:#FFFFFF;
	border-top-color:#000000;
	margin-right:0px;
	margin-left:5px;
	text-align:center;
}
div.boxBody4  {
	font-size:11px;
	font-style:normal;
	background-color:#D2A545;
	margin-right:0px;
	margin-left:0px;
	text-align:center;
	color:#FFFFFF;
	margin-right:0px;
	margin-left:5px;
	text-align:center;
}

div.boxBody_search {
	background-color:#FFFFFF;
	border-width:0px 0px 1px 0px;
	font-size:11px;
	color:#FFFFFF;
	padding-left: 5px;
	padding-top: 5px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#CCCCCC;
}
div.boxBody a {
	color:#000000;
	text-decoration:none;
	background-color:#F1F1F1;
}
div.boxBody a:hover {
	color:#CD0000C;
	text-decoration:none;
}

div.boxBody p {
	line-height:15px;
	margin:5px 0px 5px 0px;
}


div.boxBody2 a {
	color:#666666;
	text-decoration:none;
}
div.boxBody2 a:hover {
	color:#333333;
	text-decoration:none;
}

div.boxBody2 p {
	line-height:15px;
	margin:5px 0px 5px 0px;
	text-align:center;

}

/* Layout der Cart Box
----------------------------------------------- */
div.boxCart {
	font-size:11px;
	background-color:#FFFFFF;
	padding:5px 0px 5px 5px;
	color:#000000;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:#666666;
	margin:0px;
}

div.boxCart a {
	color:#000000;
	text-decoration:none;
}
div.boxCart a:hover {
	color:#D2A54A;
	text-decoration:none;
}
div.boxCart p {
	line-height:normal;
	margin:0px;
	padding:0px;
}

div.boxCartBody {
	font-size:11px;
	background-image:url(img/greenboxbg.gif);
	padding:6px 0px 2px 10px;
	vertical-align:middle;
	color:#999999;
	font-weight:bold;
	height:20px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#999999;
}

div.boxCartBreakLine {
	height:1px;
	background-color:#CCCCCC;
	background-image:url(img/boxCartBreakLine.gif);
	margin:5px 0px 5px 0px;
	font-size:0px;
	padding:0px;
	line-height:0px;
}


/* Floatbox (Inhalte)
----------------------------------------------- */
div.floatBox {
	background-color:#FFFFFF;
	padding:10px 20px 10px 20px;
	margin:0px;
	border-style:solid;
	border-color:#D2A54A;
	border-width:1px;
	line-height:normal;
	width:533px;
	}

div.floatBox h1 {
	color:#000000;
	font-weight:bold;
	font-size:12px;
	height:auto;
	padding:0px;
	width:auto;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#FFFFFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

div.floatBox h2 {
	color:#000000;
	font-weight:bold;
	font-size:12px;
	margin:15px 0px 4px 0px;
	padding:0px;
}

div.floatBox ul {
	line-height:22px;
}

/* Product Category Listing
----------------------------------------------- */
div.productListingContainer {
	background-color:#FFFFFF;
	padding-top:4px;
	width:575px;
}

div.productListingContainer a.productHeader {
	padding:0px 0px 0px 0px;
	margin-top:0px;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	border:none;
	text-decoration:none;
	font-weight:bold;
	font-style:normal;
}
div.productListingContainer a.productHeader:hover {
	padding:0px 0px 0px 0px;
	margin-top:0px;
	font-size:12px;
	color:#000000;
	border:none;
	text-decoration:none;
	font-weight:bold;
	font-style:normal;

}

div.productListingContainer p.productDescription {
	font-size:12px;
	margin:0px;
	padding:0px 0px 6px 0px;
	line-height:normal;
}

div.productListingContainer p.additionalDetails {
	padding:0px 0px 10px 0px;
	margin:0px;
	line-height:normal;
}

div.productListingContainer p.additionalDetails span.productPrice {
	font-size:12px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	line-height:normal;
	color:#D2A54A;
}

div.productListingContainer p.additionalDetails span.shippingCosts {
	font-size:11px;
	padding:0px;
	margin:0px;
	line-height:normal;
	color:#CCCCCC;
}

div.productListingContainer p.additionalDetails span.shippingCosts a {
	color:#CCCCCC;
}

div.productListingContainer p.detailButtons {
	padding:0px;
	margin:0px;
	line-height:normal;
	float:right;
}

/* Checkout Payment Block
----------------------------------------------- */
h1.paymentBlockHeader {
	background-color:#999999;
	margin:0px;
	padding:5px 0px 0px 0px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	height:21px;
	vertical-align:middle;
	text-decoration:none;
	border:none;
}

h1.paymentBlockHeader input {
	margin:2px 5px 0px 5px;
	_margin:-2px 0px 0px 2px;
	padding:0px 0px 0px 0px;
}

div.paymentBlockContainer {
	margin:0px;
	padding:10px;
	background-color:#FFFFFF;
	border-style:solid;
	border-color:#CCCCCC;
	border-width:1px 1px 1px 1px;
	line-height:15px;
	color:#333333;
}

div.paymentBlockContainer table td {
	padding:2px;
}

/* Checkout Shipping Block
----------------------------------------------- */
h1.shippingBlockHeader {
	margin:0px;
	padding:5px 0px 0px 8px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	height:21px;
	vertical-align:middle;
	text-decoration:none;
	border:none;
	background-color:#999999;
	
}

div.shippingBlockContainer {
	margin:0px 0px 15px 0px;
	padding:6px;
	background-color:#FFFFFF;
	border-style:solid;
	border-color:#CCCCCC;
	border-width:1px 1px 1px 1px;
	line-height:15px;
	color:#333333;
}

div.shippingBlockContainer table td {
	padding:2px;
}

/* Product Image Box
----------------------------------------------- */
div.productImagesBox {
	background-color:none;
	font-size:11px;
	color:#999999;
	float:right;
	text-align:center;
	width:210px;
	padding-top:15px;
	padding-bottom:0x;
	padding-left:0px;
	padding-bottom:0px;
	padding-right:0px;
	margin:0px 0px 15px 0px;
}

/* Box mit Attributen und Preis bei Produktdetails
----------------------------------------------- */
div.productPriceAttributes {
	background-color:none;
	font-size:12px;
	color:#000000;
	padding:10px 0px 10px 0px;
}

/* Statt-Preisanzeige
----------------------------------------------- */
span.productOldPrice {
	font-size:10px;
	color:#AB191A;
	font-weight:bold;
	font-weight:bold;
	text-decoration:line-through;
}

/* Box mit Downloads
----------------------------------------------- */
div.electronicDownloadsBox {
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	font-size:12px;
	color:#000000;
	padding:5px;
}

/* Box mit Sucheingabefeld
----------------------------------------------- */
div.detailedSearchBox {
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	font-size:12px;
	color:#FFFFFF;
	padding:10px 15px 10px 15px;
	text-align:center;
}

div.detailedSearchBox td.inputText input {
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-top-color:#CCCCCC;
	border-left-color:#CCCCCC;
	border-right-color:#CCCCCC;
	border-bottom-color:#CCCCCC;
	font-size:11px;
	width:130px;
	font-weight:normal;
	padding-left:2px;
}

/* Box Eingabefeld für Gutscheincode
----------------------------------------------- */
div.voucherBox {
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	font-size:13px;
	color:#333333;
	padding:10px 15px 10px 15px;
	text-align:center;
}

/* Trennlinie für Produktvorschau (Kategorieanzeige)
----------------------------------------------- */
div.productPreviewSplitLine {
	height:3px;
	background-image:url(img/productSplitLine.gif);
}

/* Trennlinie für Produktvorschau (Kategorieanzeige)
----------------------------------------------- */
img.productImageBorder {
	border-style:solid;
	border-width:0px;
	border-color:#CCCCCC;
}

/* Box für "Weitere Unterkategorien"
----------------------------------------------- */
div.moreCategoriesBox {
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#D2A54A;
	padding:5px;
	width:563px;
}

/* Tabellenlisten
----------------------------------------------- */
.tableListingI {
	background-color: #EAE9E9;
}

.tableListingII {
	background-color: #F3F3F3;
}

/* Warenkorbliste
----------------------------------------------- */
.cartTableListingI {
	background-color: #FFFFFF;
}

.cartTableListingII {
	background-color: #FFFFFF;
}

td.cartTabelCell {
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#CCCCCC;
	padding:7px 4px 7px 4px;
}

/* Hintergrund für Popups
----------------------------------------------- */
div.popupContainer {
	background-color:#FFFFFF;
	padding:15px;
}

/* Hintergrund für Bestellungsdruck
----------------------------------------------- */
div.printOrderContainer {
	background-color:#FFFFFF;
	padding:15px;
}

/* Hintergrund für Artikeldruck
----------------------------------------------- */
div.printProductInfoContainer {
	background-color:#FFFFFF;
	padding:15px;
}

/* Artikelliste Bestellungsdruck
----------------------------------------------- */
td.productListHeaderPrintOrder {
	padding:5px;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#CCCCCC;
	font-weight:bold;
	white-space:nowrap;
}

td.productListItemPrintOrder {
	padding:5px;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#CCCCCC;
	vertical-align:top;
}

/* Block mit Shipping Typen
----------------------------------------------- */
td.shippingTypeHeader {
	background-color:#FFFFFF;
	border-style:solid;
	border-width:4px 0px 0px 0px;
	border-color:#CCCCCC;
	padding:4px;
	color:#CCCCCC;
}

/* Block mit Warenkorbinhalt
----------------------------------------------- */
td.basketHeader {
	background-color:#FFFFFF;
	background-image:url(img/black.gif);
	padding:4px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
div.basketHeader {
	background-color:#FFFFFF;
	background-image:url(img/black.gif);
	margin-top:-2px;
	padding:4px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	tet-align:center;
}
*+html div.basketHeader {
	background-color:#FFFFFF;
	background-image:url(img/black.gif);
	padding:5px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
* html div.basketHeader {
	background-color:#FFFFFF;
	background-image:url(img/black.gif);
	padding:5px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
div.basketHeaderBlack {
	background-color:#FFFFFF;
	background-image:url(img/gold.gif);
	padding:4px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
/* Block mit Reviews
----------------------------------------------- */
td.reviewListHeader {
	background-color:#FFFFFF;
	background-image:url(img/reviewListHeaderBg.gif);
	border:none;
	padding:4px;
	color:#000000;
	font-size:12px;
	font-weight:bold;
}

/* Sitemap Blöcke
----------------------------------------------- */

div.sitemapHeader {
	background-color:#CCCCCC;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	height:21px;
	vertical-align:middle;
	text-decoration:none;
	border-style:solid;
	border-color:#CCCCCC;
	border-width:1px 1px 0px 1px;
	padding:3px 0px 0px 6px;
}

div.sitemapHeader a {
	color:#000000;
	text-decoration:none;
}

div.sitemapHeader a:hover {
	color:#D2A54A;
	text-decoration:none;
}

div.sitemapContent {
	margin:0px 0px 15px 0px;
	padding:10px;
	background-color:#FFFFFF;
	border-style:solid;
	border-color:#CCCCCC;
	border-width:1px 1px 1px 1px;
	line-height:15px;
}

div.sitemapContent a {
	font-size:12px;
	text-decoration:none;
}


/* Errormessage
----------------------------------------------- */
div.errorMessage {
	padding:10px;
	margin:10px 0px 10px 0px;
	border-style:dashed;
	border-color:#CCCCCC;
	border-width:1px;
	background-color:#FFFFFF;
	font-size:13px;
}
*+html div.errorMessage {
	padding:10px;
	margin:10px 0px 10px 0px;
	border-style:dashed;
	border-color:#CCCCCC;
	border-width:1px;
	background-color:#FFFFFF;
	font-size:13px;
	width:550px;
}

/* Successmessage
----------------------------------------------- */
.messageStackSuccess {
	font-size: 12px;
	background-color: #FFFFFF;
	padding:8px;
}

/* Produktnavigator (unter jedem Produkt)
----------------------------------------------- */
div.productNavigator {
	padding:5px;
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#D2A54A;
	color:#D2A54A;
	text-align:right;
}

/* AGB Bestätigung
----------------------------------------------- */
div.agbConfirmation {
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	background-color:#FFFFFF;
	padding:10px;
	max-width:575px;
}

/* Footer
----------------------------------------------- */
div#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
	font-style: normal;
	position:fixed;
	bottom:0px;
	left:0px;
	text-align:center;
	float:left; 
	width:100%;
	border-top: 3px solid #FFFFFF;
	background-color:#D2A54A;
	color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;

}

/* Copyright
----------------------------------------------- */
div.copyright {
	width:800px;
	text-align:center;
	color:#CCCCCC;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	font-size:11px;
	padding:0px 0px 10px 0px;
	border-style:solid;
	border-color:#CCCCCC;
	border-width:0px 10px 0px 10px;

}

/* Float-Clearing div
----------------------------------------------- */
div.clearboth {
	clear:both;
}

div.clearleft {
	clear:left;
}

div.clearright {
	clear:right;
}

/* main Zelle (Versandkosten)
----------------------------------------------- */
td.contentsTopics {
	padding:15px;
	background-color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

td.main {
	padding:15px;
	background-color:#FFFFFF;
	font-size:12px;
}

.manufacturers_heading {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF; 
	background-color: #FFFFFF; 
	padding-top: 2px; padding-bottom: 2px;}
.manufacturers_heading a {color:#000000;}
.manufacturersp_heading a:hover {color:#CCCCCC; text-decoration:none;}
.tooltip {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color:#333333;
	padding:2px 2px 2px 2px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #CCCCCC;

}
a.weiss:link {
	font-family: Arial;
	font-size: 10px;
	line-height: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
}
a.weiss:visited {
	font-family: Arial;
	font-size: 10px;
	line-height: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
}
a.weiss:hover {
	font-family: Arial;
	font-size: 10px;
	line-height: 10px;
	color:#333333;
	text-decoration: none;
	font-style: normal;
}
a.weiss:active {
	font-family: Arial;
	font-size: 10px;
	line-height: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
}
a.versandkosten:link {
	font-family: Arial;
	font-size: 8px;
	color: #999999;
	text-decoration: underlined;
	font-style: normal;
}
a.versandkosten:visited {
	font-family: Arial;
	font-size: 8px;
	color: #999999;
	text-decoration: underlined;
	font-style: normal;
}
a.versandkosten:hover {
	font-family: Arial;
	font-size: 8px;
	color: #999999;
	text-decoration: underlined;
	font-style: normal;
}
a.versandkosten:active {
	font-family: Arial;
	font-size: 8px;
	color: #999999;
	text-decoration: underlined;
	font-style: normal;
}


ul, li
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.menu
{
	position: absolute;
	z-index: 3;
	top: 10px;
}

.menu li
{
	width: 140px;
	float: left;
}

.menu a
{
	border: 1px solid #888;
	background-color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	cursor: default;
	margin: 0px 2px;
	display: block;
	height: 20px;
	color: #000;
}

.menu a:hover
{
	background-color: #ccc;
}

#smenu1, #smenu2, #smenu3, #smenu4
{
	font-size: 12px;
	display: none;
	width: 140px;
	float: left;
}

#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a
{
	font-weight: normal;
	padding-top: 2px;
	border-top: 0px;
	cursor: pointer;
}
/* Lightbox
----------------------------------------------- */
#lightbox{
	position: absolute;
	left: 0;
    top: 10px !important;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250;
	height: 2500px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../../../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 10; float: right;}
#prevLink, #prevLink:hover, #prevLink:visited:hover { background: url(../../images/prevlabel.gif) 0 15% no-repeat; border: none; }
#nextLink, #nextLink:hover, #nextLink:visited:hover { background: url(../../images/nextlabel.gif) 100% 15% no-repeat; border: none;}

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;outline: none}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
margin: 0;
padding: 0;
}


div {
text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}

/* DIV-Boxen */

div#wrapper {
width:980px;
margin:0px;
background: url(img/3cols_background.png) repeat-y;
background-color:#FFFFFF;
}
* html div#wrapper{
width:980px;
margin: 0px;
background-color:#FFFFFF;
}

*+htmldiv#wrapper{
width:980px;
margin: 0px;
background-color:#FFFFFF;
}

div#leftCol {
float: left;
width: 190px;
background-color:#D2A54A;
margin-top: -45px;
min-height:1500px;
border-right: 1px solid #999999;

}

*+html div#leftCol{/*IE6 only*/
float: left;
width: 190px;
background-color:#D2A54A;
margin-top: -45px;
}
* html div#leftCol{/*IE6 only*/
float: left;
width: 160px;
background-color:#D2A54A;
margin-top: -20px;
}
div#rightCol {
float: right;
width: 175px;
background-color:#EFEEDC;
text-align:left;
}

* html div#rightCol {
float: right;
width: 175px;
background-color:#EFEEDC;
text-align:left;
marging-left:-20px;
padding-left:-20px;
}


div#centerCol {
margin: 0 205px;
width:100%x;
background-color:#FFFFFF;
}
*+html div#centerCol{/*IE6 only*/
margin:0 0 0 0 ;
padding-left:205px;
background-color:#FFFFFF;
}
* html div#centerCol{/*IE6 only*/
margin: 0 205px;
background-color:#FFFFFF;
margin:0px;
padding:0px;
}


/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* color settings */
.playerBox_gsvb div.alldone_gsvb        { color : #FAFFEF; }
.playerBox_gsvb a.title_gsvb            { color : #FAFFEF; }

.playerBox_gsvb div.alldone_gsvb:hover  { color : #FAFFEF; }
.playerBox_gsvb a.title_gsvb:hover      { color : #FAFFEF; }
.resultsBox_gsvb div.resultDiv_gsvb     { border-color : #FAFFEF; }
.floatingPlayerBox_gsvb,
.floatingPlayerBox_gsvb *               { background-color : #D2A54A; }
.floatingPlayerBox_gsvb                 { border : 1px solid #FFFFFF;}
                                        
.floatingPlayer_gsvb                    { background-color : #D2A54A; }

/*
 * The Player Box
 * - visible while playing
 * - collapsed while idle
 */
.playerBox_gsvb {
  display : block;
  margin-top : 4px;
  margin-bottom : 4px;
  margin-left : 10px;
  margin-right : 10px;
  text-align : center;
}

/**
 * Floating Player Box:
 *
 * note: top, left, z-index, height, width
 * are set in code. Limit your styling to color/opacity
 * Note the z-index of floatingPlayer should be one
 * higher than the z-index of the floatingPlayerBox.
 * Adjust as needed on sites with crazy layering.
*/
.floatingPlayerBox_gsvb {
  position : absolute;
  opacity : 0.90;
  -moz-opacity : 0.90;
  filter:alpha(opacity=90);
  z-index : 9998;
}
.floatingPlayer_gsvb {
  position : absolute;
  z-index : 9999;
  padding-right:265px;
}
.floatingBranding_gsvb {
  position : absolute;
}

.idle_gsvb {
  display : none;
}

.playing_gsvb {
  display : block;
}

.playerInnerBox_gsvb {
  margin-top : 2px;
}

/* keep a 1.33 ratio
 * (on widths > 300px, add 20px in height for controls)
 * small player:        180x135   4:3
 * medium player:       260x195   4:3
 * large player:        320x260   4:3 + 20px at bottom
 * extra large player:  480x380   4:3 + 20px at bottom
 */
.playerInnerBox_gsvb .player_gsvb {
  width : 320px;
  height : 260px;
}

.playerInnerBox_gsvb div.player_gsvb {
  margin : auto;
}

.floatingPlayer_gsvb .playerInnerBox_gsvb div.player_gsvb {
  margin : 0;
}

.playerBox_gsvb div.alldone_gsvb {
  display : inline;
  font-size : 11px;
  cursor : pointer;
}

.playerBox_gsvb div.alldone_gsvb:hover {
  text-decoration : underline;
}


.playerBox_gsvb div.title_gsvb {
  text-align : center;
  font-size : 11px;
  margin-top : 2px;
}

.playerBox_gsvb a.title_gsvb {
  text-decoration : none;
}

.playerBox_gsvb a.title_gsvb:hover {
  text-decoration : underline;
}

/*
 * resultsTable
 * - vertical mode
 * - horizontal mode
 */
.full_gsvb {
  display : block;
}

.empty_gsvb {
  display : none;
}

table.resultTable_gsvb {
  border-collapse : collapse;
}

table.resultTable_gsvb td {
  border : none;
}

div.resultDiv_gsvb {
  border-width : 1px;
  border-style : solid;
  background-color : #FAFFEF;
  height : 79px;
  width : 150px;
  text-align : center;
}

div.smallResultDiv_gsvb {
  height : 41px;
  width : 54px;
  text-align : center;
}

div.resultDiv_gsvb img {
  cursor : pointer;
  display : inline;
}

/* Auto Execute List Status Box */
div.statusBox_gsvb {
  padding : 4px;
}

div.statusItem_gsvb {
  display : inline;
  text-decoration : underline;
  color : #0000cc;
  cursor : pointer;
  margin-right : 6px;
  font-weight : bold;
  white-space: nowrap;
}

div.statusItemSelected_gsvb {
  text-decoration : none;
  color : #000000;
}

/*----------------------------Suggest Styles--------------------------*/
.suggest_link {
        background-color: #E9E9E9;
		color:#333333;
        padding: 2px 2px 2px 2px;
}
.suggest_link_over {
        background-color: #D2A54A;
        padding: 2px 2px 2px 2px;
        cursor: pointer;
		color:#FFFFFF;
}
#search_suggest {
		width:195px;
        position: absolute; 
        visibility: hidden;
        background-color: #E9E9E9; 
        text-align: left; 
        border: 1px solid #D2A54A;                        
}        

/*----------------------------End Suggest Styles------------------------*/

.header_gift {background-color: #dddddd; border-bottom: 2px solid #ffffff; font-family:Verdana, Arial, sans-serif;
font-size:10px; color:#000000;}
.content_gift {border-bottom: 1px solid #ffffff; font-family:Verdana, Arial, sans-serif; font-size:9px; color:#000000;}
A.content_gift_link,A.content_gift_link :hover,A.content_gift_link:visited {font -family:Verdana, Arial, sans-serif; fontsize:
9px; color:#FF6600;}

