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

.wrapper { margin:0 auto; width:950px; border:0px solid #FFFFFF; background:#FDFAF2 /*Farbe des Contents*/; }

body {
	color:#000000; /*Farbe für den Fliesstext*/
	background:url(bg.gif) repeat-x #FFFFFF; /*Hintergrundbild und Farbe des aeusseren Bereichs*/
	margin:0 0 20px 0;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif; /*Schriftart für den Fließtext*/
	font-size:12px /*Grösse des Beschreibungstextes fuer Artikel*/
}
img {
	border:0;
}
h1 {
	font-size:12px; /*Grösse der Artikelbeschreibung*/
	font-weight:normal;
	display:inline;
}
h2 {
	font-size:12px;
	font-weight:normal;
	display:inline;
}
h3 {
	font-size:12px;
	font-weight:normal;
	display:inline;
}
h4 {
	font-size:70px;
	font-weight:normal;
	display:inline;
}
a {
	color: #000000; /*Farbe aller Links, bis auf CSS-Menue*/
	text-decoration: none;
}
a:hover {
	/*color: #; /*Rolloverfarbe der Links*/ */
	text-decoration: underlined;
}

p {
}

ul li {
	margin: 0px;
	padding: 0px;
	list-style: disc outside;
}
div.table {
	display:table;
	background: #FFFFFF;
}
div.tr {
	display:table-row;
}
div.td {
	display:table-cell;
}
.headerNavigation a { /*Noch keine Verwendung gefunden*/
	color:#FFFFFF;
}

.headerNavigation a:hover {
	color: #FFFFFF; /*Noch keine Verwendung gefunden*/
	text-decoration:none;
}
.navtrail {
	font-size:12px;
	font-weight: bold;
	color:#FFFFFF; /*Abtrennungen in der Navigationsleiste*/

}
.navtrail a {
	color:#FFFFFF; /*Schriftfarbe in der Navigationsleiste*/
}
.navtrail a:hover {
	color:#f68c21; /*Rolloverfarbe in der Navigationsleiste*/
	text-decoration:underline;
}
.ulBox {
	font-size:10px;
	padding-left:16px;
	margin:0px;
}
.liBox {
	list-style:none;
	margin:0 0 0 0;
	padding:0px;
	line-height:1;
}
ul.categories {
	font-size:11px;
	padding:0;
	margin:0px;
}
ul.categories li.firstCategorie {
	list-style:none;
	padding-left:5px;
	margin-bottom:5px;
	padding:2px;
}
ul.categories li.firstCategorie a:link, ul.categories li.firstCategorie a:visited, ul.categories li.firstCategorie a:active {
	font-weight:bold;
	color:#000000; /*Noch keine Verwendung gefunden*/
}
ul.categories li.firstCategorie a:hover {
	font-weight:bold;
	color:#000000; /*Noch keine Verwendung gefunden*/
}
ul.categories li.firstCategorie a.catChosen {
	font-weight:bold;
	color:#000000; /*Noch keine Verwendung gefunden*/
}
ul.categories li.categorieLevel1 {
list-style:none;
	color:#000000; /*Noch keine Verwendung gefunden*/
	line-height:1.3;
	position:relative;
	top:-3px;
	padding:4px;
	padding-left:20px;
	
}
ul.categories li.categorieLevel1 a:link, ul.categories li.categorieLevel1 a:visited, ul.categories li.categorieLevel1 a:active {
	font-weight:normal;
	color:#000000; /*Noch keine Verwendung gefunden*/
}
ul.categories li.categorieLevel1 a:hover {
	font-weight:normal;
	color:#000000; /*Noch keine Verwendung gefunden*/
}
ul.categories li.categorieLevel1 a.catChosen {
	font-weight:bold;
	color:#333;
}
ul.categories li.categorieLevel2 {
	list-style:disc outside;
	color:#333;
	line-height:1.3;
	position:relative;
	top:-5px;
	left:13px;
}
ul.categories li.categorieLevel2 a:link, ul.categories li.categorieLevel2 a:visited, ul.categories li.categorieLevel2 a:active {
	font-weight:normal;
	color:#000000;
}
ul.categories li.categorieLevel2 a:hover {
	font-weight:normal;
	color:#FF00FF;
}
ul.categories li.categorieLevel2 a.catChosen {
	font-weight:bold;
	color:#333;
}
ul.categories li.categorieLevel3 {
	list-style:circle outside;
	color:#00cc00;
	line-height:1.3;
	position:relative;
	top:-5px;
	left:13px;
}
ul.categories li.categorieLevel3 a:link, ul.categories li.categorieLevel3 a:visited, ul.categories li.categorieLevel3 a:active {
	font-weight:normal;
	color:#000000;
}
ul.categories li.categorieLevel3 a:hover {
	font-weight:normal;
	color:#282832;
}
ul.categories li.categorieLevel3 a.catChosen {
	font-weight:bold;
	color:#333;
}
.categorieCount {
	font-size:9px;
	color:#fc07dc; /*Noch keine Verwendung*/
}
CHECKBOX, INPUT, RADIO, SELECT {
	font-size:11px;
	padding:0px;
	margin:0px;
}
TEXTAREA {
	width:100%;
	font-size: 11px;
}
.boxTop {
	padding:0px;
}
.infoBoxHeading {
	font-size: 12px;
	padding: 4px 5px;
	font-weight: bold;
	color: #FFFFFF; /*Schriftfarbe Boxueberschriften*/
	background: #FFFFFF; /*Hintergrundfarbe Boxueberschriften*/
	background-image: url(bg_box.jpg);
	background-repeat: no-repeat;
	border:solid #0265b7;
	border-width: 1px 1px 0px 1px;
}
.infoBoxen {
	font-size:9px;
	font-weight: bold;
	background:#F8ECD0; /*Hintergrund der Boxen*/
	border:solid #0265b7;
	border-width:1px 1px 0px 1px;
	border-bottom:5px solid #0265b7; /*Unterteil der Boxen*/
	padding:4px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.boxBottom {
	padding:0px;
	margin-bottom:10px
}
.infoBoxSearchInputSearch input {
	background:#FFFFFF; /*Hintergrundfarbe Suchfeld*/
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#333;
	padding:3px;
	margin: 5px 0;
}
.infoBoxQuickieInputQuickie input {
	background:#FFFFFF; /*Keine Verwendung gefunden*/
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#ccc;
	padding:0 0 0 2px;
	margin-right:3px;
	height:16px;
	width:138px;
}
.infoBoxLoginInputEmail input {
	background:#FFFFFF; /*Loginfeld Hintergrundfarbe*/
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#333;
	padding:3px;
	margin: 5px 0;

}
.infoBoxLoginInputPassword input {
	background:#FFFFFF; /*Passworteingabefeld Hintergrundfarbe*/
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#333;
	padding:3px;
	margin: 5px 0;


}
.infoBoxNewsletterInputEmail input {
	background:#ffffff; /*Newsletterfeld*/
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#333;
	padding:3px;
	margin: 5px 0;
}
.priceBox {
	font-size:11px;
	color: #0265b7; /*Preisfarbe in den Boxen*/
	font-weight:bold;
	text-align:right
}
.priceDisclaimerBox {
	font-size:9px;
	line-height:1;
}
.bordersBottomBox {
	border-bottom:1px solid #000000; /*Noch keine Verwendung*/
	padding-top:5px;
	margin-bottom:5px;
}
.boxText {
	font-size:9px;
	line-height:1;
	padding:2px; 
}
.boxTextPrice {
	font-size:11px;
	line-height:14px;
	padding:2px;
	text-align:right;
	border-bottom:1px solid #0265b7; /*Linienfarbe unterm Preis*/
	padding-bottom:10px;
}


.boxImage {
	padding:5px;
	text-align:center;
}
.categorieImage {
	width:203px;
	height:110px;
	background-color:#FFFFFF; /*Noch keine Verwendung gefunden*/
	padding-top:5px;
	border:1px solid #ccc;
}
.categorieImageWidth {
	padding:4px;
	background:#e8e8e8; /*Farbhinterlegung der Unterkategorien*/
}

.contentsTopics {
	font-size:13px;
	font-weight:bold;
	padding-left:5px;
	height:20px;
	border-bottom:3px solid #FFFFFF; /*Noch keine Verwendung*/
	font-weight:bold;
}
.productInfoHeading {
	font-size:13px;
	font-weight:bold;
	padding-left:5px;
	height:20px;
	border-bottom:3px solid #FFFFFF; /*Noch keine Verwendung gefunden*/
	font-weight:bold;
}
.pageHeading {
	font-size:13px;
	font-weight:bold;
	padding-left:5px;
	height:20px;
	border-bottom:3px solid #0265b7;
	font-weight:bold;
	color: f68b1f;
}
.contentPage {
	padding: 15px 5px 10px 5px;
	border-bottom:1px solid #ccc;
	background-color:#FFFFFF; /*Hintergrund bei der Zusammenfassung des Bestellvorgangs*/
}
.pageContent {
	border-bottom:1px solid #ccc;
	font-weight:bold;
	padding-left:5px;
}
.newProductsHeading {
	font-size:13px;
	font-weight:bold;
	padding-left:5px;
	height:20px;
	border-bottom:3px solid #0265b7; /*Linie über neue Produktbox*/
	font-weight:bold;
}
.bordersListing {
	border-bottom:1px solid #FFFFFF; /*Noch keine Verwendung*/
}
.bordersInfoImage {
	border-top: 1px solid;
	border-color: #FFFFFF; /*Noch keine Verwendung*/
}
.bordersThumbnailImage {
	float:left;
	padding:10px;
	text-align:center;
}
.productsDiscription {
	padding:5px;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	background-color:#FFFFFF; /*Noch keine Verwendung*/
}
.productsDiscriptionFooter {
	padding:2px 0px 2px 5px;
	background-color:#FFFFFF;
	border-bottom:1px solid #FFFFFF; /*Noch keine Verwendung*/
	background-color:#FFFFFF;
}
.bordersTop {
	border-top:1px solid #FFFFFF;
}
.bordersRight {
	border-right:1px solid #FFFFFF;
}
.bordersBottom {
	border-bottom:1px solid #FFFFFF;
	padding-bottom:2px;
}
.bordersLeft {
	border-bottom:1px solid #FFFFFF;
}
span.productsInfoName {
	font-size:13px;
	font-weight:bold;
}
.bgOrderDetails {
	background-color:#FFFFFF;
	padding:2px;
}
.productInfoInput input {
	background:#ffffff;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#ccc;
	padding:0 0 0 2px;
	margin-right:3px;
	height:16px;
	width:20px;
}
.productInfoInputIE input {
	background:#FFFFFF;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#FFFFFF;
	padding:0 0 0 2px;
	margin:0px;
	height:15px;
	width:19px;
}
.price {
	font-size:18px;
	font-weight:bold;
	padding:0px;
	text-align:right;
	background-color:#f68e24;
	border:0px solid #f8a956;
	color:#f68e24;
	font-family:"Courier New", Courier, mono;
}
.priceSmall {
	font-size:13px;
	font-weight:bold;
	padding:0px;
	text-align:right;
	background-color:#FFFFFF;
	border:0px solid #FFFFFF;
	color:#FFFFFF;
}
.priceDisclaimer {
	font-size:9px;
	line-height:1;
	color:#e08220;
}
.productListingOuter {
	width:268px;
	float:left;
	border:1px solid #FFFFFF;
	border-bottom:4px solid #FFFFFF;
	background-color:#FFFFFF; /*Produktauflistung Farben und Rahmen*/
	margin:2px;
}
.productListingOuterListing {
	border:1px solid #ccc;
	margin-bottom:5px;
	background-color:#FFFFFF; /*Noch keine Verwendung*/
	clear:both;
}
.productListingInner {
	padding:2px;
	text-align: left;
}
.productListingName {
	height:30px;
	margin-bottom: 10px;
	text-align: left;
}
.productListingPrice {
	color:#0265b7;
	font-size:11px;
	font-weight:bold;
	line-height:1.2;
}
.productListingDescription {
	line-height:1;
	padding-top:0px;
}
.copyright {
	font-size:9px;
	line-height:1.2;
	color:#FFFFFF; /*Textfarbe Copyright*/
	text-align:center;
}
.copyright a {
	color:#FFFFFF; /*Link im Copyright*/
}
.copyright a:hover {
	text-decoration:none;
}
.parseTime {
	font-size:9px;
	line-height:1.2;
	color:#FFFFFF; /*Ladezeitanzeige unten*/
	text-align:center;
}
.boxTextBG {
	font-size: 11px;
	background-color: #0265b7;
}
.boxTextBGII {
	font-size: 11px;
	background-color: #b2dcda; /*Gutscheinbox Hintergrund*/
}
.errorBox {
	font-size : 10px;
	font-weight: bold;
	background-color: #FFFFFF;
}
.gvBox {
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #FFFFFF;
}
.stockWarning {
	font-size : 10px;
	color: #cc0033;
}
.productsNotifications {
	background-color: #FFFFFF;
}
.orderEdit {
	font-size : 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
.mainContent {
	width:663px;
}
FORM {
	display: inline;
}
TR.header {
	background-color: #FFFFFF;
}
TR.headerNavigation {
	background: #FFFFFF; /*Keine Verwendung*/
}
TD.headerNavigation {
	font-size: 10px;
	color: #FFFFFF;
	font-weight : bold;
	border-bottom: 1px solid;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}
.conditions {
	background-color: #f8a956;
}
A.confirmationEdit {
	color: #008b8a; /*Farbe der Bearbeitungslinks beim Bestellvorgang*/
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #f8ab58;
	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-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #ff0000;
	color: #ffffff;
	font-weight : bold;
	text-align : center;
}
TR.headerInfo {
	background: #FFFFFF; /*Noch keine Verwendung*/
}
TD.headerInfo {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #f82ab2;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
TR.footer {
	background: #FFFFFF; /*Keine Verwendung gefunden*/
}
TD.footer {
	font-size: 10px;
	background: #FFFFFF; /*Keine Verwendung*/
	color: #000000;
	font-weight : bold;
	border-bottom: 1px solid;
	border-color: #6ad827;
}
.infoBox {
}
.infoBoxContents {
	font-size: 9px;
}
.infoBoxNotice {
	background: #FFFFFF; /*Keine Verwendung*/
}
.infoBoxNoticeContents {
	background: #FFFFFF; /*Keine Verwendung*/
	font-size: 10px;
}
.infoBoxHeading A {
	font-size:11px;
	color:#ffffff;
	text-transform:lowercase;
}
.infoBoxHeading A:hover {
	font-size:11px;
	color:#FFFFFF; /*Keine Verwendung*/
	text-decoration:none;
	text-transform:lowercase;
}
.infoBox, SPAN.infoBox {
	font-size: 9px;
	background: #FFFFFF; /*Keine Verwendung*/
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-color: #0000ff;
	text-transform:lowercase;
	padding:2px;
	margin-bottom:10px;
}
.infoBox_right, SPAN.infoBox_right {
	font-size: 9px;
	background: #FFFFFF; /*Keine Verwendung*/
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-color: #cccc00;
	text-transform:lowercase;
	padding:2px;
	margin-bottom:10px;
}
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;
}
TABLE.productListing {
	border: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	border-spacing: 1px;
}
.productListing-heading {
	font-size: 10px;
	background: #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
}
TD.productListing-data {
	font-size: 10px;
}
A.pageResults {
	color: #000000; /*produklisting navi seite 1 2 3 usw.*/
	text-decoration: underline;
}
A.pageResults:hover {
	color: #f8ab58;
	background: #FFFFFF;
}
TR.subBar {
	background: #f82ab2; /*Keine Verwendung*/
}
TD.subBar {
	font-size: 10px;
	color: #000000;
}
.main, P.main {
	font-size: 11px;
	line-height: 1.3;
}
TD.smallText, SPAN.smallText, P.smallText {
	font-size: 10px;
}
TD.accountCategory {
	font-size: 13px;
	color: #FFFFFF; /*Noch keine Verwendung*/
}
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: #FFFFFF; /*Keine Verwendung*/
}
SPAN.greetUser {
	color: #333;
	font-weight: bold;
}
SPAN.underline {
	text-decoration: underline;
}
TABLE.formArea {
	background: #FFFFFF;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
}
TD.formAreaTitle {
	font-size: 12px;
	font-weight: bold;
}
SPAN.markProductOutOfStock {
	font-size: 12px;
	color: #c76170;
	font-weight: bold;
}
SPAN.productSpecialPrice {
	color: #FFFFFF;
}
SPAN.productOldPrice {
	color: #FF0000;
	font-size:10px;
	font-weight:normal;
	text-align:right;
	line-height:1;
	padding:0px;
	text-decoration:line-through;
}
SPAN.errorText {
	color: #282832;
}
SPAN.productDiscountPrice {
	color: #282832;
	font-weight: bold;
}
.smallHeading {
	font-size: x-small;
	font-weight: bold;
	color: Black;
}
.mmoduleRow {
background:#FFFFFF none repeat scroll 0%;
border-bottom:1px solid #FFFFFF;
height:18px;
line-height:130%;
text-decoration:none;
}
.moduleHeading {
font-family:tahoma,Arial,sans-serif;
font-size:small;
font-weight:bold;
padding-bottom:11px;
}
.mmoduleRow {
background:#FFFFFF none repeat scroll 0%;
border-bottom:1px solid #CCCCCC;
height:18px;
line-height:130%;
text-decoration:none;
}
.moduleHeading {
font-family:tahoma,Arial,sans-serif;
font-size:small;
font-weight:bold;
padding-bottom:11px;
}

.moduleRow {
background:#e8e8e8 none repeat scroll 0%;
border-bottom:2px solid #0265b7;
height:18px;
line-height:130%;
color: #000;
}

.moduleRow a {
text-decoration:none;
color: #000;
}
.moduleRow a:hover {
text-decoration:underline;
color: #FFFFFF;

}

.moduleRowOver {
height:15px;
text-decoration:none;
}
.moduleRowOver {
background:#a8a8a8 none repeat scroll 0%;
border-bottom:2px solid #0265b7;
height:18px;
line-height:130%;
text-decoration:none;
}
.moduleRowOver a {
text-decoration:none;

}
.moduleRowOver a {
text-decoration:none;
}
.moduleRowOver a:hover {
text-decoration:underline;
}
.moduleRowOver a:hover {
text-decoration:none;
}
.moduleRowSelected {
}


.checkoutBarFrom, .checkoutBarTo {
	font-size: 10px;
	color: #f82ab2;
}
.checkoutBarCurrent {
	font-size: 10px;
	color: #000000;
}
/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 {
	font-size: 7pt;
}
.heading2 {
	font-size: 9pt;
}
.heading3 {
	font-size: 10pt;
}
.heading4 {
	font-size: 12pt;
}
.heading5 {
	font-size: 16pt;
}
/* Sitemap Tables */
.sitemap_heading {
	font-size: 12pt;
	color: #FFFFFF;
	background-color: #b3d0e9;
	padding-top: 2px;
	padding-bottom: 2px;
}
.sitemap_heading a {
	color:#0265b7;
}
.sitemap_heading a:hover {
	color:#f68b1f;
	text-decoration:none;
}
.sitemap_sub {
	font-size: 9pt;
	color: #000000;
	background-color: #d9e8f4;
	padding: 2px 2px;
}
.sitemap_sub a {
	color:#0265b7;
}
.sitemap_sub a:hover {
	color:#f68b1f;
	text-decoration:none;
}
/* message box */

.messageBox {
	font-size: 10px;
}
.messageStackError, .messageStackWarning {
	font-size: 10px;
	background-color: #ffb3b5;
}
.messageStackSuccess {
	font-size: 10px;
	background-color: #99ff00;
}
/* input requirement */

.inputRequirement {
	font-size: 10px;
	color: #ff0000;
}
.tableShop {
	background-color: #ffffff;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #b6b7cb;
}
/* Breite linke, mitte und rechte spalte */
.navLeft {
	width: 230px;
	float:left
}
.main1 { margin:0 auto; width:950px; padding-top:10px }
.main_content {
	float:left;
	width:545px;
	padding:0 19px;
}
.navRight {
	width: 130px;
	float:left;
}
.tableListingI {
	background-color: #f1f1f1;
}
.tableListingII {
	background-color: #ffffff;
}
.tableBody {
	padding: 5px;
}
.poweredby {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}
.onepxwidth {
	width: 1px;
}
.heading1 { padding:3px; background:#A90112; color:#FFFFFF; border:1px solid #fff }
.heading1 a { color:#FFFFFF; }

.infoBoxSearchInputSearch input {
	border-color: #0265b7;
}