/* $Id: stylesheet.css,v 1.62 2011/07/26 13:47:39 isl Exp $ */
.errorBox { font-family : Verdana, Helvetica, sans-serif; font-size : 11px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Helvetica, sans-serif; font-size : 11px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Helvetica, sans-serif; font-size : 11px; color: #000000; text-decoration: underline; }

BODY {
  background: #f0f0f2;
  color: #222222;
  margin-top: 10px;
}

A { 
  color: #222222; 
  text-decoration: none; 
}

A:hover {
  color: #222222;
  text-decoration: none;
}

FORM {
  display: inline;
}

DIV.headerContainer {
  width: 1000px;
  height: 140px;
  margin: 0px auto;
}

DIV.header {
  width: 100%;
}

DIV.headerMenu {
  width: 750px;
  background: #3E739D;
  height: 35px;
  position: relative;
  left: 10px;
  top: 8px;
  float: left;
  background-image: URL(../images/local/back_navigation.gif);
  background-repeat: no-repeat;
}

DIV.headerMenu A,
DIV.headerMenu A:link,
DIV.headerMenu A:visited {
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height: 36px;
  font-weight: bold;
  color: #ffffff;
  margin: 0px 28px;
}

DIV.headerMenu A:hover {
	color: #e2e2e2;
	text-decoration: none;
}

DIV.imageLogo {
  width: 240px;
  height: 128px;
  background-image: URL(../images/local/shop-logo.png);
  background-repeat: no-repeat;
  float: left;
  /*top: 23px;
  position: relative;*/
}

.imageShopLogo {
  width: 240px;
  height: 128px;
}

DIV.services
{
  width: 350px;
  height: 60px;
  padding: 0px;
  float: left;
  position: relative;
  left: 30px;
  top: 1px;
}

DIV.ssl
{
  position: relative;
  width: 62px;
  height: 62px;
  float: left;
  left: 44px;
}

DIV.headerCart {
  position: relative;
  float: right;
  top: 0px;
  right: 16px;
  width: 212px;
  height: 50px;
  padding: 5px 5px 5px 45px;
  border: 1px solid #e2e2e2;
  background: #f8f8f8;
  background-image: URL(../images/local/back_cart.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
}

DIV.headerCartButton {
  position: relative;
  float: right;
  top: -2px;
  right: 5px;
}

DIV.breadcrumb
{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 24px;
  color: #3E739D;
  width: 750px;
  height: 25px;
  position: relative;
  left: 10px;
  top: 12px;
  float: left;
  background-image: URL(../images/local/back_breadcrumb.gif);
  background-repeat: no-repeat;
  text-indent: 17px;
}

.breadcrumb A, .breadcrumb A:visited, .breadcrumb A:link
{
	color: #3E739D;
	text-decoration: none;
}

.breadcrumb A:hover
{
	color: #3E739D;
	text-decoration: underline;
}

.headerMessages {
  width: 100%;  
}

DIV.headerError {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  background: #F00000;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 3px;
}

DIV.headerOK {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  background: #20C000;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 3px;
}

DIV.headerInfo {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  background: #77A010;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 3px;
}

DIV.mainContainer {
  width: 1000px;
  margin: 0px auto;
}

TABLE.contentTable {
  width: 1000px;
}

TD.menu {
  width: 216px;
  background: #ffffff;
  padding: 10px;
  /* + 5px inner-Table-padding L/R */
  border: 1px solid #dddddd;
}

TD.spacer {
  width: 12px;
  background-image: URL(../images/local/back_spacer.png);
  background-repeat: repeat-y;
}

TD.content {
  width: 748px;
  border: 1px solid #dddddd;
  background: #ffffff;
}

DIV.content {
  padding: 15px;
}

/* Erste Ebene */
DIV.categories UL {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

DIV.categories UL LI A {
	padding: 4px 8px;
	font-weight: bold;
	display: block;
	margin-bottom: 2px;
	color: #222222;
	background: #f0f0f0;
	background: -moz-linear-gradient(left, #f2f2f2, #e4e4e4);
	background: -webkit-gradient(linear, left top, right bottom, from(#f2f2f2), to(#e4e4e4));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#e4e4e4', GradientType='1');
	border-bottom: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
}

DIV.categories UL LI A:hover {
	padding: 4px 8px;
	font-weight: bold;
	display: block;
	color: #222222;
	background: #eaeaea;
	background: -moz-linear-gradient(right, #f2f2f2, #e4e4e4);
	background: -webkit-gradient(linear, left top, right bottom, from(#e4e4e4), to(#f2f2f2));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#f2f2f2', GradientType='1');
	text-decoration: none;
}

DIV.categories UL LI#selected A {
	background: #e4e4e4;
	background: -moz-linear-gradient(right, #f2f2f2, #e4e4e4);
	background: -webkit-gradient(linear, left top, right bottom, from(#e4e4e4), to(#f2f2f2));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#f2f2f2', GradientType='1');
	border: none;
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-top: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
}

/* Zweite Ebene */
DIV.categories UL UL {
	margin: 0px;
	padding: 0px;
	margin-left: 0.8em;
}

DIV.categories UL UL LI A {
	padding: 1px 6px;
	font-weight: normal;
	border: none !important;
	border-left: 2px solid #dadada !important;
	background: #ffffff !important;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='0') !important;
}

DIV.categories UL UL LI A:hover {
	padding: 1px 6px;
	font-weight: normal;
	background: #f0f0f0 !important;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='0') !important;
}

DIV.categories UL UL LI#selected A {
	padding: 3px 6px;
	font-weight: bold;
	border: none;
	border-left: 2px solid #c8c8c8;
	background: #eeeeee !important;
	background: -moz-linear-gradient(right, #f2f2f2, #e4e4e4) !important;
	background: -webkit-gradient(linear, left top, right bottom, from(#e4e4e4), to(#f2f2f2)) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#f2f2f2', GradientType='1') !important;
}

.pagesList {
	padding: 15px 5px;
	font-size: 17px;
	color: #222222;
}

.pagesList A {
	padding: 4px 8px;
	margin-right: 6px;
	font-size: 17px;
	display: inline;
	color: #222222;
	background: #ffffff;
	border: 1px solid #dddddd;
	text-decoration: none;
}

.pagesList A:hover {
	background: #f2f2f2;
}

.pagesList DIV.selected {
	padding: 4px 8px;
	margin-right: 6px;
	font-size: 17px;
	color: #222222;
	display: inline;
	background: #f0f0f0;
	border: 1px solid #3E739D;
}

DIV.sorting {
	margin-left: 158px;
	width: 160px;
	z-index: 9;
	position: relative;
}

DIV.sorting UL {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px; padding: 0px;
}

div.sorting UL LI UL {
	left: -999em;
	margin: 0;
	padding: 0;
	z-index: 10;
	position: absolute;
}

div.sorting UL LI:hover UL {
	left: auto;
	position: relative;
}

div.sorting UL LI {
	width: 160px;
	height: 16px;
	padding: 3px 0px;
	border: 1px solid #aaaaaa;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	background: -moz-linear-gradient(top, #f2f2f2, #e4e4e4) !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e4e4e4)) !important;
	background: #f2f2f2;
}

div.sorting UL LI UL {
	height: 105px;
	top: 4px;
	width: 160px;
	margin-left: -1px;
	border: 1px solid #aaaaaa;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	background: -moz-linear-gradient(top, #f2f2f2, #e4e4e4);
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e4e4e4));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#e4e4e4');
}

div.sorting UL LI UL LI {
	border: none;
	background: transparent;
	padding-top: 7px;
}

div.sorting UL LI A, div.sorting UL LI DIV {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #222222;
	display: block;
	cursor: pointer;
}

div.sorting UL LI UL LI A {
	font-weight: normal;
}

div.sorting UL LI UL LI A#selected {
	font-weight: bold;
}

.newsBlock {
  width: 100%;
}

.news {
  background: white;
}

.newsContent {
  line-height: 15px;
  padding-bottom: 15px;
}

.news IMG {
  padding: 0px 5px 5px 0px;
}

DIV.footer {
  text-align: center;
  width: 1000px;
}

TD.footer {
  font-size: 11px;
  color: #555;
}

.infoBox {
  background: #ffffff;
}

.infoBoxContents {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
  background: #ffffff;
}

.boxText {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	padding: 0px;
	color: #222222;
}

.boxText A, DIV.infoBoxContentInfo {
	padding: 4px 8px;
	display: block;
	background: #f0f0f0;
	background: -moz-linear-gradient(left, #f2f2f2, #e4e4e4);
	background: -webkit-gradient(linear, left top, right bottom, from(#f2f2f2), to(#e4e4e4));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#e4e4e4', GradientType='1');
	margin-bottom: 2px;
	border-bottom: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
}

.boxText A:hover {
  color: #222222;
  text-decoration: none;
  background: #e8e8e8;
  background: -moz-linear-gradient(right, #f2f2f2, #e4e4e4);
  background: -webkit-gradient(linear, left top, right bottom, from(#e4e4e4), to(#f2f2f2));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#f2f2f2', GradientType='1');
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
}

TD.infoBoxHeading, DIV.infoBoxHeading {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  background: #3E739D;
  color: #ffffff;
  padding: 3px 9px;
  background-image: URL(../images/local/back_infoboxheader.gif);
  background-repeat: no-repeat;
}

TD.infoBoxHeading2, DIV.infoBoxHeading2 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  background: #3E739D;
  color: #ffffff;
  padding: 3px 9px;
  background-image: URL(../images/local/back_infoboxheader2.gif);
  background-repeat: repeat-x;
}

.infoBoxTable {
  background: #f8f8f8;
  border-color: #dddddd;
  border-style: solid;
  border-width: 1px;
  padding: 4px 8px;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
}

DIV.separator
{
	width: 100%;
	border-bottom: 2px solid #aaaaaa;
	height: 2px;
	margin: 15px 0px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #ffffff;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #ffffff;
}

TR.productListing-heading {
  background: #96B3D0;
}

TD.productListing-heading {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  background: #96B3D0;
  color: #ffffff;
  font-weight: bold;
  padding: 3px;
}

TD.productListing-heading A, .headerLinks {
	color: #222222;
}

TD.productListing-heading A:hover, .headerLinks:hover {
	color: #222222;
}

.productListing-data {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  vertical-align: top;
  text-align: center;
  width: 25%;
}

DIV.clearer {
	clear: both;
}

TD.pageHeading, DIV.pageHeading, H1.pageHeading {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  color: #222222;
  margin: 0px 0px 10px 0px;
  border-bottom: 1px dotted #d8d8d8;
}

TD.pageHeading:first-letter, DIV.pageHeading:first-letter, H1.pageHeading:first-letter {
  font-size: 1.2em;
}

DIV.pageHeadingCalc {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  text-align: center;
  height: 42px;
  margin: 18px 0px;
  background-image: URL(../images/local/back_calcheader.gif);
  background-repeat: no-repeat;
  background-position: 0px 20px;
}

DIV.pageHeadingCalc2 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  text-align: center;
  height: 42px;
  margin: 18px 0px;
  background-image: URL(../images/local/back_calcheader2.gif);
  background-repeat: no-repeat;
  background-position: 0px 20px;
}

DIV.productListingPrice {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 23px;
  font-weight: normal;
  color: #222222;
  margin: 0px;
}

.productListing-data DIV.productListingPrice {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: bold;
  color: #222222;
  margin: 0px 0px 7px 0px;
}

DIV.productListingPrice#calcPrice {
  margin-bottom: 3px;
  text-align: center;
}

H1.main {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #222222;
  margin-top: 0px;
  line-height: 15px;
}

H1.productListing {
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #222222;
  margin: 5px 0px 0px 0px;
}

H1.productListing A {	
  text-decoration: none;
}

H1.productListing A:hover {
  text-decoration: underline;
}

DIV.productListingDescription {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
  margin-left: 11px;
  margin-right: 11px;
  border-left: 3px solid #ECE0BB;
  padding-left: 6px;
}

H2 {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
  color: #222222;
  margin-top: 0px;
  margin-bottom: 8px;
}

H2.headline {
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #222222;
  margin-bottom: 3px;
}

H3 {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}

TABLE.orderDetails
{
  background: #f6f6f6;	
}

TABLE.orderDetails TR#head TD
{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  padding: 4px 8px;
  border-bottom: 1px solid black;
}

TABLE.orderDetails TD
{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 17px;
  padding: 8px 4px;
  border-bottom: 1px solid black;
}

TD.orderDetailsSum
{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 17px;
  font-weight: normal;
  padding: 8px 4px;
}

TD, TH, DIV {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
}

TD.main, P, UL, LI {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 14px;
}

TD.accountCategory {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
}

TD.tableHeading {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT, TEXTAREA {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  padding: 3px;
}

INPUT[type=text], INPUT[type=password], SELECT, TEXTAREA {
  border: 1px solid black;
}

INPUT.requiredField {
  border: 1px solid red;
}

.formTable INPUT[type=text], .formTable INPUT[type=password]
{
  width: 160px;
}

.long {
  width: 88%;
}

SPAN.greetUser {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #222222;
  font-weight: bold;
}

.formArea {
  background: #f6f6f6;
  border-color: #dddddd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  color: #3E739D;
}

.formTable {
  width: 100%;
}

.formTable TD.main#first, .infoBoxTable TD.main#first {
  width: 128px;
}

.formTable TD {
  text-indent: 10px;
}

.formTable SELECT {
  margin: 0px;
}

SPAN.markProductOutOfStock {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

.moduleRow { height: 30px; }
.moduleRowOver { background-color: #cccccc; height: 30px; cursor: pointer; }
.moduleRowSelected { background-color: #dddddd; height: 30px; color: #222222; }

.moduleRow TD, .moduleRowOver TD, .moduleRowSelected TD
{
	padding: 0px 9px;	 
}

.moduleRowOver TD, .moduleRowSelected TD
{
	color: #222222;
	font-weight: bold;
}

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Helvetica, sans-serif; font-size: 11px; color: #666666; padding-top: 5px; }
.checkoutBarCurrent { font-family: Verdana, Helvetica, sans-serif; font-size: 11px; color: #222222; padding-top: 5px; }

BIG {
  font-size: 13px;
}

.productImage {
  border: 1px solid #e0e0e0;
}

DIV.expressIcon
{
	z-index: 4;
	left: 10px;
	height: 20px;
	width: 100px;
	position: relative;
	float: left;
	background-image: URL(../images/icons/icon_express.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: -10px;
}

DIV.noExpressIcon
{
	z-index: 4;
	height: 20px;
	width: 100px;
	margin-bottom: -10px;
	position: relative;
}

DIV.productInfo
{
	width: 100%;
}

DIV#productCalculator
{
	width: 680px;
	margin: 0px auto;
}

DIV.productInfoDetails
{
	float: right;
	width: 360px;
	border: 1px solid #e0e0e0;
	background: #f8f8f8;
	padding: 10px;
	line-height: 22px;
	margin-bottom: 10px;
}

DIV.productInfoPrice
{
	float: right;
	text-align: right;
}

DIV.productInfoCalcAmount
{
	float: left;
	width: 216px;
	padding-left: 15px;
}

DIV.productInfoCalcAmount INPUT[type=text]
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 17px;
	border: 1px solid #CCCCCC;
	color: #222222;
	padding: 1px 2px 2px 2px;
	width: 146px;
	float: left;
	margin-right: 2px;
	background: #f0f0f0;
}

DIV.productInfoCalcAmount INPUT.disabled
{
	color: #ccc;
}

DIV.productInfoCalcColor
{
	float: left;
	width: 235px;
}

DIV.productInfoCalcTime
{
	float: left;
	width: 176px;
	margin-right: 30px;
}

DIV.productInfoCalcBox
{
	width: 466px;
	height: 100%;
	overflow: hidden;	
	float: left;	
	background-image: URL(../images/local/back_calcarrow.gif);
	background-repeat: no-repeat;
	background-position: -5px 0px;	
}

DIV.productInfoCalcPrice
{
	border: 1px solid #d0d0d0;
	background: #f8f8f8;
	padding: 3px 3px;
	line-height: 14px;
	float: right;
	width: 140px;
	height: 74px;
	margin-right: 52px;
}

DIV.productInfoCalcPrice.small
{
	color: #c0c0c0;
	height: 64px;
	width: 120px;
	margin: 5px 5px 5px 0px;
}

DIV.productInfoCalcPrice.small DIV.productListingPrice
{	
	color: #c0c0c0;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
}

TABLE.calcTable
{
	border: 1px solid #e2e2e2;
	background: #fafafa;
	padding: 0px 3px;
}

SPAN#selectedVariant {
	white-space: nowrap;
}

TD.calcTableBorder
{
	border-left: 1px solid #e2e2e2;
	text-align: center;
}

DIV.productInfoPrint
{
	
}

DIV.productButtons
{
	width: 200px;
	float: left;
	padding-top: 20px;
	margin-left: 6px;
}

DIV.printOptions
{
	float: left;
}

DIV.printOptions UL {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

UL.calcTypeContainer {

}

UL.calcColorsContainer {
	width: 205px;
	float: left;
}

DIV.printOptions#arrow {
	background-image: URL(../images/local/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 2px 26px;
	width: 25px;
	height: 50px;
}

LI.productSelect {
	float: left;
}

LI.productSelect A {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	width: 158px;
	padding: 4px 8px;
	font-weight: normal;
	display: block;
	margin-bottom: 3px;
	color: #222222;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	border: 1px solid #aaaaaa;
	background: #d0d0d0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#d0d0d0));
	background: -moz-linear-gradient(top, #f0f0f0, #d0d0d0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#d0d0d0');
}

LI.productSelect#print A {
	width: 80px;
	margin-right: 8px;
}

LI.productSelect.calcColors A {
	width: 40px;
	margin-right: 5px;
	padding: 4px 2px;
}

LI.productSelect.selectButton A {
	width: 10px;
	margin-right: 5px;
}

LI.productSelect A:hover {
	background: #83B5CE;
	background: -webkit-gradient(linear, left top, left bottom, from(#B8DDF0), to(#83B5CE));
	background: -moz-linear-gradient(top, #B8DDF0, #83B5CE);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B8DDF0', endColorstr='#83B5CE');
}

LI.productSelect A.selected {
	background: #00337F;
	color: #ffffff;
	border: 1px solid #666666;
	background: -webkit-gradient(linear, left top, left bottom, from(#678DC7), to(#225199));
	background: -moz-linear-gradient(top, #678DC7, #225199);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#678DC7', endColorstr='#225199');
}

LI.productSelect A.inactive {
	background: #f0f0f0;
	color: #aaaaaa;
	border: 1px solid #cccccc;
	cursor: default;
}

LI.productSelect A.inactive:hover {
	background: #f0f0f0;
	color: #aaaaaa;	
	cursor: default;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#d0d0d0');
}

.productInfoCalcAmountInput {
	font-family: Arial, sans-serif;
	font-size: 11px;
	width: 30px;
	font-weight: bold;
	color: #222222;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	border: 1px solid #aaaaaa;
	background: #d0d0d0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#d0d0d0));
	background: -moz-linear-gradient(top, #f0f0f0, #d0d0d0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#d0d0d0');
}

DIV.button,
DIV.button#sampleInfo A
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	width: 198px;
	padding: 5px 0px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #ffffff;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	border: 1px solid #aaaaaa;
	background: #77A010;
	background: -moz-linear-gradient(top, #678DC7, #225199);
	background: -webkit-gradient(linear, left top, left bottom, from(#678DC7), to(#225199));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#678DC7', endColorstr='#225199');
}

DIV.button#sampleInfo
{
	position: absolute;
	background: -moz-linear-gradient(top, #f2f2f2, #e4e4e4);
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e4e4e4));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#e4e4e4');
	color: black;
	display: none;
	top: -30px;
	right: -20px;
	width: 260px;
	height: 90px;
	padding: 10px;
	text-align: center;
}

DIV.button#sampleInfo A
{
	padding: 5px;
	display: block;
	margin-left: 14px;	
	width: 95px;
	float: left;
}

DIV.button A {
	color: #ffffff;
	display: block;
}

DIV.button INPUT[type=submit] {
	background: transparent;
	border: none;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
	width: 90%;
	height: 18px;
	text-align: center;	
	cursor: pointer;
}

DIV.button#small {
	font-family: Arial, sans-serif;
	width: 150px;
	font-size: 13px;
	line-height: 18px;
	padding: 4px 0px;
	height: 18px;
}

DIV.button#smallgreen {
	font-family: Arial, sans-serif;
	width: 170px;
	font-size: 13px;
	line-height: 16px;
	padding: 4px 0px;
	background: -webkit-gradient(linear, left top, left bottom, from(#BBD254), to(#77A010));
	background: -moz-linear-gradient(top, #BBD254, #77A010);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BBD254', endColorstr='#77A010');
/* */
}

DIV.productButtons .inputButton {
	font-family: Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	width: 200px;
	height: 44px;
	padding-left: 40px;
	font-weight: bold;
	font-variant: small-caps;
	color: #ffffff;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	border: 1px solid #aaaaaa;
	background-image: URL(../images/icons/add_to_cart.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	background-color: transparent;
	cursor: pointer;
}

DIV.productButtons .cartButton {
	background: -webkit-gradient(linear, left top, left bottom, from(#BBD254), to(#77A010));
	background: -moz-linear-gradient(top, #BBD254, #77A010);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BBD254', endColorstr='#77A010');
	-webkit-border-radius: .6em;
	-moz-border-radius: .6em;
	border-radius: .6em;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	width: 200px;
	height: 44px;	
}

FIELDSET.printAreas
{
	border: 1px solid #e0e0e0;
	padding: 5px 10px;
}

FIELDSET.printAreas LEGEND
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #222222;
	font-weight: bold;
	padding: 0px 3px 3px 0px;
}

FIELDSET.fileUpload
{
	border: 1px solid #e0e0e0;
	padding: 2px 10px;
	margin: 10px 0px 0px 0px;
	width: 98%;
}

FIELDSET.fileUpload LEGEND
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #222222;
	font-weight: bold;
	padding: 0px 3px 3px 0px;
}

DIV.priceHistoryInfo
{
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #888888; 
	padding-left: 305px;
}

DIV.priceHistoryInfo.withPrint
{
	padding-left: 245px;
}

DIV.priceHistoryInfo.hidden
{
	display: none;
}

DIV.productInfoActionButtons
{
	margin: 30px 0px 0px 10px;
}

.layer {
  background: #ffffff;
  padding: 5px;
  position: absolute;
  top: -260;
  border-color: #222222;
  border-width: 2px;
  border-style: ridge;
}

.layer_push {
  visibility: hidden;
  background: #ffffff;
  width: 500px;
  border-color: #222222;
  border-width: 2px;
  border-style: ridge;
}

.layer_push_span {
  visibility: hidden;
  position: absolute;
  padding: 5px;
  width: 490px;
}

.layer_button {
  position: absolute;
  bottom: -20px;
}

.suma_footer {
  color: #666666;
}

DIV.agb_checkout_payment
{
	overflow: auto;
	height: 200px;
	padding: 0px 10px;
}

FIELDSET
{
	font-size: 11px;
	line-height: 15px;
	border: 1px solid gray;
	padding: 5px;
}

/*
Neue Suchfunktion
*/
DIV.productSearch
{
	clear:both;
	padding-top: 1px;
}

DIV.productSearch H1
{
	font-family: Arial;
	font-size: 17px;
	color: #3E739D;
	border-bottom: 1px solid #3E739D;
	margin: 6px 0px;
	padding: 0px;
}

DIV.productSearch H1.productListing
{
	font-family: Arial;
	font-size: 13px;
	color: #222222;
	border: none;
	margin: 8px 0px 0px 0px;
	padding: 0px;
}


DIV.productSearch .productSearchResult
{	
	float: left;
	border: 0px;
	width: 33%;
	text-align: center;
}

DIV.productSearch .productSearchResult IMG
{	
	border: 1px solid #e2e2e2;
}

DIV.productSearch .productSearchMoreResults
{
	font-family: Arial;
	clear: both;
	font-size: 15px;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 10px;
	text-align: right;
}

DIV.productSearch .productSearchMoreResults A
{
	color: #3E739D;
}

FORM#searchBox .search_input
{
	width: 175px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	border: 1px dashed #CCCCCC;
	color: #222222;
	padding: 2px;
	background: #f0f0f0;
	float: left;
}

FORM#searchBox INPUT#submitButton
{
	 border: 0px;
	 padding: 0px 0px 0px 3px;
}

DIV.searchOptions DIV
{
	float: left;
}

DIV.searchOptions SELECT
{
	margin: 0px;
	margin-right: 15px;
}

DIV.searchOptions INPUT.beforeEdit
{
	color: gray;
	margin: 1px 15px 0px 0px;
}

DIV.searchOptions INPUT.afterEdit
{
	color: #222222;
	margin: 1px 15px 0px 0px;
}

DIV.searchOptions DIV#keywords
{
	width: 100%;
	margin: 5px 0px;
}

DIV.searchOptions DIV#includeSubCat
{
	margin-top: 5px;
	clear: left;
}

DIV.searchOptions DIV#keywords INPUT
{
	width: 99%;	
	font-size: 15px;
	font-weight: normal;
	border: 1px inset #CCCCCC;
	color: #333333;
	padding: 2px;
	margin-bottom: 5px;
}

DIV.searchWithoutResults
{
	color: black;
	padding: 5px 5px 5px 30px;
	margin-bottom: 10px;
	font-size: 11px;
	background: transparent url('../images/icons/warning.gif') no-repeat 10px;
	border: 1px dashed #3E739D;
}

SELECT.childOptions OPTION
{
	margin-left: 5px;
}

SELECT.childOptions OPTION#heading
{
	color: #222222;
	border-bottom: 1px solid black;
	margin-left: 0px;
	margin-bottom: 2px;
}

/* Anzeige Produktbilder Produktdetailseite*/
DIV#productImage
{
	margin: 0px 14px 0px 0px;
	float: left;
}

DIV#productImage IMG
{
	
}

DIV#additionalImages
{
}

DIV#additionalImages IMG
{
	margin: 0px 0px 3px 0px;
}

/* Menu-Leiste für Kategorien */
DIV.menuList {
	margin-top: 3px;
	margin-bottom: 10px;
	background: #fff6bd;
	height: 26px;
}

UL.menuList {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px; padding: 0px;
}

.menuList li {
	float: left;
	margin: 0; padding: 0;
	margin-right: 30px;
	line-height: 25px;
}

.menuList a {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
	color: #96B3D0;
}

/* #5850 Druckdateien-Upload und Pflege */
UL.small {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 11px;
  padding-left: 11px;
  margin-top: 3px;
  padding-top: 3px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

LI.small {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
  margin-bottom: 3px;
  padding-bottom: 3px;
}

DIV.uploadStatic
{
	display: none;
}

SPAN.missingUpload {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 22px;
  background: #3E739D;
  color: #ffffff;
  font-weight: bold;
  padding: 3px 8px;
  white-space: nowrap;
}

DIV.uploadButton
{
	margin: 15px 0px 9px 0px;
}

/* #5863 Spenden-Funktion / -Produkte */
/* #5850 Druckdateien-Upload und Pflege */
/* #5857 Bonuspunkte-Programm */
DIV.templateInfoBox
{	
	border-color: #C0C0C0;
  	border-style: solid;
  	border-width: 1px;
  	margin: 10px 0px;
  	padding: 5px;
}

SPAN.cartName
{
	color: #3E739D;
	font-weight: bold;
	font-size: 12px;
}

DIV.cartSets
{
	display: inline;
}

/* Input Boxen in Warenkorb */
DIV.cartInput INPUT.beforeEdit,
DIV.cartInput TEXTAREA.beforeEdit
{
	color: #96B3D0;
	width: 300px;
	margin: 0px 0px 5px 0px;	
}

DIV.cartInput INPUT.afterEdit,
DIV.cartInput TEXTAREA.afterEdit
{
	color: #000;
	width: 300px;	
	margin: 0px 0px 5px 0px;
}

DIV.cartInput INPUT.submit
{
	margin-left: 185px;
}

DIV.banner IMG
{
	border: 0px;
}

A DIV {
	color: black;
}

/* #6045 Erweiterung Zahlungsmodule */
TR.paymentFields
{
	display: table-row;
}

TR.paymentMethodDisabled
{
	color: #888;
}

SMALL
{
	font-size: 9px;
	line-height: 128%;
}

.plainSubmitButton {
	border-top: 2px solid #e0e0e0;
	border-left: 2px solid #e0e0e0;
	border-right: 2px solid #c0c0c0;
	border-bottom: 2px solid #c0c0c0;
	background-color: #f4f4f4;
	font-size: 11px;
	font-family: Verdana, Helvetica;
	color: black;
	padding: 4px 9px;
}

TABLE.newsletterArchiveList
{
	padding: 5px;
	width: 100%;
}

TABLE.newsletterArchiveList TH
{	
	width: 20%;
}

TR.paymentHidden
{
	display: none !important;
}

DIV.calculatorLoadingScreen {
	visibility: hidden;
	background: #eee URL(../images/icons/ajax-loader.gif) center no-repeat;
	z-index: 10;
	position: absolute;
	opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
	-khtml-opacity: .75; /* Safari 1.x */
	-moz-opacity: .75; /* FF lt 1.5, Netscape */
}

/* #6398 Startseiten Slider */
#s3slider {
   width: 718px;
   height: 320px;
   position: relative; 
   overflow: hidden; 
   margin-bottom: 20px;
}

#s3sliderContent {
   width: 100%;
   position: absolute; 
   top: 0px;
   margin: 0px; 
   padding: 0px;      
}

.s3sliderImage {
   float: left;
   position: relative;
   padding: 0px;   
}

.s3sliderImage a {
   color: white;
}

.s3sliderImage a:hover {
   color: white;
   text-decoration: none;
}

.s3sliderImage span {
   position: absolute;   
   left: 0px;
   padding: 10px 13px;
   width: 718px;
   height: 100px;
   text-align: left;
   background-color: #1E599B;
   filter: alpha(opacity=75); 
   -moz-opacity: 0.75; 
   -khtml-opacity: 0.75; 
   opacity: 0.75;
   color: #fff;
   display: none;
   top: 240px;
}

.s3sliderImage span h1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
	margin: 0px 0px 4px 0px;
}

/* Payment */
DIV.paymentTitleSub, TR.paymentFields TABLE
{
	padding-left: 104px;
}

DIV.paymentTitleEosCc
{
	height: 26px;
	font-size: 13px;
	padding-left: 100px;
	background-image: URL('../images/icons/icon_kreditkarte.png');
	background-repeat: no-repeat;
	background-position: 8px 2px;
	line-height: 26px;
}

DIV.paymentTitleElv
{
	height: 34px;
	font-size: 13px;
	padding-left: 100px;
	background-image: URL('../images/icons/ec.gif');
	background-repeat: no-repeat;
	background-position: 55px 2px;
	line-height: 34px;
}

DIV.paymentTitlePaypal
{
	height: 22px;
	font-size: 13px;
	padding-left: 100px;
	background-image: URL('../images/icons/icon_paypal.png');
	background-repeat: no-repeat;
	background-position: 28px 3px;
	line-height: 22px;
}

DIV.paymentTitleEosGiro
{
	height: 26px;
	font-size: 13px;
	padding-left: 100px;
	background-image: URL('../images/icons/giropay_50x22.gif');
	background-repeat: no-repeat;
	background-position: 30px 2px;
	line-height: 24px;
	float: left;
}

DIV.paymentTitleMoney
{
	height: 30px;
	font-size: 13px;
	padding-left: 100px;
	background-image: URL('../images/icons/icon_vorkasse.gif');
	background-repeat: no-repeat;
	background-position: 44px 2px;
	line-height: 30px;
}

DIV.paymentTitleInvoice
{
	height: 36px;
	font-size: 13px;
	padding-left: 100px;
	background-image: URL('../images/icons/icon_invoice.png');
	background-repeat: no-repeat;
	background-position: 53px 2px;
	line-height: 36px;
}

DIV.paymentTitleCod
{
	height: 36px;
	font-size: 13px;
	padding-left: 100px;
	background-image: URL('../images/icons/cash.gif');
	background-repeat: no-repeat;
	background-position: 38px 2px;
	line-height: 36px;
}

DIV.eosCC
{
	float: left;
}

/* Style Fixes für Checkout Confirmation */
TD.orderConfirmation DIV.paymentTitleEosCc
{
	padding-left: 80px;
	background-position: 0px;
}

TD.orderConfirmation DIV.paymentTitlePaypal, TD.orderConfirmation DIV.paymentTitleCod
{
	padding-left: 60px;
	background-position: 0px 3px;
}

TD.orderConfirmation DIV.paymentTitleMoney
{
	padding-left: 42px;
	background-position: 0px;
}

TD.orderConfirmation DIV.paymentTitleElv, TD.orderConfirmation DIV.paymentTitleEosGiro, TD.orderConfirmation DIV.paymentTitleInvoice
{
	padding-left: 40px;
	background-position: 0px;
}

/* Fixes end */

/* #6584 Produktfinder */
DIV.finderRanges
{
	float: left;
	font-family: Arial, Verdana, sans-serif;
	width: 430px;
	margin-top: 1px;
	padding-left: 20px !important;
}

DIV.finderRanges STRONG 
{
	font-size: 13px;
}

DIV.rangeSlider
{
	margin-top: 5px;
} 

SPAN.rangeLabel
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #f6931f;
	font-weight: bold;
}

DIV.finderProductBox
{
	float: left;
	width: 235px;
}

DIV#categoryHeading.bannerView
{
	border: 1px solid #d8d8d8;
	background-position: 0px center;
    background-repeat: no-repeat;
    background-color: #fff;
    display: block;    
    overflow: hidden;
    margin-bottom: 30px;
}

DIV#categoryHeading.bannerView.productListPage
{
	margin-bottom: 10px;
}
 
DIV#categoryHeading.bannerView H1
{
	border: 0px;
	color: #124682;
}

DIV#categoryHeading.bannerView H4
{
	font-size: 11px;
}

DIV#categoryHeading.bannerView DIV#contentWrapper
{	
    position: relative;
	width: 338px;	
	height: 180px;	
}

DIV#categoryHeading.bannerView DIV#contentWrapperBackground
{	
	position: absolute;
	z-index: 1;
	
	width: 338px;
	height: 160px;
	padding: 10px 30px;
	margin-left: 320px;	
	
	background-color: white;	
	opacity: .85; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=85); /* IE lt 8 */
	-ms-filter: "alpha(opacity=85)"; /* IE 8 */
	-khtml-opacity: .85; /* Safari 1.x */
	-moz-opacity: .85; /* FF lt 1.5, Netscape */
}

DIV#categoryHeading.bannerView DIV#content
{
	position: absolute;
	z-index: 2;
	
	width: 338px;
	padding: 10px 30px;
	margin-left: 320px;	
}

DIV#categoryHeading.bannerBottomView
{
	border-top: 1px solid #d8d8d8;	
    background-color: white;
    display: block;    
    padding: 10px;    
    margin-top: 30px;
    line-height: 1.5em;
}

DIV#categoryHeading.bannerBottomView.productListPage
{
	margin-top: 10px;
}

/* #6937 */
A.button_main,
INPUT.button_main
{
	display: inline-block;
	background-image: URL(../includes/languages/german/images/buttons/buttons_main.png);
	background-repeat: no-repeat;	
	width: 67px;
	height: 15px;
}

A.button_main#button_warenkorb
{
	background-position: 0 -97px;
}

INPUT.button_main#submitButton
{
	background-position: 0 -45px;
	width: 22px;
	height: 22px;
}
