/* -----------------------------------------------------------------------------------------
   $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: underline;
}

A:hover {
  color: #0000ff;
  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;
}

.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;
}





.copyright { display:none !IMPORTANT; }
.parseTime { display:none !IMPORTANT; }












body { margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:12px; background:url(images/body-bg.gif) repeat-x top center #a9a9a9; color:#474747; }
h1,h2,h3,h4,h5,h6 { margin-top:0; color:#474747; }
h1 { font-size:24px; text-transform:uppercase; margin-bottom:10px; }
a { }
a:hover {}
a img { border:none; }
p { margin:5px 0; }


.clear { clear:both; }

#page { margin:0 auto; width:990px; }
#logo { float:left; width:360px; }
#navi-top {  width:280px; height:95px; float:right; }

#navi-top .lang { margin:5px 0 0 0; padding:0; list-style:none; float:left; }
#navi-top .lang li { float:left; margin-right:5px; line-height:20px; }
#navi-top .navi { margin:5px 0 0 0; padding:0; list-style:none; float:right; }
#navi-top .navi li { float:left; margin-left:10px; }
#navi-top .navi li a { display:block; text-decoration:none; color:#858585; line-height:20px; }
#navi-top .navi li a:hover { text-decoration:underline; }
#navi-top .search { clear:both; padding-top:10px; }
#navi-top .search input.search { width:200px; height:23px; border:1px solid #474747; padding:0; line-height:23px; }
#navi-top .search input.submit { background:#474747; border:none; width:70px; float:right; height:25px; color:#FFFFFF; }


#navi-main { background: url(images/navi-main-bg.gif) repeat-x top center; height:42px; position:relative; }
#navi-main .left-spacer  { position:absolute; top:0; left:0;  display:block; background:url(images/navi-main-bg-l.gif) no-repeat; width:7px; height:42px; }
#navi-main .right-spacer { position:absolute; top:0; right:0; display:block; background:url(images/navi-main-bg-r.gif) no-repeat; width:7px; height:42px; }

#navi-main ul { margin:9px 10px 0 0; padding:0; list-style:none; float:right; width:auto; position:relative; z-index:100; text-transform:uppercase; }
#navi-main li { float:left; width:auto; margin-left:10px; }
#navi-main li a { font-weight:bold; line-height:26px; width:110px; text-align:center; display:block; color:#FFFFFF; text-decoration:none; }
#navi-main li a:hover, #navi-main li.akt a { background:url(images/navi-top-akt.gif) no-repeat; }
#navi-main li img { vertical-align:middle; }


#content { margin-top:2px; }
#content .inner { background:url(images/page-box-bg.png); padding:0 1px; }
#content .footer { background:url(images/page-box-footer.png); height:7px; }

#content .slide { position:relative; }
#content .slide .headline { position:absolute; top:20px; left:0; padding:10px; background:url(images/slide-headline-bg.png); font-size:35px; color:#FFFFFF; text-align:right; font-weight:bold; text-transform:uppercase; }
#content .slide .info { position:absolute; bottom:5px; right:5px; }
#content .content { padding:10px 15px; }

#content .content.cat { background:url(images/cat-content-bg.gif) repeat-y left top; }
#content .left { float:left; width:180px; overflow: hidden; }
#content .left ul { margin:0; padding:0; list-style:none; }
#content .left ul li a { line-height:25px; text-transform:uppercase; color:#474747; font-weight:bold; text-decoration:none; display:block; padding-left:5px; border-bottom:1px solid #cdcdcd; }
#content .left ul li a:hover { color:#1a0ff2; }
#content .left ul li ul li a { font-weight:normal; padding-left:20px; }
#content .right { float:right; width:750px; }
#content .right .inner { padding-left:20px; }
#content .navi-kat {}

#content .right .inner-left { float:left; width:535px; }
#content .right .inner-right { float:right; width:185px; }


#content .products { margin:0; padding:0; list-style:none; }
#content .products li { margin-bottom:10px; border:1px solid #cdcdcd; padding:5px; }
#content .products h2 a { color:#474747; font-size:14px; }
#content .product-left { float:left; width:245px; }
#content .product-left p { font-size: 11px; font-style:italic; } 
#content .product-right { float:right; width:260px; }
#content .price { font-size:14px; font-weight:bold; }
#content .info { margin-bottom:10px; }
#content .info a { color:#858585; text-decoration:underline; }
#content .info a:hover { text-decoration:none; }
#content .buy { margin-bottom:10px; }
#content .buy input { vertical-align:middle; }

.right_box { padding:5px; }
.right_box h2 a { text-decoration:none; }
.right_box h2 a:hover { text-decoration:underline; }

#cart { border:1px solid #cdcdcd; }
#cart h3 a { font-size:14px; color:#474747; text-decoration:none; }
#cart h3 a:hover { text-decoration:underline; }
#cart .info a { text-decoration:underline; color:#858585; }
#cart .info a:hover { text-decoration:none; }

#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 #999999; }
#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; }


#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; }


#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; }


#footer { background:url(images/footer-bg.png) no-repeat center top; height:42px; margin:15px 0; }
#footer .footer-left { float:left; width:200px; margin:12px 0 0 20px; }
#footer .footer-left ul { margin:0; padding:0; list-style:none; float:right; }
#footer .footer-left li { float:left; padding-right:10px; }
#footer .footer-right { float:right; width:700px; margin:6px 0px 0 0; line-height:30px; text-transform:uppercase; }
#footer .footer-right ul { float: right; margin:0; padding:0; list-style:none; overflow:hidden; }
#footer .footer-right li { float:left; background:url(images/footer-navi-spacer.gif) no-repeat left center; margin-left:-11px; padding:0 20px 0 10px; }
#footer .footer-right li a { display:block; line-height:30px; padding:0 5px; color:#b2b2b2; text-decoration:none; }
#footer .footer-right li a:hover { text-decoration:underline; }

#admin_box { background:none repeat scroll 0 0 #CCCCCC; margin-top:10px; padding:10px; }
#admin_box ul { list-style:none outside none; margin:0; padding:0; }
#admin_box li { float:left; margin-right:10px; padding:0 10px 10px 0; }


.start { width: 990px; margin-top:15px;}
.start-box1 { width: 326px; float:left; margin-right:6px; }
.start-box2 { width: 326px; float:left; }
.start-box3 { width: 326px; float:right; }

.start h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-image:url(images/start-bg-h2.gif);
	padding: 10px 0 10px 8px;
	margin:0px;
}

table.product_info_tab tr td { padding:0 12px 2px 0; border: 1px solid #CDCDCD; }

#CatNavi ul li.CatLevel3 Current { color:red; }

.machen { margin-top: 15px; width: 990px; text-align:right; }
