/* -----------------------------------------------------------------------------------------
   $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-image: url(img/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: top; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background-color: #FFFFFF;
}

html {
/*		scrollbar-face-color: #AFC2C7;
        scrollbar-highlight-color: #EEEEEE;
        scrollbar-shadow-color: #66868E;
        scrollbar-3dlight-color: #66868E;
        scrollbar-arrow-color:   #66868E;
        scrollbar-track-color: #E0E7E9;
        scrollbar-darkshadow-color:  #003366;
*/      
}

a, a:link, a:visited{
	color: #A75B32;
	text-decoration: none;
}

a:hover{
	color:#cccccc;
	text-decoration: none;
}



*{
	padding: 0px;
	margin: 0px;
}

ul, li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

img{
	border:none;
	margin: 0px;
	padding: 0px;
}

.clear{
	clear:both;
	overflow:hidden;
	height:0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}

/* Template main framework*/

#container{
	width:970px;
	padding: 0px;
	margin:20px auto 0;
	background-color: #FFFFFF;
}

#header{
	width:970px;
	height:140px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url(img/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#welcome{
	float: left;
	margin: 0px;
	padding: 5px 50px 0px 205px;
	text-align: left;
	font-size:12px;
	font-weight: bold;
	color: #ECDBB7;
}


#crossNavigation{
	float: left;
	margin: 0px;
	padding: 0px;
	height: 25px;
	text-align: right;
	font-size:12px;
}

#topNavigation{
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 203px;
	height: 24px;
	text-align: left;
	font-weight: bold;
}


#search{
	float: right;
	margin: 0px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	height: 24px;
	width: 180px;
}


#quick_find{
	margin: 0px;
	padding: 0px;
}

#subContainer{
	float: left;
	width:970px;
	margin: 0px;
	padding: 0px;
	background-image: url(img/bg_subcontainer.jpg);
	background-repeat: repeat-y;
	background-position: top left; 
}

#left{
	width:185px;
	float:left;
	margin: 0px;
	padding: 0px;
}

.main{
	float:left;
	overflow: hidden;
	padding: 20px 0px 20px 0px;
	margin: 0px 0px 0px 20px;
	width: 560px;
	border: none;
}

#right{
	width:185px;
	float:right;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

#footerTop{
	width:970px;
	height:35px;
	margin: 0px auto 0;
	padding: 0px;
	background-image: url(img/bg_footer_top.jpg);
	background-repeat: repeat-x;
	background-position: top left; 
	
}

.footerNavigation{
	float: left;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	color:  #ECDBB7;
	font-weight: normal;
	font-size: 12px;
}


.shopCopyright{
	float: left;
	margin: 0px;
	padding: 5px 0px 0px 5px;
	color:  #ECDBB7;
	font-weight: normal;
	font-size: 12px;
}

.preisInfo{
	float: left;
	margin: 0px;
	padding: 5px 0px 0px 5px;
	color:  #ECDBB7;
	font-weight: normal;
	font-size: 12px;
}

.preisInfo a, .preisInfo a:link, .preisInfo a:visited {
	color:  #ECDBB7;
}

.preisInfo a:hover {
	color:  #C5A981;
}

#footerBottom{
	width:970px;
	margin: 0px auto 0;
	padding: 0px;
	background-image: url(img/bg_footer_bottom.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#footerLeftBanner{
	float:left;
	width:185px;
	margin:0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}

#footerRightBanner{
	float:right;
	width:185px;
	margin:0px;
	padding: 20px 0px 0px 0px;
	text-align: center;
}

#footerComments{
	float:left;
	width:560px;
	margin:0px 0px 0px 20px;
	padding: 5px;
	font-size: 11px;
	text-align: justify;
	background-color: #E4E4E4;
	color: #666666;
}

#footerComments a, #footerComments a:link, #footerComments a:visited, #footerComments a:hover{
	color: #666666;
}


#footerComments h2{
	font-size: 11px;
	padding: 0px;
	margin: 0px;	
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: #666666;
}

#footerBottomEnd{
	width:970px;
	height: 10px;
	margin:0px;
	padding: 0px;
	font-size: 1px;
	background-image: url(img/bg_footer_bottom_end.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


/* Cross Navigation: Login/Account/Shopping Cart... */

#crossNavigation ul {
	margin-top: 5px;
	margin-right: 5px;
	
}

#crossNavigation ul li{
	display: inline;
	color:  #ECDBB7;
	padding: 0px 0px 0px 0px;
}

#crossNavigation a,#crossNavigation a:link,#crossNavigation a:visited{
	color:  #ECDBB7;
}
#crossNavigation a:hover{
	color: #804729;
}

/* Top Navigation: HOME/ÜBER UNS/GESCHÄFTE... */

#topNavigation ul {
	width: 560px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size:12px;
	font-weight: bold;
}

#topNavigation ul li{
	float:left;
	margin: 0px;
	width: 112px;
	height: 24px;
	padding: 0px 0px 0px 0px;
	background-image: url(img/bg_top_navi_item.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}

#topNavigation ul li.selected, #topNavigation ul li:hover{
	float:left;
	margin: 0px;
	width: 112px;
	height: 24px;
	padding: 0px 0px 0px 0px;
	background-image: url(img/bg_top_navi_item_hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}

#topNavigation ul li a, #topNavigation ul li a:link, #topNavigation ul li a:visited{
	float:left;
	width: 112px;
	margin: 0px;
	padding: 5px 0px 7px 0px;
	color:  #804729;
}

#topNavigation ul li a:hover{
	background-image: url(img/bg_top_navi_item_hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #804729;
}

#topNavigation ul li.selected a, #topNavigation ul li.selected a:link, #topNavigation ul li.selected a:visited, #topNavigation ul li.selected a:hover{
	float:left;
	width: 112px;
	margin: 0px;
	padding: 5px 0px 7px 0px;
	background-image: url(img/bg_top_navi_item_hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	color: #804729;
}

/* Footer Navigation: "Content" List */

.footerNavigation ul li {
	line-height: 15px;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	font-weight: normal;
	border-right-color: #ECDBB7;
	font-size: 12px;
}

/*.footerNavigation ul li:last-child {
	border: none;
}*/

.footerNavigation a,.footerNavigation a:link,.footerNavigation a:visited {
	color: #ECDBB7;
}

.footerNavigation a:hover{
	color: #804729;
}

/* Box Search */

#search table {
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 0px 0px;
}

td.boxSearchField{
	background-image: url(img/bg_box_search_field.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	width: 153px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

td.boxSearchButton{
	padding: 0px 0px 0px 3px;
	margin: 0px;
}

/* Boxes - General */

.box_top {
/*	background-image: url(img/box_top.jpg);
	background-repeat: no-repeat;
	background-position: left top; */
	height: 25px;
	width: 185px;
	margin: 0px;
	padding: 0px;
}

div.boxHeader {
	float:left;
	font-size: 12px;
	font-weight: bold;
	color: #804729;
	margin: 0px;
	padding: 5px 2px 5px 10px;
}

.boxCart{
	margin: 0px;
	padding: 0px 3px 0px 8px;
}

.boxCartInfo{
	float:left;
	background-image: url(img/bg_box_cart_info.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	width: 150px;
	padding: 2px 0px 0px 3px;
	margin: 0px;
	color: #824A2C;
}

.boxCartButton{
	float:left;
	height: 18px;
	padding: 0px 0px 0px 3px;
	margin: 0px;
}



.box_bottom_login{
	background-image: url(img/box_bottom_login.jpg);
	background-repeat: no-repeat;
	background-position: left top; 
	height: 10px;
	width: 185px;
	padding: 0px;
	margin: 0px;
	line-height: 5px;
}


.box_spacer{
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 175px;
}

.boxImage{
	background-color: #FFFFFF;
	padding: 5px 2px 5px 2px;
	width: 165px; 
	border: none;
	color: #824A2C;
}

.boxOpen {
	padding: 0px;
	margin: 0px;
	height: 4px;
	width: 169px;
	font-size: 0px;
	line-height: 0px;
	background-image: url(img/bg_box_open.jpg);
	background-repeat: no-repeat;
	background-position: left top; 
}

.boxClose {
	padding: 0px;
	margin: 0px;
	height: 4px;
	width: 169px;
	font-size: 0px;
	line-height: 0px;
	background-image: url(img/bg_box_close.jpg);
	background-repeat: no-repeat;
	background-position: left top; 
}

.boxInputText	{
	font-size: 12px;
	margin: 0px;
	padding: 2px 2px 2px 2px;
	background-color: #FFFFFF;
	border: none;
	font-family: Arial;
}

.boxInputTextNewsletter	{
	font-size: 11px;
	margin: 0px 0px 5px;
	padding: 1px 1px 1px 5px;
	background-color: #E6E6E6;
	border: 1px solid #5E799B;
	color: #4B657E;
}

.boxName a, .boxName a:link, .boxName a:visited, .boxName a:hover{
	padding: 5px 0px 0px 0px;
	font-weight: bold;
	color: #595959;
}

.boxPrice {
	font-weight: bold;
	color: #A75B32;
}

.boxTextSmall{
	font-size: 10px;
}

.boxList, li.boxList{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	list-style-type: none;
}

.boxList a,.boxList a:link,.boxList a:visited {
	background-image: url(img/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #333333;
	font-size: 11px;
}

.boxListCurrent a,.boxListCurrent a:link,.boxListCurrent a:visited,.boxList a:hover{
	background-image: url(img/icon_arrow_hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #A75B32;
	text-decoration: none;

}

/* Info Navigation */


ul.infoNavigation{
	margin: 0px;
	padding: 0px;
}

li.info{
	display: block;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 185px;
	background-image: url(img/bg_info.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

li.active_info, li.info:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 185px;
	background-image: url(img/bg_active_info.jpg);
	background-repeat: no-repeat;
	background-position: left top; 
}

li.infoNavigationOpen {
	padding: 0px;
	margin: 0px;
	height: 4px;
	width: 185px;
	font-size: 0px;
	line-height: 0px;
	background-image: url(img/bg_info_navigation_open.jpg);
	background-repeat: no-repeat;
	background-position: left top; 
}

li.infoNavigationClose {
	padding: 0px;
	margin: 0px;
	height: 4px;
	width: 185px;
	font-size: 0px;
	line-height: 0px;
	background-image: url(img/bg_info_navigation_close.jpg);
	background-repeat: no-repeat;
	background-position: left top; 
}


li.info a, li.info a:link, li.info a:visited{
	display: block;
	margin: 0px;
	padding: 6px 0px 6px 10px;
	color: #ECDBB7;
	font-weight: bold;
	font-size: 12px;
}

li.info a:hover{
	background-image: url(img/bg_active_info.jpg);
	background-repeat: no-repeat;
	background-position: left top; 
	color: #804729;
	font-weight: bold;
	font-size: 12px;
}

li.active_info a, li.active_info a:link, li.active_info a:visited, li.active_info a:hover{
	display: block;
	margin: 0px;
	padding: 6px 0px 6px 10px;
	background-image: url(img/bg_active_info.jpg);
	background-repeat: no-repeat;
	background-position: left top; 
	color: #804729;
	font-weight: bold;
	font-size: 12px;
}


/* Categories Navigation */

ul.categoryNavigation{
	margin: 0px;
	padding: 0px;
}

li.category {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 185px;
	background-image: url(img/bg_category.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

li.active_category, li.category:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 185px;
	background-image: url(img/bg_active_category.jpg);
	background-repeat: no-repeat;
	background-position: left top; 
}

li.categoryNavigationOpen {
	padding: 0px;
	margin: 0px;
	height: 4px;
	width: 185px;
	font-size: 0px;
	line-height: 0px;
	background-image: url(img/bg_category_navigation_open.jpg);
	background-repeat: no-repeat;
	background-position: left top; 
}

li.categoryNavigationClose {
	padding: 0px;
	margin: 0px;
	height: 4px;
	width: 185px;
	font-size: 0px;
	line-height: 0px;
	background-image: url(img/bg_category_navigation_close.jpg);
	background-repeat: no-repeat;
	background-position: left top; 
}


li.subcategory, li.active_subcategory{
	display: block;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 185px;
	background-image: url(img/bg_subcategory.jpg);
	background-repeat: no-repeat;
	background-position: left top; 	
}

li.category a, li.category a:link, li.category a:visited{
	display: block;
	margin: 0px;
	padding: 6px 0px 6px 10px;
	color: #ECDBB7;
	font-weight: bold;
	font-size: 12px;
}

li.category a:hover {
	background-image: url(img/bg_active_category.jpg);
	background-repeat: no-repeat;
	background-position: left top; 
	color: #804729;
	font-weight: bold;
	font-size: 12px;
}

li.active_category a, li.active_category a:link, li.active_category a:visited{
	display: block;
	margin: 0px;
	padding: 5px 0px 0px 10px;
	color: #804729;
	font-weight: bold; 
	font-size: 12px;
}

li.subcategory a, li.subcategory a:link, li.subcategory a:visited{
	display: block;
	margin: 0px 0px 0px 40px;
	font-size: 12px; 
	padding: 0px 0px 0px 0px;
/*	background-image: url(img/icon_arrow_sub.jpg);
	background-repeat: no-repeat;
	background-position: left bottom; */
	color:  #804729;
}

li.subcategory a:hover {
	font-weight: bold;
/*	background-image: url(img/icon_arrow_sub_hover.jpg);
	background-repeat: no-repeat;
	background-position: left bottom; */

}

li.active_subcategory a, li.active_subcategory a:link, li.active_subcategory a:visited, li.active_subcategory a:hover{
	display: block;
	margin: 0px 0px 0px 40px;
	font-size: 12px; 
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	color: #804729;
/*	background-image: url(img/icon_arrow_sub_hover.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #5C6930; */	
}


/*Specials*/

SPAN.productOldPrice {
	color: #595959;
	text-decoration: line-through;
}

SPAN.productOldPriceInfo {
	color: #595959;
}


/*---------------*/
/* Content area */
/*---------------*/


.main p{
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
}

.main hr{
	margin: 10px 0px 10px 0px; 
	border: none;
	width: 100%; 
	color: #93C42D;
	background-color: #BEBEBE;
	height: 1px;
}

.main h1{
	font-size: 15px;
	padding: 5px 0px 0px 0px;
	margin-bottom: 10px;
	font-weight:bold;
	color: #A75B32;
}

.main h2{
	font-size: 13px;
	font-weight:bold;
	margin: 0px;
	padding: 0px 0px 3px 0px;
	color: #A75B32;
	border-bottom: 1px solid #A65B33;
}

.main h3{
	font-size: 13px;
	font-weight:bold;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #A75B32;
}

.main h4{
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	width: 555px;
	padding: 0px 0px 3px 0px;
	color: #A75B32;
	border-bottom: 1px solid #A65B33; 
}


.mainInputText {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 1px 1px 1px 5px;
	background-color: #FFFFFF;
	border: 1px solid #BEBEBE; 
}


.linkList li{
	padding:5px;
	list-style-type: none;
}

.mainLink a,.mainLink a:link,.mainLink a:visited {
	background-image: url(img/icon_arrow_main.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #A75B32;
}

.mainLink a:hover {
	background-image: url(img/icon_arrow_main_hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #CCCCCC;
}

.separatorLine{
	clear:both;
	height: 10px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #CCCCCC;
}

.pageNavigation table tr td{
	color: #797979;
}

/* Message box */

table.partner a:hover{
color: #A75B32;
}

/* Message box */

.headerMessage, .messageStackError, .messageStackWarning {
	margin-top: 0px;
	margin-bottom: 10px;
	color: #CA7900;
	font-size: 12px;
	padding: 2px;
	font-weight: bold;
	width: 100%;
/*	background-color: #FEE794; */
}


.messageBox {
font-size: 12px;
}


.messageStackSuccess {
	font-weight: bold;
	color: #517700;
	padding: 2px;
	font-size: 12px;
	margin: 0px;
	width: 100%;
 }
 
/* News Box */

.newsBox{
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 560px;
	overflow: hidden;
}

.newsBoxImage{
	float: left; 
	width: 160px; /* Maximum news image width */
	text-align:center; 
	margin: 0px; 
	padding: 0px 20px 0px 0px; 
}

.newsBoxText{
	float: left; 
	width: 380px; /* News box width - Maximum news image width - Total padding */
	padding: 0px; 
	margin: 0px;
}

.newsBoxText h3{
	color: #A75B32;
	font-weight: normal;
}


.newsBoxText a, .newsBoxText a:link, .newsBoxText a:visited{
	color: #A75B32;
	text-decoration: none;
}

.newsBoxText a:hover{
	color: #9D9D9D;
	text-decoration: none;
}


.newsBoxMore{
	float: right;
	text-align: right; 
	padding: 0px 20px 5px 0px; 
	margin: 0px;
}


.newsBoxMore a, .newsBoxMore a:link, .newsBoxMore a:visited {
	background-image: url(img/icon_arrow_main.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #A75B32;
}

.newsBoxMore a:hover {
	background-image: url(img/icon_arrow_main_hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #CCCCCC;
}


/*Category Layouts*/

.catContainer{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 560px;
	background-color: #D3D3D3;
	overflow: hidden;
}

.catContainerTop {
	padding: 0px;
	margin: 0px;
	height: 10px;
	width: 560px;
	font-size: 0px;
	line-height: 0px;
	background-image: url(img/bg_catcontainer_top.jpg);
	background-repeat: no-repeat;
	background-position: left top; 
}

.catContainerBottom {
	padding: 0px;
	margin: 0px;
	height: 10px;
	width: 560px;
	font-size: 0px;
	line-height: 0px;
	background-image: url(img/bg_catcontainer_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top; 
}


.catImage{
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	width: 160px; /* Category image width */
	overflow: hidden;
}

.catText{
	float: left;
	margin: 0px;
	padding: 0px 10px 0px 20px;
	width: 360px;
}

.catImage2{
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	width: 260px; /* Category image width */
	overflow: hidden;
}

.catText2{
	float: left;
	margin: 0px;
	padding: 0px 10px 0px 20px;
	width: 260px;
}

.catText3{
	float: left;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	width: 540px;
}


/*Subcategory Listing */

.subcatBox{
	float: left;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	width: 170px;
	overflow: hidden;

}

.subcatBoxImage{
	float: left;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	width: 166px;
	border: 2px solid #AC8851;
	text-align: center;
	background-color: #FFFFFF;
	overflow: hidden;
}

.subcatBoxName{
	float: left;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 170px;
	height: 25px;
	overflow: hidden;
	background-image: url(img/bg_subcat_box_name.jpg);
	background-repeat: no-repeat;
	background-position: left top; 

	text-align: center;
}

.subcatBoxName h2{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	color: #FFFFFF;
	border: none;
	width: 170px;
}
.subcatBoxName a, .subcatBoxName a:link, .subcatBoxName a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

.subcatBoxName a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

.subcatBoxSeparator{
	float: left;
	padding: 0px;
	margin: 0px;
	width: 24px; 
}

/* Product Box - Boxes without headers */

.productBox{
	float: left;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	width: 170px;
	background-image: url(img/bg_product_box.jpg);
	background-repeat: repeat-y;
	background-position: top left; 
	overflow: hidden;
}

.productBoxSeparator{
	float: left;
	padding: 0px;
	margin: 0px;
	width: 24px; 
}

.productBoxTop {
	padding: 0px;
	margin: 0px;
	height: 9px;
	width: 170px;
	font-size: 0px;
	line-height: 0px;
	background-image: url(img/bg_product_box_top.jpg);
	background-repeat: no-repeat;
	background-position: left top; 
}

.productBoxImage{
	float: left; 
	width: 170px;
	height: 180px;
	text-align: center;
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
}

.productBoxName{
	float: left; 
	width: 170px;
 	text-align: center;
	padding: 5px 0px 5px 0px; 
	margin: 0px;
}

.productBoxName h3{
	color: #333333;
	text-align: center;
	font-weight: normal;
}


.productBoxName a, .productBoxName a:link, .productBoxName a:visited, .productBoxName a:hover{
	color: #333333;
	text-decoration: none;
}


.productBoxPrice{
	float: left; 
	width: 170px;
	background-color: #AEAEAE;
	padding: 3px 0px 0px 0px; 
	margin: 0px;
}

.productBoxPriceDetail{
	float:left; 
	margin: 0px; 
	color: #FFFFFF; 
	font-weight: bold;
	font-size: 13px;
	padding: 3px 0px 3px 10px;
}

.productBoxPriceDetail span.productOldPrice{ 
	color: #E5E5E5; 
}

.productBoxPriceDetail span.productOldPriceInfo{ 
	color: #E5E5E5; 
}


.productBoxButton{
	float: right; 
	width: 35px;
	padding: 0px 3px 3px 0px; 
	margin: 0px;
}



/* Product Information  */

#productInfoHead{
	float: left;
	width: 560px;
	padding: 0px;
	margin: 0px;
	background-image: url(img/bg_product_info_head.jpg);
	background-repeat: repeat-y;
	background-position: top left; 	
	overflow: hidden;
}

#productInfoHeadTop {
	padding: 0px;
	margin: 0px;
	height: 11px;
	width: 560px;
	font-size: 0px;
	line-height: 0px;
	background-image: url(img/bg_product_info_head_top.jpg);
	background-repeat: no-repeat;
	background-position: left top; 
}

#productInfoHeadBottom {
	padding: 0px;
	margin: 0px;
	height: 11px;
	width: 560px;
	font-size: 0px;
	line-height: 0px;
	background-image: url(img/bg_product_info_head_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top; 
}


/*
#productInfoImageBox{
	float: left;
	text-align: center;
	width: 240px;
	padding: 0px;
	margin: 0px;
	background-image: url(img/bg_product_image_box.jpg);
	background-repeat: repeat-y;
	background-position: top left; 

}

#productInfoImageTop {
	padding: 0px;
	margin: 0px;
	height: 12px;
	width: 240px;
	font-size: 0px;
	line-height: 0px;
	background-image: url(img/bg_product_image_box_top.jpg);
	background-repeat: no-repeat;
	background-position: left top; 
}

#productInfoImageBottom {
	padding: 0px;
	margin: 0px;
	height: 12px;
	width: 240px;
	font-size: 0px;
	line-height: 0px;
	background-image: url(img/bg_product_image_box_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top; 
}

*/

#productInfoImage{
	float: left;
	text-align: center;
	width: 220px;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	font-size: 11px;
}

#productInfoMainData{
	float: left;
	width: 280px;
	padding: 0px 0px 0px 40px;
	margin: 0px;
}

#productInfoMainData ul li{ 
	padding-bottom: 10px; 
}

#productInfoMainData a,#productInfoMainData a:link,#productInfoMainData a:visited{
	color: #A75B32;
	text-decoration: none;
}

#productInfoMainData a:hover{
	color: #CCCCCC;
	text-decoration: none;
}

.productRegularPrice {
	font-weight: bold;
	font-size: 16px;	
	color: #A75B32;
}

.productQuantity input{
	width: 20px;
	padding: 1px;
	font-size: 12px;
	border: 1px solid #BEBEBE;
	height: 15px;
}

.productInfoBlock{ 
	float: left;
	width: 536px;
	padding: 10px;
	margin: 0px;
	background-color: #FFFFFF;
	border: 2px solid #AC8851;
}

.productInfoBlock ul li{
	padding-top: 5px;
}

.productOptionsDropdown {
	width: 120px;
}

/* Cross-selling  */

.crosssellingGroup{
	padding: 0px;
	margin: 0px;
	background-color: none;
}

.crosssellingGroup .productBox{
}

.crosssellingGroup h4{
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
	color: #A75B32;
	background-color: #EBEBEB;
}

/* Login Page  */

.loginDiv{
	width: 250px;
    padding: 0px 10px 10px 0px;
	margin: 0px;
	background-image: url(img/bg_loginbox.jpg);
	background-repeat: no-repeat;
	background-position: right bottom; 
}

.loginSubtitle{
	float: left;
	width: 245px;
	font-weight: bold;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	color: #A75B32;
/*	background-image: url(img/arrow_3d_down.gif);
	background-repeat: no-repeat;
	background-position: left center; */
}

.loginText{
	float: left;
	width: 250px;
	height: 110px; 
	padding: 20px 0px 0px 0px;
	margin: 0px;
}

.loginButton{
	float: right;
	text-align: right; 
	padding: 0px;
	margin: 0px;
}

/* Pages Create Account/ Account / Change Account Information / Adress Book */

.formArea, .formTextArea{
	margin: 0px;
	padding: 3px;
	float: left;	
/*	background-color: #E9EBEB; */
} /* former borderTrans */

table.formArea{
/*	background-color: #E9EBEB; */
	margin: 0px 0px 15px 0px;
	padding: 3px;
/*	border: 1px solid #BEBEBE; */

}
table.formArea td {
	margin: 0px;
	padding: 1px 0px 1px 5px;
}

.formTextArea textarea{
	width: 536px;
	height: 60px;
	margin: 0px;
	padding: 5px;
	float: left;
	border: 1px solid #BEBEBE;
	background-color: #FFFFFF;
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
} 

  
.inputRequirement input{
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: 1px solid #BEBEBE;
	width: 200px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
  } 
 
.inputRequirement textarea{
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif; 
	background-color: #FFFFFF;
	border: 1px solid #BEBEBE;
	width: 200px;
	height: 200px;
	padding: 2px;
  }
 
 .inputRequirement  select{
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: 1px solid #BEBEBE;
	width: 205px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 0px;
  } 
  
.inputRequirement {
 font-size: 10px; 
 color: #A75B32;
 }

.addressContainer{
	background-color: #FFFFFF;
	float: right;
	width: 180px;
	border: 1px solid #BEBEBE;
	padding: 3px;
	margin: 3px;
}

.moduleRow {
	padding: 2px 2px 0px;
	margin: 0px;
	background-color: #FFFFFF;
	border: none;

}

.moduleRowOver { 
	background-color: #D1D1D1;
	padding: 2px 2px 0px; 
	border: none;
	}
	
.moduleRowSelected {
	background-color: #D1D1D1;
	}

.orderTable td {
	color: #333333;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	text-align: left;
	vertical-align: top;
	border: none;
}

.orderTableHeader td{
	font-weight: bold;
	color: #333333;
}

tr.orderTableDarkRow{
	background-color: #E1E1E1;
}

tr.orderTableLightRow{
	background-color: #EBEBEB;
}

.orderTable a, .orderTable a:link, .orderTable a:visited{
	font-weight: bold;
	color: #A75B32;
	text-decoration: none;
}

.orderTable a:hover{
	font-weight: bold;
	color: #BBBBBB;
	text-decoration: none;
} 

/* History */

.historyArea{
	margin: 0px;
	padding: 5px;	
/*	border: 1px solid #BEBEBE; 
	background-color: #E9EBEB; */
} 

/* Reviews */

.reviewsTableHeader td{
	padding: 5px;
	font-weight: bold;
	color: #A75B32;
	background-color: #BEBEBE;
}

tr.reviewsTableDarkRow{
	background-color: #E1E1E1;
}

tr.reviewsTableLightRow{
	background-color: #EBEBEB;
}

.reviewsTable a, .reviewsTable a:link, .reviewsTable a:visited{
	font-weight: bold;
	color: #A75B32;
	text-decoration: none;
}

.reviewsTable a:hover{
	font-weight: bold;
	color: #BBBBBB;
	text-decoration: none;
} 

/* Voucher / Coupon */

.voucherAccount{
	width: 560px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	float: left;	
/*	border: 1px solid #BEBEBE; 
	background-color: #E9EBEB;*/
} 

.voucherAccount ul li{
	margin: 0px;
	padding-bottom: 10px;
} 

.voucherCode {
	float:left; 
	padding: 0px; 
	margin: 0px;
} 

.voucherCode input{
	margin: 0px;
	border: 1px solid #BEBEBE;
	width: 100px;
	padding: 1px;
	font-size: 11px;
} 


/* Shopping cart */

.checkoutBarImage { 
	float: right;
	padding: 0px 100px 0px 0px;
	margin: 0px;
	text-align: right; 
	height: 20px;
	}

.checkoutBarText { 
	float: right;
	padding: 0px;
	margin: 0px 100px 0px 0px;
	text-align: right; 
	}

.checkoutBarText div {
 	float: right;
	width: 90px;
	margin: 0px;
	text-align: center; 
	font-weight: bold;
	font-size: 10px;
	color: #A2A2A2;
	}

span.checkedStep{
	color: #A75B32;
	}

.cartTable td {
	color: #333333;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	text-align: left;
	vertical-align: top;
	border: none;
}

.cartTableHeader td{
	padding: 5px;
	font-weight: bold;
	color: #A75B32;
	background-color: #BEBEBE;
}

tr.cartTableDarkRow{
	background-color: #FFFFFF;
}

tr.cartTableLightRow{
	background-color: #FFFFFF;
}

.cartTable a, .cartTable a:link, .cartTable a:visited{
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.cartTable a:hover{
	font-weight: bold;
	color: #BBBBBB;
	text-decoration: none;
} 

.productQuantityCart input{
	font-weight: bold;
	width: 30px;
	background-color: #FFFFFF;
	border: 1px solid #BEBEBE;
	text-align: center;
	color: #333333;
}


/* Page checkout payment */

table.paymentMode{
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

tr.paymentModeTitle{
	height: 40px;
	vertical-align: middle;
	text-align: left;
}


td.paymentModeSelection{
	width: 4%;
}

td.paymentModeName{
	width: 76%;
	font-size: 12px;
	font-weight: bold;
}

td.paymentModeCost{
	width: 20%;
	font-size: 12px;
	font-weight: bold
	text-align: right;
}

tr.paymentModeItem{
	height: 25px;
	text-align: left;
	vertical-align: top;
}

td.paymentModeItemTitle{
	width: 300px;
}

td.paymentModeItemField{
	width: 250px;
}

.paymentModeItemField input{
	font-size: 11px;
	background-color: #F4F4F4;
	border: 1px solid #BEBEBE;
	width: 200px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;	
}

.paymentModeItemField select{
	font-size: 11px;
	background-color: #F4F4F4;
	border: 1px solid #BEBEBE;
	width: 100px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;	
}

/* Page checkout confirmation */

.confirmationBlockContainer{
	background-color: #FFFFFF;
	float: left;
	width: 450px;
	border: 1px solid #BEBEBE;
	padding: 5px;
}

.confirmationEdit{
	float: left; 
	padding-left: 10 px;
}

.confirmationEdit a, .confirmationEdit a:link, .confirmationEdit a:visited, .confirmationEdit a:hover{
	color: #A75B32;
 	font-style: italic;
}

/* Content Manager Pages */

.mainContent ul, .mainContent ol{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.mainContent ul li{
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 15px;
	text-align: justify;
	list-style-type: disc;
}

.mainContent ol li{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 15px;
	list-style-type: decimal;
}


/* Page contact */

.contactField input{
	font-size: 11px;
/*	background-color: #F4F4F4; */
	border: 1px solid #BEBEBE;
	width: 300px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;	
}

.contactField textarea{
	font-size: 11px;
/*	background-color: #F4F4F4; */
	border: 1px solid #BEBEBE;
	width: 300px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	font-family: arial;
	font-size:11px;	
}

.copyright {
	color: #666666;
}

.parseTime {
	color: #666666;
	font-size: 11px;
	line-height: 1.5;
	text-align: center;
}

.copyright a,.copyright:link,.copyright:visited {
	color: #666666;
	text-decoration: none;

}

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

.copyright {
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
.parseTime {
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}

SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.errorText {
  color: #ff0000;
}


.orderStatus{
	padding-left: 20px;
	height: 30px;
}



/*Search Results*/

.searchField input{
	border: 1px solid #BEBEBE;
	font-size: 12px;
	width: 300px;
	padding: 1px;
}

/* Sitemap Tables */

#sitemap{
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#sitemap table{
	margin: 0px;
	padding: 0px;
	border-collapse:collapse;
	border: none;
	padding: 0px;
}
#sitemap table td{
	margin: 0px;
	padding: 2px;
	border: none;
	border-collapse:collapse;
}

th.sitemap_heading {
	color: #A75B32;
	text-align: left;
	background-color: #C5AA83;
	padding: 2px;
}
.sitemap_heading a,.sitemap_heading a:link,.sitemap_heading a:visited {color:#A75B32;}
.sitemap_heading a:hover {color:#CCCCCC; text-decoration:none;}

td.sitemap_sub {
	font-size: 10px;
	background-color: #E1E1E1;
}
.sitemap_sub a,.sitemap_sub a:link,.sitemap_sub a:visited  {
	color:#333333;
}
.sitemap_sub a:hover {color:#CCCCCC; text-decoration:none;}


/*LightBox*/

#lightbox{
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 2%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; background: url(/templates/lederfischer/images/prev.gif) left 15% no-repeat;}
#nextLink { right: 0; float: right; background: url(/templates/lederfischer/images/next.gif) right 15% no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background: url(/templates/lederfischer/images/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/templates/lederfischer/images/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ padding: 20px 10px 10px 0px;; font-size: 13px; font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding: 5px 0px 10px 0px;	}			
#imageData #bottomNavClose{ width: 100px; float: right;  padding-bottom: 10px;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}

/* ERWEITERTER NEWSLETTER */
td,th,div,select,option {font-size:12px; color:#333333;; font-family:Arial, Helvetica, sans-serif;}
.access_step_n {background-color:#cccccc; text-align:center; height:25px;}
.access_step_c {background-color:#dddddd; padding-left:10px; padding-right:10px;}
.access_step_nc {background-color:#eeeeee; text-align:center; height:18px; border-bottom:1px solid #ffffff;}
.access_step_cc {background-color:#f2f2f2; padding-left:10px; padding-right:10px; border-bottom:1px solid #ffffff;}


