/* -----------------------------------------------------------------------------------------
   $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 
   -----------------------------------------------------------------------------------------
   Maintained (c) 2007 i3internet.de 
   -----------------------------------------------------------------------------------------
   
   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: 15px 0px 15px 0px; 
	background: #e1e3f0 url('img/fuhrmann_bg.gif') repeat-x; 
	color: #444444; 
	font-family: Verdana, sans-serif; 
	font-size: 11px;
	text-align: center;
	}

#overall_center {
	border: 5px solid #FFF;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	text-align: left;
	}
	
#content_wrapper { 
	position: relative;	
	margin-left:auto;
	width:850px;
	margin-right:auto;
	text-align:left;
	}
		
	
/* Rounded Borders */	
.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url('img/scholz_rounded_corners.gif'); /* CHANGE: path and name of your image */
	height: 18px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	margin: 0pt auto; width: 860px;
	}
.top-left, .bottom-left { 
	margin-right: 18px; /* CHANGE: replace by the width of one of your corners */
	}
.top-right, .bottom-right { 
	margin-left: 18px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -18px;  /* CHANGE: replace by the height of one of your corners */
	}
.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.bottom-left  { 
	background-position: 0 -18px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right { 
	background-position: 100% -18px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.inside {
	border-left: 1px solid #C00000; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #C00000;/* YCC: color & properties of the right-borderline */
	background: #EFEFEF;            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-color of the inside */
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */
	}
.notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: 0; } /* DNC: to avoid splitting of the box */

	
/* Content Box (Homepage) */

#contentbox {
	position: relative; 
	top:0px; left:0px; height:192px; width:572px; 
	background: url(img/contentbox_home.jpg);
	/* float:left; */
	color:#afa79f;
	font-size:11px; 
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px; 
	/* white-space:nowrap; */
	}
#contentbox .title {
	white-space: normal;
	color:#e55c19; 
	font-size:18px;
	line-height: 0.9em;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 200px;	
	}
#contentbox .text {
	white-space: normal;
	color:#606060;
	display: block;  
	font-size:12px;
	padding-left: 20px;
	padding-top: 0px;	
	padding-right: 200px;	
	}
#contentbox a { 
color: #2469bf; text-decoration: none; 
}
#contentbox a:hover
{ 
color: #e55c19; 
text-decoration: underline; 
}
	
	
	
	
td.titlebar {
border-top: 0px solid #FFF; 
border-bottom: 0px solid #FFF; 
background: transparent url(img/fuhrmann_logo_bar.gif) repeat-x; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; 
height: 130px; 
padding-left: 10px; 
padding-top: 0px;
margin-top: 0px;
margin-bottom: 0px;
color: #FFF;
}
	
td.mainnavbar {
border-top: 0px solid #FFF; 
border-bottom: 0px solid #FFF; 
background: transparent url(img/fuhrmann_mainnav_bg.gif) repeat-x; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; 
height: 55px; 
padding-left: 10px; 
padding-top: 0px;
margin-top: 0px;
margin-bottom: 0px;
color: #FFF;
}
	

td.navbar {
border-top: 0px solid #FFF; 
border-bottom: 0px solid #FFF; 
background: transparent url(img/fuhrmann_nav_bg.gif) repeat-x; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; 
height: 18px; 
padding-left: 10px; 
padding-top: 3px;
padding-bottom: 0px;
margin-top: 0px;
margin-bottom: 0px;
color: #FFF;
}



td.navbar a.headerNavigation {
color: #303030;
text-decoration: none;
background-color: transparent;
font-weight: normal;
}

td.navbar a.headerNavigation:hover{
color: #e55c19;
text-decoration: none;
background-color: transparent;
font-weight: normal;
}

td.titlebar a {
color: #303030;
text-decoration: none;
background-color: transparent;
font-weight: normal;
}

td.titlebar a:hover{
color: #e55c19;
text-decoration: none;
background-color: transparent;
font-weight: normal;
}

/* Navigation */


#nav {
	position: relative; 
	top:14px; 
	left:240px; 
	height:28px; 
	width:610px; 
	float:left;  
	color:#000000; 
	font-size:11px; 
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px; 
	background: transparent;	
	
	white-space:nowrap;
}

#nav ul {
	float: left;
	list-style: none;
	width: 610px;		
	height: 28px;
	text-transform: uppercase;
	margin: 0 0 0 0px;
	padding: 0;	
	display: inline;
	
}
#nav ul li {
	display: inline;
	
	float: left;
	width: auto;
	background-color:#0090D1;
	margin: 0; padding: 0;
	
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #336ec1;
	border-left: 1px solid #6897d8;
	font: bold 11px/30px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 0px;
	color: #fff;
	background: url(img/fuhrmann_mainnav_off.gif) repeat-x;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background: url(img/fuhrmann_mainnav_mo.gif) repeat-x;	
}
#nav ul li#current a {	
	background: url(img/fuhrmann_mainnav_mo.gif) repeat-x;	
}





a { 
color: #2469bf; text-decoration: none; 
}

a:hover
{ 
color: #e55c19; 
text-decoration: underline; 
}


a.pageResults 
{ color: #555; font-family: tahoma,Arial,Helvetica,sans-serif; font-size: 11px; 
}

a.pageResults:hover 
{ 
background: #FFF none repeat; 
color: rgb(85, 85, 85); 
font-family: tahoma,Arial,Helvetica,sans-serif; 
font-size: 11px; 
}


form 
{ display: inline; 
}

h1 { margin: 0pt; padding: 0pt; font-size: 11px; }

img 
{ border: 0pt none ; 
}

span.greetUser 
{ 
color: rgb(68, 68, 68); font-family: tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; 
}

span.markProductOutOfStock 
{ color: rgb(199, 97, 112); font-family: Tahoma,tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; 
}

span.markProductOutOfStock 
{ color: rgb(199, 97, 112); font-family: tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; 
}

span.productDiscountPrice 
{ color: rgb(255, 0, 0); font-family: tahoma,Arial,sans-serif; font-weight: bold; 
}

span.productOldPrice 
{ color: #819A9E; font-family: tahoma,Arial,sans-serif; text-decoration: line-through; 
}

span.productSpecialPrice, span.errorText 
{ color: #FF0000; font-family: tahoma,Arial,sans-serif; 
}

table.formArea { 
border: 1px solid rgb(204, 204, 204); background: rgb(255, 255, 255) none repeat; }

table.productListing { 
border: 1px solid rgb(182, 183, 203); border-spacing: 1px; font-family: Arial,sans-serif; font-size: 11px; 
}

textarea { 
font-family: tahoma,Arial,sans-serif; font-size: 11px; width: 100%; }

tr.accountHistory-odd, tr.addressBook-odd, tr.alsoPurchased-odd, tr.payment-odd, tr.productListing-odd, tr.productReviews-odd, tr.upcomingProducts-odd, tr.shippingOptions-odd, 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: rgb(248, 248, 249) none repeat; 
}

tr.footer 
{ background: rgb(187, 195, 211) none repeat; 
}

tr.header 
{ background: #FFF none repeat; 
}

tr.headerError { background: rgb(255, 0, 0) none repeat; }
tr.headerInfo, tr.subBar {  }
tr.headerNavigation { background: rgb(246, 246, 246) none repeat; }
.accountCategory { color: rgb(170, 187, 221); font-family: tahoma,Arial,sans-serif; font-size: 11px; }
.an { display: block; }
.aus { display: none; }





/* Boxed */

.boxed {
	float: left;
	clear: left;
	width: 250px;
	margin: 0 0 15px 0;
	padding: 0;
	background: #FFFFFF;
}

.boxed .heading {
	margin-top: 0;
	margin-bottom: 0;
	padding: 8px 27px;
	background: #FFFFFF url(img/fuhrmann_box_header.gif) no-repeat center bottom;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: bold 1em Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.boxed .content {
	margin: 0;
	padding: 5px 4px 10px 4px;
	border-left: 1px solid #B0B0B0; 
	border-right: 1px solid #B0B0B0;
	border-bottom: 1px solid #B0B0B0;

}

.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.boxed li {
	padding: 3px 0;
	border-top: 1px dotted #1F1F21;
}

.boxed li.first {
	border: none;
}

.boxed a {
	padding-left: 10px;
/*	background: url(img/img4.gif) no-repeat left center;*/
	text-decoration: none;
}






.boxText 
{ 
padding: 3px; 
background: #FFFFFF none repeat; 
line-height: 18px; 
}
.boxText, .messageBox, .infoBoxNoticeContents, .infoBox, span.infoBox, .productListing-data, .smallText, span.smallText, p.smallText, .fieldValue, checkbox, input, radio, select 
{ 
font-family: tahoma,Arial,sans-serif; font-size: 11px; 
}

.boxTextBG 
{
 background-color: rgb(255, 255, 255); font-family: tahoma,Arial,sans-serif; font-size: 12px; font-weight: bold;
}

.boxTextBGII 
{ background-color: rgb(211, 211, 211); 
font-family: tahoma,Arial,sans-serif; 
font-size: 11px; 
}

.boxTextPrice, span.newItemInCart, .inputRequirement 
{ 
color: rgb(255, 0, 0); 
font-family: tahoma,Arial,sans-serif; 
font-size: 11px; 
}

.checkoutBarCurrent, .boxText, .subBar { color: rgb(85, 85, 85); font-family: tahoma,Arial,sans-serif; font-size: 11px; }

.checkoutBarFrom, .checkoutBarTo { color: rgb(140, 140, 140); font-family: tahoma,Arial,sans-serif; font-size: 11px; }

.contentsTopics { 
	color: #e55c19; 
	font-family: tahoma,Arial,sans-serif; 
	font-size: 22px; 
	font-weight: normal; 
	height: 55px; 
	padding-left: 5px; 
	vertical-align: middle; 
	width: 559px; 
	}
	
.contentsTopicsDescription { 
	color: #404040; 
	font-family: tahoma,Arial,sans-serif; 
	font-size: 14px; 
	font-weight: normal; 
	padding-left: 5px; 
	vertical-align: middle; 
	width: 559px; 
	}

.copyright { font-family: tahoma,Arial,sans-serif; font-size: 11px; line-height: 1.5; text-align: center; }

.errorBox { background-color: rgb(255, 179, 181); font-family: tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; }

.errorBox { background: rgb(255, 179, 181) none repeat; font-family: tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; }

.formAreaTitle, .fieldKey, .tableHeading { font-family: tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; }

.gvBox { border: 1px solid rgb(255, 255, 255); background-color: rgb(255, 179, 181); font-family: tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; }

.headerError { background: rgb(255, 0, 0) none repeat; color: rgb(255, 255, 255); font-family: tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; text-align: center; }

.headerInfo { 
background: rgb(0, 255, 0) none repeat; color: rgb(255, 255, 255); font-family: tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; text-align: center; 
}

.headerNavigation, .footer { border-color: rgb(182, 183, 203); border-bottom: 1px solid rgb(182, 183, 203); background: rgb(246, 246, 246) none repeat; color: rgb(85, 85, 85); font-family: tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; }
.info1, .info2 { margin: 0pt; padding: 5px; background: rgb(248, 193, 0) none repeat; font-size: 10px; }
.infoBox {  }

.infoBoxContents 
{ 
background: transparent url('img/bg_box2.gif') repeat-x;
color: rgb(85, 85, 85); font-family: tahoma,Arial,sans-serif; font-size: 11px; 
}

.infoBoxHeading
 { 
 border-bottom: 1px solid rgb(153, 153, 153);
 margin-top:3px;
 padding: 8px 0pt 5px 25px; 
 background: transparent url('img/fuhrmann_infobox_header.gif') repeat; color: rgb(51, 51, 51); 
font-family: tahoma,Arial,sans-serif; font-size: 12px; font-weight: bold; 
 color:#FFFFFF;

}


.infoBoxHeading_cat
 { 
	border-bottom: 0px solid #B0B0B0;
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px 0px 8px 27px;
	background: #f7f3ed url(img/fuhrmann_box_header.gif) no-repeat center bottom;
	text-transform: uppercase;
	letter-spacing: 1px;
	font: bold 1em Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;

}



.infoBoxHeading2 { 
border: 1px solid rgb(153, 153, 153); background: transparent url('img/navtrail.gif') repeat; color: rgb(255, 255, 255); font-family: tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; height: 25px; }
.infoBoxHeading3 { color: rgb(85, 85, 85); font-family: tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; height: 22px; }
.infoBoxNotice { background: rgb(242, 226, 226) none repeat; }

.header
{ 
	/* background-image: url("img/header.jpg"); */
	background: #000000 none repeat; 
	 
	}


/* Search Area */

#searcharea {
	position: absolute; top:168px; 
	left:20px; right:0px; height:40px; width:130px; 
	float:left;  color:#afa79f; 
	font-size:11px; 
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px; 
	white-space:nowrap;
	}
#searcharea .title {color:#2469bf; font-size:14px}
#searcharea .inputfield {
color:#000000;
font-family: tahoma,Arial,Helvetica,sans-serif;
font-size:12px;
border-width:1px;
border-color:#000000;
border-style:solid;
padding:1px;
background-color: #a0a0a0;
width:150px;
height:17px;
}
#searcharea table tr td {color:#606060; padding:0px 0px 0px 8px; margin:0; white-space:nowrap}
#searcharea table tr td input[type=text], #header #loginarea table tr td input[type=password] {}
#searcharea a { 
color: #2469bf; text-decoration: none; 
}
#searcharea a:hover
{ 
color: #e55c19; 
text-decoration: underline; 
}


/* Login Area */

#loginarea {
	position: absolute; 
	top:5px; left:625px; right:0px; height:125px; width:230px; 
	background-color: #dbeaf8;
	float:left;  color:#afa79f;
	font-family: tahoma,Arial,sans-serif; 
	font-size:11px; 
	font-weight: bold;
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px; 
	white-space:nowrap;
	border-left: 1px solid #7696b6; 
	border-right: 1px solid #7696b6;
	border-top: 1px solid #7696b6;
	border-bottom: 1px solid #7696b6;
	-moz-border-radius: 1.3em;
	-webkit-border-radius: 1.3em;
	-webkit-box-shadow: 3px 3px 3px #bbb;
	/* border-radius: 1.3em; */
	}
#loginarea .title {color:#2469bf; font-size:14px; margin:10px 0px 10px 0px;}
#loginarea table tr td {color:#3b5873; padding:0px 0px 0px 8px; margin:0px; white-space:nowrap}
#loginarea table tr td input[type=text], #header #loginarea table tr td input[type=password] {}
#loginarea a { 
color: #2469bf; text-decoration: none; 
}
#loginarea a:hover
{ 
color: #e55c19; 
text-decoration: underline; 
}






.main, p.main 
{ 
font-family: tahoma,Arial,sans-serif; font-size: 11px; line-height: 15px; 
}
.messageStackError, .messageStackWarning { background-color: rgb(255, 179, 181); font-family: tahoma,Arial,sans-serif; font-size: 11px; }
.messageStackSuccess { background-color: rgb(153, 255, 0); font-family: tahoma,Arial,sans-serif; font-size: 11px; }
.mmoduleRow { border-bottom: 1px solid rgb(204, 204, 204); background: rgb(255, 255, 255) none repeat; height: 15px; line-height: 150%; text-decoration: none; }
.moduleHeading { font-family: tahoma,Arial,sans-serif; font-size: small; font-weight: bold; padding-bottom: 11px; }



.moduleRow { height: 15px; line-height: 110%; }
.moduleRow { border-bottom: 1px solid rgb(204, 204, 204); background: rgb(255, 255, 255) none repeat; height: 15px; line-height: 130%; }

.moduleRow a { text-decoration: none; color: rgb(00, 00, 00); }

.moduleRow a { text-decoration: none; }

.moduleRow a:hover 
{ text-decoration: none; 
}

.moduleRowOver { height: 11px; text-decoration: none; }
.moduleRowOver { border-bottom: 1px solid rgb(204, 204, 204); background: rgb(237, 236, 221) none repeat; height: 15px; line-height: 110%; text-decoration: none; }
.moduleRowOver a { text-decoration: none; }
.moduleRowOver a { text-decoration: none; }
.moduleRowOver a:hover { text-decoration: underline; }
.moduleRowOver a:hover { text-decoration: none; }
.moduleRowSelected {  }
.moduleRowSelected {  }

.navLeft { border-color: rgb(182, 183, 203) -moz-use-text-color rgb(182, 183, 203) rgb(182, 183, 203); border-right: 1px solid; }

.navRight { border-color: rgb(182, 183, 203) rgb(182, 183, 203) rgb(182, 183, 203) -moz-use-text-color; border-left: 1px solid; }

.onepxwidth { width: 1px; }

.orderEdit { color: rgb(112, 210, 80); font-family: tahoma,Arial,sans-serif; font-size: 11px; text-decoration: underline; }

.pageHeading, div.pageHeading { color: rgb(85, 85, 85); font-family: tahoma,Arial,sans-serif; font-size: 16px; font-weight: bold; }

.poweredby { color: rgb(85, 85, 85); font-family: tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; }

.productListing-heading, .mmbodysml { background: rgb(182, 183, 203) none repeat; color: rgb(255, 255, 255); font-family: tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; }

.productsNotifications { background: rgb(242, 255, 247) none repeat; }

.smallHeading { 
color: rgb(85, 85, 85); 
font-family: tahoma,Geneva,Arial,Helvetica,sans-serif; 
font-size: x-small; font-weight: bold; 
}

.stockWarning { color: rgb(204, 0, 51); font-family: tahoma,Arial,sans-serif; font-size: 11px; }

.tableBody { padding: 5px; }

.tableBody { padding: 2px; }

.tableListingI { background-color: rgb(238, 238, 238); }

.tableListingII { background-color: rgb(208, 208, 208); }

.tableShop { border-color: rgb(182, 183, 203) -moz-use-text-color; border-left: 1px solid; border-right: 1px solid; background-color: rgb(255, 255, 255); }


.moduleRow {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 line-height: 130%; 
 background-color: #FFFFFF;
 border: 1px solid;
 border-color: #FFFFFF;

}
.moduleRowOver { 
	background-color: #f4f6f9; 
	border: 1px solid;
	border-color: #e2e9f2;
	font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 130%; 
	
	}
.moduleRowSelected { background-color: #EFA6AA; }