/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css,v 1.4 2004/06/06 17:13:29 novalis Exp $   

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

/* Startseite */

.main a:link { 
	color:#990000; 
	text-decoration: underline  
}

.main a:hover { 
	color:#990000; 
	text-decoration: underline  
}

.main a:active { 
	color:#990000; 
	text-decoration: underline  
}

.main a:visited { 
	color:#990000; 
	text-decoration: underline  
}

.indexTop {
	
	font-size: 26px;
	color: #630000;
	font-weight: bold;
	text-align: right;
}

.indexHeader {
	
	font-size: 20px;
	color: #630000;
	font-weight: bold;
	text-align: left;
}

.indexDesc {
	
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	letter-spacing: -1px;
}

.indexCatName {
	
	font-size: 14px;
}

A.homeLink {
	
	color: #000000;
	font-size : 12px;
	font-weight: bold;
	text-align: left;
	margin-left: 4px;
}

A.homeLink:hover {
	
	color: #990000;
	font-size : 12px;
	font-weight: bold;
	text-align: left;
	margin-left: 4px;
}

A.logoutLink {
	
	color: #000000;
	font-size : 12px;
	font-weight: bold;
	text-align: left;
	margin-left: 19px;
}

login {	
	color: #000000;
	font-size : 12px;
	font-weight: bold;
	text-align: left;
	margin-left: 19px;
}

A.logoutLink:hover {
	
	color: #990000;
	font-size : 12px;
	font-weight: bold;
	text-align: left;
	margin-left: 19px;
}

A.supportLink {
	
	color: #000000;
	font-size : 12px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0px
	
}

A.supportLink:hover {
	
	color: #990000;
	font-size : 12px;
	font-weight: bold;
	text-align: left;
}


/*   */
.boxText { 
	
	font-size: 12px;
}

.boxTextBG {
	
	font-size: 10px;
}
.boxTextBGII {
	
	font-size: 10px;
}
.boxTextPrice {
	
	font-size: 10px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	background-image: url(img/georgestore_bg.jpg);
	height: 100%;
}

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

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

img{
	border:0;
}

FORM {
	display: inline;
}

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

TD.formAreaTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.moduleRow {
	
 	font-size: 12px;
 	line-height: 1.2;
 	color: #990000;
 	text-align: left;
}
.moduleRowOver {  
	
    font-size: 12px;
    line-height: 1.2; 
	color: #990000;
	text-align: left;
	}
.moduleRowSelected { background-color: #E9F4FC; }

.moduleRowSub {
	margin-left: 10px;
 	font-size: 15px;
 	line-height: 1.2;
 	color: #990000;
 	text-align: left;
}
.moduleRowSubOver {  
	
    font-size: 12px;
    line-height: 1.2; 
	color: #990000;
	text-align: left;
	}
.moduleRowSubSelected { background-color: #E9F4FC; }

TD.fieldKey {
  
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  
  font-size: 12px;
}

CHECKBOX, RADIO, SELECT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

INPUT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}

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

TD.leiste {
	
  	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	
}

/* rote Leiste oben */

A.leisteLink {
	
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

A.leisteLink:hover {
  
  font-size: 12px;
  color: #FFCC66;
  text-decoration: none;
  font-weight: bold;
}

/* NEUHEITEN */

TD.newHeader {
	
  	font-size: 15px;
	color: #620500;
	font-weight: bold;
}

TD.newProduct {
	
  	font-size: 12px;
	color: #9A0300;
	font-weight: bold;
	text-align: left;
}

TD.newPrice {
	
  	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align: left;
}

A.newDetails {
	
  	font-size: 10px;
	color: #000000;
	text-align: left;
}

/* Kategorien-Menue links */

TD.catHeader {
	
	font-size : 14px;
	font-weight: bold;
	text-align: left;
	line-height: 2;
}

/* Impressum etc */

A.impress {
	
	color: #000000;
	font-size : 12px;
	font-weight: bold;
	text-align: left;
	line-height: 1.5;
	margin-left: 2px;
}

A.impress:hover {
	
	color: #990000;
	font-size : 12px;
	font-weight: bold;
	text-align: left;
	line-height: 1.5;
}

/* product-listing */

.productHeader {
	
	color: #620500;
	font-size : 15px;
	font-weight: bold;
	text-align: center;
}

.productName {
	
 	font-size: 14px;
 	color: #990000;
	font-weight: bold;
	margin-left: 10px;
	text-align: left;
}

.productDesc {
	
 	font-size: 12px;
 	color: #000000;
	margin-left: 30px;
	text-align: left;
}

.productPrice {
	
 	font-size: 12px;
 	color: #000000;
	margin-left: 30px;
	text-align: left;
	font-weight: bold
}

A.productDetail{
	
 	font-size: 12px;
 	color: #990000;
	text-align: left;
	font-weight: bold;
}

.productNav {
	
	color: #000000;
	clear: both;
	margin-top: 20px;
}

/* Produkt Information */

.productInfName {
	
 	font-size: 20px;
 	color: #990000;
	text-align: left;
	font-weight: bold;
}

.productInfCell {
	
 	font-size: 13px;
 	color: #000000;
	text-align: left;
}

.productInfPrice {
	
 	font-size: 14px;
 	color: #000000;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
}

/* Content */

.content {
	
 	font-size: 12px;
 	color: #000000;
	text-align: left;
}

/* Sonderangebote */

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productOldPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff0000;
	text-decoration: line-through;
}

.onepxwidth {
	width: 1px;
}

.infoBoxHeading_right {
	font-size: 12px;
}
	