/* -----------------------------------------------------------------------------------------
   $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 {
   margin: 0;
   padding: 0;
   background: url(images/bckg_top.jpg) no-repeat center top;
   font-family: Verdana, Arial, Sans-serif; 
   color: #5A5A5A;
   font-size: 11px;
}

/* Blocks */

#bckg_bottom {
	background: url(images/bckg_bottom.png) repeat-x bottom left;
}

#wrapper {
	margin: 0 auto;
	width: 980px;
}

#header {
	clear: both;
	width: 980px;
	height: 83px;
	padding: 0;
	position: relative;
	background: url(images/header.jpg) no-repeat top center;
}

#eck_header {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 8px;
	height: 8px;
	background: url(images/eck_header.png) no-repeat bottom right;
}

#logo {
	display: block;
	position: absolute;
	bottom: 0;
	left: 6px;
	background: url(images/logo.png) no-repeat bottom left;
	width: 274px;
	height: 52px;
}

#main_wrapper {
	clear: both;
	background: url(images/bckg_wrapper.png) repeat-y center top;
	padding: 0 15px;
	float: left;
}

#menue_top {
	clear: both;
	height: 20px;
	background-color: #c0d015;
	color: #ffffff;
	line-height: 20px;
	text-align: right;
	padding: 0 10px;
}

#menue_top a {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

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

#main {
	float: left;
	background-color: #ffffff;
	padding-bottom: 20px;
}

#content {
	float: right;
	width: 675px;
	padding: 0 20px;
}

#colL {
	float: left;
	width: 235px;
}

#footer {
	clear: both;
	padding-top: 70px;
	background: url(images/footer_telnr.png) no-repeat center top;
	padding-bottom: 2em;
	text-align: center;
}


#navtrail {
	clear: both;
	text-align: left;
	margin: 5px 0 10px 0;
}

/* End: Blocks */


/* Elements */
img {
   border:0;
}

#banner {
color: #EB509A;
font-weight:bold;

}

a {
   text-decoration: none;
   color: #733a55;
}

a:hover {
	color:#143653;
    text-decoration: underline;
}

form {
   display: inline;
}

checkbox, input, radio, select {
	font-size: 12px;
}
checkbox, radio {
   padding:0;
   background:#fff;
   border:1px solid #658600;
}

textarea {
  width: 100%;
}

input, textarea, select {
	padding: 3px;
	background: #EBFBB2;
	border: 1px solid #658600;
}

input:hover, textarea:hover, input:focus, textarea:focus, option:hover, option:focus {
   background:#fff;
}

input[type="button"], input[type="image"] { 
	padding: 0;
	background: transparent; 
	border-width:0; 
}

h1, h2, h3 {
	color: #733a55;
	margin-bottom: 1em;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
}

h3.u{
    border-bottom: 1px solid #CCCCCC;
}

h2.title {
	padding-left: 20px;
	font-size: 1.2em;
	line-height: 1.2em;
	background: url(images/box_h2.gif) no-repeat 0px 3px;
	border-bottom: 3px solid #c0d015;
	padding-bottom: 3px;
}

/* End: Elements */

/* Header Elements */
#lang {
	position: absolute;
	top: 35px;
	left: -15px;
}

.lng_en {
	display: block;
	height: 24px;
	width: 29px;
	background: url(images/lng_en.png) no-repeat top right;
}

.lng_de {
	display: block;
	height: 24px;
	width: 29px;
	background: url(images/lng_de.png) no-repeat top right;
}
/* End: Header Elements */

/* Left col blocks */
.box {
	padding: 5px 0px 5px 20px;
}

.box h2 {
	color: #733a55;
	padding: 0px 0px 7px 20px;
	line-height: 13px;
	font-size: 13px;
	font-weight: bold;
	background: url(images/box_h2.gif) no-repeat 0px 1px;
	border-bottom: 3px solid #c0d015;
}

.box .search_input {
	float: left;
}

.box .search_button {
	float: left;
	margin-left: 5px;
}

.box .search_lnk_adv {
	clear: both;
	padding: 5px 0 0 0;
}

#categories ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#categories li {
	margin: 6px 0;
	padding-left: 15px;
	background: url(images/menue_li.gif) no-repeat 0px 4px;
}

#hersteller {
	background-color: #fbe0ec;
	margin-right: 10px;
	margin-top: 5px;
}

.box  ul {
	list-style: none;
	padding: 0;
	margin: 0 0 1em 0;
}

.box li {
	padding-left: 15px;
	background: url(images/menue_li.gif) no-repeat 0px 4px;
}

.box .loginform_pass {
	float: left;
}
.box .loginform_pass input {
	width: 110px;
}

.box .loginform_email input {
	width: 200px;
}

.box .loginform_button {
	float: left;
	margin-left: 5px;
}
.box .loginform_pass_txt {
	padding: 3px 0 0 0;
}
.box .lost_pass {
	clear: both;
	padding: 5px 0 0 0;
}
/* End: Left col blocks */


/* Homepage Product List Element */
div.list_product {
	float: left;
	width: 310px;
	height: 200px;
	margin-right: 25px;
}

div.list_product div.list_product_img {
	float: left;
}

div.list_product div.list_product_img img {
	width: 120px;
}

div.list_product div.list_product_txt {
	float: right;
	width: 190px;
}

div.list_product_txt div.list_product_title {
	font-weight: bold;
	font-size: 12px;
	height: 3em;
	padding-left: 10px;
}

div.list_product_txt div.list_product_descr {
	height: 6em;
	padding-left: 10px;
}

div.list_product_txt div.list_product_descr * {
	margin: 0;
	padding: 0;
}

div.list_product_txt div.list_product_details {
	background: #c0d015 url(images/go.png) no-repeat 10px 4px;
	padding: 1px 0px 1px 30px;
	height: 17px;
	line-height: 17px;
}

div.list_product_details a {
	color: #ffffff;
	font-weight: bold;
}

/* End: Homepage Product List Element */


/* Homepage Kategorien-Liste (Bilder) */
#home_categories {
	clear: both;
}

#home_categories div {
	width: 210px;
	height: 175px;
	margin: 0 12px 12px 0;
	border: 1px solid #c0d015;
	float: left;
	position: relative;
}

#home_categories div a {
	position: absolute;
	display: block;
	height: 22px;
	width: 210px;
	bottom: 30px;
	left: 0;
	border: solid #ffffff;
	border-width: 1px 0;
}

div.english a {
	background: url(images/home_product_link_english.gif) no-repeat top left;
}

div.german a {
	background: url(images/home_product_link_deutsch.gif) no-repeat top left;
}

/* End: Homepage Kategorien-Liste (Bilder) */

/* Product List */
div.product_listing_element {
	clear: both;
	float: left;
	width: 100%;
	border-bottom: 2px solid #c0d015;
	margin: 10px 0;
	padding-bottom: 10px;
}

div.product_listing_img {
	width: 250px;
	float: left;
	text-align: center;
}

div.product_listing_img img {
	max-width: 230px;
	margin-right: 20px;
}

div.product_listing_txt {
	padding-left: 250px;
}

div.product_listing_descr {
	padding: 1em 0;
}

div.product_listing_element h3 {
	margin-top: 0;
	padding-top: 0;
}

div.product_listing_buy {
	padding: 1em 0;
}
/* End: Product List */


/* Product Details */
.product_navigator {
	clear: both;
	text-align: center;
	padding: 1em 0;
}

.product_navigator a {
	margin: 0 5px;
}

div.product_info_foto {
	float: left;
}

div.product_info_foto img {
	width: 200px;
}

div.product_info_details {
	padding-left: 220px;
}

div.product_info_options {
	padding: 1em 0 0 0;
}

div.product_info_img {
	float: left;
}

div.product_info_fotos {
	clear: both;
	text-align: center;
	padding: 2em 0;
}

div.product_info_fotos img {
	margin: 10px;
}

.product_info .product_info_price {
	font-size: 1.4em;
}

div.product_info_cart {
	text-align: center;
	padding: 1em 0;
}
/* End: Product Details */


/* Advanced Search Form */
.search_help {
	float: right;
	text-align: right;
	font-size: 1.3em;
	font-weight: bold;
	padding: 4px 25px 4px 5px;
	background: #c0d015 url(images/help.png) no-repeat center right;
	border-right: 5px solid #c0d015;
	color: #ffffff;
}

.search_help a {
	color: #ffffff;
}

.search_form {
	clear: both;
	padding: 10px;
	background-color: #f3f2ed;
	border-top: 3px solid #c0d015;
}

.keywords  {
	width: 300px;
}

.search_form div {
	margin-bottom: 1em;
}

.search_form_title {
	clear: both;
	width: 240px;
	font-weight: bold;
	float: left;
}

.search_form_input {
	float: left;
}

.search_form_submit {
	clear: both;
	padding-left: 240px;
}

/* End: Advanced Search Form */


/* Login Page */
#login .divs div {
	padding-bottom: 1em;
}
#login .colL, #login .colR {
	width: 310px; 
	margin-right: 20px; 
	float: left;
}


/* End: Login Page */

/* footer */
#footer {
	color: #ffffff;
}
/* End: footer */


/* Classes */
.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.aligncenter {
	text-align: center;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.fullwidth {
	width: 100%;
}

.contentbox {
	clear: both;
	padding: 1em 0;
}

.clearboth {
	clear: both;
}

.error_message {
	padding: 1em;
	border: 2px solid #ff0000;
	font-weight: bold;
}

/* End: Classes */










#wrap {
   margin:0 auto;
   padding:0;
   width:800px;
   border:0 #D51973 solid;
   border-width:0 3px 3px 3px;
}

.nav_horizontal {
   /**/
}
#pers_menu {
   vertical-align:top;
   white-space:nowrap;
}
.boxText {
   font-size:12px;
}

.boxTextBG {
   font-size: 11px;
   background: #f1f1f1;
}
.boxTextBGII {
   font-size: 11px;
   background: #FFCC99;
}
.boxTextPrice {
   font-size: 11px;
   color: #FF0000;
}

.searchBox, .errorBox, .conditions {
   padding:5px;
   font-size:11px;
   font-weight:bold;
   text-align:left;
}

.searchBox {
   background:#E6E6E6;
   border:2px solid #666666;
}

.errorBox, .conditions {
   background:#ffb3b5;
   border:2px solid #D51973;
}
.gvBox {
   font-size : 14px;
   font-weight: bold;
   border-color: #FFFFFF;
   border: 1px solid;
   background: #ffb3b5;
}
.stockWarning {
   font-size : 11px;
   color: #cc0033;
}

.productsNotifications {
   background: #f2fff7;
}

.orderEdit {
   font-size : 11px;
   color: #70d250;
   text-decoration: underline;
}

tr.header {
	background: #ffffff;
}




td.conditions {
  background: #FFCCCC;
}

a.confirmationEdit {
   font-style:italic;
}
a.confirmationEdit:link, a.confirmationEdit:active, a.confirmationEdit:visited {
   text-decoration:none;
   color: #009933;
}
a.confirmationEdit:hover {
   color: #009933;
   text-decoration:underline;
}

tr.headerError {
  background: #ff0000;
}

tr.headerMessage {
	background: #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;
}

tr.footer {
  background: #bbc3d3;
}

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

.infoBox {
}

.infoBoxContents {
  font-size: 11px;
  background: #BBDD55;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 11px;
}

td.infoBoxHeading,
td.infoBoxHeading_right {
   padding:2px 4px;
   font-size:13px;
   font-weight:bold;
   background:#99CC00 url('img/fade_menu_title.gif') repeat-y center right;
   height:17px;
}
td.infoBoxHeading {
   color:#ffffff;
}
td.infoBoxHeading_right {
  color: #000000;
}

td.infoBox, span.infoBox {

  font-size: 12px;
  background: #BBDD55;
}

td.infoBox_right, span.infoBox_right {

  font-size: 12px;
  background: #BBDD55;

}

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

td.productListing-data {

  font-size: 12px;
}

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

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

td.pageHeading, div.pageHeading {
  font-size: 16px;
  font-weight: 900;
  color: #CC6699;
}

tr.subBar {
  background: #f4f7fd;
}

td.subBar {
  font-size: 11px;
  color: #000000;
}

td.main, p.main {
   font-size:13px;
   line-height:1.3;
   padding:5px;
   text-align:justify;
   vertical-align:top;
}

td.smallText, span.smallText, P.smallText {
  font-size: 11px;
}

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 {
  font-size: 10px;
  color: #ff0000;
}




span.greetUser {
  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-size: 12px;
   font-weight: bold;
}

td.copyright {
   margin:3px 0;
   color:#fff;
   text-align:center;
   font-size:10px;
}

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:#000;
}

email, password {
   font-size: 12px;
   line-height: 1.5;
   color:#333;
}

.moduleRow {
 font-size: 12px;
 line-height: 1.5;
 background: #BBDD55;
 border: 1px solid;
 border-color: #BBDD55;

}
.moduleRowOver {
   background:#99CC00 url('img/fade_menu_title.gif') repeat-y center right;
   border:1px solid;
   border-color:#99CC00;
   font-size:12px;
   line-height:1.5;

}

.moduleRowSelected { background: #E9F4FC; }

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

/* 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: 11pt; color: #FFFFFF;
	background: #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: #000000; background: #E6E6E6; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#999999; text-decoration:none;}


/* message box */

.messageBox {  font-size: 12px; }
.messageStackError, .messageStackWarning {  font-size: 12px; background: #ffb3b5; }
.messageStackSuccess {  font-size: 12px; background: #99ff00; }

/* input requirement */

.inputRequirement {  font-size: 12px; color: #ff0000; }

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


.navLeft {
   border-right:2px solid;
   border-color: #669900;
   /*background-image: url(img/bg_left_column.jpg);*/
   width: 185px;
   background:#BBDD55;
}
.navRight {
   border-left:2px solid;
   border-color: #669900;
   width: 185px;
   background:#BBDD55;
}

.contentsTopics {
   font-size: 14px;
   font-weight: bold;
}

.tableListingI {
	background: #eeeeee;
}

.tableListingII {
   background: #d0d0d0;
}

.tableBody {
   padding: 5px;
}

.poweredby {
   padding:6px 4px 2px 4px;
   font-weight:bold;
   font-size: 12px;
   background:#FF9900;
   color:#fff;
   height:2em;
   line-height:2em;
   text-align:center;
}
.onepxwidth {
	width: 1px;
}




.checkout{
    width: 100%;
    line-height: 1.4em;
}
.checkout th, .checkout td{
    border-bottom: 1px solid #CCCCCC;
    padding: 5px 4px ;
    vertical-align: top;
}
.checkout table{
    width: auto;
    padding: 0;
}
.checkout table td{
    padding: 3px 4px 3px 0;
    border: none;
}

.payment_block{
    width: 80% !important;
}

.payment_block tr.blue{
    background-color: #e9f4fc;
}

.payment_block td{
    padding: 4px 0px 4px 4px !important;
}

.payment_block td p{
    margin: 0.5em 0;
}

.payment_block .onepxwidth input{
    background: none;
    border: none;
}