/* -----------------------------------------------------------------------------------------
   $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 
   MMMM MODIFIED 2009
   ---------------------------------------------------------------------------------------*/
/* Allgemein 
----------------------------------------------- */
BODY {
	font-family: Tahoma, Arial, Geneva, Helvetica, Verdana,  sans-serif;font-size:11px;line-height:14px;
}
img {
	border:0;
}
img.frame {
	border:1px #cccccc solid;
}
.frameborder {
border:1px solid #cccccc;
}
A {
  color: #000000;
  text-decoration: none;
}
A:hover {
  color: #007D79;
}
A.underline {
  text-decoration:underline;
}
A.pageResults {
	color: #000000;
}
A.pageResults:hover {

}
A.smallText:hover {

}
.attention {
text-decoration:underline;
 color: #ff0000;
}
ul, li {
list-style-position:outside;
margin:0px;
padding:0px;
padding-left:5px;
margin-left:5px;
}
TD, TABLE {
	margin: 0px;
	padding: 0px;
	border:0px;
	overflow:hidden;
}
.strong {
font-weight:bold;
}
.smallHeading {
	font-weight: bold;
	color: Black;
}
.checkoutBarFrom, .checkoutBarTo {  font-size: 11px; color: #8c8c8c; }
.checkoutBarCurrent {  font-size: 11px; color: #000000; }
.checkout {display:block;float:right;text-align:right;	margin:0px;padding:0px;	}
.tableListingI {
	background-color: #eeeeee;
}
.tableListingII {
	background-color: #d0d0d0;
}
.onepxwidth {
	width: 1px;
}

smallText, TD.smallText, SPAN.smallText, P.smallText {
  font-size: 11px;
  color: Black;
}

/* Basket / Cart
----------------------------------------------- */
.basketHeader {
font-weight:bold;
}
/* Preise 
----------------------------------------------- */
SPAN.productSpecialPrice {
  color: #ff0000;
}
SPAN.productOldPrice {
	color: #000000;
	/*text-decoration: line-through;*/
}
SPAN.productDiscountPrice {
  color: #ff0000;
  font-weight:bold;
}
SPAN.productNewPrice {
  color: #ff0000;
  font-weight:bold;
}

/* input requirement 
----------------------------------------------- */
.inputRequirement {  font-size: 11px; color: #ff0000; }
/* Horizontale Linien 
----------------------------------------------- */
hr.grey {
	width:100%;
	border:none;
	color:#cccccc;
	background:#cccccc; 
	height: 1px; 
	margin: 7px 0px 7px 0px !important; 
	margin: -2px 0px -2px 0px;
	line-height:1px;
	font-size:1px;
}

/* Errormessage
----------------------------------------------- */
.errorMessage {
	padding:10px;
	margin:10px 0px 10px 0px;
	border-style:dashed;
	border-color:#CD000C;
	border-width:1px;
	background-color:#FFB3B7;
	font-size:13px;
}
/* XT-Commerce-Angaben
----------------------------------------------- */
.copyright {
  font-size: 11px;
  line-height: 1.5;
  width:985px;
  text-align:center;
}
.parseTime {
  width:985px;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
A.copyright {
  color: #000000;
}
A.copyright:hover {
  color: #0000ff;
  text-decoration: underline;
}
.poweredby {
  font-size: 11px;
  color: #000000;
  font-weight: bold;
}
/* KEYWORDS
----------------------------------------------- */
.key_high {
font-weight:bold;
color:#ff0000;
}
/* COPYHINWEIS
----------------------------------------------- */
#copyhinweis {
display: none; 
}

