/* -----------------------------------------------------------------------------------------
   $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 
   ---------------------------------------------------------------------------------------*/


.body { 
    width:680px;  
    font-family:Verdana,Arial,Helvetica,sans-serif;
    color:#FFEBDA;
    font-size:12px;
    line-height:1.5em;
    margin-bottom:1.5em;
    padding-left:10px;
    font-size-adjust:none;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
}

p {
  font-size:1em;
  line-height:1.5em;
  margin-bottom:1.5em;
  margin-top:1.5em;
}

.content {
  width:680px;
	padding: 40px 0px 20px 0px; 
	font-size:12px;
}

A {
  color:#FFEBDA;
  text-decoration:none;
}

A:hover {
  color:#EE9F1C;
  text-decoration:none;
}



/******* Bestellprozess*******/
/*****************************/

/*** Patch 08_260 ****/

table.steps {
  margin-right:10px;
  margin-bottom:30px;
}

td.checkout_step {
  background-color:#9f6655;
  color:#FFFFFF;
  text-align:center;
  width:30px;
  height:46px;
  font-weight:bold;
  font-size:16px;
  font-family:Verdana;
}

.checkout_step_selected {
  background-color:#D2C0B4;
  color:#FFFFFF;
  text-align:center;
  width:30px;
  height:46px;
  font-weight:bold;
  font-size:16px;
  font-family:Verdana;
}

.checkout_text {
  border: 2px solid;
  border-color:#9f6655;
  color:#FFFFFF;
  padding-top: 2px; padding-bottom: 2px;
  padding-left: 7px; padding-right: 5px;
  height:46px;
  text-align:left;
  width:95%;
}

.spacer{
  width:10px;
  padding-left:10px;
}

.checkout_text_final {
  border: 2px solid;
  border-color:#9f6655;
  padding-top: 2px; padding-bottom: 2px;
  padding-left: 7px; padding-right: 5px;
  height:46px;
  text-align:left;
  font-weight:bold;
  font-size:12px;
  width:95%;
}

.checkout_text_selected {
  border: 2px solid;
  border-color:#D2C0B4;
  color:#FFFFFF;
  font-weight:bold;
  padding-top: 2px; padding-bottom: 2px;
  padding-left: 7px; padding-right: 5px;
  height:46px;
  text-align:left;
  width:95%;
}

.checkout_text_selected_final {
  border: 2px solid;
  border-color:#D2C0B4;
  color:#FFFFFF;
  font-weight:bold;
  padding-top: 2px; padding-bottom: 2px;
  padding-left: 7px; padding-right: 5px;
  height:46px;
  text-align:left;
  font-size:12px;
  width:95%;
}


div.checkoutDiv {
  display:block;
  width:100%
  height:50px;
  cursor: pointer;
}


.moduleRowCheckout {
 padding-left:21px;
 background-color:#9f6655;
}

.moduleRowOverCheckout { 
	padding-left:21px;
	background-color:#9f6655;
}

.moduleRowOverCheckout a:hover{
 font-size: 13px;
 background-color:#9f6655;
}


.moduleRowSelectedCheckout { 
 padding-left:21px;
 background-color:#D2C0B4;
 color:#492D21;
 font-weight:bold;
}


/******* Bestellprozess*******/
/***********  ENDE  **********/


/* Formatierung der Buttons - ANFANG*/

.input, div.input {
  border:0px;
  border-color: #FFFFFF;
  vertical-align:middle;
}

div.button {
  border-color: #FFFFFF;
  display:block;
  width:130px;
	height:20px;
  text-decoration: none;
	font-size: 11px;
	cursor: pointer;
	line-height:20px;
	text-align:center;
	font-weight:normal;
	color:#c39818;
	padding-bottom:2px;
	text-decoration:none;
	cursor: pointer;
	vertical-align:middle;
}

input.button {
  background: transparent url('img/vorlage_button.gif') no-repeat;
  display:block;
  height: 20px;
  width:130px;
  line-height: 20px;
  vertical-align:middle;
  color:#676767 !important;
  letter-spacing: 0.1em;
  font-size:11px;
  text-decoration:none;
  padding-bottom:4px;
  text-align:center;
  cursor: pointer;
}

a.buttonLink  {
    color: #676767 !IMPORTANT;
    font-size: 11px;
    letter-spacing: 0.1em;
    display: block;
    float: left;
    height: 20px;
    width:130px;
    text-decoration: none;
    padding:0px 3px 0px 0px;
    cursor: pointer;
  text-align:center;
  text-decoration:none;
  cursor: pointer;
}


a.buttonLink span {
    background: transparent url('img/vorlage_button.gif') no-repeat;
    display: block;
    height: 20px;
    width:130px;
    line-height: 10px;
    padding: 4px 0px 6px 0px;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-decoration:none;
}

span {
    text-decoration:none;
}

.button {
	height:20px;
	border:none;
  background: url('/forms/up.png') no-repeat top left;
  text-decoration:none;
}

/* Formatierung der Buttons - ENDE*/

.boxLanguages {
  text-align:right;
  width:50px;
  border-bottom: 1px solid; 
  border-color: #FFFFFF;
  vertical-align:middle;
}
.navtrailBox {
 background-image:url(img/nav_left_bg.gif);
 background-repeat:repeat-x;
 color:White;
 font-size:11px;
 font-weight:bold;
 line-height:20px;
 width: 174px;
}

.navtrailBoxCorner {
 background-image:url(img/nav_left_corner.gif);
 background-repeat:no-repeat;
 width:7px;
}

.navtrailBuy {

 color:#666666;
 font-weight:bold;
 width: 145px;
 text-align:right;
 border-bottom: 1px solid; 
 border-color: #FFFFFF;
}

.navtrailCart {
 font-weight:bold;
 text-align:right;
 border-bottom: 1px solid; 
 border-color: #D2C0B4;
 width:200px; 
}

.navtrailCart a:link, .navtrailCart a:active, .navtrailCart a:visited{
 font-size:12px;
 text-decoration:none;
 font-weight:bold;
}

.navtrailCart a:hover {
 font-weight:bold;
  font-size:12px;
  text-decoration:underline;
}


.navtrailLines, table.navtrailLines {
  border-bottom: 1px solid; 
  border-color: #D2C0B4;
  width:100%px;
  font-size:11px;
  padding-top:1px;
  vertical-align:bottom;
}


.boxText { 
	font-family:Verdana,Arial,Helvetica,sans-serif;
	vertical-align:middle;
	line-height:20px;
}

.address {
  padding-left:20px;
  font-weight:bold;
}

.arrow {
  padding-right:20px;
  text-align:center;
}

/*********** Category Styles************/
/***********       Begin    ************/

#CatNavi {
  display:block;
  line-height:23px;
  padding-left:7px;
  padding: 0px;
  margin: 0px;
}


#CatNavi ul, #CatNavi li, .ul, .li {
  list-style-type:none;
  padding:0px;
  margin:0px;
}


#CatNavi .CatLevel1 a, #CatNavi .CatLevel1SubMenue a {
  background-image:url(img/list_arrow.gif);
  background-position:7px 9px;
  background-repeat:no-repeat;
  color:#5C5C5C;
  display:block;
  font-size:11px;
  padding-left:21px;
  text-decoration:none;
  border-bottom:1px solid #FFFFFF;
  padding-left:21px;
  margin:0px;
}

#CatNavi .CatLevel1 a:hover, #CatNavi .CatLevel1SubMenue a:hover {
  background-image:url(img/list_arrow_over.gif);
  background-position:5px 6px;
  background-repeat:no-repeat;
  color:#5C5C5C;
  text-decoration:none;
  background-color:#C6C6AC;
}


#CatNavi .CatLevel1SubMenueCurrentParent a, #CatNavi .CatLevel1SubMenueCurrent a, #CatNavi .CatLevel1Current a {
  background-image:url(img/list_arrow_over2.gif);
  background-position:top left;
  background-repeat:no-repeat;
  background-color:#A0A07A;
  color:#FFFFFF;
  font-weight:bold;
  display:block;
  font-size:11px;
  padding-left:21px;
  text-decoration:none;
  border-bottom:1px solid #FFFFFF;
  padding-left:21px;
  margin:0px;
}

#CatNavi .CatLevel2 a {
  background-image:url(img/list_arrow_sub.gif);
  background-position:21px 9px;
  background-repeat:no-repeat;
  color:#5C5C5C;
  display:block;
  font-size:11px;
  line-height:23px;
  text-decoration:none;
  border-bottom:1px solid #FFFFFF;
  padding-left:30px;
  margin:0px;
  background-color:#C6C6AC;
  font-weight:normal;
}

#CatNavi .CatLevel2Current a {
  background-image:url(img/list_arrow_sub.gif);
  background-position:21px 9px;
  background-repeat:no-repeat;
  background-color:#C6C6AC;
  padding-left:30px;
  color:#5C5C5C;
  font-weight:bold;

}



#CatNavi .CatLevel2 a:hover {
  background-image:url(img/list_arrow_sub.gif);
  background-position:21px 9px;
  background-repeat:no-repeat;
  color:#5C5C5C;
  text-decoration:none;
  font-weight:bold;
  background-color:#C6C6AC;
}

/***********       END    ************/
/*********** Category Styles************/


table.boxStyle {
 border-bottom:1px solid;
 border-top:1px solid;
 border-color:#FFFFFF;
 vertical-align:middle;
}

/* Navigationsboxen Header Links */
TD.infoBoxHeading {
  color:#FFEBDA;
  font-weight:normal;
  line-height:23px;
  padding-left:5px;
  background-color:#C6C6AC;
}


TD.infoBoxHeadingCategory {
  border-bottom: 1px solid;
	border-color:#DAE8BA;
  color:#FFEBDA;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-weight:bold;
  text-decoration:none;
  text-transform:uppercase;
  
}

TD.infoBoxHeadingRequirement {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:13px;
  font-weight: bold;
  height:17px;
  color: #FFEBDA;
  border-bottom: 1px solid; 
  border-color: #D2C0B4;
}


.newProducts {
  width:300px;
  height:303px;
  margin-bottom:20px;
  background-color:#DBDBCB;
} 

.newProductsBG {
  background-color:#FFFFFF;
  background-image:url(img/newProductsBG.gif);
  background-repeat:repeat-x;
  background-position:left top;
} 

.newProductsText {
  text-align : center;
  height:50px;
  padding-bottom:10px;
}

.newProductsPrice {
  text-align : center;
  font-size:14px;
}

.newProductsHead a:link, .newProductsHead a:visited, .newProductsHead a:active {
  font-size:14px;
  font-weight:bold;
  line-height:20px;
  text-decoration:none;
}
  
  newProductsHead a:hover {
  color:#FFEBDA;
  font-size:14px;
  font-weight:bold;
  line-height:20px;
  text-decoration:none;

}

.newProductsHead {
  font-size:14px;
  font-weight:bold;
  line-height:20px;
  text-decoration:none;
  text-align:center;
  padding-bottom:10px;
}

.newProductsButton {
  text-align:center;
  font-weight:bold;
  background-color:#FFFFFF;
  background-image:url(img/newProductsBG_bottom.gif);
  background-repeat:no-repeat;
  background-position:left bottom;
  padding-bottom:5px;
  color:#FFEBDA;
}

.infoBoxContents {
  width:100%;
}

.boxTextBG {
  background-color:#d2c0b4;
  color:#492d21;
}
.boxTextBGII {
  background-color:#D2C0B4;
  color:#492d21;
  font-size:11px;
}

table.prodListing {
  text-align:left;
  background-color:#ecece4;
   background-color: expression(
this.onmouseover = new Function("this.className += 'Hover';"),
this.onmouseout = new Function("this.className = this.className.replace('Hover', '');")
);
}

table.prodListing:hover {
text-align:left;
  background-color:#C6C6AC;
}

.prodListingHover {
text-align:left;
  background-color:#C6C6AC;
}

.productLisitingPic {
  width:110px;
}

.productLisitingPrice {
  width:120px;
  padding-right:10px;
  text-align:center;
}

.productLisitingTitel a:link, .productLisitingTitel a:visited, .productLisitingTitel a:hover, .productLisitingTitel a:active {
  color:#FFEBDA;
  font-weight:bold;
  text-decoration:none;
  text-align:left;
  font-size:12px;
}

.rightLines {
  border-right: 0px solid; 
  border-color: #D2C0B4;
}

.leftLines {
  border-left: 0px solid; 
  border-color: #D2C0B4;
}

.verticalLines {
  border-left: 1px solid; 
  border-right: 1px solid; 
  border-color: #D2C0B4;
}

.bottomLines {
  border-bottom: 1px solid; 
  border-color: #D2C0B4;
  font-weight:bold;
  color: #FFEBDA;
  font-size:11px;
}

.bottomLinesAtt, tr.bottomLinesAtt {
  border-bottom: 0px solid; 
  border-color: #D2C0B4;
  background-color:#d2c0b4;
}


.topLines {
  border-top: 1px solid; 
  border-color: #D2C0B4;
}

.topLinesAtt {
  border-top: 0px solid; 
  border-color: #D2C0B4;
}


.horizontalLines {
  border-top: 1px solid; 
  border-bottom: 1px solid;
  border-color: #D2C0B4;
}

.allLines{
  border-top: 0px solid; 
  border-color: #D2C0B4;
  padding-left:5px;
  line-height:1.5;

  color:#FFEBDA;
  background-color:#C6C6AC;
}

table.paddingButton{
  padding-top:10px;
}

.productinfo {
    background-color:#d2c0b4;
    text-align:center;
}

/* Wertgutschein Template Switching */

.selected_col_alt_img { 
  background-color:#e09214;
  padding:4px;
}

.col_alt_img{
  padding:8px;
  filter:alpha(opacity=50);
  -moz-opacity:.50;
  opacity:.50;
}

.alt_img_table{
  height:100px;
}

.text_alt_img {
  color:#FFEBDA;
  font-weight:bold;
  font-size:12px;
}

.button_templates {
  background-repeat:no-repeat;
  text-decoration: none;
 font-size: 0.001px;
 cursor: pointer;
  display:table-cell;
 line-height:18px;
 color:transparent;
 text-align:center;
 font-weight:normal;
 vertical-align:top;
  border-bottom-width:0px;
  border-left-width:0px;
  border-right-width:0px;
  border-top-width:0px;
  left:0px;
  padding-left:0px;
  padding-right:0px;
  top:0px;  

}

/* Ende Wertguschein Template Switching */

TABLE.formArea {
  background: #CBCBB3;
  padding-left:5px;
}

TABLE.createGuest {
  background: #D2C0B4;
  padding-left:5px;
  font-weight:bold;
  color:#492d21;
}

.formPadding {
  background: #D2C0B4;
  padding:5px 5px 5px 15px;
  color:#492D21;
}


/*** Patch 08_260 END ****

/******* LoginBox*******/
/*****************************/

.loginBoxTL { 
 width:51px;
 background-image: url(img/loginBox/imageTL.gif);
 background-repeat: no-repeat;
 background-position:bottom right;
}

.loginBoxTR { 
 height:78px;
 background-image: url(img/loginBox/imageTR.gif);
 background-repeat: no-repeat;
 background-position:bottom left;
 text-align:right;
}

.loginBoxML { 
 width:51px;
 background-image: url(img/loginBox/imageML.gif);
 background-repeat: no-repeat;
 background-position:top left;
}

.loginBoxMR { 
 height:170px;
 background-image: url(img/loginBox/imageMR.gif);
 background-repeat: no-repeat;
 background-position:top left;
 text-align:center;
 background-color:#7597B6;
 padding-left:80px;
 font-weight:bold;
}


.loginBoxBR { 
  padding:20px 5px 5px 45px;
  text-align:center:
}

table.loginBox {
  background-color:#FFFFFF;
}

div.loginBox { 
  display:inline; 
  width:100%; 
  text-align:left;
}

#wrap{text-align:center}
#wrap div{width:125px;display:inline-block; float:left;}
#wrap div{display:inline}
#wrap>div{display:inline-block}




.loginBoxSpacer {
  width:20px;
}

/******* LoginBox*******/
/********* ENDE *************/































.giftvoucherBG {
  background-image:url();
  background-repeat:repeat-x;
  background-position: top;
}




.navi_top_left {
    background-color:#E5ECF3;
    border-bottom:1px solid;
    border-color:#FFFFFF;
    padding-left:10px;
    color:#FFEBDA;
}

.navi_top_right {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  text-align: right;
  background-color:#E5ECF3;
  border-bottom:1px solid;
  border-color:#FFFFFF;
  padding-right:10px;
  color:#FFEBDA;
}

.navi_top_center {
    background-color:#E5ECF3;
    border-bottom:1px solid;
    border-color:#FFFFFF;
}

.navi_top_right a:link, .navi_top_right a:hover, .navi_top_right a:visited, .navi_top_right a:active {
  color:#FFEBDA;
}

.navi_top_left a:link, .navi_top_left a:hover, .navi_top_left a:visited, .navi_top_left a:active {
  color:#FFEBDA;
}

.payment {
  font-size:10px;
}

.voucherText {
  color:#FFEBDA;
}

.contentsTopics {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
  color: #FFEBDA;
  padding-top:10px;
}









/* Trennlinie am unteren Ende des Shops; vor Footer*/
td.line-bottom {
  border-bottom: 1px solid; 
  border-bottom: 1px solid; 
  border-color: #D2C0B4;
  text-align : center;
} 

.colorSeperator {
  color:#FFEBDA;
  padding-top:15px;
}

TD.copyright, DIV.copyright {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  line-height: 1.5;
  text-align:center;
  color: #C6C6C6;
  font-size:11px;
}

.copyright a:link, .copyright a:hover, .copyright a:visited, .copyright a:active{
  color:#C6C6C6;
}


A.copyright {
  color: #000000;
}
A.copyright:hover {
  color: #000000;
  text-decoration: underline;
}




/* GiftVoucher */

.pageHeading {
	font-size:14pt; 
	color:#9F8C51;
}

.voucherlabel {
	color:#A92230;
  font-size:14px;
  font-weight:bold;
}




.boxTextPrice {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color: #FF0000;
}

.errorBox {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: bold;
	background-color: #ffb3b5;
}
.gv
 {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #70d250;
	text-decoration: underline;
}



img{
	border:0;
}



FORM {
	display: inline;		   
}


TR.header {
	background-color: #ffffff;
}


td.top_navi {
  border-top: 2px solid; 
  border-bottom: 2px solid; 
  border-color: #FFFFFF;
  background-color: #DCD7BA;
}









.productTitel {
  font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	color: #FFEBDA;
	font-weight : bold;
}




TD.conditions {
  background-color: #ffebda;
}

TD.conditions a {
  color: #492d21;
}


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-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}

TD.headerError {
  font-family: Tahoma, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}


TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:13px;
    background: #F6F6F6;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

/* Sprachen - Flagge */
TD.languages{
  text-align: right;
  width: 60px;
}

TD.navtrail {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:13px;
  font-weight: bold;
  text-align: left;
  width: 90%;
  vertical-align: bottom;
  line-height: 1.5;
}





.indexText {
  width: 50%;
  vertical-align: top;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size: 13px;
  text-align: left;
  font-weight: bold;
  padding: 10px 0px 0px 25px; 
}

.indexSignature {
  width: 50%;
  vertical-align: top;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  padding: 0px 0px 0px 25px; 
}


.indexTipp {
  width: 50%;
  vertical-align: top;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size: 13px;
  text-align: left;
  padding: 0px 0px 0px 25px; 
}

.indexHeading {
  height: 20px;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #FFEBDA;
  text-align: left;
  vertical-align: top; 
}


.loginBox {
  border:0px solid;
  border-color: #D2C0B4;
}

.categoryImageLeft {
  width: 13px;
  height: 28px;
  BACKGROUND: #D2C0B4;
  background-repeat: repeat;
}



.whatsnewContent {
  BACKGROUND: #FFFFFF;
  font-size: 8pt;
  border:1px solid;
  border-color: #D2C0B4;

}

.whatsnewText {
  BACKGROUND: #FFFFFF;
  font-size: 8pt;

}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:13px;
}

.border {
  border-top: 1px solid; 
  border-color: #D2C0B4;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:13px;
}






/* Navigationsboxen Links */
TD.infoBox, SPAN.infoBox {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  border-bottom: 1px solid;
  border-color: #9f6655;
}

/* Navigationsboxen Rechts */
TD.infoBox_right, SPAN.infoBox_right {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:13px;
  border: 1px solid;
  BACKGROUND: url(../templates/xtc4/img/box_content_bg.gif);
  border-color: #D2C0B4;
  background: #FFFFFF;
}


TD.infoBoxHeadingNavi {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #FFFFFF;
  height:17px;
  border-color: #D2C0B4;
}

TD.boxLanguage {
	text-align:left;
}


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-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:13px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:13px;
}

A.pageResults {
	color: #0000FF;
	text-decoration: underline;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:13px;
  color: #000000;
}

TD.main, P.main {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:11px;
}

.startPage {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:13px;
}

.startPage  a:link {
  color: #FFEBDA;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:13px;
}

.startPage  a:hover, .startPage a:visited, .startPage a:active {
  color: #FFEBDA;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:13px;
}

a.navitop, td.navitop {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:13px;
  line-height: 1.5;
  color: #FFEBDA;
}

.ranking {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:13px;
  font-weight: bold;
  color: #FFEBDA;
}

a.navitop:hover {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:13px;
  line-height: 1.5;
  color: #000000;
  text-decoration: none;
}




TD.smallText, SPAN.smallText, P.smallText {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:13px;
}

TD.accountCategory {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:13px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
}

TEXTAREA {
  width: 100%;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:13px;
}

SPAN.greetUser {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}



TD.formAreaTitle {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
}


SPAN.markProductOutOfStock {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  color: #ff0000;
}
SPAN.productOldPrice {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color: #ff0000;
	text-decoration: line-through;
}
SPAN.errorText {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  color: #ff0000;
}

SPAN.productDiscountPrice {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: Black;
}

.lines {
}

/* Kategorieeinträge in KategorieBox*/
.moduleRow {
 font-family:Verdana,Arial,Helvetica,sans-serif;
 font-size: 13px;
 height: 28px;
}

.moduleRowOver { 
  background:#9f6655;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size: 13px;
  height: 28px;
}

.moduleRowOver a:hover{
  background:#9f6655;
 text-decoration: none;
 font-family:Verdana,Arial,Helvetica,sans-serif;
 font-size: 13px;
 height: 28px;
}


.moduleRowSelected { 
 background:#D2C0B4;
 font-family:Verdana,Arial,Helvetica,sans-serif;
 font-size: 13px;
 height: 28px;
 color:#492D21;
 text-decoration: none;
}



.voucherDescription {
 padding-left:10px;
 width:100%;
}


.checkoutBarFrom, .checkoutBarTo { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:13px; color: #8c8c8c; }
.checkoutBarCurrent { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:13px; color: #000000; }

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 6px; }
.heading2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8px; }
.heading3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:13px; }
.heading4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
.heading5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; }

/* Sitemap Tables */
.sitemap_heading {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF; 
	background-color: #000000; 
	padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#FFFFFF;}
.sitemap_heading a:hover {color:#9f6655; text-decoration:none;}

.sitemap_sub {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; background-color: #E6E6E6; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#999999; text-decoration:none;}


/* message box */

.messageBox { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:13px; }
.messageStackError, .messageStackWarning { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:13px; background-color: #ffb3b5; }
.messageStackSuccess { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:13px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { 
    font-family:Verdana,Arial,Helvetica,sans-serif; 
    font-size:12px; 
    color: #000000; 
    border:0px;
    margin:0px;
    height:1px;
    font-weight:normal;
}

.tableShop {
background-color: #ffffff;
border-left: 1px solid;
border-right: 1px solid;
border-color: #b6b7cb;
}






.processButtons {
  padding-top:20px;
}

.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

td.alignMiddle {
	vertical-align: middle; 
}

.tableBody {
padding: 5px;
}

.poweredby {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:13px;
  color: #FFFFFF;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}







.listingBackground {
  background-color:#E5ECF3;
  line-height:1.5;
}



/* Stylesheets for reception_order */

.body_rox { margin:0px 0px 0px 0px;
          background-color:#FFFFFF;
          font-family:Verdana,Arial,Helvetica,sans-serif;
          font-size:13px;
          line-height:1.5;
}

.content_rox {
	font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:13px;
	padding: 10px 10px 10px 10px; 
}

.contentsTopics_rox {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
  color: #004279;
  padding-bottom:10px;
}

.productinfo_rox {
  background-color:#C8D9EB;
}


a.navtrailLines_rox {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size:13px;
  text-align: left;
  vertical-align: bottom;
  color:#DAE8BA;
  font-weight:bold;
}

.navtrailLines_rox a:link, .navtrailLines_rox a:visited, .navtrailLines_rox a:active{
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size:13px;
  text-align: left;
  vertical-align: bottom;
  color:#000000;
  font-weight:bold;
}

.navtrailLines_rox a:hover {
  color:#004279;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size:13px;
  text-align: left;
  vertical-align: bottom;
  font-weight:bold;
}


.navtrailLines_rox {
  border-bottom: 1px solid; 
  border-color: #004279;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:13px;
  color:#004279;
  padding-left:15px;
  font-weight:bold;
  background-color:#C8D9EB; 
}

.navtrailLines_rox_white {
  border-bottom: 1px solid; 
  border-color: #004279;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:13px;
  color:#004279;
  padding-left:15px;
  background-color:#FFFFFF; 
}

.navtrailLines_rox_white_no {
  border-bottom: 1px solid; 
  border-color: #004279;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:13px;
  color:#FFFFFF;
  padding-left:5px;
  padding-right:5px;
  background-color:#004279; 
}

TD.infoBoxHeadingCategory_rox {
  color:#004279;
  font-family:Helvetica,Arial,Verdana,Geneva,sans-serif;
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  text-transform:uppercase;
  
}


table.newProducts_rox, td.newProducts_rox {
  border: 1px solid;  
  border-color: #9f6655;
  text-align : center;
  background-color:#C8D9EB;
  line-height:1.0;

}

.newProductsPrice_rox {
  font-weight:bold;
  color:#000000;
}

.newProductsText_rox a:link, .newProductsText_rox a:hover, .newProductsText_rox a:hover, .newProductsText_rox a:visited, .newProductsText_rox a:active {
  font-weight:bold;
  color:#004279;
  font-size:13px;
  text-decoration:none;
}

td.newProductsColumn {
  text-align : left;
  line-height:1.0;
  height:270px; 
  width:150px;
}

.reception_order_cart {
  border-top: 0px solid;
  border-left: 0px solid; 
  border-color: #004279;
  padding-left:5px;
  background-color:#004279;
}

.reception_order_cart a:link, .reception_order_cart a:hover, .reception_order_cart a:hover, .reception_order_cart a:visited, .reception_order_cart a:active {
  color:#FFFFFF;
  font-size:13px;
  text-decoration:none;
}

.navtrailLines_rox_white_no a:link, .navtrailLines_rox_white_no a:hover, .navtrailLines_rox_white_no a:visited, .navtrailLines_rox_white_no a:active {
  color:#FFFFFF;
  font-size:13px;
  text-decoration:none;
}

.navtrailLines_rox_white_no a:hover {
  color:#FFFFFF;
  font-size:13px;
  text-decoration:underline;
}

.infoBoxHeading_rox {
  color:#333333;
}

.background_image_rox {
  background-color:#004279;
  padding:10px; 
  text-align:center;
}

.background_price_rox {
  background-color:#9f6655;
  padding:10px; 
  text-align:center;
}

.background_price_rox a:link, .background_price_rox a:hover, .background_price_rox a:visited, .background_price_rox a:active {
  color:#004279;
  text-align:center;
}


.navtrailLines_rox_white a:link, .navtrailLines_rox_white a:hover, .navtrailLines_rox_white a:visited, .navtrailLines_rox_white a:active {
  color:#004279;
  font-weight:bold;
  text-align:left;
}

.success_text_rox{
  color:#004279;
  text-align:left;
}

.rightLines_rox {
  border-right: 1px solid; 
  border-color: #004279;
}

.leftLines_rox {
  border-left: 1px solid; 
  border-color: #004279;
}

.verticalLines_rox {
  border-left: 1px solid; 
  border-right: 1px solid; 
  border-color: #004279;
}

.bottomLines_rox {
  border-bottom: 1px solid; 
  border-color: #004279;
}

.topLines_rox {
  border-top: 1px solid; 
  border-color: #004279;
}

.horizontalLines_rox {
  border-top: 1px solid; 
  border-bottom: 1px solid;
  border-color: #004279;
}

.allLines_rox {
  border: 1px solid; 
  border-color: #004279;
  background-color:#004279;
  font-size:13px;
  padding-left:2px;
  line-height:1.5;
  font-weight:bold;
  color:#FFFFFF;
}

.boxTextBG_rox {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	background-color: #DEDEDE;
}
.boxTextBGII_rox {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	background-color: #FFCC99;
}

TABLE.formArea_rox {
  background: #C8D9EB;
  border-color: #004279;
  border-style: solid;
  border-width: 1px;
}

/* Bestellprozess*/
.moduleRowCheckout_rox {
 font-family:Verdana,Arial,Helvetica,sans-serif;
 font-size: 13px;
 height: 28px;
 padding-left:21px;
}

.moduleRowOverCheckout_rox { 
	border-bottom: 1px solid;
	border-color:#DAE8BA;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size: 13px;
  height: 28px;
	text-decoration: none;
  text-decoration: none;
	padding-left:21px;
	background-color:#DEDEDE;
}

.moduleRowOverCheckout_rox a:hover{
 text-decoration: none;
 font-family:Verdana,Arial,Helvetica,sans-serif;
 font-size: 13px;
 height: 28px;
 background-color:#DEDEDE;
}


.moduleRowSelectedCheckout_rox { 

font-family:Verdana,Arial,Helvetica,sans-serif;
 font-size: 13px;
 height: 28px;
 padding-left:21px;
text-decoration: none;
padding-left:21px;
background-color:#C8D9EB;

}




TD.infoBoxHeadingRequirement_rox {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:13px;
  font-weight: bold;
  height:17px;
  color: #FF0000;
  background-color:#004279;

}


