/* -----------------------------------------------------------------------------------------
   $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,td,th,span,div,input,textarea,select {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 92%;
	color: #262626;
}
body {
	background: #262626 url(layout/bg.jpg) no-repeat;
	margin: 8px 0px 21px 16px;
}
.shade-right {
	background: url(layout/right-shade-bg.gif) repeat-y;
}
.shade-left {
	background: url(layout/left-shade-bg.gif) repeat-y;
}
.top {
	background: #fde5d4 url(layout/top-bg.gif) no-repeat right top;
}
.navi {
	background: #cb4c4c url(layout/navi-bg.gif) no-repeat right top;
	padding-left: 4px;
}
.navi a {
	color:#FFFFFF;
}
.content {
	background: #ffffff url(layout/left-navi-bg.gif) repeat-y 5px top;
	padding-left: 0px;
}
ul.options {
	list-style: none;
 	margin: 0px;
 	padding: 0px;
	padding-left: 5px;
}
.bottom {
	background: url(layout/bottom-shade-bg.gif) repeat-x;
}
ul.options li {
	line-height:2.2;
	padding-left: 28px;
	color:#FFFFFF;
}
ul.options li a {
	color:#FFFFFF;
}
ul.options li.konto {
	background: url(layout/icon-konto.gif) no-repeat left center;
}
ul.options li.basket {
	background: url(layout/icon-basket.gif) no-repeat left center;
}
ul.options li.skip {
	background: url(layout/icon-skip.gif) no-repeat left center;
}

ul.informations {
	list-style: none;
 	margin: 0px;
 	padding: 0px;
}
ul.informations li {
	line-height:2;
	color:#000000;
}
ul.informations li a {
	color:#000000;
	padding: 0 5px 0 5px;
}

.box-white-title{
	font-size: 120%;
 	color:  #FFFFFF;
 	font-weight: ;
}


ul.boxProductsText {
	list-style: none;
 	margin: 0px;
 	padding: 0px;
}
ul.boxProductsText li {
	line-height:2.2;
	color:#000000;
}
ul.boxProductsText li a {
	font-size: 105%;
	padding: 0 5px 0 25px;
	color:#000000;
	background: url(layout/left-products-bg.gif) no-repeat left center;
	display: block;
}
ul.boxProductsText li a:hover {
	color:#000000;
	background: url(layout/left-products-hover-bg.gif) no-repeat left center;
	display: block;
	text-decoration:none;
}

.listing_title {
	font-size: 100%;
	color: #000000;
	padding:3px; 
	border: 1px solid #f3f3f3;
	background: #f3f3f3;
}
.listing_title_hover {
	font-size: 100%;
	color: #bc1725;
	cursor: pointer;
	padding:3px; 
	border: 1px solid #f3f3f3;
	border-bottom: 1px solid #d6d6d6;
	background: #f3f3f3;
}
.listing_img {
	float:left;
	padding:3px; 
	background: url(layout/listimg-bg.gif) repeat-x left top;
}
.listing_img:hover {
}
.listing_img img {
	float:left;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 1px;
}

.listing_txt {
	padding-bottom: 15px;
}
.listing_price {
	border-top: 1px solid #f3f3f3;
	margin-top:5px;
	padding-top:2px;
	color: #df5354;
}
.listing_vst {
	border-top: 1px solid #f3f3f3;
	margin-top:3px;
	padding-top:2px;
	color: #666666;
}
.listing_description strong {
	color: #bc1725;
	font-size: 110%;
}


.boxText { 
}

.boxTextBG {
	background-color: #FFFFF8;
}
.boxTextBGII {
	background-color: #FFCC99;
}
.boxTextPrice {
	color: #FF0000;
}

.errorBox {
	background-color: #ffb3b5;
}
.gvBox {
	font-size : 120%;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	color: #70d250;
	text-decoration: underline;
}

img{
	border:0;
}

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

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

FORM {
	display: inline;		   
}


TR.header {
	background-color: #ffffff;
}


A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #eaeaea;
}

TD.conditions {
  background-color: #FFCCCC;
}

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-weight: bold;
	padding-bottom: 10px;
}

TD.headerError {
  font-size: 110%;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-size: 110%;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {    background: #F6F6F6;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

.infoBox {
}

.infoBoxContents {
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
}

TD.infoBoxHeading {
  font-size: 105%;
  font-weight: bold;
	padding: 2px 0 1px 5px;
	height: 22px;
  color: #000000;
	background: #ffffff url(layout/left-navi-header-bg.gif) repeat-y right top;
}

TD.infoBox, SPAN.infoBox {
}


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 {
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
}

A.pageResults {
	color: #0000FF;
	text-decoration: underline;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
	font-size: 120%;
	font-weight: bold;
	background-color:#fce5d5;
	padding:3px;
	height: 22px;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  color: #000000;
}

TD.main, P.main {
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 90%;
}

TD.accountCategory {
  font-size: 115%;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 110%;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 110%;
}

TD.tableHeading {
  font-size: 110%;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-size: 110%;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
}

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

SPAN.greetUser {
  font-size: 110%;
  color: #f0a480;
  font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}

TABLE.formArea {
  background: #f1f1f1;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-size: 110%;
  font-weight: bold;
}


div.copyright {
  color: #ffffff;
  font-size: 70%;
line-height: 1.5;
text-align:center;
}

.copyright A {
  color: #ffffff;
}
.copyright A:hover {
  color: #ffffff;
}

.parseTime {
  color: #ffffff;
  font-size: 70%;
line-height: 1.5;
text-align:center;
}

SPAN.markProductOutOfStock {
  font-size: 110%;
  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-size: 90%;
	font-weight: bold;
	color: Black;
}

.moduleRow {
 line-height: 1.8;
 font-size: 105%;
 border-bottom: 1px dotted #fce8d9; 

}
.moduleRowOver {  
    line-height: 1.8;
 font-size: 105%;
 border-bottom: 1px dotted #be0a0a; 
	
}
.moduleRowSelected { 
    line-height: 1.8;
 border-bottom: 1px dotted #000000; 
 font-size: 105%; }

.checkoutBarFrom, .checkoutBarTo { color: #8c8c8c; }
.checkoutBarCurrent { color: #000000; }

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-size: 90%; }
.heading2 { font-size: 95%; }
.heading3 { font-size: 100%; }
.heading4 { font-size: 110%; }
.heading5 { font-size: 130%; }

/* Sitemap Tables */
.sitemap_heading { color: #FFFFFF; 
	background-color: #D60D03; 
	padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#FFFFFF;}
.sitemap_heading a:hover {color:#CCCCCC; text-decoration:none;}

.sitemap_sub {color: #000000; background-color: #FFFFF8; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#999999; text-decoration:none;}


/* message box */

.messageBox {  }
.messageStackError, .messageStackWarning {  background-color: #ffb3b5; }
.messageStackSuccess { background-color: #99ff00; }

/* input requirement */

.inputRequirement { color: #ff0000; }

.tableShop {
background-color: #ffffff;
border-left: 1px solid;
border-right: 1px solid;
border-color: #b6b7cb;
}

.contentsTopics {
	font-size: 120%;
	font-weight: bold;
	background-color:#fce5d5;
	padding:3px;
	height: 22px;
}

.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

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







