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

img, div, input { behavior: url("iepngfix.htc") }

.boxText {
	font-size: 10px;
}

.boxTextBG {
	font-size: 10px;
	background-color: #f1f1f1;
}
.boxTextBGII {
	font-size: 10px;
	background-color: #e2e2e2;
}
.boxTextPrice {
	font-size: 10px;
	color: #282828;
}

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

.productsNotifications {
	background-color: #f2fff7;
}

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

BODY {
	padding:0px;
	margin: 0px;
	
	background-image: url(img/background.jpg);
	background-repeat:repeat;
	background-position:bottom right;
	
	height:100%;

	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img{
	border:0;
}

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

A:hover {
  color: #8E7014;
  text-decoration: underline;
}

FORM {
	display: inline;
}


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


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

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

}

TR.headerMessage {
	background-color: #00CC33;
}

.moduleHeading {
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
	color: #282828;
}

TD.headerError {
  font-size: 12px;
  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: 10px;
    background: #F6F6F6;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

.infoBox {
}

.infoBoxContents {
  font-size: 10px;
}

.infoBoxNotice {
  background: #282828;
}

.infoBoxNoticeContents {
  background: #b9df6b;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-size: 11px;
  font-weight: bold;
  color: #282828;
  }

TD.infoBoxHeading_right {
  font-size: 10px;
  font-weight: bold;
  background: #C4C4C4;
  height:17px;
  color: #000000;
}

TD.infoBox, SPAN.infoBox {
  font-size: 10px;
  border-right: 4px solid;
  background: #cee99a;
  border-color: #C4C4C4;
}

TD.infoBox_right, SPAN.infoBox_right {
  font-size: 10px;
  background: #cee99a;

}

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

TD.productListing-data {
  font-size: 10px;
}

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

A.pageResults:hover {
  color: #8E7014;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 14px;
  font-weight: bold;
  color: #282828;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
  color: #000000;
}

.main {
  font-size: 11px;
  color:#3e3e3e;
}

.bild_geschaeft{
border: 1px solid #282828;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 10px;
}

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

CHECKBOX, INPUT, RADIO, SELECT {
	font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

SPAN.greetUser {
  font-size: 12px;
  color: #282828;
  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;
}

.copyright {
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
.parseTime {
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
A. {
  color: #000000;
}
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: 12px;
 padding-left:5px;
}

.moduleRow div{
 display:block;
 height:5px;
}

.moduleRowOver div{
 display:block;
 height:5px;
}


.moduleRowOver {
 font-size: 12px;
 padding-left:5px;
}

.moduleRowSelected {}

.checkoutBarFrom, .checkoutBarTo {font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent {font-size: 10px; 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: 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: #000000; background-color: #cee99a; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#999999; text-decoration:none;}


/* message box */

.messageBox {font-size: 10px; }
.messageStackError, .messageStackWarning {font-size: 10px; background-color: #b9df6b; }
.messageStackSuccess {font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement {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: #cee99a;
	width: 185px;
}

.contentsTopics {
	font-size: 12px;
	font-weight: bold;
	color: #282828;
}

.contentsTopicsHead {
	font-size: 13px;
	font-weight: bold;
	width: 590px;
	//width: 593px;
	height: 55px;
	/*background: url(img/cat_head_bg.png) no-repeat;*/
	padding-top: 13px;
	margin-top: -8px;
	margin-left: -14px;
	//margin-left: -14px;
	color: #282828;
}

.cat_content{
float: right;
margin-right: 40px;
}

.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

.poweredby {
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}


/* MOD */

img, div { behavior: url(../gussto/iepngfix.htc)}

#wrapper{
min-height: 220px;
}

#global{
width:1002px;
margin:15px auto;
height:100%;
font-size: 11px;
}


#global a{
text-decoration: none;
}

#global a:hover{
color:#8e7014;
}

#header{
	height:220px;
	width:1002px;
	background-image: url(img/header_start.jpg);
	background-repeat:no-repeat;
}

#menu_top_left{
float: left;
padding-top: 18px;
padding-right: 10px;
font-size: 10px;
padding-left: 10px;
}

#menu_top_right{
float: right;
padding-top: 18px;
padding-right: 10px;
font-size: 10px;
}

#menu_top_right div{
float: left;
margin-right: 10px;
}

.site_index{
float: left;
width: 153px;
margin-top: 14px;
padding-left: 47px;
font-weight: bold;
color: #282828;
}

.breadcrumb{
float: left;
width: 400px;
margin-left: 90px;
margin-top: 9px;
font-size: 11px;
overflow: hidden;
}

.clearer{
clear:both;
}

#global .breadcrumb a{
color: #282828;
text-decoration: underline;
}


#content{
width: 991px;
height:474px;
background: url(img/content_bg.jpg);
background-repeat:no-repeat;
background-color:#FFFFFF;
border-spacing:0px;
padding:0px;
margin:0px;
margin-left:5px;
}


#left_column{
background-color:#e2e2e2;
margin-left:7px;
vertical-align:top;
border:none;
border-right:1px solid #cbcbca;
padding:0px;
margin-left:10px;
}

#center_column{
vertical-align:top;
width:900px;
border:none;
padding:0px;
}

#right_column{
background-image:url(img/bg_right_column.jpg);
background-repeat:repeat-y;
vertical-align:top;
border:none;
border-left:1px solid #cbcbca;
padding:0px;
}

#footer{
color:#474747;
text-align:center;
padding:16px 175px;
background-image:url(img/footer_bg.jpg);
background-repeat:no-repeat;
}

#navtrail{
padding:9px;
color:#282828;
font-size:12px;
}

#main_content{
height:100%;
width:597px;
padding:9px;
}

#footer a{
color: #000000;
text-decoration: none;
}

#aktSite{
background-color:#f1f1f1;
color:#8E7014;
font-weight:bold;
}

#aktSite a{
color:#8E7014;
}

#copyright{
width: 100%;
height: 16px;
background: #d66102;
padding-top: 2px;
font-size: 11px;
font-weight: normal;
color: #fff;
text-align: center
}

#copyright a{
color: #fff;
font-weight: normal;
}

.menu_unten{
float: left;
margin-right: 11px;
}



#cart_min_height{
min-height: 48px
}



#search{
position: absolute;
top: 180px;
left: 816px;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
#search{
position: absolute;
top: 180px;
left: 810px;
}
}




/************************************ PRODUCT LISTING *******************************************/




.product_listing
{
position: relative;
float: left;
padding: 0;
/*background-image: url(img/product_bg.jpg);
*/background-repeat: no-repeat;
background-position: bottom left;
margin: 5px;
width: 250px;
background-color: #fcf7ea;
height: 250px;
}

.product_listing_top
{
width: 100%;
margin-top: 6px;

height: 1px;
//overflow: hidden;
}

.product_listing_padding{
padding: 10px;
}


.product_listing_alt
{
position: relative;
float: left;
border: 1px solid #4A4A4A;
padding: 10px;
background-image: url(img/product_bg.jpg);
margin: 5px;
width: 150px;
}

.product_listing_name{
padding-top: 5px;
text-align: left;
}

.product_listing_short_desc{
padding-bottom: 10px;
text-align: left;
}

.product_listing_image{
text-align: center;
float: left;
height: 150px;
width: 50px;
}

.product_listing_image img{
border: 1px solid #4A4A4A;
}

.product_listing_image_alt{
text-align: center;
float: left;
width: 100%;
height: 150px;
padding-bottom: 15px;
}

.product_listing_image_alt img{
border: 1px solid #4A4A4A;
}


.product_listing_price{
padding-top: 10px;
text-align: right;
font-size: 11px
}

.product_listing_artnr{
position: absolute;
bottom: 40px;
right: 5px;
color: #3c3d3a;
text-align: right;
font-size: 11px
}

.product_listing_buy{
text-align: right;
position: absolute;
bottom: 5px;
right: 5px
}

.catSeperator{
padding:2px 0px 0px 0px;
}

.customersName{
text-align:center;
width:100%;
}

#logoutButton{
	margin-top:5px;
}

/* PRODUCT INFO / PRODUCT DETAILS */
#productinfowrap {display:table; width:100%; background-color: #fcf7ea}
#productinfo_bottom{width:96%; background: url(img/product_info_bottom.jpg) bottom right no-repeat; padding: 2%; padding-bottom: 0}
#productinfoname{font-size: 14px; color: #282828; font-weight: bold}
#productinfoimages { float:left; padding-top: 0px; margin: 0px;}

#productinfoimages td{vertical-align: bottom; padding-right: 10px}

#productinfoimages div{float: left}
#productinfoimages .productImageBorder {border: 1px solid #282828 }
#productinfoimages .hrlightgrey {margin-top:6px; margin-bottom:6px;}
#productinfopricewithimages {}
#productinfopricewithimages img {cursor:pointer}
#productinfopricewithoutimages {width:100%}
#productinfopricewithoutimages img {cursor:pointer}
#productinfoprice {float: right; text-align: right}
#productinfoprice .hrlightgrey {margin-top:6px; margin-bottom:6px;}
#productinfoprice .productprice {margin:0; padding:0; font-size:12px; font-weight:bold;}
#productinfoprice .productOldPrice {color:#E00029;margin:0; padding:0; font-size:12px; font-weight:bold;}
#productinfoprice .taxandshippinginfo {margin:0; padding:0; font-size:11px; font-weight:normal; color:#3c3d3a;}
#productinfoprice .taxandshippinginfo a {margin:0; padding:0; font-size:11px; font-weight:normal; color:#3c3d3a;}
#productinfoprice .shippingtime {margin:0; padding:0; font-size:11px; font-weight:normal; color:#3c3d3a;}

.productdc{clear: left; padding-top: 10px;}

.more_pictures {margin-top: 20px;}
.more_pictures div{float: left; height: 120px; width: 120px; background-color: #fff; border: 1px solid #000; margin: 2px}
.more_pictures div table td{height: 120px; text-align: center}

p.productinfoproductadded {font-size:11px;}
.productoptions {padding:6px;}
.addtobasket {height: 50px;}
.addtobasket table{padding-top: 20px}
#productinfowrap li { list-style-position: inside}



.more_cat_head{
width: 199px;
height: 48px;
background: url(img/more_cat_bg.jpg) no-repeat;
margin-left: 25px;
padding-top: 12px;
padding-left: 310px;
font-weight: bold;
}

.more_cat{
margin-left: 40px;
text-align: center
}

.top_products_div{
float: left;
width: 175px;
text-align: center;
font-size: 11px;
min-height: 250px;
height: auto!important;
height: 250px;
}

#bookmarks{
float: left;
margin: 2px;
}

.box_head{

}

.box_content{
background-color:#FFFFFF;
background-image:url(img/box_content.jpg);
background-repeat:no-repeat;
background-position:bottom;
padding:5px 0px;
}

.box_content_bottom_left{
height: 26px;
}

.box_head_right{
width: 190px;
height: 16px;
background: url(img/boxTopRight.png) no-repeat;
font-size: 13px;
font-weight: bold;
color: #282828;
padding-top: 10px;
}

.box_head_right div{
float: left;
margin-right: 5px;
}

.box_content_right{
background-image:url(img/box_content_right.jpg);
background-repeat:no-repeat;
background-position:bottom;
padding:3px 5px;
}

.all_boxes_right{
background-image:url(img/bg_right_boxes.jpg);
background-repeat:repeat-y;
}

.box_content_bottom_right{

}

.menuReiterLi{
float: left;
width: 22px;
height: 31px;
background: url(img/menuReiterLi.png);
}

.menuReiterMi{
float: left;
width: auto;
height: 21px;
background: url(img/menuReiterMi.png);
padding-top: 10px;
font-size: 13px;
}

#global .menuReiterMi a{
color: #f4e2b3;
font-weight: bold;
}

.menuReiterRe{
float: left;
width: 16px;
height: 31px;
background: url(img/menuReiterRe.png);
margin-right: -7px
}

.menuReiterReLast{
float: left;
width: 16px;
height: 31px;
background: url(img/menuReiterReLast.png);
margin-right: -7px
}


.menuReiterLiActive{
float: left;
width: 22px;
height: 31px;
background: url(img/menuReiterLiActive.png);
}

.menuReiterMiActive{
float: left;
width: auto;
height: 21px;
background: url(img/menuReiterMiActive.png);
padding-top: 10px;
font-size: 13px;
color: #f4e2b3;
font-weight: bold;
}

#global .menuReiterMiActive a{
color: #f4e2b3;
font-weight: bold;
}

.menuReiterReActive{
float: left;
width: 16px;
height: 31px;
background: url(img/menuReiterReActive.png);
margin-right: -7px
}

.menuReiterReActiveLast{
float: left;
width: 16px;
height: 31px;
background: url(img/menuReiterReActiveLast.png);
margin-right: -7px
}

.bueroklammer1{
width: 69px;
height: 81px;
position: absolute;
background: url(img/bueroklammer.png);
top: -45px;
left: -18px;
}

.bueroklammer2{
width: 69px;
height: 81px;
position: absolute;
background: url(img/bueroklammer.png);
top: -45px;
left: 49px;
}

.bueroklammer3{
width: 69px;
height: 81px;
position: absolute;
background: url(img/bueroklammer.png);
top: -45px;
left: 112px;
}

.bueroklammer4{
width: 69px;
height: 81px;
position: absolute;
background: url(img/bueroklammer.png);
top: -45px;
left: 215px;
}

.bueroklammer5{
width: 69px;
height: 81px;
position: absolute;
background: url(img/bueroklammer.png);
top: -44px;
left: 295px;
}

.inputTextBox{
border:1px solid #a5acb2;
height:13px;
padding:2px;
margin:0px;
}

.top_product_top{
width: 223px;
height: 31px;
background: url('img/box_oben.jpg') top no-repeat;
}

.top_product_bottom{
width: 223px;
height: 18px;
background: url('img/box_unten.jpg') bottom no-repeat;
}

.tbSubCat{
margin-left:12px;
}

.tbSubCat2{
margin-left:22px;
}


.top_products{
width: 223px;
background: url('img/box_mitte.jpg');
min-height: 200px;
height: auto !important;
height: 200px;
text-align: center;
font-size: 11px;
}

.empty_space_newP{
min-height: 10px;
height: auto !important;
height: 10px;
}

.div_img_newP{
min-height: 150px;
height: auto !important;
height: 150px;
}

.name_newP{
min-height: 35px;
height: auto !important;
height: 35px;
}

#more_about{
padding:0px 10px;
}

#box_advantage{
padding:0px 5px;
}

#box_advertise{
font-weight:bold;
}

#advertiseButton{
margin-top:8px;
}

#rss_box{
text-align:center;
}

#rss_icon{
margin-bottom:6px;
}

#manufacturers_dropdown{
border:1px solid #A5ACB2;
margin:0px 8px;
padding:1px;
width: 165px;
}

#box_search{
padding:5px;
}

.newsletterSubmit{
margin:5px;
}

.loginLink{
color:#8e7014;
}

.mainPageHeading{
font-size: 22px;
font-weight: bold;
color: #282828;
}

/* Flyover Box */
#flyover_box {   
    background-color: #e7e7e7;   
    background-image: url();   
    border-color: #a5a5a5;   
    border-style: solid;   
    border-width: 1px;   
    overflow: hidden;   
    padding-bottom: 5px;   
    padding-left: 5px;   
    padding-right: 5px;   
    padding-top: 5px;   
    position: relative;   
    width: 400px;  
} 
#flyover_box #flyover_body {   
    color: #000000;   
    font-family: arial;   
    font-size: 12px;   
    font-style: normal;   
    font-weight: normal;   
    margin-bottom: 0px;   
    margin-left: 0px;   
    margin-right: 0px;   
    margin-top: 8px;   
    padding-bottom: 0px;   
    padding-left: 0px;   
    padding-right: 0px;   
    padding-top: 0px;   
    text-align: left;   
    text-decoration: none;   
    text-transform: none;  
} 
#flyover_box #flyover_image {   
    border-color: #a1a5a6;   
    border-style: solid;   
    border-width: 1px;   
    float: left;   
    margin-bottom: 0px;   
    margin-left: 0px;   
    margin-right: 8px;   
    margin-top: 8px;   
    padding-bottom: 0px;   
    padding-left: 0px;   
    padding-right: 0px;   
    padding-top: 0px;  
} 
#flyover_box #flyover_title {   
    background-color: #E00100;   
    background-image: url();   
    border-color: #333;   
    border-style: solid;   
    border-width: 1px;   
    color: #FFFFFF;   
    font-family: tahoma;   
    font-size: 11px;   
    font-style: normal;   
    font-weight: bold;   
    height: 28px;   
    line-height: 28px;   
    margin-bottom: 0px;   
    margin-left: 0px;   
    margin-right: 0px;   
    margin-top: 0px;   
    padding-bottom: 0px;   
    padding-left: 8px;   
    padding-right: 0px;   
    padding-top: 0px;   
    text-align: left;   
    text-decoration: none;   
    text-transform: none;  
} 
#flyover_box a {   
    color: #000000;  
} 
#flyover_box p {   
    margin-top: 0px;  
} 
