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

/* @group Basics Stylings */

html {
	overflow-y: scroll;
}

body {
	background-color: #fff;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

.ie7 address {
	font-style: normal;
}

.hideme {
	position: absolute;
	left: -999em;
	top: -999em;
}

table,tr,td,th{
	background: transparent;
}

label, 
input[type=button],
input[type=submit], 
button {
	cursor: pointer;
}

q:lang(de) {
	quotes: '„' '“' '‚' '‘';
}

q:lang(en) {
	quotes: '“' '”' "‘" "’";
}

abbr[title] {
	border-bottom: 1px dotted #888 !important;
	cursor: help;
}

a abbr {
	cursor: pointer !important;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

img {
	-ms-interpolation-mode: bicubic;
}



/* @end */

/* @group Tags */

body {
	margin: 0 0 15px;
	color: black;
	font: 11px/1.2 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a {
	color: #5e000c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 980px;
	margin: 0 auto;	
}
/* @end */

/* @group Header */

#header {
	background: url(img/logo.gif) no-repeat left 15px;
	height: 110px;
}


/* @group Meta */

#meta {
	font-size: 11px;
	top: 0;
	position: relative;
}


#meta li,#meta ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#meta ul {
	position: relative;
	float: right;
	background: white url(img/px/999.gif) repeat-y right 0;
	border-bottom: 1px solid #999;
}

#meta li {
	float: left;
	width: 90px;
	margin: 0;
	display: inline;
}

#meta a {
	color: #999;
	text-align: center;
	width: 90px;
	display: block;
	height: 18px;
	padding-top: 2px;
	background: url(img/px/999.gif) repeat-y left 0;
}

#meta a:hover {
	color: white;
	background-color: #aaa;
	text-decoration: none;
}

/* @end */

/* @end */

/* @group Navbar */

#navbar {
	background: black;
	font-weight: bold;
	color: white;
	padding: 4px 0 5px 10px;
	margin-bottom: 5px;
}

#navbar a {
	color: white;
}



/* @end */

/* @group align */

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

/* @end */

/* @group Footer */

#footer {
	width: 860px;
	/*clear: both;
	float: left;*/
	background: url(img/footer.png) no-repeat center top;
	
	color: #999;
	font-size: 10px;
	margin-top: 5em;
	padding: 5px 50px;
}

#footer a {
	color: #999;
}

#footer a:hover {
	color: #777;
	text-decoration: underline;
}

/* @group Copyright */

.copyright, .copyright a {
	color: #999;
	font-size: 9px;
}

/* @end */

/* @end */

/* @group Bestsellers */

.bestsellers {
	background-color: white;
	border: 1px solid #ddd;
	border-top: none;
}

.bestsellers ol {
	margin: 0.5em;
	padding: 0 0 0 20px;
}

.bestsellers li a {
	display: block;
	padding:0.5em 0;
}


/* @end */

a.headerNavigation, a.headerNavigation:hover 
{ 
color: #FFF; 
font-family: tahoma,Arial,Helvetica,sans-serif; 
font-size: 11px; 
}

a.pageResults 
{ color: #555; font-family: tahoma,Arial,Helvetica,sans-serif; font-size: 11px; 
}
.trenner {
	height: 1px;
	background: #ddd;
	border: none;
}
a.pageResults:hover 
{ 
background: #FFF none repeat; 
color: rgb(85, 85, 85); 
font-family: tahoma,Arial,Helvetica,sans-serif; 
font-size: 11px; 
}


form 
{ display: inline; 
}

h1 { margin: 0pt; padding: 0pt; font-size: 11px; }

img 
{ border: 0pt none ; 
}

span.greetUser 
{ 
color: rgb(68, 68, 68); font-family: tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; 
}

span.markProductOutOfStock 
{ color: rgb(199, 97, 112); font-family: Tahoma,tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; 
}

span.markProductOutOfStock 
{ color: rgb(199, 97, 112); font-family: tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; 
}

span.productDiscountPrice 
{ color: rgb(255, 0, 0); font-family: tahoma,Arial,sans-serif; font-weight: bold; 
}

span.productOldPrice { color: rgb(255, 0, 0); font-family: tahoma,Arial,sans-serif; text-decoration: line-through; }
span.productSpecialPrice, span.errorText { color: rgb(255, 0, 0); font-family: tahoma,Arial,sans-serif; }

table.formArea { 
border: 1px solid rgb(204, 204, 204); background: rgb(255, 255, 255) none repeat; }

table.productListing { 
border: 1px solid rgb(182, 183, 203); border-spacing: 1px; font-family: Arial,sans-serif; font-size: 11px; 
}

textarea { 
font-family: tahoma,Arial,sans-serif; font-size: 11px; width: 100%; }

tr.accountHistory-odd, tr.addressBook-odd, tr.alsoPurchased-odd, tr.payment-odd, tr.productListing-odd, tr.productReviews-odd, tr.upcomingProducts-odd, tr.shippingOptions-odd, 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: rgb(248, 248, 249) none repeat; }
tr.footer { background: rgb(187, 195, 211) none repeat; }
tr.header { background: rgb(255, 255, 255) none repeat; }
tr.headerError { background: rgb(255, 0, 0) none repeat; }
tr.headerInfo, tr.subBar {  }
tr.headerNavigation { background: rgb(246, 246, 246) none repeat; }
.accountCategory { color: rgb(170, 187, 221); font-family: tahoma,Arial,sans-serif; font-size: 11px; }
.an { display: block; }
.aus { display: none; }

.boxText {
	padding: 3px;
	background: white;
	line-height: 18px;
	border: 1px solid #ddd;
	border-top: none;
}
.boxText, .messageBox, .infoBoxNoticeContents, .infoBox, span.infoBox, .productListing-data, .smallText, span.smallText, p.smallText, .fieldValue, checkbox, input, radio, select
{ 
font-family: tahoma,Arial,sans-serif;
font-size: 11px;
}

.boxTextBG 
{
 background-color: #efefef;
 font-family: tahoma,Arial,sans-serif;
 font-size: 11px;
}

.boxTextBGII 
{ background-color: #efefef; 
font-family: tahoma,Arial,sans-serif; 
font-size: 11px; 
}

.boxTextPrice
{ 
color: #444444;
font-family: tahoma,Arial,sans-serif; 
font-size: 11px; 
}

span.newItemInCart, .inputRequirement
{
color: rgb(255, 0, 0);
font-family: tahoma,Arial,sans-serif;
font-size: 11px;
}


.checkoutBarCurrent, .boxText, .subBar { color: rgb(85, 85, 85); font-family: tahoma,Arial,sans-serif; font-size: 11px; }

.checkoutBarFrom, .checkoutBarTo { color: rgb(140, 140, 140); font-family: tahoma,Arial,sans-serif; font-size: 11px; }

.contentsTopics { border-bottom: 1px solid rgb(204, 204, 204); color: rgb(85, 85, 85); font-family: tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; height: 22px; padding-left: 5px; vertical-align: middle; width: 559px; }

.copyright { font-family: tahoma,Arial,sans-serif; font-size: 11px; line-height: 1.5; text-align: center; }

.errorBox { background-color: rgb(255, 179, 181); font-family: tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; }

.errorBox { background: rgb(255, 179, 181) none repeat; font-family: tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; }

.formAreaTitle, .fieldKey, .tableHeading { font-family: tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; }

.gvBox { border: 1px solid rgb(255, 255, 255); background-color: rgb(255, 179, 181); font-family: tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; }

.headerError { background: rgb(255, 0, 0) none repeat; color: rgb(255, 255, 255); font-family: tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; text-align: center; }

.headerInfo { 
background: rgb(0, 255, 0) none repeat; color: rgb(255, 255, 255); font-family: tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; text-align: center; 
}

.headerNavigation, .footer { border-color: rgb(182, 183, 203); border-bottom: 1px solid rgb(182, 183, 203); background: rgb(246, 246, 246) none repeat; color: rgb(85, 85, 85); font-family: tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; }
.info1, .info2 { margin: 0pt; padding: 5px; background: rgb(248, 193, 0) none repeat; font-size: 10px; }
.infoBox {  }

.infoBoxContents 
{ 
background: transparent url('img/bg_box2.gif') repeat-x; 
color: rgb(85, 85, 85); font-family: tahoma,Arial,sans-serif; font-size: 11px; 
}

.infoBoxHeading
 { 
 height: 25;
 border-bottom: 1px solid rgb(153, 153, 153);
 padding: 5px 0pt 5px 10px; 
 background: transparent url('img/boxbg9.gif') repeat; color: rgb(51, 51, 51);
 font-family: tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold;
 color:#444444;

}

.infoBoxHeading2 { 
border: 1px solid rgb(153, 153, 153); background: transparent url('img/navtrail.gif') repeat; color: rgb(255, 255, 255); font-family: tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; height: 25px; }
.infoBoxHeading3 { color: rgb(85, 85, 85); font-family: tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; height: 22px; }
.infoBoxNotice { background: rgb(242, 226, 226) none repeat; }

.header
{ 
background: transparent url('img/header.jpg') repeat; 
}

.main, p.main 
{ 
font-family: tahoma,Arial,sans-serif; font-size: 11px; line-height: 15px; 
}
.messageStackError, .messageStackWarning { background-color: rgb(255, 179, 181); font-family: tahoma,Arial,sans-serif; font-size: 11px; }
.messageStackSuccess { background-color: rgb(153, 255, 0); font-family: tahoma,Arial,sans-serif; font-size: 11px; }

.moduleHeading { font-family: tahoma,Arial,sans-serif; font-size: small; font-weight: bold; padding-bottom: 11px; }




.navLeft { border-color: rgb(182, 183, 203) -moz-use-text-color rgb(182, 183, 203) rgb(182, 183, 203); border-right: 1px solid; }

.navRight { border-color: rgb(182, 183, 203) rgb(182, 183, 203) rgb(182, 183, 203) -moz-use-text-color; border-left: 1px solid; }

.onepxwidth { width: 1px; }

.orderEdit { color: rgb(112, 210, 80); font-family: tahoma,Arial,sans-serif; font-size: 11px; text-decoration: underline; }
.pageHeading, div.pageHeading { color: rgb(85, 85, 85); font-family: tahoma,Arial,sans-serif; font-size: 16px; font-weight: bold; }
.poweredby { color: rgb(85, 85, 85); font-family: tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; }
.productListing-heading, .mmbodysml { background: rgb(182, 183, 203) none repeat; color: rgb(255, 255, 255); font-family: tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; }



.productsNotifications { background: rgb(242, 255, 247) none repeat; }

.smallHeading { 
color: rgb(85, 85, 85); 
font-family: tahoma,Geneva,Arial,Helvetica,sans-serif; 
font-size: x-small; font-weight: bold; 
}

.stockWarning { color: rgb(204, 0, 51); font-family: tahoma,Arial,sans-serif; font-size: 11px; }

.tableBody { padding: 5px; }

.tableBody { padding: 2px; }

.tableListingI { background-color: rgb(238, 238, 238); }

.tableListingII { background-color: rgb(208, 208, 208); }

.tableShop { border-color: rgb(182, 183, 203) -moz-use-text-color; border-left: 1px solid; border-right: 1px solid; background-color: rgb(255, 255, 255); }


.moduleRow,.moduleRowOver {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 line-height: 1.5;
}




.headerline
{
background: transparent url('img/blueline.jpg') repeat;
}

.footerline
{
background: transparent url('img/blueline2.jpg') repeat;
}

.infoBoxHeading4
 {
 border-bottom: 1px solid rgb(153, 153, 153);
 padding: 5px 0pt 5px 10px;
 background: transparent url('img/boxbg9-1.gif') repeat; color: rgb(51, 51, 51);
font-family: tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold;
 color:#6A6A6A;

}

