/* -----------------------------------------------------------------------------------------
   $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 
   ---------------------------------------------------------------------------------------*/
/* LayoutFarben 
Standartschrift: #404040;
Navigation: #243dff;
H1: #243dff;
Links; #C85000;
background-color: #f7f7f7;
*/

/* Reset */
html, body, h1, h2, h3, h4, p, ul, li {
margin: 0px;
padding: 2px;
	font-family: Verdana, Arial, sans-serif;
font-size: 1em;
color: #000;
}



body {
background-color: #ffffff;
background-image: url(img/body_bg.png);
background-position: left top;
background-repeat:repeat-y;
	font-family: Verdana, Arial, sans-serif;
font-size: 0.8em;
line-height: 18px;
}

a:link {
color: #3366FF;
text-decoration: none;
}
a:active {
color: #3366FF;
text-decoration: none;
}
 a:visited {
color: #3366FF;
text-decoration: none;
}

a.menu:hover {color: #404040;}
a:hover {
color: #363636;
}

h1, .contentsTopics {
font-size: 1.4em;
color: #000000;
line-height: 25px;
margin-bottom: 10px;
}

h2 {
width: 100%;
font-size: 1.2em;
color: #243dff;
line-height: 25px;
margin-bottom: 10px;
background-image: url(img/dots.png);
background-repeat: repeat-x;
background-position: bottom left;
}

h3, .infoBoxHeading, TD.infoBoxHeading_right  {
font-size: 1.2em;
color: #243dff;
line-height: 25px;
padding-left: 5px;
border-top: 1px solid;
border-color: #cccccc;
}

p {
margin-bottom: 20px;
}


/* Divs */
#allover {
width: 880px;
}

#header1 {
background-image: url(img/header1.png);
background-position: left top;
background-repeat:no-repeat;
line-height: 50px;
text-align: right;
width: 880px;
padding-right: 20px;
font-size: 0.9em;
}

#header2 {

background-image: url(img/header2.png);
background-position: left top;
background-repeat:no-repeat;
height: 102px;
text-align: right;
}



#header2-text {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 2em;
color: #ffffff;
width: 860px;
line-height: 75px;
text-align: right;
float: right;
width: 860px;
overflow: hidden;
height: 75px;
}

.left {
vertical-align: top;
padding: 0px;
font-size: 0.8em;
border-left: 1px solid;
border-color: #cccccc;
}

.right {
float: right;
padding-top: 10px;
width: 180px;
vertical-align: top;
}

#banner {
text-align:center;
}


.top {
vertical-align: top;
width: 100%;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
border-left: 1px solid;
border-right: 1px solid;
border-color: #cccccc;
background-image: url(img/header2.png);
background-position: left top;
background-repeat:no-repeat;
height: 102px;
text-align: right;
}


.center {
vertical-align: top;
width: 100%;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
border-left: 1px solid;
border-right: 1px solid;
border-color: #cccccc;
}

#content {
text-align: justify;



margin-right: 20px;
margin-bottom: 20px;
}


.footer {
background-image: url(img/footer.png);
background-position: left top;
background-repeat:no-repeat;
height: 16px;
width: 100%;
text-align: center;
border-left: 1px solid;
border-right: 1px solid;
border-color: #cccccc;
}



#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {color: #cccccc;}


.preis {
font-size: 16px;
color: #243dff;
}

.boxText, .boxtext { 
  font-size: 12px;

padding: 10px;
}

.boxTextLine { 
padding: 10px;
border-top: 1px solid;
border-color: #cccccc;
}



.boxText2 { 
padding: 2px;

}

.auswahl { 
width: 200px;

}
.auswahlhidden { 
width: 200px;
visibility: hidden;

}


.boxTextBG {

	background-color: #f7f7f7;
}
.boxTextBGII {


}
.boxTextPrice {

	color: #FF0000;
}

.errorBox {

	font-weight: bold;
	background-color: #ffb3b5;
}
.gvBox {

	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 


	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #70d250;
	text-decoration: underline;
}



img{
	border:0;
}

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

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

FORM {
	display: inline;		   
}


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

TR.headerNavigation {
  background: #F6F6F6;
}

TD.headerNavigation {

	color: #404040;
	font-weight : bold;
	border-bottom: 1px solid;
	border-color: #ff0000;
	background-color: #F6F6F6;
}

A.headerNavigation { 
  color: #404040; 
}

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

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

TD.headerError {

  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {

  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}



.infoBox {
}

.infoBoxContents {

}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;

}


.upcoming_box {
  background: #e0e0e0;
  
}
.upcoming_box_w {
  background: #ffffff;
  
}

TD.infoBox, SPAN.infoBox, TD.infoBox_right, SPAN.infoBox_right {

  border-color: #000000;
  padding: 00px;
  color: #3366FF;
  font-size: 12px;
}


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: #ff0000;
  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: 16px;
  font-weight: bold;
  color: #404040;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {

  color: #404040;
}

TD.main, P.main {
 
  font-size: 13px;
  line-height: 1;
}

TD.main2, P.main2 {

  font-size: 11px;
  line-height: 1.5;
  background-color: #f7f7f7;
  border-top: 2px solid #fff;
   
}

TD.main3, P.main3 {

  font-size: 11px;
  line-height: 1.5;
  background-color: #fff;
  border-top: 1px solid #fff;
  
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 13px;
  line-height: 1;

}

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 {

  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;
}

TABLE.formArea {
  background: #f7f7f7;

}

TD.formAreaTitle {

  font-size: 12px;
  font-weight: bold;
}

TD.copyright {
width: 620px;
padding-left: 220px;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
A.copyright {
  color: #404040;
}
A.copyright:hover {
  color: #0000ff;
  text-decoration: underline;
}

SPAN.markProductOutOfStock {

  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-size: x-small;
	font-weight: bold;
	color: Black;
}

.moduleRow {

 font-size: 11px;
 line-height: 1.4;
padding: 1px;
line-height: 13px;
}

.moduleHead {

 font-size: 11px;
 font-weight: bold;
 line-height: 1.4;
 color: #3366FF;

}

.moduleRowOver { 
	background-color: #f7f7f7; 

    font-size: 11px;
    line-height: 1.6; 
	
	}

.checkoutBarFrom, .checkoutBarTo { color: #8c8c8c; }
.checkoutBarCurrent { font-family:  color: #404040; }

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-size: 7pt; }
.heading2 { font-size: 9pt; }
.heading3 {  font-size: 10pt; }
.heading4 { font-size: 12pt; }
.heading5 { font-size: 16pt; }

/* Sitemap Tables */
.sitemap_heading {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-size: 9pt; color: #404040; background-color: #E6E6E6; padding: 2px 2px;}
.sitemap_sub a {color:#404040;}
.sitemap_sub a:hover {color:#999999; text-decoration:none;}


/* message box */

.messageBox { }
.messageStackError, .messageStackWarning {  font-size: 10px; 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: #ff0000;
}

.navLeft {
	border-right: 1px solid;
	border-color: #00ff00;
	background-image: url(img/bg_left_column.jpg);
	width: 185px;
}
.navRight {
	border-color: #0000ff;
	border-top-width: 4px;
	border-top-style: solid;
	border-left-width: 4px;
	border-left-style: solid;
	background-color: #E6E6E6;
	width: 185px;
}



.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

.poweredby {


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