/* GS ShopBuilder */

/* global font in all table rows*/
td { 	
	font-family : Arial, Helvetica, sans-serif; 	
	color : #808080; 	
	font-size : 11px;  
}

/* main table */
.tablemain { background-color : #FFFFFF; border : 0px solid #D49148; }

/* font global, background color and scrollbar */
body { 
	font-family : Arial, Helvetica, sans-serif; 	
	color : #808080;
	font-size : 12px;
	background-color : #FFFFFF;
    scrollbar-track-color : white; 
    scrollbar-face-color : white; 
    scrollbar-highlight-color : white; 
    scrollbar-3dlight-color: black; 
    scrollbar-darkshadow-color: black; 
    scrollbar-shadow-color:white; 
	scrollbar-arrow-color:#003366; 
}

/* no border for images with link setting */
img { 	 
	border: 0px; 
}

/* product images with link settings */
img.products {     
	border: 1px #D49148 solid;     
	cursor:  pointer; 
}

/* top row with background image*/
.tdimage { 	
	background-image : url(back.gif); 	
	background-repeat : no-repeat; 	
	background-color : #FFFFFF; 	
   
	height : 55px; 
}

/* icon links home */
a.homenavi  {
	font-size : 11px;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
	background-image : url(iconhome.gif);
	background-repeat : no-repeat;
	background-position : center top;
	display : block;
	padding : 45px 4px 2px 5px;
	background-color : #B56235;
	border-right : 1px solid #FFFFFF;
}

/* icon links home */
a.homenavi:link  {
	font-size : 11px;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
	background-image : url(iconhome.gif);
	background-repeat : no-repeat;
	background-position : center top;
	display : block;
	padding : 45px 4px 2px 5px;
	background-color : #B56235;
	border-right : 1px solid #FFFFFF;
}


/* icon links home */
a.homenavi:visited  {
	font-size : 11px;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
	background-image : url(iconhome.gif);
	background-repeat : no-repeat;
	background-position : center top;
	display : block;
	padding : 45px 4px 2px 5px;
	background-color : #B56235;
	border-right : 1px solid #FFFFFF;
}

/* icon links home */
a.homenavi:hover  {
	background-color : #D6924A;
	font-size : 11px;
	font-weight : bold;
	color : #FFFFFF;
}


/* icon links email */
a.emailnavi  {
	font-size : 11px;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
	background-image : url(iconemail.gif);
	background-repeat : no-repeat;
	background-position : center top;
	display : block;
	padding : 45px 4px 2px 5px;
	border-right : 1px solid #FFFFFF;
	background-color : #B56235;
}

/* icon links email */
a.emailnavi:link  {
	font-size : 11px;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
	background-image : url(iconemail.gif);
	background-repeat : no-repeat;
	background-position : center top;
	display : block;
	padding : 45px 4px 2px 5px;
	border-right : 1px solid #FFFFFF;
	background-color : #B56235;
}

/* icon links email */
a.emailnavi:visited  {
	font-size : 11px;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
	background-image : url(iconemail.gif);
	background-repeat : no-repeat;
	background-position : center top;
	display : block;
	padding : 45px 4px 2px 5px;
	border-right : 1px solid #FFFFFF;
	background-color : #B56235;
}

/* icon links email */
a.emailnavi:hover  {
	background-color : #D6924A;
	font-size : 11px;
	font-weight : bold;
	color : #FFFFFF;
}


/* icon links search */
a.searchnavi  {
	font-size : 11px;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
	background-image : url(iconinfo.gif);
	background-repeat : no-repeat;
	background-position : center top;
	display : block;
	padding : 45px 4px 2px 5px;
	background-color : #B56235;
}

/* icon links search */
a.searchnavi:link  {
	font-size : 11px;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
	background-image : url(iconinfo.gif);
	background-repeat : no-repeat;
	background-position : center top;
	display : block;
	padding : 45px 4px 2px 5px;
	background-color : #B56235;
}

/* icon links search */
a.searchnavi:visited  {
	font-size : 11px;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
	background-image : url(iconinfo.gif);
	background-repeat : no-repeat;
	background-position : center top;
	display : block;
	padding : 45px 4px 2px 5px;
	background-color : #B56235;
}

/* icon links search */
a.searchnavi:hover  {
	background-color : #D6924A;
	font-size : 11px;
	font-weight : bold;
	color : #FFFFFF;
}

/* shoplinks (basket, order, cond)*/
a.shopnavi  {
	font-size : 11px;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
	height : 21px;
	padding : 4px 5px 2px 6px;
	border-right : 1px solid #FFFFFF;
}

/* shoplinks (basket, order, cond)*/
a.shopnavi:link  {
	font-size : 11px;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
	height : 21px;
	padding : 4px 5px 2px 6px;
	border-right : 1px solid #FFFFFF;
}

/* shoplinks (basket, order, cond)*/
a.shopnavi:visited  {
	font-size : 11px;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
	height : 21px;
	padding : 4px 5px 2px 6px;
	border-right : 1px solid #FFFFFF;
}

/* shoplinks (basket, order, cond)*/
a.shopnavi:hover  {
	font-size : 11px;
	font-weight : bold;
	background-color : #B56235;
	color : #FFFFFF;
}

/* background for top images home, info and email*/
.tdiconnavi  {
	background-color : #B56235;
	text-align : center;
	vertical-align : bottom;
}

/* background for basket, order formular links etc.*/
.tdshopnavi  {
	height : 21px;
	background-color : #D6924A ;
}

/* horizontal lines */
hr { 	
	height : 1px; 	
	border-top : 1px solid #D49148; 
}

/* left column: background color and size */
.leftcolumn { 	
	width : 20%; 	
	background-color : #F7F7F7; 
}

/* left column: background color etc. for contents */
.leftmenueback { 	
}

/* center column: background color etc. */
.centercolumn { 	
	padding : 10px; 	
	vertical-align : top; 	
	background-color : #FFFFFF; 	
}

/* right column: background color and size */
.rightcolumn { 	
	background-color : #F7F7F7; 	
	vertical-align : top; 	
	width :20%; 	 
}

/* right column: background color etc. for contents */
.rightcolumncontent { 	
}

/* left column title*/
.titleproductgroups { 	
	font-size : 12px; 	
	font-weight : bold; 	
	color : #FFFFFF; 	
	background-color : #D49148; 	
	padding-left : 10px; 	
	padding-bottom : 1px; 	
	height : 21px; 	
	vertical-align : middle;  
}

/* right column title*/
.titlenews { 
	font-size : 12px; 
	font-weight : bold; 
	color : #FFFFFF; 
	background-color : #B56235; 
	padding-left : 10px; 
	padding-bottom : 1px; 
	height : 21px; 
	vertical-align : middle; 
}

/* middle column title row*/
.tdbreadcrumbnavi  {
	background-color : #F7F7F7;
	height : 21px;
}

/* middle column title*/
.groupid { 	
	font-size : 20px; 	
	color : #D49148; 
}


/* separate links - the small arrow*/
.linkseparatebreadcrumb { 	
	font-family : Arial, Helvetica, sans-serif; 	
	font-size : 13px; 	
	font-weight : bold; 	
	color : #D49148;
}


/* middle column title link settings */
a.breadcrumbnavi { 	
	font-size : 12px; 	
	font-weight : bold; 	
	color : #D49148; 	
	text-decoration : none;
}

/* middle column title link settings */
a.breadcrumbnavi:link { 	
	font-size : 12px; 	
	font-weight : bold; 	
	color : #D49148; 	
	text-decoration : none; 
}

/* middle column title link settings */
a.breadcrumbnavi:visited { 	
	font-size : 12px; 	
	font-weight : bold; 	
	color : #D49148; 	
	text-decoration : none; 
}

/* middle column title link settings - MouseOver */
a.breadcrumbnavi:hover { 	
	font-size : 12px; 	
	font-weight : bold; 	
	color : #D49148; 	
	text-decoration : underline;
}


/* all link settings */
a { 	
	font-family: Arial, Helvetica,  sans-serif;  	
	font-size: 11px;  	
	color: #B56235;  	
	font-weight: normal;  	
	text-decoration: none;	
}

/* all link settings */
a:link {   	
	font-family: Arial, Helvetica,  sans-serif;  	
	font-size: 11px;  	
	color: #B56235;  	
	font-weight: normal;  	
	text-decoration: none; 	
}

/* all link settings */
a:visited {   	
	font-family: Arial, Helvetica,  sans-serif;  	
	font-size: 11px;  	
	color: #B56235;  	
	font-weight: normal;  	
	text-decoration: none; 
}

/* all link settings - MouseOver */
a:hover {   	
	font-family: Arial, Helvetica,  sans-serif;  	
	font-size: 11px;  	
	color: #D49148;  	
	font-weight: normal;  	
	text-decoration: underline; 
}


/* links: next and previous page */
a.shoppagenav: { 	
	font-family: Arial, Helvetica,  sans-serif;  	
	font-size: 12px;  	
	color: #D49148;  	
	font-weight: bold;  	
	text-decoration: none; 	
}

/* links: next and previous page */
a.shoppagenav:link {   	
	font-family: Arial, Helvetica,  sans-serif;  	
	font-size: 12px;  	
	color: #D49148;  	
	font-weight: bold;  	
	text-decoration: none; 	
}

/* links: next and previous page */
a.shoppagenav:visited {   	
	font-family: Arial, Helvetica,  sans-serif;  	
	font-size: 12px;  	
	color: #D49148;  	
	font-weight: bold;  	
	text-decoration: none; 	
}

/* links: next and previous page - MouseOver*/
a.shoppagenav:hover {   	
	font-family: Arial, Helvetica,  sans-serif;  	
	font-size: 12px;  	
	color: #D49148;  	
	font-weight: bold;  	
	text-decoration: underline; 
}

/* product group links */
a.subcatnavi {
	font-size : 11px;
	color : #808080;
    font-weight: bold;
	text-decoration : none;
	padding : 3px 0px 3px 0px;
	width : 100%;
	display : block;
	background-color : #F7F7F7;
}


/* product group links */
a.subcatnavi:link {    
	font-size : 11px;
	color : #808080;
    font-weight: bold;
	text-decoration : none;
	padding : 3px 0px 3px 0px;
	width : 100%;
	display : block;
	background-color : #F7F7F7;
}


/* product group links */
a.subcatnavi:visited {      
	font-size : 11px;
	color : #808080;
    font-weight: bold;
	text-decoration : none;
	padding : 3px 0px 3px 0px;
	width : 100%;
	display : block;
	background-color : #F7F7F7;
}


/* product group links - MouseOver */
a.subcatnavi:hover {      
	font-size: 11px;     
	font-weight: bold;
	text-decoration: none;     
	display: block;     
	color: #FFFFFF;
	background-color: #D49148;
	padding: 3px 0px 3px 0px; 
}

/* active product group links */
a.subcatnaviactiv {          
	font-size: 11px;    
	font-weight: bold; 
	text-decoration: none;     
	display: block;     
	color: #FFFFFF;
	background-color: #D49148;
	padding: 3px 0px 3px 0px; 
}

/* active product group links */
a.subcatnaviactiv:link {          
	font-size: 11px;   
	font-weight: bold;  
	text-decoration: none;     
	display: block;     
	color: #FFFFFF;
	background-color: #D49148;
	padding: 3px 0px 3px 0px; 
}

/* active product group links */
a.subcatnaviactiv:visited {          
	font-size: 11px;     
	font-weight: bold;
	text-decoration: none;     
	display: block;     
	color: #FFFFFF;
	background-color: #D49148;
	padding: 3px 0px 3px 0px; 
}

/* active product group links - MouseOver */
a.subcatnaviactiv:hover {        
	font-size: 11px;     
	font-weight: bold;
	text-decoration: none;     
	display: block;     
	color: #FFFFFF;
	background-color: #D49148;
	padding: 3px 0px 3px 0px; 
}


/* category rows */
.tdsubcat  {
	border-bottom : 1px solid #D49148;
}

/* products on main page*/
.tableproductsonmain { 	
	padding : 10px; 
}

/* product tables on shop pages */
.tableproducts { 	
	background-color : #FFFFFF; 	
	border-top : 1px solid #D49148; 	
	border-bottom : 4px solid #D49148; 	
	margin-bottom : 20px;     
	padding-top : 10px; 	
	padding-left : 10px; 	
	padding-right : 10px; 
}

/* title for product tables on shop pages widthout link setting */
.producttitle {     
	height : 20px;     
	background-color : #F7F7F7; 	
	font-size : 12px; 	
	font-weight : bold; 	
	color : #D49148; 	
	padding-right : 15px; 	
	padding-bottom : 0px; 	
	padding-top : 0px; 
}

/* link settings product titles on shop pages */
a.producttitlenav { 	
	font-size : 12px; 	
	font-weight : bold; 	
	color : #D49148; 	
	padding-right : 15px; 	
	padding-bottom : 8px; 	
	padding-top : 8px; 
}

/* link settings product titles on shop pages */
a.producttitlenav:link { 	
	font-size : 12px; 	
	font-weight : bold; 	
	color : #D49148; 	
	padding-right : 15px; 	
	padding-bottom : 8px; 	
	padding-top : 8px; 
}

/* link settings product titles on shop pages */
a.producttitlenav:visited { 	
	font-size : 12px; 	
	font-weight : bold; 	
	color : #D49148; 	
	padding-right : 15px; 	
	padding-bottom : 8px; 	
	padding-top : 8px; 
}

/* link settings product titles on shop pages - MouseOver*/
a.producttitlenav:hover {     
	text-decoration   : underline;    	
	font-size : 12px; 	
	font-weight : bold; 	
	color : #D49148; 	
	padding-right : 15px; 	
	padding-bottom : 8px; 	
	padding-top : 8px; 
}


/* item number */
.itemnumber { 	
	color : #808080; 	
	font-weight	: bold; 	
	font-size : 9px; 	
	border : 0px none #FFFFFF; 
}

/* item price */
.itemprice { 	
	color : #808080; 	
	font-weight	: bold; 	
	font-size : 9px; 	
	border : 0px none #FFFFFF; 
}

/* old price */
.oldprice {
	color: #FF0000;
	font-weight: bold;
	font-size: 11px;
	border: 1px none #000000;
	width: 200px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: line-through;
	padding : 0px; 
	background-color : #FFFFFF; 
	scrollbar-base-color : #FFFFFF; 
	scrollbar-track-color : #FFFFFF; 
	scrollbar-face-color : #FFFFFF; 
	scrollbar-highlight-color : #FFFFFF; 
	scrollbar-3dlight-color : #FFFFFF; 
	scrollbar-darkshadow-color : #FFFFFF; 
	scrollbar-shadow-color : #FFFFFF; 
	scrollbar-arrow-color : #FFFFFF;
}

/* reference price */
.referenceprice {
	color: #808080;
	font-size : 11px;
	border: 1px none #000000;
	width: 300px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding : 0px; 
	background-color : #FFFFFF; 
	scrollbar-base-color : #FFFFFF; 
	scrollbar-track-color : #FFFFFF; 
	scrollbar-face-color : #FFFFFF; 
	scrollbar-highlight-color : #FFFFFF; 
	scrollbar-3dlight-color : #FFFFFF; 
	scrollbar-darkshadow-color : #FFFFFF; 
	scrollbar-shadow-color : #FFFFFF; 
	scrollbar-arrow-color : #FFFFFF;
}


/* table on detail pages */
.tableproductdetails { 
	background-color : #FFFFFF; 
	border-top : 1px solid #D49148; 
	border-bottom : 4px solid #D49148; 
	margin-bottom : 5px; 
}

/* table header on detail pages */
.producttitledetails { 
	font-size : 14px; 
	font-weight : bold; 
	color : #D49148; 
	padding-top : 10px; 
	padding-bottom : 10px; 
}

/* table rows on detail pages */
.tdproductdetails { 
	border-top : 1px dashed #D49148; 
	padding-top : 5px;
	padding-bottom : 5px; 
}


/* minibasket title */
.minibaskettitle { 	
	font-size : 12px; 	
	font-weight : bold;     
	background-color : #D49148; 	
	color : #FFFFFF; 
	padding-left : 5px;
}

/* minibasket background color, sizes alignments */
.minibasket { 	
	paddding : 4px;
	font-size : 10px; 	
	color : #808080; 	
	background-color : #FFFFFF; 	     
	height : 15px; 	
	vertical-align : top; 
}

/* minibasket table border */
.minibasketborder { 	
	border-bottom : 2px solid #D49148; 	
	border-top : 2px solid #D49148;    	
	border-right : 2px solid #D49148;    	
	border-left : 2px solid #D49148;     
	background-color : #FFFFFF; 
}

/* minibasket - the quantity */
.quantmininew {   
	font-size: 10px;  	
	font-family : Arial, Helvetica, sans-serif; 
	font-weight : normal; 	
	text-align : left; 		
	border : 0px none #FFFFFF; 	
	color  : #808080;
	background-color : #FFFFFF; 	
}

/* foot note */
.footnote { 	
	border-top : 1px solid #D49148; 	
	padding-top : 5px; 	
	color : #D49148;
}


/* sitemap tables */
.sitemap { 	
	padding : 3px; 	
	background-color : #E7E7E7; 	
	border-top : 1px solid #D49148; 	
	border-bottom : 2px solid #D49148; 
}


/* text field for search */
.searchinput  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #E5C09B;
	padding : 0px;
}

/* all text fields */
.inputbox { 	
	font-size : 11px; 	
	font-family : Arial, Helvetica, sans-serif;	
	color : #353535; 	
	background-color : #E5C09B; 	
	height: 20px; 
}

/* order button */
.orderbutton  {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-align : center;
	color : #FFFFFF;
	background-color : #B56235;
	border : 0px #B56235 none;
	padding : 0px;
	margin-bottom : 5px;
	cursor : pointer;
}

/* all buttons */
.buttons  {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif; 	
	font-weight : normal;
	text-align : center;
	color : #FFFFFF;
	background-color : #B56235;
	border : 0px #B56235 none;
	padding : 0px;
	margin-bottom : 5px;
	cursor : pointer;
}



/* all list boxes */
.select { 	
	font-size : 11px; 	
	font-family : Arial, Helvetica, sans-serif; 	
	color : #353535; 	
	background-color : #E5C09B; 
}

/* sliding-scale prices */
.textarea { 
	font-size : 10px; 
	font-family : Arial, Helvetica, sans-serif; 	
	color : #353535; 
	padding : 0px; 
	background-color : #FFFFFF; 
	scrollbar-base-color : #FFFFFF; 
	scrollbar-track-color : #FFFFFF; 
	scrollbar-face-color : #FFFFFF; 
	scrollbar-highlight-color : #FFFFFF; 
	scrollbar-3dlight-color : #FFFFFF; 
	scrollbar-darkshadow-color : #FFFFFF; 
	scrollbar-shadow-color : #FFFFFF; 
	scrollbar-arrow-color : #FFFFFF;  
	border : 1px #FFFFFF solid;
}


/* all text areas */
.textareabuy { 
	font-size : 11px; 
	font-family : Arial, Helvetica, sans-serif;
	color : #353535; 
	padding : 0px; 
	background-color : #E5C09B;
}

/* search results - table rows */
.searchresults1 {
    font-weight: bold; background-color: #D6924A
}

.searchresults2 {
    background-color: #f5f5f5
}

.searchresults3 {
    background-color: #cccccc
}

/* banner */
.bannertext { 	
	font-size : 11px; 	
	font-family : Courier New, Courier, mono; 	
	font-weight: normal; 	
	color: #D49148; 	
	text-align : center; 
}

/* overview order data title */
.titlebuy3 { 	
	font-size : 11px; 	
	color : #FFFFFF; 	
	background-color : #D49148; 	
	padding-left : 10px; 	
	padding-bottom : 1px; 	
	vertical-align : bottom; 
}

/* overview order data dark rows */
.tdbuy3 { 
	font-size : 11px; 
	color : #808080; 
	background-color : #F7F7F7; 
	padding-left : 10px; 
	padding-bottom : 1px; 
	vertical-align : bottom;  
}

/* overview order data bright rows */
.tdbuy3b { 
	font-size : 11px; 
	color : #808080; 
	background-color : #E7E7E7; 
	padding-left : 10px; 
	padding-bottom : 1px; 
	vertical-align : bottom;
}


/* dynamic news area */
.newstable {
 	background-color : #FFFFFF;
	border-top : 2px solid #D49148;
	border-bottom : 2px solid #D49148;
	border-left : 2px solid #D49148;
	border-right : 2px solid #D49148;
	margin-top : 10px;
	margin-bottom : 10px;
}
.newstitle {
     background-color : #D49148;
	 color : #FFFFFF;
	 font-size : 12px;
	 font-weight : bold;
}

/* news image row */
.newsimage { 
}

/* news contents */
.newscontent { 	

}


/* readonly text field - change password */
.noeditform { 	
	font-size : 10px; 	
	font-family : Arial, Helvetica, sans-serif; 	
	font-weight : normal; 	
	text-align : left; 	
	color : #D49148; 	
	background-color : #F7F7F7; 	
	border : 0px #F7F7F7 none; 	
}


/* tables for last viewed products */
.lastviewedproduct { 	
	background-color : #FFFFFF; 	
	border-top : 2px solid #FFFFFF; 	
	border-bottom : 2px solid #FFFFFF; 	
	border-left : 2px solid #FFFFFF; 	
	border-right : 2px solid #FFFFFF; 	
	padding-left : 0px; 	
	padding-right : 10px; 
}


/* table rows for last viewed products without bottom line */
.lastviewedproductline {     
	font-size : 11px;     
	font-weight : bold; 	
	background-color : #FFFFFF; 
}

/* last viewed product*/
.lastviewedproductlinet {     
	font-size : 12px;     
	font-weight : bold; 	
	background-color : #FFFFFF; 	
	border-top : 2px solid #FFFFFF;
}


/* table rows for last viewed products with bottom line */
.lastviewedproductlineb {     
	font-size : 12px;    
	font-weight : bold; 	
	background-color : #FFFFFF; 	
	border-bottom : 2px solid #FFFFFF; 
}


/* tables for auto cross selling and bestseller products */
.lastviewedproduct2 { 	
	background-color : #FFFFFF; 	
	border-top : 2px solid #FFFFFF; 		
	border-left : 2px solid #FFFFFF; 	
	border-right : 2px solid #FFFFFF; 	
	padding-left : 0px; 	
	padding-right : 10px; 
}

/* tables last line for auto cross selling and bestseller products */
.lastviewedline {
	background-color : #FFFFFF; 
}


/* table header for last viewed, auto cross selling and bestseller products */
.lastviewedproducthead {     
	font-size : 12px;     
	font-weight : bold; 	
}

/* login table border */
.login {  	
	border-bottom : 2px solid #D49148; 	
	border-top : 2px solid #D49148;    	
	border-right : 2px solid #D49148;    	
	border-left : 2px solid #D49148;     
	background-color : #F7F7F7; 
}

/* buttons change address etc. after login*/
.loginbuttons1 {
	width : 150px;
	font-size : 10px; 	
	font-family : Arial, Helvetica, sans-serif; 	
	font-weight : normal; 	
	text-align : center; 	
	color : #FFFFFF; 	
	background-color : #D49148; 	
	border : 0px #D49148 none; 	
	padding : 0px;     
	margin-bottom : 5px; 	
	cursor : pointer; 
}

/* buttons login, newsletter etc.*/
.loginbuttons {
	font-size : 10px; 	
	font-family : Arial, Helvetica, sans-serif; 	
	font-weight : normal; 	
	text-align : center; 	
	color : #FFFFFF; 	
	background-color : #D49148; 	
	border : 0px #D49148 none; 	
	padding : 0px;     
	margin-bottom : 5px; 	
	cursor : pointer; 
}


/* Extended search table rows */
.extsearch{
	background-color : #F7F7F7;
	padding : 5px;
}

/* Extended search table top row */
.extsearchtop{
	border-top : 1px solid #D49148;
	background-color : #F7F7F7;
	padding : 5px;
}

/* extended search table bottom row */
.extsearchbottom{
	border-bottom : 1px solid #D49148;
	background-color : #F7F7F7;
	padding : 5px;
}


/* last order data after user login: title rows */
.lastorderhead  {
    font-size : 12px;
    font-weight : 700;
	background-color : #D49148;
    color : #FFFFFF;
}


/* last order data after user login: rows */
.lastorderrow  {
    font-size : 11px;
    font-weight : normal;
	background-color : #F7F7F7;
    vertical-align: top;
}



/* warning message - customer login failed etc. */
.red { 	
	font-family : Arial, Helvetica, sans-serif;
	color : #FF0033;    
	font-size : 11px;
}

/* availability */
.avail {
	color: #000000;
	font-size : 11px;
	border: 1px none #000000;
	width: 150px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding : 0px; 
	background-color : #FFFFFF; 
	scrollbar-base-color : #FFFFFF; 
	scrollbar-track-color : #FFFFFF; 
	scrollbar-face-color : #FFFFFF; 
	scrollbar-highlight-color : #FFFFFF; 
	scrollbar-3dlight-color : #FFFFFF; 
	scrollbar-darkshadow-color : #FFFFFF; 
	scrollbar-shadow-color : #FFFFFF; 
	scrollbar-arrow-color : #FFFFFF;
}

/* Direktbestellung */
a.directorder
{
  color : #808080;
  font-size: 12px;     
  font-weight: bold;
}

a.directorder:link
{
  color : #808080;
  font-size: 12px;     
  font-weight: bold;
}

a.directorder:visited
{
  color : #808080;
  font-size: 12px;     
  font-weight: bold;
}

a.directorder:hover
{
  color : #808080;
  font-size: 12px;     
  font-weight: bold;
}


/* dynamic news area #D6DEEF*/
.shippingtable 
{ 	
  background-color : #FFFFFF; 	
  border-top : 2px solid #FBBB1C; 	
  border-bottom : 2px solid #FBBB1C; 	
  border-left : 2px solid #FBBB1C; 	
  border-right : 2px solid #FBBB1C; 		
  margin-top : 10px;     
  margin-bottom : 10px; 
}

.shippingtitle 
{     
background-color : #FBBB1C;     
color : #FFFFFF;     
font-size : 12px;     
font-weight : bold; 
}


/* Selectbox Herstellerliste */
.selectmanufacturer
{
	font-size: 11px;
	color: #535353;
}

/* middle column productdetailstitle*/
.productdetailstitle { 	
font-size : 12px; 	
color : #FBBB1C; }

a.lastorderhead  {
    font-size : 12px;
    font-weight : 700;
    color : #FFFFFF;
}

a.lastorderhead:link  {
    font-size : 12px;
    font-weight : 700;
    color : #FFFFFF;
}

a.lastorderhead:visited  {
    font-size : 12px;
    font-weight : 700;
    color : #FFFFFF;
}

a.lastorderhead:hover  {
    font-size : 12px;
    font-weight : 700;
    color : #FFFFFF;
}

#newsletter {
    border: 2px solid #D49148;
    background-color : #FFFFFF; 	
}

 
#newsletter h1 {
    background-color: #D49148;
   padding: 2px; 
    font-size: 12px;
    margin: 0px;
    color: #FFF;
}

#newsletter p {
    padding: 2px;
}

 
#newsletter .button {
    background-color: #D49148;
    color : #FFFFFF; 
    text-align : center; 
    font-size: 10px;
    border: 0px;
    padding : 0px;
    margin-bottom : 5px; 
}

#newsletter input {
    font-size: 11px;
}
