/* -----------------------------------------------------------------------------------------
   $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 {
   font-family:Trebuchet MS,Verdana,Arial,Sans-serif;
   font-size:11px;
   color:#2B2B2B;
   margin:0px 0 0 0;
   padding:0px 0 0 0;
   background-color:#2F2F2F;
}

a, div#rightCONTENT a.black {
   text-decoration:none;
   color:#ffffff;
}
a.black, div.copyright a {
   text-decoration:none;
   color:#000000;
}
a.xmaslink {
   text-decoration:underline;
   color:blue;
}

a:hover, td.smallText a, div#rightCONTENT a.black:hover, div.copyright a:hover {
   text-decoration:underline;
}

a.upcoming {
   border-bottom:1px;
   border-left:0;
   border-right:0;
   border-top:0;
   border-style:dashed;
   border-color:#2B2B2B;
   color:#2B2B2B;
}

a.upcoming:hover, td.smallText a {
   text-decoration:underline;
   color:#2B2B2B;
}

a:active, td.smallText a {
   text-decoration:none;
}

a:visited, td.smallText a {
   text-decoration:none;
}

.link {
   color:#2B2B2B;
}

.link_invert {
   color:#2B2B2B;
}

a.link_invert:hover  {
   color:#2B2B2B;
}

.link_invert a {
   color:#2B2B2B;
}

/* Header-Klassen
----------------------------------------------- */
h1 {
   font-weight:900;
   font-size:14px;
   margin:15px 0;
   padding:0 0 2px 0;
   width:auto;
   border:0;
   background-image: url(img/borderh1.jpg);
   background-position:bottom;
   background-repeat:no-repeat;
}

h1 a {
   font-weight:900;
   font-size:14px;
   border-style:solid;
   border-width:0;
   border-color:#668D00;
   margin:15px 15px;
   padding:0;
   width:auto;
}

h2 {
   font-weight:700;
   font-size:12px;
   margin:0px 0px 5px 0px;
   padding:0px;
}

h2 a {
   color:#000000;
}


h4 {
   text-align:center;
   font-weight:100;
   font-size:10px;
   margin:5px 0px 5px 0px;
   padding:0px;
}


h5 {
   text-align:center;
   font-weight:700;
   font-size:13px;
   margin:5px 0px 5px 0px;
   padding:0px;
}

/* Paragraph
----------------------------------------------- */
p {
   padding:0px;
   margin:15px 0px 15px 0px;
}
/* Horizontale Linien
----------------------------------------------- */
hr {
   text-align:center;
   border-style:solid;
   border-color:#cccccc;
   border-width:0px 0px 1px 0px;
}

hr.lightGrey {
   width:100%;
   border:none;
   color:#D9D9D9;
   background:#D9D9D9;
   height: 1px;
   margin: 7px 0px 7px 0px !important;
   margin: -2px 0px -2px 0px;
   line-height:1px;
   font-size:1px;
}

.orangeline{
   clear: both;
   height:1px;
   padding:10px 0 0 0;
   background-image:url(img/borderh1.jpg);
   background-position:bottom;
   background-repeat:no-repeat;
}

/* Textarea
----------------------------------------------- */
textarea {
   font-size:10px;
}

.big_textarea textarea {
   clear:both;
   width:600px;
   margin-bottom:10px;
}

td {
   font-family:Trebuchet MS,Verdana,Arial,Sans-serif;
   font-size:11px;
}

td.main {
   font-family:Trebuchet MS,Verdana,Arial,Sans-serif;
   font-size:11px;
   color:#2B2B2B;
   margin:auto;
   border-style:dotted;
   border-width:0px 0px 0px 0px;
   border-color:#cccccc;
}

/* Input
----------------------------------------------- */
.input  {
   font-size:10px;
   line-height:13px;
   vertical-align:middle;
   text-align:left;
}

.input_search input {
   float:left;
   line-height:13px;
   margin-top:1px;
   width: 90px;
   border-width:1px;
   border-color:#cccccc;
   border-style:solid;
}

.input_nl input {
   width: 135px;
   line-height:13px;
   border-width:1px;
   border-color:#cccccc;
   border-style:solid;
}

.input_login input {
   width: 130px;
   line-height:13px;
   border-width:1px;
   border-color:#cccccc;
   border-style:solid;
}

/* Image mit link
----------------------------------------------- */
img {
   border:0;
}

/* Formular
----------------------------------------------- */
form {
   padding:0px;
   margin:0px;
}

/* Product_Beschreibung (über gesamte Seite)
----------------------------------------------- */
.pro_desc {
   float:left;
   width:350px;
   margin:5px 0px 0px 0px;
   padding:6px 0 0 10px;
   border-width:1px;
   border-style:dotted;
   border-color:#0099ff;
}

/* Main Container (über gesamte Seite)
----------------------------------------------- */
div#backgroundCONTENT {
   clear:both;
   background-image:url(img/bg_body.jpg);
   background-repeat:repeat-x;
   background-position:left top;
   width:100%;
   height:198px; /* 198px */ 
   margin:0px;
   padding:6px 0 0 0;
}

div#mainCONTENT {
   clear:both;
   margin:auto;
   width:990px;
}

/* Header
----------------------------------------------- */

div#headerCONTAINER {
   clear:both;
   margin:auto;
}

div#header_topCONTAINER {
   height:29px;
   width:680px;
   margin:auto;
}

div#header_topCONTAINER .menu {
   float:right;
   width:390px;
   font-weight:900;
   font-size:10px;
   color:#FFFFFF;
}


div#header_topCONTAINER .menu ul {
   float:right;
   list-style-type:none;
   text-align: center;
   height:28px;
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
   vertical-align:middle;
}

div#header_topCONTAINER .menu li {
   float:left;
   padding:0px 10px 0px 10px;
   margin:0px;
   text-align: center;
   height:28px;
}


div#header_topCONTAINER .menu li.link {
   margin:0px;
   vertical-align:middle;
   line-height:28px;
   height:28px;
}

div#header_topCONTAINER .menu li.spacer {
   width:1px;
   background-repeat:no-repeat;
   background-image:url(img/header_menu_spacer_small.gif);
   background-position: center center;
}


div#header_topCONTAINER .menu a {
   color:#ffffff;
   margin:0px;
   vertical-align:middle;
   text-align: center;
   line-height:15px;
   height:15px;
}

div#header_topCONTAINER .select {
   float:left;
   padding-left:5px;
   padding-top:5px;
   width:80px;

}

div#header_topCONTAINER .text {
   float:left;
   font-weight:900;
   font-size:10px;
   color:#FFFFFF;
   height: 28px;
   line-height: 28px;
   vertical-align: middle;
}

div#header_imageCONTAINER {
   height: 167px; /* 167px */
   margin-left: 2px;
   background-repeat:no-repeat;
   background-position:center;
   background-image:url(img/logo.jpg);
   text-align: center;
}

/* contentCONTAINER
------------------------------------------------------*/

div#contentCONTAINER {
   padding:0px;
}

div#content_fullCONTAINER {
   float:left;
}

div#content_fullCONTAINERBACKBOX {
   width:994px;
   float:left;
   background-image:url(img/content_bg.jpg);
   background-repeat:repeat-y;
}

div#content_fullCONTAINERBOX {
   width:994px;
   float:left;
   font-weight:200;
}

/*BOXES
------------------------------------------*/
li.bestseller {
   float:left;
   margin:0px 0px 0px -10px;
   padding:0;
}

li.bestseller a {
   color:#FFFFFF;
}

div.cart_immage{
   float:left;
   padding:0px 0px 0px 0px;
   _padding:0px 0px 0px 15px;
}

div.cart_content{
   float:right;
   width:129px;
   margin:0px 0px 0px 0px;
}
li#manufacturers form {
   clear:both;
   padding:0px;
   margin:0px;
}

.bullet { 
   float:left;
   padding: 0px 0px 0px 0px;
   _padding: 0px 0px 0px 7px;
   margin: 0 0 0 0px;
   _margin: 0 0 0 2px;
   background: url(img/arrow_box.gif) no-repeat 4px 7px;
}

.bullet a {
   float:left;
   color:#FFFFFF;
   padding: 0px 0px 0px 0px;
   margin: 0 0 0 0px;
}

.bullet_li {
   float:left;
   width:350px;
   margin: 0px;
}

/* Container f�r linke Spalte
----------------------------------------------- */
div#leftCONTENT {
   float:left;
   color: #FFFFFF;
   width:155px;
   padding:0px;
   margin:0px 10px 0 10px;
   _margin:0px 10px 0 0px;
}

div#leftCONTENT ul {
   color: #FFFFFF;
   list-style-type:none;
   width:155px;
   margin:0px 0px 0px 0px;
   padding:0px;
}

div#leftCONTENT li {
   float:left;
   color: #FFFFFF;
   width:140px;
   padding: 3px 0px 3px 15px;
}

div#leftCONTENT li.image {
   float:left;
   width:175px;
   padding: 0px 11px 0px 0px;
}

div#leftCONTENT li.head {
   width:175px;
   height:25px;
   font-size:11px;
   font-weight:900;
   text-indent:20px;
   line-height:25px;
   color:#FFFFFF;
   vertical-align:middle;
   padding:0px 0px 0px 0px;
   margin:0px -5px 0px -10px;
   _margin:0px 0px 0px 0px;
   list-style-image:none;
   background-image:url(img/boxleft_header.jpg);
}

div#leftCONTENT li.head a{
   color: #ffffff;
}

div#leftCONTENT a{
   color: #ffffff;
}

/* Container für mittleren Bereich
----------------------------------------------- */
div#middleCONTENTBOX {
background-color: #FFFFFF;
   float:left;
   width:610px;
   margin:10px 10px 10px 17px;
   _margin:10px 0px 10px 2px;
}

div#middleCONTENTBOX font {
   font-family:Trebuchet MS,Verdana,Arial,Sans-serif;
   font-size:10px;
}

.middleCONTENTBOX a {
   color: #000000;
}


/* Container für rechte Spalte
----------------------------------------------- */
div#rightCONTENT {
   float:right;
   color: #FFFFFF;
   width:155px;
   margin:0px 10px 0px 10px;
   _margin:0px 0px 0px 10px;
   padding:0px ;
}

div#rightCONTENT ul {
   list-style-type:none;
   color:#FFFFFF;
   width:155px;
   margin:0px 0px 0px 0px;
   padding:0px;
}

div#rightCONTENT li {
   float:right;
   color:#FFFFFF;
   width:140px;
   padding: 3px 0px 3px 15px;
}

div#rightCONTENT li.image {
   float:left;
   width:159px;
   padding: 0px 0px 0px 0px;
}

div#rightCONTENT li.head {
   float:left;
   width:175px;
   height:25px;
   font-size:11px;
   font-weight:900;
   text-indent:10px;
   line-height:19px;
   color:#FFFFFF;
   padding:2px 0 0 0px;
   margin:0px -10px 0px -10px;
   _margin:0px 0px 0px 0px;
   list-style-image:none;
   background-image:url(img/boxright_header.jpg);
   background-repeat:no-repeat;
}

div#rightCONTENT li.head a{
   color: #ffffff;
}

/*elements middle Content
--------------------------------------------------*/
div.small_greyCONTENTBOX {
   float:left;
   width:280px;
   padding:10px;
}

div.small_greyCONTENTBOX a, div#middleCONTENTBOX p, div#middleCONTENTBOX, div#middleCONTENTBOX p a b {
   color:#000000;
}

div.small_greyCONTENTBOX div.input_text {
   padding: 6px 5px 5px 10px;
   float:left;
   width: 90px;
}

div.small_greyCONTENTBOX div.input_field {
   padding: 5px;
   float:left;
   width: 165px; 
}

div.small_greyCONTENTBOX div.input_field input {
   border:1px solid #cccccc;
}

div.small_greyCONTENTBOX div.submit {
   height:17px;
   vertical-align:top;
   padding-bottom: 10px;
   padding-right: 5px;
   float:right;
}

div.small_greyCONTENTBOX div.submit input {
   border-width:0px;
   padding-top:5px;
}

/* navtrail Pfad
----------------------------------------------- */
div#navtrail {
   font-size:10px;
   border-bottom-style:dotted;
   border-bottom-width:1px;
   border-bottom-color:#0099ff;
   height:15px;
}

div#navtrail a {
   color:#2B2B2B;
}

/*Account
------------------------------------------------*/
#account{
   float:left;
   width:275px;
   _padding:5px;
}

#account a.icon {
   float:left;
   padding:5px; /*0px 0px 0px;*/
   width:23px;
}

#account a.text {
   float:left;
   line-height:27px;
   vertical-align:middle;
}

/* Gift
----------------------------------------------- */
#gift_CONTENT {
   float:left;
   border-width:1px;
   border-style:solid;
   border-color:#cccccc;
   width:600px;
   margin: 20px 0px 0px 0px;
   padding:5px;
}

/* Top Partner
----------------------------------------------- */
.topp {
   float:left;
   border-width:1px;
   border-style:solid;
   border-color:#cccccc;
   width:600px;
   margin: 20px 0px 0px 0px;
   padding:5px;
}

div.header_content {
   float:left;
   width:370px;
   font-size:11px;
   font-weight:700;
   text-decoration:underline;

}

#gift_CONTENT div.info_content {
   padding: 4px 0px 0px 0px;
   margin: 0px;
}

#gift_CONTENT div.small_info_content {
   float:left;
   width:370px;
}

#gift_CONTENT div.code {
   float:right;
}

#gift_products_CONTENT div.content {
   width:601px;
   padding: 4px 0px 0px 15px;
   margin: 0px;
}

#gift_products_CONTENT div.image {
   float:left;
   width:120px;
   height:90px;
   background-position: center center;
   background-repeat: no-repeat;
}

#gift_products_CONTENT div.descBOX {
   float:left;
   width:474px;
}

#gift_products_CONTENT div.head {
   clear:both;
   font-weight:800;
}

#gift_products_CONTENT div.desc {
   clear:both;
   padding: 5px 0;
}

#gift_products_CONTENT div.add_gift {
   clear:both;
   text-align:right;
}

#gift_products_CONTENT div.gift_text {
   float:left;
   width:600px;
   padding:6px 0 6px 0;
}


/* Order details
----------------------------------------------- */
#tbl_head div{
   border-width:0px 0px 1px 0px;
   border-color:#cccccc;
   border-style:solid;
   font-weight:400;
   float:left;
   padding:0;
   margin:0;
}

.tbl_headimage {
   width:135px;
   border-width:0px 0px 1px 0px;
   border-color:#cccccc;
   border-style:solid;
}

div.qty {
   margin:5px 0 0 0;
   width:45px;
   text-align:center;
}

div.qty input {
	border: 1px solid #CCCCCC;
	font:Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 25px;
}

div.article {
   width:200px;
}

div.article a {
   color:#000000;
}

div.price {
   width:80px;
   text-align:right;
}

.orders_row .image {
   width:135px;
   background-position: center center;
   background-repeat: no-repeat;

}

.orders_row div.article {
   width:200px;
   border-width:0px 1px 0px 0px;
   border-color:#cccccc;
   border-style:solid;
}

.orders_row div.price {
   width:80px;
   border-width:0px 1px 0px 0px;
   border-color:#cccccc;
   border-style:solid;
}

div.remove {
   float:left;
   width:60px;
   text-align:right;
}

.orders_row {
   float:left;
   border-bottom: 1px solid;
   border-color: #cccccc;
   height:113px;
}

.orders_row div {
   float:left;
   padding:0;
   height:100%;
}

div.submit_reload {
   padding-left: 26px;
   float:left;
}

div.submit_checkout {
   padding-right: 5px;
   float:right;
}

div.submit {
   height:17px;
   vertical-align:top;
   padding-bottom: 10px;
   padding-right: 5px;
   float:right;
}

#products_blockheader {
   clear:both;
/* background-color:#910400;*/
   background-color:#0099ff;
}

#products_blockheader .left {
   float:left;
   width:76%;
   color:#ffffff;
   padding:0 0 0 5px;
/* background-color:#910400;*/
   background-color:#0099ff;
   border-bottom: 1px solid;
   border-color: #cccccc;
}

#products_blockheader .right {
   float:right;
   width:22%;
   text-align:right;
   color:#ffffff;
   padding:0 5px 0 0;
/* background-color:#910400;*/
   background-color:#0099ff;
   border-bottom: 1px solid;
   border-color: #cccccc;
}

#products_block {
   border:1px solid;
   padding:0 5px 0 5px;
   border-color:#cccccc;
/* background-color:#e0e8fa;*/
   background-color:#f5fbff;
}

.total_block {
/* background-color:#ffe08f;*/
   background-color:#e0f2ff;
   margin:0px 5px 0px -5px;
   width:605px;
}

.total_block table{
   border:0px;
   border-top:1px solid #cccccc;
   float: right;
}

DIV#categorieBOX {
   padding: 0px 0px 0px 10px;
   line-height: 17px;
   color:#FFFFFF; 
}

DIV#categorieBOX li li {
   display: block;
   width: 130px;
}

DIV#categorieBOX li li li{
   display: block;
   width: 105px;
}

DIV#categorieBOX li li li li{
   display: block;
   width: 65px;
}

DIV#categorieBOX UL.horiz {
   padding: 0 0 0 23px;
   margin: 0 -24px 0 -18px;
   _margin: 0 -24px 0 -10px;
   list-style-type: none;
   background: url(img/exim_.gif) repeat-y  0% 0%;
}

DIV#categorieBOX LI.horiz {
   padding: 0 0 0 23px;
   margin: 0 -24px 0 -18px;
   _margin: 0 -24px 0 -10px;
   font-size:11px;
   list-style-type: none;
   background: url(img/extm.gif) no-repeat 0% 0%;
}

DIV#categorieBOX LI.last {
   padding: 0 0px 0 23px;
   margin: 0 -24px 0 -18px;
   _margin: 0 -24px 0 -10px;
   background: url(img/exlm.gif) no-repeat 0% 0%;
   font-size:11px;
}

DIV#categorieBOX UL.last {
   background-image: none;
}

DIV#categorieBOX UL#main {
   padding: 0 0 0 0px;
   margin: 0 0 0 0px;
   list-style-type: none;
}

DIV#categorieBOX ul#main LI.main {
   margin:0px 0px 0px 0px;
   width:141px;
   padding: 1px 2px 1px 11px;
   font-size:11px;
   vertical-align:middle;
   background: url(img/arrow_box.gif) no-repeat  0px 5px;
}

DIV#categorieBOX ul#main LI.main_on {
   margin:0px 0px 0px 0px;
   width:141px;
   padding: 3px 2px 3px 11px;
   font-size:10px;
   font-weight:900;
   vertical-align:middle;
   background: url(img/arrow_box.gif) no-repeat  0px 5px;
}

DIV#categorieBOX ul#main LI.main_end {
   margin:0px 0px 0px 0px;
   width:141px;
   padding: 1px 2px 3px 11px;
   font-size:11px;
   vertical-align:middle;
   background: url(img/arrow_box.gif) no-repeat  0px 5px;
}

DIV#categorieBOX UL.last LI.main_end {
   margin:0px 0px 0px 0px;
   padding: 1px 2px 3px 11px;
   font-size:11px;
   vertical-align:middle;
   background: url(img/arrow_box.gif) no-repeat  0px 5px;
}

DIV#categorieBOX ul#main LI.main_end_on {
   margin:0px 0px 0px 0px;
   width:141px;
   padding: 3px 2px 3px 26px;
   font-weight:900;
   font-size:11px;
   vertical-align:middle;
   background: url(img/arrow_box.gif) no-repeat  0px 5px;
}

DIV#categorieBOX a{
   color:#ffffff;
}

DIV#categorieBOX a:hover{
	text-decoration:underline;
}

.main a{
   color: #000000;
}

/* Categorie Listing
----------------------------------------------- */
#categorieCONTAINER {
   float:left;
   padding: 0px 5px 0 0;
   width:143px;
   height:145px;
   background-position:top center;
   background-repeat: no-repeat;
   background-image:url(img/bg_product_image.gif);
}

#categorieCONTAINER .categorie_link {
   clear:both;
   vertical-align:middle;
   text-align:center;
   font-weight:800;
   color:#000000;
}

#categorieCONTAINER .categorie_link a{
   color:#000000;
}

#categorie_descriptionCONTAINER {
   float:left;
   margin:15px 5px 0px 5px;
   padding:0px;
   width:300px;
}


/* new products
----------------------------------------------- */
#new_productsCONTAINER {
   float:left;
   padding:5px 10px 0 10px;
   width:165px;
   margin:5px 10px 15px 0px;
   border-width:1px;
   border-style:dotted;
   border-color:#0099ff;
   text-align:center;
}


/* calculate_area
----------------------------------------------- */
#calculate_area {
   float:left;
   padding:2px 10px 5px 10px;
   width:200px;
   _width:220px;
   margin:0px 10px 15px 0px;
   _margin:0px 0px 15px 0px;
   border-width:1px;
   border-style:dotted;
   border-color:#0099ff;
   
}

/* ADD_MEASURE_QTY
----------------------------------------------- */
#ADD_MEASURE_QTY {
   float:right;
   width:70px;
   padding-bottom: 5px;  
}


/* ADD_MEASURE_QTY_BUTTON
----------------------------------------------- */
#ADD_MEASURE_QTY_BUTTON  {
   float:right;
   width:70px;
   padding-bottom: 5px;
}

/* products histoty
----------------------------------------------- */
#products_historyCONTAINER {
   clear:both;
   padding:5px;
   margin: 5px 0px 15px 3px;
   _margin: 5px 0px 15px 0px;
}

#products_historyCONTAINER .products_historyCONTAINERBOX {
   float:left;
   width:286px;
   height:188px;
   padding:0px;
   margin: 5px;
   border-width: 0 1px 1px 1px;
   border-style:solid;
   border-color:#cccccc;
}

#products_historyCONTAINER div.headline {
   float:left;
   height: 21px;
   text-indent: 26px;
   vertical-align:middle;
   padding:7px 0px 0px 0px;
   width:286px;
   background-repeat:repeat-x;
   background-image:url(img/blue_content_header.jpg);
}

#products_historyCONTAINER div.image {
   float:left;
   width:60px;
   height:90px;
   margin:5px 0px 0px 5px;
   _margin:5px 0px 0px 3px;
   padding:0px;
   border-style:solid;
   border-width:1px;
   border-color:#666666;
   background-position:center center;
   background-repeat:no-repeat;
}


#products_historyCONTAINER div.content {
   float:left;
   font-size:12px;
   width:186px;
   height:115px;
   margin: 5px 5px 5px 10px;
}

#products_historyCONTAINER div.desc {
   clear:both;
   height:75px;
   margin: 0px 0px 5px 0px;
}


/* product listing
----------------------------------------------- */

#product_listing_categorieCONTAINER {
   clear:both;
   padding:0px;
}

#product_listing_categorieCONTAINER .product_listing_cat_descCONTAINER {
   float:left;
   font-size:10px;
   width:350px;
   margin: 15px 5px 5px 0px;
   padding:0px;
}

.background {
   float:left;
   width:143px;
   height:121px;
   margin:auto;
   background-image:url(img/bg_product_image.gif);
   background-repeat:no-repeat;
   background-position:center center;
}

.background_cat {
   float:right;
   width:143px;
   height:121px;
   margin: 20px 0px 0px 0px;
   background-image:url(img/bg_product_image.gif);
   background-repeat:no-repeat;
   background-position:center center;
}

.pro_background {
   float:left;
   width:143px;
   height:121px;
   margin:auto;
   background-image:url(img/bg_product_image.gif);
   background-repeat:no-repeat;
   background-position:center center;
}
.image {
   clear:both;
   margin:auto;
   width:135px;
   height:113px;
}

#product_listing_categorieCONTAINER .product_listing_cat_imageCONTAINER {
   float:right;
   width:143px;
   height:121px;
   margin: 0px 0 0 0px;
   background-position:center center;
   background-repeat: no-repeat;
}

#product_listing_categorieCONTAINER .manufacturer {
   float:left;
   padding:15px 5px 5px 0px;
}
#product_listing_categorieCONTAINER .multisort {
   float:right;
   padding:0px 5px 5px 0px;
}

.product_listingCONTAINER div.product_listingcontentCONTAINER {
   float:left;
   width:449px;
   margin:0 0 0 5px;
}

.product_listingCONTAINER div.product_listingcontent {
   float:left;
   height:62px;
   margin:0px 0px 0px 0px;
}

.product_listingCONTAINER p {
   float:left;
   width:250px;
   margin:0 0 0 0px;
}

.product_listingCONTAINER {
   clear:both;
   padding:0px;
   margin:20px 0 20px 0px;
}

.product_listingCONTAINER div.image {
   float:left;
   width:143px;
   height:121px;
   background-repeat:no-repeat;
   background-position:center center;
}

.product_listingCONTAINER div.zoom {
   float:left;
   margin:10px 0px 0px 0px;
   _margin:10px 0px 0px 0px;
}

div.price_box {
   float:right;
   width:180px;
   height:105px;
   _padding-bottom: 10px;
   text-align:center;
   background-position: top center;
   background-repeat:no-repeat;
}

div.price_box .price_small {
   color:#0099ff;
   font-weight:800;
   font-size:14px;
   padding:0px 0px 0px 0px;
}

div.price_box .price_addon {
   clear:both;
   font-size:10px;
   margin: 0px 0px 25px 0px;
}

div.price_box .details {
   float:right;
}

div.price_box .add_cart {
   float:right;
   text-align:right;
}

div.product_price_addon{
   float:right;
   width: 200px;
   text-align:right;
   margin: 0px 0px 0px 0px;
   _margin: 0px 10px 0px 0px;

}

/* product info
----------------------------------------------- */
.productOldPrice {
	font-size: 10px;
	color: #777777;
	font-weight: bold;
}

.products_qty {
   float:left;
}


#product_info_topCONTAINER {
   clear:both;
   margin:0px;
   padding:0px 0px 0px 0px;
}

#product_info_topCONTAINER a{
   color:#000000;
}

#product_info_topCONTAINER .imageCONTAINER {
   float:left;
   width:225px;
}
#products_mo_images {
   float:left;
   padding-left:10px;
}

#products_mo_images .product_imageCONTAINER {
   float: left;
   width: 143px;
   height: 121px;
   margin:5px;
   background-image:url(img/bg_product_image.gif);
   background-repeat:no-repeat;
}

#products_mo_images .product_imageCONTAINER_img {
   float:left;
   background-position:center center;
   background-repeat:no-repeat;
}

#product_info_topCONTAINER .product_imagefullCONTAINER {
   float: left;
   width: 200px;
   height: 200px;
   text-align:center;
   background-position:center center;
   background-repeat:no-repeat;
}

.pro_img {
   float: right;
   width: 199px;
   margin: 5px 0px 5px 0px;
   padding: 10px 10px 10px 10px;
   border-width:1px;
   border-style:dotted;
   border-color:#0099ff;
   background-position:center center;
   background-repeat:no-repeat;
}
.pro_img_img {
   background-position: center center;
   background-repeat:no-repeat;
}

#product_info_topCONTAINER .right {
   float:right;
   width:200px;
}

a.divlink {
	display: block;
	float: left;
	width:143px;
	height:121px;
    margin: 0px 8px 0px 0px;
    background-image:url(img/bg_product_image.gif);
    background-repeat:no-repeat;
    background-position:center center;
	text-align: center;
}

img.divlink {
   margin-top: 9px;
}

div.background {
   float:left;
   width:143px;
   height:121px;
   margin: 0px 8px 0px 0px;
   background-image:url(img/bg_product_image.gif);
   background-repeat:no-repeat;
   background-position:center center;
}

div.background_pro {
   float:left;
   width:143px;
   height:121px;
   margin: 0px 8px 0px 30px;
   background-image:url(img/bg_product_image.gif);
   background-repeat:no-repeat;
   background-position:center;
}

.option_listing ul{
   list-style-type:none;
   padding:0;
   margin:0 0 0 -20px;
}

.option_listing li {
   padding:0;
   margin:0 0 0 -10px;
}

#option_listing .left {
   float:left;
   width:30px;
   padding:0 0 5px 0;
}

#option_listing .right {
   float:right;
   width:165px;
   padding:0 0 5px 0;
}

.option_bullet ul {
   float:left;  
}

.option_bullet li {
   list-style-image:url(img/arrow_box.gif);
}

.option_bullet li a {
   color:#2B2B2B;
}

.option_bullet li a:hover {
   text-decoration:underline;
   color:#2B2B2B;
}

#option_listing .right .price {
   float:right;
   font-weight:600;
   vertical-align:top;
}

#product_info_topCONTAINER .product_pricefullCONTAINER {
   float: right;
   width: 220px;
   text-align:left;
   margin:0 0 0 20px;
}

#product_info_topCONTAINER .product_pricefull_leftCONTAINER {
   float: left;
   text-align:left;
   margin:0 0 0 0px;
}

div.image {
   float:left;
   width:143px;
   height:121px;
   padding:0px;
   background-repeat:no-repeat;
   background-position:center center;
}

div.image_pro {
   float:left;
   width:143px;
   height:121px;
   padding-left:10px;
   background-repeat:no-repeat;
   background-position:center center;
}

#product_info_topCONTAINER ul {
   float:left;
   margin:0px;
   padding:0px 0px 0px 20px;
}

#product_info_topCONTAINER li {
   width:350px;
   margin:0px;
   padding:0px;
}

#product_info_topCONTAINER p.text_zoom {
   font-size:9px;
}

#product_info_topCONTAINER .product_price {
   float: right;
   color:#0099ff;
   font-size:14px;
   font-weight:900;
}

div#header_imagefooter {
   height:30px;
   background-repeat: no-repeat;
   background-image:url(img/bg_footer.jpg);
}

.info_content {
   clear:both;
   margin:0px;
   padding: 10px 22px 10px 28px;
}

.info_content_aff {
   clear:both;
   margin:0px;
   padding: 10px 22px 10px 10px;
}

.info_content_right {
   float:right;
   height:65px;
   text-align:right;
   margin:5px 0 0 0;
   padding: 10px 5px 10px 28px;
}


.also_purchased {
   clear:both;
   margin:0px;
   padding: 2px 0px 2px 0px;
}

.reviews {
   clear:both;
   margin:0px;
   padding: 2px 0px 2px 0px;
}

.button_left {
   float:left;
   padding-top:5px;
   padding-bottom:5px;
}

.button_leftWK {
   float:left;
   width: 370px;
   padding-top:5px;
   padding-bottom:5px;
   font-family:Arial, Helvetica, sans-serif;
   font-size: 10px;
   color:#666666;
}

.button_right {
   float:right;
   padding-top:5px;
   padding-bottom:5px;
}

.button_rightWK {
   float:right;
   padding-top:5px;
   padding-bottom:5px;
   text-align: right;
}

.button_right a{
   color:#000000;
}

.button_right input{
   border-width:0px;
}


.text_red {
   color:#e90606;
}

.reviews div {
   vertical-align:bottom;
   height:25px;
   float:left;
   padding: 5px 2px 0px 2px;
}

.reviews div.input_rating {
   padding: 1px 2px 2px 2px;
   vertical-align:top;
}

.reviews div.submit {
   float:right;
   padding: 1px 2px 2px 2px;
   vertical-align:top;
}

/* Sitemap 
----------------------------------------------- */

.sitemapBOX .sitemapBOXleft {
   display:table; 
   float:left; 
   width:280px; 
   margin-bottom:15px;
}
.sitemapBOX .sitemapBOXright {
   display:table; 
   float:right; 
   width:280px; 
   margin-bottom:15px;
}

.sitemapBOXheader {
   padding: 3px;
   background-color:#e0e8fa; 
   color:#FFFFFF; 
   font-weight:bold;
}

.sitemapBOXheader a:link, .sitemapBOXheader a:visited, .sitemapBOXheader a:hover {
   color:#000; 
   text-decoration:none;
   padding: 3px;
}

.sitemapBOXcontent {
   padding:6px;
   border-style: dotted; 
   border-width:0 1px 1px 1px ;  
   border-color:#e0e8fa; 
}

.sitemapBOXcontent li {
   list-style-type:none;
}


/* menu
----------------------------------------------- */


#cross_sellingCONTAINER {
   float:left;
   margin:15px 0 5px 10px;
}

#cross_sellingCONTAINER .cross_sellingCONTAINERBOX {
   float:left;
   width: 150px;
   height: 205px;
   text-align:center;
}

#cross_sellingCONTAINER .product_imageCONTAINER {
   float:left;
   width: 150px;
   height: 120px;
   background-position:center center;
   background-repeat: no-repeat;
}

#cross_sellingCONTAINER div.content {
   float:left;
   font-size:10px;
   width:150px;
   margin: 2px 0px 5px 0px;
}

/* menu
----------------------------------------------- */
ul#horizontal {
   float:left;
   list-style-type:none;
   text-align: left;
   width:100%;
   height:15px;
   margin:0px 0px 0px 0px;
   padding:6px;
   vertical-align:middle;
   border-width:0px;
   /*border:none;*/
}

ul#horizontal li {
   float:left;
   margin:0px;
   border-width:0px;
   vertical-align:middle;
   line-height:12px;
   height:15px;
}

div#horizontal_right {
   line-height:12px;
   height:10px;
   text-align: right;
   vertical-align:middle;
}

div#horizontal_left {
   line-height:12px;
   height:10px;
   text-align: left;
   vertical-align:middle;
}

div#boxCATEGORY {
   margin:0px 0px 0px 0px;
   padding:0px;
   border-width:0px;
}

div#boxCATEGORY ul {
   list-style-type:none;
   text-align: left;
   margin:0px 0px 0px 0px;
   padding:0px;
   vertical-align:middle;
   /*border:none;*/
}

div#boxCATEGORY li {
   float:left;
   padding:0px 0px 4px 0px;
   margin:0px;
   width:45%;
   min-height:25px;
   max-height:38px;
   line-height:12px;
}

div.product_price_smallCONTAINER  {
   width:121px;
   height:55px;
   background-image:url(img/bg_pricebox.gif);
}


div.add_cart_big {
   padding-left:75px;
}

.right {
   float:right;
}

/* error */
.error {
   margin-top:10px;
   background-color:#8DBD4B;
}

.info_message {
   margin-top:10px;
   color:#cc0000;
   border-color:#cc0000;
   border-style:solid;
   border-width:1px;
   padding:6px;
}

.active {
   background-color:#B8B8B8;
}

.text {
   padding-left:6px;
   margin-left:6px;
}

.text_small {
   font-size:9px;
}

/*
 shopping cart
 ------------------------------------------------------
*/
div#shopping_cartCONTAINER {
   padding: 0px;
}

div.form_text {
   float:left;
   width:100px;
   margin:2px;
   padding: 5px;
   line-height:16px;
   vertical-align: top;
}

div.form_input {
   float:left;
   width:350px;
   margin:2px;
   padding:2px;
   line-height:16px;
}

div.form_submit_reviews {
   margin-left: 120px;
   padding-top: 5px;
}

.next_review {
   clear:both;
   border-color:#cccccc;
   border-style:solid;
   border-width:0 0 1px 0;
}

/*
checkout navtrail
-------------------------------------------------------
*/
div#checkout_navtrailCONTAINER {
   padding:10px;
   width:600px;
   text-align:center;
}

div#checkout_navtrailCONTAINER ul {
   list-style-type:none;
   margin:0px 0px 30px 10px; /*0 0 30 50*/
   padding:0px;
   vertical-align:middle;
}

div#checkout_navtrailCONTAINER li {
   float:left;
   padding:0px 15px 0px 0px; /*0 15*/
   text-align: left;
   height:auto;
   padding-top:12px;
   max-height:50px;
   min-height:20px;
}

div#checkout_navtrailCONTAINER li.pic {
   float:left;
   padding:0px 4px 0px 0px;
   max-height:50px;
   min-height:20px;
}

div#checkout_navtrailCONTAINER li.on {
   float:left;
   padding:0px 15px 0px 0px; /*0 15*/
   text-align: left;
   height:auto;
   padding-top:12px;
   max-height:50px;
   min-height:20px;
   font-weight: 900;
   color: #00a1e5;
}

div.address_text {
   float:left;
   width:180px;
   padding:5px;
}

div.address_input {
   float:left;
   width:250px;
   
}

.none_CONTENT .info_contentLEFT {
   float:left;
   padding:5px 5px 5px 5px;
   width:293px;
   height:120px;
   border-style:dotted;
   border-width:1px 0 0 0;
   border-color:#0099ff;
}

.none_CONTENT_history {
   float:left;
   padding:5px 5px 5px 5px;
   width:590px;
   height:60px;
   margin-top: 5px;
   border-style:dotted;
   border-width:1px;
   border-color:#0099ff;
}

.none_CONTENT_aff {
   float:left;
   padding:5px 10px 5px 10px;
   width:580px;
   margin-top: 5px;
   border-style:dotted;
   border-width:1px;
   border-color:#0099ff;
}

.none_CONTENT .info_contentLEFT .address_change_button {
   float:right;
   text-align:right;
}

.none_CONTENT .adress_labelRIGHT {
   float:left;
   width:293px;
   height:120px;
   padding:5px 5px 5px 5px;
   border-style:dotted;
   border-width:1px;
   border-color:#0099ff;
}

.none_CONTENT .adress_labelRIGHT .address_change_button {
   text-align:right;
   float:right;
}

#shipping_blockCONTAINER {
   clear:both;
}

#shipping_blockCONTAINER .shipping_title {
   clear:both;
   padding:5px 0 0 5px;
}

#shipping_blockCONTAINER .shipping_desc {
   clear:both;
   text-align:right;
   padding:0 5px 5px 0;
}
#shipping_blockCONTAINER .shipping_desc .radio{
   float:left;
   padding-top:3px;
   width:30px;
}
#shipping_blockCONTAINER .shipping_desc .text{
   float:left;
   width:200px;
   padding-top:3px;
   text-align:left;
}

#payment_blockCONTAINER {
   clear:both;
   padding-left:0px;
}

#payment_blockCONTAINER .payment_title {
   clear:both;
   width:572px;
}

#payment_blockCONTAINER .payment_title .select {
   float:left;
   width:30px;
   padding-top:4px;
}

#payment_blockCONTAINER .payment_title .text {
   float:left;
   width:410px;
   padding-top: 5px;
}

#payment_blockCONTAINER .payment_title .price {
   float:right;
   font-weight:800;
   padding-top:5px;
   width:120px;
}

#payment_blockCONTAINER .payment_desc {
   clear:both;
   padding-bottom:3px;
   padding-left:42px;
}

#payment_blockCONTAINER .payment_desc .radio{
   float:left;
   padding-top:3px;
   width:30px;
}

#payment_blockCONTAINER .payment_desc .text{
   float:left;
   width:200px;
}

.title {
   clear:both;
   padding:30px 0px 5px 0px;
   vertical-align: bottom;
}

.checkbox {
   float:left;
   padding-top:3px;
   width:30px;
}

div.agb {
   float:left;
   width:591px;
   padding:5px;
   border-width:1px;
   border-style:solid;
   border-color:#ff0000;
}

.agb_text {
   float:left;
   padding-top:5px;
   color: #ff0000;
}

#checkout_shippingIMAGE {
   background-image: url(img/checkout/checkout_shipping.gif);
   background-position: 30px bottom;
   background-repeat: no-repeat;
}

#checkout_paymentIMAGE {
   background-image: url(img/checkout/checkout_payment.gif);
   background-position: 30px bottom;
   background-repeat: no-repeat;
}

#checkout_confirmationIMAGE {
   background-image: url(img/checkout/checkout_confirmation.gif);
   background-position: 30px bottom;
   background-repeat: no-repeat;
}
#checkout_successIMAGE {
   background-position: 30px bottom;
   background-repeat: no-repeat;
}

/*
info messoage
-------------------------------------------------------
*/
div#info_message {
   margin-top: 20px;
   text-align:center;
   border-color:#cc0000;
   border-style:solid;
   border-width:1px;
   padding:6px 6px;
   color: #cc0000;
}

/*

-------------------------------------------------------
*/

span.left {
   float:left;
   width:auto;
   line-height:20px;
   vertical-align:middle;
   padding: 6px 6px 6px 0px;
}

span.right {
   float:right;
   line-height:20px;
   vertical-align:middle;
   padding: 6px 6px 6px 0px;
}

div#middleCONTENTBOX p, div#middleCONTENTBOX, div#middleCONTENTBOX p a, div#middleCONTENTBOX p a b {
   color:#000000;
}


/* Footer
----------------------------------------------- */

div#boxFOOTER {
   float:right;
   width:560px;
   height:140px;
   margin:0px 0px 0px 0px;
   padding:0px;
   border-width:0px;

}

div#boxFOOTER ul {
   list-style-type:none;
   text-align: left;
   height:140px;
   margin:0px 0px 0px 0px;
   padding:0px;
   /*border:none;*/
}

div#boxFOOTER li {
   padding:6px 00px 0px 0px;
   margin:0px;
   height:17px;
}

div#NAVIGATION {
   clear:both;
   bottom:0px;
   height:20px;
   line-height:15px;
   margin:5px 0px 0px 0px;
   padding:2px 5px 0px 5px;
   border-style:dotted;
   border-width:1px 0 0 0;
   border-color:#0099ff;
   vertical-align:bottom; 
   /*border:none;*/
}

div#NAVIGATION .right {
   float:right;
   text-align:right;
}

div#NAVIGATION .left {
   float:left;
}

div#footer {
   float:left;
   width:990px;
   height:29px;
   line-height:29px;
   font-size:11px;
   padding:0px 0px 0px 0px;
   vertical-align:middle;
   text-align:center;
   margin-left:auto;
   margin-right:auto;
   background-repeat:repeat-x;
   background-image:url(img/header_bottom_bg.jpg);
}

div#footer a {
   color:#000000;
}

/* XTC COPYRIGHT */
div.copyright {
   margin: 0 auto;
   width:970px;
   text-align:center;
   color:#000000;
   font-size:11px;
   padding: 0px 0px 5px 0px;
   visibility:visible;
}

/* PARSE TIME */
div.parseTime {
   margin: 0 auto;
   width:970px;
   text-align:center;
   color:#000000;
   font-size:11px;
   padding:0px 0px 10px 0px;
}

/* Float-Clearing div
----------------------------------------------- */
div.clearboth {
   clear:both;
}

div.clearleft {
   clear:left;
}

div.clearright {
   clear:right;
}


/* Default Main Boxes (grey)
----------------------------------------------- */

div.HEADLINEgrey {
   float:left;
   height: 24px;
   text-indent: 28px;
   line-height:24px;
   vertical-align:middle;
   padding:0px 0px 0px 0px;
   background-repeat:repeat-x;
   background-image:url(img/boxes/head_bg_grey.jpg);
}

div.CONTENTgrey {
   float:left;
   vertical-align:middle;
   padding:5px;
   height:172px;
   background-repeat:repeat-x;
   background-image:url(img/boxes/content_bg_grey.jpg);
}
/* ---------------------------- */

.moduleRow {
   line-height: 16px;
   vertical-align:middle;
   float:left;
   width:610px;
   border-width: 1px;
   border-style: dotted;
   border-color: #0099ff;
   margin-bottom: 10px;
}

.moduleRowOver {
   line-height: 16px;
   float:left;
   width:610px;
   border-width: 1px;
   border-style: dotted;
   border-color: #0099ff;
   margin-bottom : 10px;
   background-color: #e0e8fa;
}

.moduleRowSelected {
   font-weight: 900;
   line-height: 16px;
   float:left;
   width:610px;
   border-width: 1px;
   border-style: dotted;
   border-color: #0099ff;
   margin-bottom : 10px;
   background-color:#e0e8fa;
}

.moduleRowOver .payment_title .text {
   font-weight: 900;
}

div#method_blockCONTAINER {
   float:right;
   width:500px;
   padding: 0px 5px 5px 0px;
}

div#method_blockCONTAINER div {
   padding-top: 5px;
}

div#method_blockCONTAINER .title {
   float:left;
   width:150px;
}

div#method_blockCONTAINER .input {
   float:left;
   width: 280px;
}

/***************************************
 * EIGENE CSS STYLES (Formatierung Inhalt Produkte)
 ***************************************
 */
table.info {
   border: 0;
   empty-cells: hide;
   border-collapse: separate;
   border-spacing: 4px;
   width: 100%;
}

table.info2 {
   border: 0px;
   empty-cells: hide;
   border-collapse: separate;
   border-spacing: 4px;
   width: 350px;
}

td.info_name {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   vertical-align: middle;
   text-align: left;
   padding-left: 50px;
   padding-right: 5px;
   white-space: nowrap;
   width: 2%;
}

td.info_bar {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 8pt;
   font-weight: bold;
   text-align: left;
   vertical-align: middle;
   white-space: nowrap;
   width: 2%;
}

td.info_bar_c {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 8pt;
   font-weight: bold;
   text-align: center;
   vertical-align: middle;
   white-space: nowrap;
   width: 2%;
}

td.info_scent {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-align: left;
   padding-left: 40px;
   vertical-align: middle;
   white-space: nowrap;
   width: 96%;
}

span.info_txt {
   font-family: Verdana, Arial, Helvetica, sans-serif
}

span.bar {
   font-family:Arial;
   font-size: 8pt;
   font-weight: bold;
   color: #FF0000;
}

span.bar u {
   color:#000000;
   text-decoration: none;
}

div.quantity {
   font-family:Trebuchet MS,Verdana,Arial,Sans-serif;
   padding-top: 20px;
   padding-bottom: 30px;
   border: 0;
} 

ul {
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul.li_num {
   font-family:Trebuchet MS,Verdana,Arial,Sans-serif;
   list-style-type: decimal;
}

ul.li_uns {
   font-family:Trebuchet MS,Verdana,Arial,Sans-serif;
   list-style-type: disc;
}
 
 
/***************************************
 * Formatierung AGB
 ***************************************
 */ 
div.paragraph {
   padding-top: 0px;
}

div.paragraph .title {
   font-family: Tahoma, Verdana;
   font-size: 14px;
   font-weight: bold;
}

div.paragraph .absatz {
   padding-left: 20px;
   padding-top: 10px;
} 
 
div.startpage {
   text-align: center;
   margin-top: -30px;
   padding-bottom: 10px;
} 
 
 
/***************************************
 * Versandkosten Tabelle
 ***************************************
 */
table.delitable th.delicol_1 {
	text-align: left;
} 
 
table.delitable td.delicol_2, table.delitable td.delicol_3, table.delitable td.delicol_4 {
	text-align: center;
}  

 
/***************************************
 * Staffelpreise
 ***************************************
 */ 
div#staffelpreis {
	margin-top: 20px;
	float: left;
	border-left: 1px dashed #cccccc; /* #0099ff;*/
}

div#staffelpreis ul {
	list-style: none;
	line-height: 1.5em;
	padding-left: 15px;
	margin: 0;
}

div#staffelpreis ul li.staff_head {
	font-weight: bold;
	font-size: 11px;
	line-height: 1.5em;
}


/***************************************
 * Tabelle bei PopUp-Fenster
 ***************************************
 */
table.popuptable {
	background-color: #FFFFFF;
}


/***************************************
 * Guetezeichen Div
 ***************************************
 */
div#guetezeichen {
	width: 927px;
	border: 0px solid white;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -463px;
	vertical-align: top;
	text-align: right;
	color: #ffffff;
	font-weight: bold;
	line-height: 3.0em;
}


/*----------------------------Suggest Styles--------------------------*/
.suggest_link {
	background-color: #FFFFFF;
	padding: 4px 8px;
	color: #000000;
}
.suggest_link_over {
	background-color: #43a4d4;
	padding: 4px 8px;
	color: #FFFFFF;
}
.suggest_link_over a:hover {
	color: #FFFFFF;
}
#search_suggest {
	position: absolute;
	visibility: hidden;
	margin-top: 25px;
	background-color: #FFFFFF;
	text-align: left;
	border: 1px solid #767676;
}
/*----------------------------End Suggest Styles------------------------*/


div#boxheadCONTENT {
	color:#FFFFFF;
}

div#white {
	padding-top: 10px;
	padding-left: 10px;
	color:#CCCCCC;
}

