/* -----------------------------------------------------------------------------------------
      

   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 
   ---------------------------------------------------------------------------------------*/
*/
.boxText { 
	font-size: 10px;
}

.boxTextBG {
	font-size: 10px;
	background-color: #f1f1f1;
}
.boxTextBGII {
	font-size: 10px;
	background-color: #FFCC99;
}
.boxTextPrice {
	font-size: 10px;
	color: #FF0000;
}

.errorBox {
	font-size : 10px;
	font-weight: bold;
	background-color: #ffb3b5;
}
.gvBox {
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 
	font-size : 10px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	font-size : 10px;
	color: #70d250;
	text-decoration: underline;
}

body {
	color: #000000;
	margin: 0px;
	background-color: #FFEEDB;
}

body, div, table {
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#000;
}

h1 {
  font-size:1.3em;
  font-weight:bold;
  margin:0px;
  padding:0px;
  color:#CB3300;
}

h2 {
   font-size:1.1em;
  font-weight:bold;
  margin:0px;
  padding:0px;
}

h3 {
  font-size:1.0em;
  font-size:1.0em;
  font-weight:bold;
  margin:0px;
  padding:0px;	
}
h3 p, h2 p{
  margin:0px;
  padding:0px;
}
.left{
  float:left;
  margin-right:5px;
}
.right{
  float:right;
  margin-left:5px;
}

img {
  border:0px;
}

a {
  color: #000;
  text-decoration:none;
}
a:link { 
  text-decoration:none; 
}
a:visited { 
  text-decoration:none; 
}
a:focus { 
  text-decoration:none;
}
a:hover {
  text-decoration: underline;
  color: #0E39BC;
}
a:active { 
  text-decoration:none; 
}

FORM {
	display: inline;		   
}


TR.header {
	background-color: #ffffff;
}

TR.headerNavigation {
  background: #F6F6F6;
}

TD.headerNavigation {
	font-size: 10px;
	color: #000000;
	font-weight : bold;
	border-bottom: 1px solid;
	border-color: #b6b7cb;
	background-color: #F6F6F6;
}

A.headerNavigation { 
  color: #000000; 
}

A.headerNavigation:hover {
  color: #000000;
}

TD.conditions {
  background-color: #FFCCCC;
}

A.confirmationEdit {
	color: #009933;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #009933;
	font-style: italic;
	text-decoration: underline;
}
TR.headerError {
  background-color: #ff0000;
}

TR.headerMessage {
	background-color: #00CC33;
}

.moduleHeading {
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}

TD.headerError {
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-size: 10px;
    background: #F6F6F6;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

.infoBox {
}

.infoBoxContents {
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-size: 10px;
  font-weight: normal;
  background: #666666;
  height:17px;
  color: #ffffff;
}

TD.infoBoxHeading_right {
  font-size: 10px;
  font-weight: normal;
  background: #C4C4C4;
  height:17px;
  color: #000000;
}

TD.infoBox, SPAN.infoBox {
  font-size: 10px;
  border-right: 4px solid;
  background: #E6E6E6; 
  border-color: #C4C4C4;
}

TD.infoBox_right, SPAN.infoBox_right {
  font-size: 10px;
  background: #E6E6E6; 

}

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: #f8f8f9;
}

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: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-size: 10px;
  background: #CB3300;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-size: 10px;
}

div.product_list{
  overflow:hidden;
}
div.product_list h1{
  border-bottom:1px solid #CB3300;
  padding:0px 0px 3px 0px;
  margin-right:110px;
  overflow:hidden;
  color:#000;
}
div.product_list h2{
  background-image: none;
  padding-left:0px;
}
div.product_list h1 span{
  background-image: url("img/bg-cathead.gif");
  margin:0px;
  padding:5px;
  line-height:1.6em;
}
td.product_list_product{
/*  background-image: url("img/bg-box.gif");
  background-repeat: repeat-x;*/
  border:1px solid #FFC9B7;	
  background-image: url("img/bg-cathead.gif");
  background-repeat: repeat-x;
  background-color: #FFF6EA;
  padding:3px 3px 25px 3px;
  margin:0px 15px 15px 0px;
  width:177px;
  vertical-align:top;
  position:relative;
}
td.product_list_product h2{
  border-bottom:1px solid #FFC9B7;
  padding:5px 0px 5px 6px;
  background-image: none;
}
td.product_list_product h2 a:hover{

}
td.product_list_product p{
  padding-left:6px;
}
td.product_list_product p.link_buynow{
  float:right;
  margin:0px 5px 5px 0px;
  padding:1px 0px 0px 0px;
}
td.product_list_product p.link_more{
  float:left;
  margin:0px 0px 5px 5px;
  padding:0px;
}
td.product_list_product p.link_more a{
  display:block;
  width:50px;
  height:17px;
  border:1px solid #B6B7CB;
  background-color: #F6F6F6;
  text-align:center;
  padding-top:3px;
}
td.product_list_product img.manufacturers_image {
  float: right;	
}
div.product_info{
  border-bottom: 1px solid #CB3300;
  background-color: #FFF4E8;
}

div.product_info div.product_info_head{
  border-bottom:1px solid #CB3300;
  clear:both;
  padding-bottom:28px;
  margin:0px;
  background-color: #FFF;
}
div.product_info h1{
  padding:5px;
  background-image: url("img/bg-cathead.gif");  
  float:left;
  color:#000;
}
div.product_info p{
  margin:2px 0px;
  padding:0px 2px;
}
div.product_info input {

}
div.product_info div.product_info_field{
}
div.product_info p.products_price{
  text-align:right;
  float:right;
  margin:0px;
  padding:0px;
}

A.pageResults {
	color: #0000FF;
	text-decoration: underline;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 10px;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

SPAN.greetUser {
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}

TABLE.formArea {
  background: #f1f1f1;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

.copyright {
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
.parseTime {
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
A.copyright {
  color: #000000;
}
A.copyright:hover {
  color: #0000ff;
  text-decoration: underline;
}


SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}
SPAN.productOldPrice {
	color: #ff0000;
	text-decoration: line-through;
}
SPAN.errorText {
  color: #ff0000;
}

SPAN.productDiscountPrice {
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
	font-size: x-small;
	font-weight: bold;
	color: Black;
}

.moduleRow {
 font-size: 11px;
 line-height: 1.5;
 background-color: #E6E6E6;
 border: 1px solid;
 border-color: #E6E6E6;

}
.moduleRowOver { 
	background-color: #D7E9F7; 
	border: 1px solid;
	border-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.5; 
	
	}
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo {  font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-size: 10px; color: #000000; }

/* Neues Stylesheet */

.inputRequirement { color: #ff0000; }

div#main {
  width:980px;
  border:1px solid #441D00;
  padding:0px;
  margin:5px auto 5px auto;
}

div#head{
  height:106px;
  overflow:hidden;
  position:relative;
  padding:0px;
  margin:0px;
  background-image: url(img/bg-head02.gif);
  background-repeat: repeat-x;
  border-bottom:1px solid #441D00;
}
div#headinner{
  height:100%;
  margin:0px;
  padding:0px;
  overflow: hidden;
  width:980px;
}
div#headlinks a{
  display:block;
  position:absolute;
  background-image: url(img/pixel_trans.gif);
}
div#headlinks span{
  display:none;
}
a#homelink{
  top:20px;
  left:30px;
  width:230px;
  height:80px;
}
a#directcatlink01{
  top:0px;
  left:300px;
  width:126px;
  height:75px;
}
a#directcatlink02{
  top:0px;
  left:430px;
  width:126px;
  height:75px;
}
a#directcatlink03{
  top:0px;
  left:562px;
  width:95px;
  height:75px;
}
a#directcatlink04{
  top:0px;
  left:662px;
  width:95px;
  height:75px;
}
a#directcatlink05{
  top:0px;
  left:775px;
  width:125px;
  height:75px;
}
a#directcatlink06{
  top:0px;
  left:905px;
  width:77px;
  height:75px;
}

div#breadcrumbNavigation{
  height:13px;
  padding:2px 0px 3px 5px;
  margin:0px;
  border-bottom: 1px solid #441D00;
  background-color: #FFC57D;
}
div#breadcrumbNavigation a{
  padding:2px;  
  font-size:0.9em;
}
div#breadcrumbNavigation a:hover{
  background-color: #EAD3B4;
}
div#customerNavigation{
  position:absolute;
  top:0px;
  right:0px;
  height:13px;
  padding:81px 0px 0px 0px;
  text-align:right;
}

div#customerNavigation a{
  display:block;
  /*width:100px;*/
  height:18px;
  float:left;
  text-align:center;
  border:1px solid #FFF;
  background-color: #441D00;
  padding:4px 15px 0px 15px;
  margin:0px 1px;
  color:#FFF;
}
div#customerNavigation a:hover{
  background-color: #6E2F00;
}


td#navLeft {
  width:190px;
  vertical-align:top;
  background-image: url(img/bg-navcol.gif);
  background-position: top left;
  background-repeat: repeat-y;
  border-right:1px solid #3A1000;
}
td#navLeft * {
  font-family: Arial, Helvetica, sans-serif;
}

td#navRight {
  width:190px;
  vertical-align:top;
  background-image: url(img/bg-navcol.gif);
  background-position: top left;
  background-repeat: repeat-y;
  border-left:1px solid #3A1000; 
}
td#navRight * {
  font-family: Arial, Helvetica, sans-serif;
}


td#mainContent {
  padding:8px 10px 10px 10px; 
  width:auto;
  vertical-align:top;
  background-color: #FFF;
}

td.navcol ul{
  margin:0px;
  padding:0px;
}
td.navcol li{
  list-style-type:none;
  margin:0px;
  padding:0px;
}
td.navcol a.catnav{
  display:block;
  /*border: 1px solid #B23100;*/
  padding:3px 0px 3px 0px;
  margin:1px 0px;
}
td.navcol a.lvl0{
  /*background-color: #FFCF9F;*/
  padding-left:3px;
  width:175px;
  font-weight:bold;
  border-bottom:1px solid #F4B784;
}
td.navcol a.lvl0:hover{
  background-color: #FFB66C;
}
td.navcol a.lvl0.active{
  background-color: #FFCB97;
  border-bottom:1px solid #F4A460;
  font-weight:bold;
}
td.navcol a.lvl1{
  /*background-color: #FFE9D2;*/
  padding-left:13px;
  width:165px;
  border-color:#FF8359;
  background-image: url(img/icon_arrow.jpg);
  background-position: 1px 8px;
  background-repeat: no-repeat;
  font-weight:bold;
  border-bottom:1px solid #F4B784;
}
td.navcol a.lvl1:hover{
  background-color: #FFD8B0;
}
td.navcol a.lvl1.active{
  background-color: #FFBE7D;
  border-bottom:1px solid #F4B784;
  font-weight:bold;
/*  background-image: url(img/bg-navlevel-2.gif);*/

}  
td.navcol a.lvl2{
/*  background-color: #FFE9D2;*/
  padding-left:23px;
  width:155px;
  border-color:#FF8359;
  background-image: url(img/icon_arrow.jpg);
  background-position: 10px 8px;
  background-repeat: no-repeat;
  font-weight:bold;
  border-bottom:1px solid #F4B784;
}
td.navcol a.lvl2:hover{
  background-color: #FFD8B0;
}
td.navcol a.lvl2.active{
  background-color: #FFBE7D;
  font-weight:bold;
  background-image: url(img/bg-navlevel-2.gif);
}  
td.navcol a.lvl3{
  background-color: #FFE9D2;
  padding-left:30px;
  width:145px;
  border-color:#FF8359;
  font-weight:bold;
}
td.navcol a.lvl3:hover{
  background-color: #FFD8B0;
}
td.navcol a.lvl3.active{
  background-color: #FFBE7D;
  font-weight:bold;
}  
   
ul.greenArrow li {
  list-style-image:url(img/arrow_green.gif);
}

ul.accountHistory {
  margin:0px;
  padding: 0px;
}

ul.accountHistory li {
  list-style-type:none;
  padding:2px 0px;
}

fieldset {
  display: block;
  background-color:#F1F1F1;
  border:1px solid #CCC;
  padding:5px;
  width:350px;
  margin-bottom:15px;
}

fieldset legend {
  font-weight:bold;
  color:#333;
}

fieldset label {
  display:block;
  float:left;
  width:150px;
}
fieldset div {
  clear:both;
}

fieldset.advancedSearch {
  width:480px;
}


fieldset.advancedSearch div.includeSubcategories{
  padding-left:150px;
}

fieldset.addressBookDetails, fieldset.contactUs, fieldset.gv_send, fieldset.accountCreate, fieldset.newsletter, fieldset.renewPassword{
  width:560px;
}

fieldset.contactUs textarea{
  width:400px;
}

fieldset.gv_send textarea{
  width:300px;
  height:150px;
}
fieldset.gv_send label {
  width:200px;
}

fieldset.newsletter label {
  width:120px;
}
fieldset.renewPassword label {
  width:105px;
}

div.conditions {
  width:auto;
  height:110px;
  overflow:auto;
  border: 1px solid #CCC;
  margin: 10px 0px 10px 0px;
  padding: 5px;
  background-color: #F1F1F1;
}

div.checkoutStatusbar {
  padding:5px;
  background-color:#F1F1F1;
  border:1px solid #CCC;
}

div.checkoutStatusbar ul{
  margin:0px;
  padding:0px;
  text-align:center;
}

div.checkoutStatusbar li{
  display:inline;
  padding:2px 5px 2px 5px;
  margin:0px 10px 0px 10px;
}
div.checkoutStatusbar li.current{
  background-color:#DDD;
  font-weight:bold;
}

div.formError, p.error{
  margin-top:10px;
  margin-bottom:10px;
  padding:5px;
  border:1px solid red;
  background-color:#FF9999;
  font-weight:normal;  
}

p.error {
  font-weight:normal;
}

div.formSuccess, p.success{
  margin-top:10px;
  margin-bottom:10px;
  padding:5px;
  border:1px solid green;
  background-color:#00EB46;
  font-weight:bold;  
}

p.success {
  font-weight:normal;
}


div.box {
  width:186px;
  margin:5px auto 5px auto;
  border:1px solid #FF7F50;
  overflow:hidden;
}
div.box div.boxhead p{
  height:18px;
  background-image: url(img/bg-box-header.gif);
  background-repeat: no-repeat;
  background-position: left -1px;
  padding:8px 0px 3px 5px;
  margin:0px;
  color:#FFF;
  /*border-bottom:1px solid #3A1000;*/
  overflow:hidden;
  font-size:1.3em;  
  font-weight: normal;
 }
 
div.box div.boxhead p a{
  display:block;
  height:17px;
  width:100%;
  background-image: url(img/icon_more.gif);
  background-position: 95% top;
  background-repeat: no-repeat;
  color:#FFF;
  }
div.box div.boxhead p a:hover{
  color:#FFF;
  text-decoration:underline;
}

div.boxcontent{
  padding:5px 10px 5px 5px;
  background-image: url(img/bg-box.gif);
  background-repeat: repeat-x;
  background-color: #FEF8EA;
  font-size:1.1em; 
}


div.boxcontent, div.boxcontent a{
  
}

div.boxcontent a.bestsellers{
  display:block;
  padding:3px 0px 0px 0px;
  margin:3px 0px 0px 0px;
  border-top:1px solid #AAA;
}


input, select {
 margin:0px;
 padding:0px;
 border:0px;
 font-size:12px;
} 


input.inputFieldText, input.inputFieldPassword, select.inputFieldMenu, select, textarea {
 margin:2px 0px 2px 0px;
 border:1px solid #999;
}

input[type="text"] {
 margin:2px 0px 2px 0px;
 border:1px solid #999;
}
/* IE spezifisch */
input { border: expression((this.type=="text" || this.type=="password") ? '1px solid #999' : '0px'); }


table{
  border-collapse:collapse;
}

ul.shoppingCart {
 margin:0px 0px 10px 0px;
 padding:0px;
 list-style-type:none;
}
ul.shoppingCart li{
  font-size:0.9em;
}

ul.shoppingCart li a{
  font-size:0.9em;
  color:#FF6633;
}

div.shoppingCartTotal {
  margin-top:5px;
  margin-bottom:5px;
}


table#mainTable {
  width:100%;
  
}

div#downloads {
  background-color:#FFEEDB;
  border: 1px solid #CCC;
  margin-top:10px;
  margin-bottom:10px;
}

div#downloads h2{
  background-color:#CB3300;
  color:#FFF;
  padding-left:5px;
}

div#downloads div.downloadContent {
  background-color:#CCC;
  margin:10px 15px 10px 15px;
  padding:5px;
  border:1px solid #999;
  overflow:hidden;
}
div#downloads div.downloadContent img{
  float:left;
  margin:0px 15px 5px 5px;  
  padding-bottom:10px;
}

div#downloads div.downloadContent ul {
  margin:0px;
  padding:0px;
  list-style-type:none;
}
div#downloads div.downloadContent li {
  font-weight:normal;
}
div#downloads div.downloadContent li a{
  font-size:1.1em;
  text-decoration:underline;
  display:block;
  margin-bottom:5px;
}
div#downloads div.downloadContent li span{
  color:#990000;
}
/* buttonContainer: used for back, forward... buttons at the bottom of the content area */
div.buttonContainer {
  text-align:right;
  padding:5px 10px 10px 0px;    
}
div.buttonContainer div.left {
  display:block;
  float:left;
}

div.searchAgain {
  padding:5px;
}

div.searchAgain label{
  font-weight:bold;
  margin-left:60px;
}
div.searchAgain label input{
  margin-left:5px;
}

div.graduatedPrices ul{
  list-style-type:none;
}

div.gift_cart {
  margin-top:10px;
  text-align: center;
}

div.loginContainer {
  width:48%;
  border:1px solid #999;
  background-color:#F1F1F1;
  margin:0px 2px 15px 2px;
}

div.loginContainer form{
  margin:0px;
  padding:0px;
}

div.loginContainer h3{
  border-bottom:1px solid #999;
  background-color:#CB3300;
  color:#FFF;
  padding:2px;
}
div.loginContainer p {
  margin:5px;
  padding:0px;
}
div.loginContainer fieldset {
  width:auto;
  margin:5px;
}
div.loginContainer label {
  width:105px;
}

div#loginNewContainer {
 float:right;
 height:135px;
}
div#loginCustomerContainer {
  height:135px;
}
div#loginGuestContainer {
  margin-left:170px;
}

div#contentBoxLogoff {
  text-align:center;
}

td.new_productsContainer {
  border:1px solid #FFC9B7;
  width:177px;
  padding:5px;
  margin:3px;
  background-image: url("img/bg-cathead.gif");
  background-repeat: repeat-x;
  background-color: #FFF6EA;
  vertical-align:top;
}

td.new_productsContainer div.image{
 /*float:left;*/
 padding-right: 10px;
}
td.new_productsContainer img.manufacturers_image {
  float: right;	
}
td.new_productsContainer h4,
td.new_productsContainer a.heading{
 margin-top:0px;
 border-bottom:1px solid #FFC9B7;
 padding:5px 0px 5px 6px;
 background-image: none;
 font-size:1.2em;
 display:block;
 font-weight:bold;
}

td.new_productsContainer div.buttonContainer{
  text-align:left;
}

td.new_productsContainer ul{
  list-style-type:none;
  margin-left:5px;
  margin-top:0px;
  padding:0px;
}
td.new_productsContainer li{
  margin-top:10px;
  margin-bottom:10px;
}

div.seperator {
  /*border-left:1px solid #CCC;*/
}

p.clear{
  clear:both;
  margin:0px;
  padding:0px;
}

div.new_products_overview {
  border:0px;
  border-bottom:1px solid #CCC;
  width:90%;
  margin:0px 0px 10px 0px;
  padding:0px;
}
div.new_products_overview h4{
  margin:0px;
}

table#orderDetails {
  border-collapse:collapse;
  width:100%;
  border:1px solid #CCC;
}
table#orderDetails td{
  padding:5px;
  border:1px solid #CCC;
  vertical-align:top;
}

table#orderDetails ul{
  list-style-type:none;
  margin:0px;
}

table#orderDetails th.row1,th.row2, th.row3, th.row4, th.row5, th.row6{
  background-color:#CB3300;
  border:1px solid #CCC;
  color:#FFF;
}

table#orderDetails td.row1{
  border:0px;
}
table#orderDetails td.row2{
	/*text-align: right;*/
}
table#orderDetails td.row3 li{
	margin-bottom: 5px;
}
table#orderDetails td.row4{
  text-align:right;
  white-space: nowrap;
}
table#orderDetails td.row5{
  font-weight:bold;
  text-align:right;
  white-space: nowrap;  
}
table#orderDetails td.row6{
  text-align:center;
}
div#orderDetailsTotal {
  text-align:right;
  margin:10px 0px 10px 0px;
  padding:5px;
  border: 1px solid #CCC;
}
table#orderDetails td ul.attributeList {
  list-style-type:circle;
  margin-left:15px;
  font-size:0.9em;
  font-weight:bold;
}

table#orderDetails td ul.attributeList span{
  font-weight:normal;
  font-style:italic;
}

.couponHelpLink {
  font-weight:bold;
}

a#advancedSearchHelplink {
  display:block;
  color:#FF0000;
  font-weight:bold;
  background-color:#F1F1F1;
  border:1px solid #CCC;
  border-width:1px 1px 0px 1px;
  padding:2px;
  width:50px;
  text-align:center;
  margin-left:410px;
}

div.billing, div.billing p, div.billing div{
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
}

table.billingHead {
  width:100%;
  border:0px;
}
table.billingHead table{
  width:100%;
  border:0px;
}

div.billingAddressblock {
  border-top:1px solid #000;
  border-bottom:1px solid #000;
  margin-bottom:20px;
}

table.billingAddressblock {
  width:100%;
}

table.billingAddressblock th {
  background-color:#F1F1F1;
  text-align:left;
}
table.billingItemListing {
  border-bottom:1px solid #000;
  width:100%;
  border-collapse:collapse;
}
table.billingItemListing th{
  text-align:left;
}
table.billingItemListing table{
  width:100%;
  background-color:#f1f1f1;
}
table.billingItemListing table th{
  padding:2px;
  margin:0px;  
  border-bottom:2px solid #FFF;
  border-right:2px solid #FFF;  
}
table.billingItemListing table td{
  padding:2px;
  margin:0px;
  border-width:0px;
  border-bottom:2px solid #FFF;
  border-right:2px solid #FFF;  
}
table.billingItemListing table td.col1{
  width:20px;
}
table.billingItemListing table td.col2{

}
table.billingItemListing table th.col4{
  text-align:right;
}
table.billingItemListing table td.col4{
  text-align:right;
}
table.billingItemListing table th.col5{
  text-align:right;
}
table.billingItemListing table td.col5{
  text-align:right;
  width:150px;
}
div.billingOrderTotal {
  margin-top:5px;
  text-align:right; 
}
div.billingOrderTotal p {
  padding:2px;
  margin:0px;
}

div.printProductInfo h1{
  color:#333;
}

div.printProductInfo table.td {
  vertical-align:top;
}

div.printProductInfo img {
  border:0px;
  padding:5px;
  margin:0px 0px 5px 0px;
  display:block;
}

div.printProductInfo span.productsPrice {
  color:#FF0000;
}

table.productNavigator {
  border:0px;
  border-collapse:collapse;
}
table.productNavigator td {
  width:1%;
}

div.productReviews table {
  border:0px;
  border-collapse:collapse;
  width:100%;
  background-color:#FFE1C1;
  border:1px solid #CCC;
}

div.productReviews td.col1, th.col1{
  text-align:center;
  border-bottom:1px solid #CCC;
}
div.productReviews td.col2, th.col2{
  text-align:center;
  border-bottom:1px solid #CCC;  
}
div.productReviews td.col3, th.col3{
  text-align:left;
  border-bottom:1px solid #CCC;  
}
div.productReviews td.col4, th.col4{
  text-align:center;
  border-bottom:1px solid #CCC;  
}
div.productReviews th{
  border-bottom:0px;  
  background-color:#CB3300;
  color:#FFF;
}
div.productReviews td{
  padding:4px;
}
div.productReviews h2 {
  margin:5px 0px 5px 0px;
}
div.productReviewsInfo {
  padding:5px;
}
div.productReviewsInfo img.productsImage {
  border:0px;
  display:block;
  margin-left:auto;
  margin-right:auto;
}
div.checkoutConfirmationTotal table {
  float: right;
}

div.checkoutConfirmationTotal table.productListing {
  border:0px;
}

div.checkoutConfirmationTotal table.productListing td {
  padding: 2px 0px 2px 2px;
}
div.checkoutConfirmationTotal hr {
  background-color: #CCC;
  height: 1px;
  border: 0px solid #CCC;
}
	
table.account td {
  width: 50%;
  vertical-align: top;
  padding-right: 5px;
}
.moduleBox {
  border:1px solid #441D00;
  background-color: #FFE1C1;
  padding: 5px;
}

div#checkoutPaymentBlock,
div#checkoutShippingBlock, 
div.defaultAddressBlock {
  margin:15px 0px 15px 0px;	
}

div#checkoutPaymentBlockInner,
div#checkoutShippingBlockInner,
div.defaultAddressBlockInner{
  border: 1px solid #CCC;
  padding:5px;
}

div#checkoutPaymentAGB {
  margin:15px 0px 15px 0px;	
}
div#checkoutPaymentAGB p.checkboxBlock {
  background-color: #FFB3B5;
  border: 1px solid red;
  padding: 5px;
  vertical-align: top;
}
div#checkoutPaymentAGB p.checkboxBlock input{
  margin:0px;
  margin-right:5px;
  padding:0px;	
  width:13px;
  height:13px;  
}

div#checkoutPaymentBlockInner h3 {
 padding: 5px;	
}

div#checkoutPaymentBlockInner div.even,
div#checkoutPaymentBlockInner div.odd,
div.addressBookRow
{
  border-bottom: 1px solid #CCC;
  padding-bottom:5px;
}

div.addressBookRow {
  padding-top: 10px;	
}
div.addressBookRowDefault {
  border-bottom: 1px solid #CCC;
  padding:10px 0px 5px 0px;
  margin-top: 10px;
  margin-bottom: 10px;	
}

div.pInfoProductsReviews div.section {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #CCC;	
}
div.pInfoProductsReviews div p, div.reviews p{
	margin:2px;
}
div.alsoPurchasedRow,
div.reviews {
  margin: 10px 0px 10px 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid #CCC;	
}
div.reviews a.image{
  display:block;
  float:left;
  width:160px;
  height: 105px;
  background-repeat: no-repeat;
}
div.reviews div {
  margin-left: 90px;	
}
td.newProductsContainerPageWelcome {
	
}

div.alsoPurchasedRow img {
  float: left;
}

table.checkoutConfirmationAddresses {
	width: 100%;
    padding-bottom:5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;	
}
table.checkoutConfirmationAddresses td{
	vertical-align: top;
}

div.checkoutConfirmationShippingBox,
div.checkoutConfirmationPaymentBox {
  padding-bottom:5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}

a#myPersonalPageLink {
  display: block;
  padding-top:4px;
  padding-bottom:4px;
}
div.category_listing_container {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
}
div.category_listing_container h1{
  border-bottom:1px solid #CB3300;
  padding:0px 0px 3px 0px;
  overflow:hidden;
  margin-right:110px;
  color:#000;
}
div.category_listing_container h1 span{
  background-image: url("img/bg-cathead.gif");
  margin:0px;
  padding:5px;
  line-height:1.6em;
}
div.category_listing_container div.category_block {
  display:block;
  float: left;
  border:1px solid #FFC9B7;	
  text-align: center;
  margin: 2px 20px 15px 0px;
  width: 160px;
  background-color: #FFF6EA;
}
div.category_listing_container div.category_block a.catLink{
  display: block; 
  background-image: url("img/bg-cathead.gif");
  border-bottom:1px solid #FFC9B7;
  padding: 3px 4px 3px 4px;
  font-weight: bold;
  font-size:1.2em;
}
div.category_listing_container div.category_block a.catLink:hover{
  
}
div.category_listing_container div.category_block img {
  padding: 5px;
}
div.category_listing_container h3{
  margin: 0px;
  background-image: none;
}
#categories_image {
/*	display: none;*/
}

span.taxInfo,
span.shippingInfo {
  font-size: x-small;
}

span.shippingInfo a, span.shippingInfo a:link, span.shippingInfo a:visited, span.shippingInfo a:hover, span.shippingInfo a:active{
  text-decoration: underline;
  color: #0E39BC;
}

table.product_info_module_also_purchased {
	margin-top: 25px;
}
table.product_info_module_also_purchased h2{
  font-size:1.0em;
  height:18px;
  background-image: url(img/bg-box-header.gif);
  background-repeat: repeat-x;
  background-position: left -1px;
  padding:8px 0px 3px 5px;
  color:#FFF;
  overflow:hidden;
  font-size:1.3em; 	
}

/*Stile für Inhalt Startseite*/
table.indextable{
  border-collapse:collapse;
  width:100.1%;
  margin:30px 0px 0px -1px; 
}
table.indextable td{
  padding:2px 1px;
  border:1px solid #FFF;
  border-right:0px;
  text-align:center;
}
table.indextable th{
  padding:5px 1px;
  font-size:1.3em;
  color:#FFF;
  border:1px solid #FFF;
  border-right:0px;
  width:20%;
}
table.indextable th a, table.indextable th a:hover{
  color:#FFF;
}
table.indextable th a:hover{
  color:#E9AC91;
}

div.new-products h3,
div.new-products p.heading {
  border-bottom:1px solid #CB3300;
  padding:0px 0px 3px 0px;
  margin-right:110px;
  overflow:hidden;
  color:#000;
}
div.new-products h3 span, 
div.new-products p.heading span{
  background-image: url("img/bg-cathead.gif");
  margin:0px;
  padding:5px;
  line-height:1.6em;
  font-weight: bold;
}
/* IQ-2009-01-15-dh: erweiterte Herstellerlistung */
div.iq_manufacturer_listing {
  position: relative;
  	
}
div.iq_manufacturer_listing img {
  border:0px;
  float: left;
}

div.iq_manufacturer_listing div.description {
  margin-left: 160px;
}
div.iq_manufacturer_listing h1 {
  margin: 0px 10px 0px 0px;  
  padding: 0px;
  
  display: inline;    
}

div.iq_manufacturer_listing h1 a {
  text-decoration:none;
  color:#CB3300;	
  display: inline;
}

div.iq_manufacturer_listing div.links {
  margin-top: 10px;
  margin-bottom: 5px;
}
div.iq_manufacturer_listing div.links a{
  text-decoration: underline;	
  display: block;
  margin-top: 5px;
}

div.iq_manufacturer_listing div.links table {
  width: 100%;
}

div.iq_manufacturer_listing div.manufacturer_dropdown {
  float:right;	
}
/* IQ-2009-01-15-dh: erweiterte Herstellerlistung END */

/*div.google_plusone {
	text-align:center;
	font-size: 0.9em;
	position:relative;
	top: 2px;
	margin-bottom: 5px;
}*/
div.smContainer div.smItem{
	margin-bottom: 5px !important;
}
div.smContainer div.google{
	margin: 0 0 0 55px;
}
div.smContainer div.facebook{
	margin: 0 0 0 30px;
}
div.smContainer div.smItem div{
	display: inherit !important;
}
