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

.boxText { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

.boxTextBG {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #f1f1f1;
}
.boxTextBGII {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #FFCC99;
}
.boxTextPrice {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FF0000;
}

.errorBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-weight: bold;
	background-color: #ffb3b5;
}
.gvBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

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

/* Standard Settings */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, form, fieldset, legend, input, button, p, blockquote, table, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	padding: 2px;
}

#header_top {
	margin:43px 0px 0px;
	padding:0px;
	text-align:left;
	width:960px;
}

#site_banner {
    width: 500px;
    text-align: center;
	margin-left: 10px;
	margin-top: 10px;
}

html {
	height:100%;
}


body {
	background-color: #ffffff;
	background-image: url(img/bg_gradient.jpg);
	background-repeat: repeat-x;
	font-family: helvetica,arial,sans-serif;
	color: #000000;
	font-size: 11px;
	padding: 0;
	height:100%;
}

/* 
#inner_content {
       min-height: 100%;
       height: auto !important;
       height: 100%;
       margin: 0px auto -20px;
}
*/

img {
	border: none;

}

/* Formulare */
input, texarea {
   font-family: helvetica,arial,sans-serif;
   color: #000000;
   font-size: 11px;
   padding: 3px;
}

.cl {
	clear:both;
	overflow:hidden;
	font-size:0px;
	height:0px;
	width:0px;
}

/* Links */
a.hint, a.hint:active {
	text-decoration: underline;
	color: #FF9900;
	background-image: url(img/link_hint_orange.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	background-position: left center;
}

a.hint:hover, a.hint:visited:hover {
	text-decoration: none;
	color: #000000;
	background-color: #FF9900;
	background-image: url(img/link_hint_black.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	background-position: left center;

}

a.hint:visited {
	text-decoration: underline;
	color: #666666;
	background-color: none;
	background-image: url(img/link_hint_grey.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	background-position: left center;

}

/* Boxes additional Informations */
a.add, a.add:visited, a.breadcrump {
	color: #FF9900;
	font-size: 10px;
	text-decoration: none;
}

a.add:hover, a.bredcrump {
	color: #000000;
	background-color: #FF9900;
}

a.addgrey, a.addgrey:visited {
	background: none;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a.addgrey:hover {
	text-decoration: none;
}

#warenkorb a {
	color:#1f4a1d;
	font-weight:bold;
	text-decoration:none;
}

#warenkorb a:hover {
	text-decoration:underline;
}

/* clear links */
.clear, a.clear:visited, a.clear:hover, a.clear:link, a.clear:visited:hover, a img {
	padding: 0;
	margin: 0;
	background-image:none;
	background:none;
}

/* Links UL,LI */
li a, li a:active {
	text-decoration: none;
	color: #FF9900;
	font-weight: bold;
}
/*
li a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #FF9900;
	font-weight: bold;
}
*/
li a:visited {
	text-decoration: underline;
	color: #ccc;
	font-weight: bold;
}


ol, ul, li {
	list-style: none;
}


/* Navigation Language */
#navigation_lang {
	 left:0px;
	 top:0px;
	 padding:10px 15px 0pt 0pt;
	 position:absolute;
	 text-align:right;
	 width:120px;
     color:#000000;
	 font-size:1.0em;
	 font-weight:bold;
}

#navigation_lang li {
	display: inline;
	margin-right: 5px;
}

#navigation_lang a {
	text-align: right;
	padding: 1px 2px 1px 2px;
	background-color:#FFFFFF;
	text-decoration: none;
	color: #000000;
	background-image: none;

}

#navigation_lang a.active, #navigation_lang a:hover {
	background-color:#E2B22C;
	text-decoration: none;
	color: #000000;
	background-image: none;

}


/* main navigation line */
#navigation_top {
    clear: both;
	margin: 15px 0 15px;
	position:relative;
	width:720px;
	height:20px;
	color:#000000;
	font-size:1.15em;
	font-weight:bold;
	float: left;
}

#navigation_top a {
	padding: 1px 2px 1px 2px;
	background-color:#FFFFFF;
	text-decoration: none;
	color: #000000;
	background-image: none;

}

/*
#navigation_top a.active, #navigation_top a:hover {
	background-color:#FF9900;
	text-decoration: none;
	color: #000000;
	background-image: none;

}
*/
/*
.mainmenuefirst {
	float:left;
	width: 127px;
	text-align:right;
	margin-right: 15px;
}

.mainmenueitem {
	float:left;
	margin-right: 4px;
}


*/
#shopping_info {
    float: left;
	width: 220px;
	height: 85px;
	margin-left: 10px;
	background: #FFFFFF;
}

/* Sub Navigation 2nd Level */
#navigation {
	text-align: left;
	color:#000000;
	font-size:13px;
	font-weight:normal;
}

#navigation li {
	margin-bottom: 5px;
    border-bottom: 1px solid white;
}

#navigation a {
	text-align: right;
	padding: 5px 2px 5px 2px;
	text-decoration: none;
	color: #FFFFFF;
	background-image: none;
	letter-spacing:1.2px;

}
/*
#navigation a.active, #navigation a:hover {
	text-decoration: none;
	color: #000000;
	background-image: none;

}
*/

/* Navigation Sub */
#navigation_sub {
	float: right;
	color:#000000;
	font-size:11px;
	font-weight:normal;
	margin-top: 56px;
}

#navigation_sub li {
	display: inline;
	margin-right: 10px;
	font-weight:normal;
}

#navigation_sub a,
#navigation_sub a:active,
#navigation_sub a:visited {
	text-align: right;
	padding: 1px 2px 1px 2px;
	text-decoration: none;
	color: #000000;
	font-weight:normal;
}

/*
#navigation_footer a.active, #navigation_footer a:hover {
	background-color:#FF9900;
	text-decoration: none;
	color: #000000;
	background-image: none;

}
*/

#navigation_links  {
	margin-top:15px;
}

#navigation_links li {
	border:0px;
	margin-bottom:1px;
}

#navigation_links li a {
	font-size:11px;
	font-weight:bold;
	letter-spacing:auto;
}

#left {
	float:left;
	width: 151px;
	/*padding: 10px 10px 30px 10px;*/
	background-image: url(img/bg_left_column.jpg);
	background-repeat: repeat-x;
}

#left_inner {
	width:131px;
	margin: 10px 10px 15px;
}


#footer {
	clear:both;
	width: 100%;
	height: 50px;
	padding-top: 15px;
}


/* Text & Contents Styles */

#content {
	clear:both;
	height:100%;
}

.content-card {
	float:left;
	width: 250px;
	padding: 10px;
	background-color: #FFFFFF;
	margin-left: 10px;
	text-wrap: normal;
	
}

.content-card-block {
	width: 250px;
	background-color: #FFFFFF;
	margin-left: 7px;
	text-wrap: normal;
	margin-bottom: 20px;
	
}

.content-card2 {
	float:left;
	width: 510px;
	background-color: #FFFFFF;
	margin-left: 10px;
	
}

.content-card3 {
	float:left;
	width: 650px;
	padding: 10px;
	background-color: #FFFFFF;
	margin-left: 10px;
	
}


h1 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	padding: 3px 0 3px 3px;
	width: 100%;
	background-color: #8ebe2a /*#FFCE00*/;

}

/* BOX Layout */
div.box {
    width: 250px;
	background-color: #f3f6eb;
}

.bleed_grey {
	background-image: url(img/bleed_grey_small.jpg);
	background-repeat: repeat-x;
	padding: 5px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.bleed_yellow_up {
	background-repeat: repeat-x;
	padding: 5px;
	border-bottom: 1px solid #cccccc;
}

div.box_shoppingcart {
    width: 250px;
	background-color: #f3f6eb;
}	

div.box_content, div.box_content_login {
	padding: 10px;
}


div.box input[type=image] {
	padding: 0px;
}

div.box input[type=text], div.box input[type=password], div.label  {
	margin: 2px 0 2px 0px;
	border: none;
}

div.box input[type=text], div.box input[type=password] {
	border: 1px solid #ccc;
}


div.box_content_login input[type=text], div.box_content_login input[type=password]{
	width: 200px;
}

div.box_button {
	float: right;
}

div.row {
	clear: both;
}

div.white {
	background-color: #FFFFFF;
	padding: 2px;
	text-align: right;
}


div.right {
	float:right;
}

hr.box {
	margin-top: 10px;
	margin-bottom: 10px;
    color: #000000;
    background-color: #000000;
    border: none;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
	padding: 5px 0 5px 0;
	margin-left: -2px;
}

h1.box {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 0px 3px 10px;
	width: 240px;
	background-image: url(img/frame_green.jpg);
	background-repeat: repeat-x;
	background-color: #8ebe2a;
}

div.product_image {
	/* border: px solid #1b3e19; */
	background: #FFFFFF;
	padding: 2px;
	margin-right: 5px;

}

div.product_thumbnail {
	float: left;
	/* border: 1px solid #ccc; */
	padding: 1px;
	margin: 5px 5px 0 0;
}


div.price {
	background: url(img/preis_button_klein.gif) no-repeat transparent;
	width: 50px;
	height: 35px;
	color: white;
	text-align: center;
	padding: 13px 0 0 0px;
	float: right;
	font-size: 10px;
}

div.price_new {
	background: url(img/price_background.png) repeat-y transparent;
	width: 100%;
	color: white;
	text-align: center;
	padding: 4px 0px;
	font-size: 14px;
	font-weight:bold;
}

div.price_big {
	background-image: url(img/preis_button_big.jpg);
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
	color: white;
	text-align: center;
	padding: 26px 0px 0 0px;
	float: right;
	margin-right: 15px;
	font-size: 14px;
	font-weight: bold;
}

div.versand_kostenlos {
	background-image: url(img/versand_kostenlos.jpg);
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;
	color: white;
	text-align: center;
	padding: 13px 0 0 0px;
	float: right;
	font-size: 10px;
}

h1.price {
	font-size: 2em;
	font-weight: bold;
	color: #1f4a1d;
	background: none;
}

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


div.maincontent {
	padding: 10px;
	width: 490px;
	height:100%;
	background-color: #f3f6eb;
	font-size:11px;
}

div.product_hover {
 	padding: 3px;
	border: 2px solid #FFFFFF; 
	background-color: #FFFFFF;
	height: 410px;
}

div.product_hover:hover {
	border: 2px solid #FFFFFF;
	background-color: #f3f6ea;
	background-image: url(img/bleed_green_big1.jpg);
    background-repeat:repeat-x;
	
}


h1.content {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 0 3px 10px;
	width: 500px;
	background-image: url(img/frame_green.jpg);
	background-repeat: repeat-x;
	background-color: #8ebe2a;
	
}

a.product_listing {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration:none;
	color: #000000;
}





FORM {
	display: inline;		   
}


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

TR.headerNavigation {
  background: #F6F6F6;
}

TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight : bold;
	border-bottom: 1px solid;
	border-color: #b6b7cb;
	background-color: #F6F6F6;
}

A.headerNavigation { 
  color: #000000; 
}

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

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

A.confirmationEdit {
	color: #009933;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #009933;
	font-style: italic;
	text-decoration: underline;
}

.errorMessage{
	color:#fff;
	font-weight:bold;
}

TR.headerError {
  background-color: #dd0011;
}

TR.headerMessage {
	background-color: #dd0011;
	font-size:12px;
}

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

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
    background: #F6F6F6;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

.infoBox {
}

.infoBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #666666;
  height:17px;
  color: #ffffff;
}

TD.infoBoxHeading_right {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #C4C4C4;
  height:17px;
  color: #000000;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-right: 4px solid;
  background: #E6E6E6; 
  border-color: #C4C4C4;
}

TD.infoBox_right, SPAN.infoBox_right {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #E6E6E6; 

}

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 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

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

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

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

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

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

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

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}


SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  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-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.copyright {
  display:none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
  width:100%;
}
.parseTime {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
  width:100%;
}
A.copyright {
  color: #000000;
}
A.copyright:hover {
  color: #0000ff;
  text-decoration: underline;
}


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

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}
SPAN.productOldPrice {
	font-family: Verdana, Arial, sans-serif;
	color: #ff0000;
	text-decoration: line-through;
}
SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.productDiscountPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: Black;
}

.moduleRow {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 line-height: 1.5;
 background-color: #E6E6E6;
 border: 1px solid;
 border-color: #E6E6E6;

}
.moduleRowOver { 
	background-color: #D7E9F7; 
	border: 1px solid;
	border-color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 1.5; 
	
	}
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

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

/* Sitemap Tables */
.sitemap_heading {font-family: Verdana, Arial, Helvetica, sans-serif; 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-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; background-color: #E6E6E6; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#999999; text-decoration:none;}


/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

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

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

.contentsTopics {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.indent {
	padding-left:11px;
}

.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

.poweredby {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}

/* Omega Bundle */
.BundleBox {
    background: #b6b7cb;
    }

.BundleBoxSum {
    background: #b6b7cb;
    }

.BundleBoxSave {
    background: #b6b7cb;
    font-size: 12px;
    color: red;
    }

.BundleBoxContent {
    background: #f8f8f9;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    }

.BundleTopicContent_1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
    }

.BundleTopicContent_2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
    color: red;
    }
