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

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

img{
	border:0;
}

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

A:hover {
  color: #0000ff;
  text-decoration: underline;
}

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;
}

.confirmationEdit {
	color: #FF8000;
	font-style: italic;
	text-decoration:none;
}
.confirmationEdit:hover {
	color: #FF8000;
	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: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  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: bold;
  background: #666666;
  height:17px;
  color: #ffffff;
}

TD.infoBoxHeading_right {font-size: 10px;
  font-weight: bold;
  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: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

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

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.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;
}


.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-family: Tahoma, Verdana, Arial, sans-serif;
  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-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}


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

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; }
.heading2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; }
.heading3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
.heading4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; }
.heading5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16pt; }

/* Sitemap Tables */
.sitemap_heading {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF; 
	background-color: #666666; 
	padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#FFFFFF;}
.sitemap_heading a:hover {color:#CCCCCC; 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-size: 10px; }
.messageStackError, .messageStackWarning {font-size: 12px; background-color: #CC0000; }
.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;
}

.navLeft {
	border-right: 1px solid;
	border-color: #b6b7cb;
	background-image: url(img/bg_left_column.jpg);
	width: 185px;
}
.navRight {
	border-color: #666666;
	border-top-width: 4px;
	border-top-style: solid;
	border-left-width: 4px;
	border-left-style: solid;
	background-color: #E6E6E6;
	width: 185px;
}

.contentsTopics {font-size: 14px;
	font-weight: bold;
}

.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

.poweredby {font-size: 10px;
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}





body { margin:0; font-family:Arial, Helvetica, sans-serif; font-size:12px; background:#120a3a; color:#FFFFFF;  }
h1,h2,h3,h4,h5,h6 { color:#FFFFFF; text-transform:uppercase; margin-top:0; }
h1 { font-size:16px; margin-bottom:10px; }
h2 { font-size:16px; margin-bottom:5px; }
h3 {}
h4 {}
a, a.pageResults  { color:#FFFFFF; text-decoration:underline; }
a:hover, a.pageResults:hover { background:none; text-decoration:none; color:#FFFFFF; }
a img { border:none; }
p { margin:5px 0; }
.clear { clear:both; }

#page {}
#page .inner { width:980px; margin:0 auto; }
#head { height:180px; background:url(images/head-bg.jpg) top center no-repeat #1c134f; position:relative; }

#logo { position:absolute; bottom:-62px; margin-left:335px; left:50% }

#navi  { position:absolute; bottom:5px; height:70px; }
#navi-main { overflow:hidden; float:left; margin-top:50px; }
#navi-main ul { margin:0; padding:0; list-style:none; }
#navi-main li { float:left; border-right:1px solid #FFFFFF; margin-right:10px; margin-right:-10px; padding:0 10px 0 20px; }
#navi-main a { color:#FFFFFF; font-size:16px; font-weight:bold; text-transform:uppercase; text-decoration:none; }
#navi-main a:hover, #navi-main li.current a { color:#938bbf; }


#navi-shop { float:left; margin-left:10px; height:100%; width:200px; position:relative; }
#navi-shop ul { margin:0; padding-left:25px; list-style-image:url(images/top_li.gif); border-left:1px solid #FFFFFF; position:absolute; bottom:0; }
#navi-shop li { margin-bottom:3px; }
#navi-shop a { font-size:12px; color:#FFFFFF; font-weight:bold; text-transform:uppercase; text-decoration:none; }
#navi-shop a:hover { color:#938bbf; }


#navi-categories { position:absolute; left:0; top:75px; width:247px; height:395px; background:url(images/cat_navi-bg.png); }
#navi-categories ul { margin:0 10px; padding:0; list-style:none; }
#navi-categories ul li { border-bottom:1px solid #b0aab8;  }
#navi-categories ul li a { font-weight:bold; text-decoration:none; display:block; line-height:28px; background:url(images/top_li.gif) 10px center no-repeat; padding-left:25px;  }
#navi-categories ul li a:hover, #navi-categories ul li.Current a { background:url(images/top_li.gif) 10px center no-repeat #120A3A;}

#navi-categories ul li ul { margin:0; }
#navi-categories ul li ul li { border:none;  }
#navi-categories ul li.Current ul li a, #navi-categories ul li ul li a { background:url(images/sub_li.gif) 10px center no-repeat; }
#navi-categories ul li.Current ul li a:hover,
#navi-categories ul li.Current ul li.Current a,
#navi-categories ul li ul li a:hover,
#navi-categories ul li ul li.Current a { background:url(images/sub_li.gif) 10px center no-repeat #120A3A; }


#slidshow { background:#8e81b2; height:395px; }
#content { background:#1c134f; }
#content .inner { background:#2e265d; }
#content .spacer { padding:20px 10px; }


.two_clumn_left {}
.two_column_left .left { float:left; width:220px; }
.two_column_left .right { float:right; width:720px; }


#two_column {}
#two_column .left { float:left; width:730px; }
#two_column .right { float:right; width:220px; }
#two_column .left50 { float:left; width:480px; }
#two_column .right50 { float:right; width:480px; }


#admin_box { margin-top:10px; padding:10px; background:#120A3A; }
#admin_box ul { margin:0; padding:0; list-style:none; }
#admin_box li { float:left; padding:0 10px 10px 0; margin-right:10px; }

.right_box { background:#120A3A; padding:5px; margin-bottom:10px; }
.right_box h2 {  }
.right_box h2 a { text-decoration:none; }
.right_box h2 a:hover { text-decoration:underline; }

.col_2 { float:left; width:460px; margin-right:10px; }
.col_end { float:right; margin:0; }


.products { overflow:hidden; margin-right:-10px; }
.products .product { width:230px; height:300px; background:#FFFFFF; border:1px solid #9d92bd; color:#000000; float:left; margin:0 10px 10px 0; position:relative; }
.products .product h2  { margin:0 0 5px 0; }
.products .product h2 a { text-decoration:none; color:#462e80; font-size:16px; text-transform:uppercase; }
.products .product h2 a:hover { text-decoration:underline;}
.products .product .product-bild, .product .product-content { padding:5px; }
.products .product .product-bild img { height:120px; }
.products .product .preis { position:absolute; bottom:52px; right:5px; font-size:16px; font-weight:bold; color:#462e80; text-align:right; }
.products .product .info { position:absolute; bottom:38px; right:5px; text-align:right; }
.products .product .info a { color:#000000; }
.products .product .buy { position:absolute; bottom:5px; right:5px;}


#single_product { background:#FFFFFF; border:1px solid #9d92bd; color:#000000; }
#single_product .content { padding:5px; }
#single_product .left { float:left; width:230px; border-right:1px solid #9d92bd; }
#single_product .left h2, { color:#462e80; font-size:16px; text-transform:uppercase; margin:10px 0 0 0; }
#single_product .left p { margin:0; }
#single_product .left a { display:block; }
#single_product .right { float:right; width:485px; }
#single_product h1 { color:#462e80; }
#single_product .right p { margin-top:0; }
#single_product .right .content { padding:20px 20px; }
#single_product .infoBoxHeading { text-align:left; background:#CCCCCC; padding: 3px 5px; }
#single_product .artnr { font-size:10px; }
#single_product .price { margin:5px 0; font-size:16px; font-weight:bold; color:#462e80; text-align:right; }
#single_product .info { text-align:right; font-size:11px; }
#single_product .info a { color:#000000; }
#single_product .shipping { text-align:right; font-size:11px; }
#single_product .product_options { text-align:right; }
#single_product .buy { margin:10px 0; text-align:right; }
#single_product .buy input { vertical-align:middle; }
#single_product .inner_two {}
#single_product .inner_two .left { float:left; width:215px; border:none; }
#single_product .inner_two .right { float:right; width:215px; }


#shopping_cart .quantity { text-align:left; width:60px; }
#shopping_cart .article { text-align:right; }
#shopping_cart .single_price { text-align:right; width:100px; }
#shopping_cart .total { text-align:right; width:100px; }
#shopping_cart .remove { width:75px; text-align:right; }
#shopping_cart th { border-bottom:1px solid #FFFFFF; border-top:1px solid #FFFFFF; }
#shopping_cart th, #shopping_cart td { padding:5px 0; }
#shopping_cart .prduct td { border-bottom:2px solid #403480; }
#shopping_cart .p_image { width:230px; text-align:left; vertical-align:top; }
#shopping_cart .p_quantity { text-align:left; vertical-align:top; }
#shopping_cart .p_quantity input { width:45px; vertical-align:top; }
#shopping_cart .p_article { text-align:right; vertical-align:top; }
#shopping_cart .p_single_price { text-align:right; vertical-align:top; }
#shopping_cart .p_total { text-align:right; vertical-align:top; }
#shopping_cart .p_remove { text-align:center; vertical-align:top; }
#shopping_cart .end_total td { text-align:right; border-bottom:1px solid #FFFFFF; border-top:1px solid #FFFFFF; }


#products_block { margin:0; padding:0; list-style:none; }
#products_block li { margin-bottom:5px; padding-bottom:5px; border-bottom:1px solid #403480; }
#products_block .info { float:left; width:650px; }
#products_block .price { float:right; width:300px; text-align:right; }

.checkout_confirmation_tal_block { float:right; text-align:right; }


.adress_select { margin:0; padding:0; list-style:none; }
.adress_select li { background:#FFFFFF; color:#000000; margin-bottom:10px; }
.adress_select label { display:block; cursor:pointer; padding:10px; }

#checkout_progress { margin:0 auto; width:485px; }
#checkout_progress .title { float:left; padding:0 10px 0 30px; width:auto; }
#checkout_progress .current, #checkout_progress .akt { font-weight:bold; }
#checkout_progress .current { background:url(images/checkout_pos.gif) left center no-repeat; }


.payment_select { padding:0; list-style:none; }
.payment_select label { font-weight:bold; display:block; }

#two_buttons { margin:10px 0}
#two_buttons .left { float:left; text-align:left; width:auto; }
#two_buttons .right { float:right; text-align:right; width:auto; }

#footer { height:200px; background:url(images/footer-bg.jpg) top center no-repeat #120a3a; }
#footer .inner { padding:15px 0; }
#footer ul { margin:0 20px; padding:0; list-style:none; overflow:hidden; }
#footer li { float:left; border-right:1px solid #FFFFFF; margin-right:10px; padding-right:10px; line-height:14px; }
#footer a { color:#FFFFFF; font-size:12px; font-weight:bold; text-transform:uppercase; text-decoration:none; }
#footer a:hover { color:#938bbf; }


#orders_total { text-align:right; }
#orders_total td { border-bottom:1px solid #FFFFFF; margin-bottom:3px; padding:3px 0; }
#orders_total .order_nr { width:70px; }
#orders_total .order_total { width:125px; }
#orders_total .order_date { width:80px; }
#orders_total .order_status { width:125px;}
#orders_total .order_button { width:110px; }

.copyright { display:none !IMPORTANT; }
.parseTime { display:none !IMPORTANT; }