/* GS ShopBuilder */

/* global font in all table rows*/
td  {
	font-family : Arial, Helvetica, sans-serif;
	color : #808080;
	font-size : 11px;
}

/* different color lines */
.tdcolor1 {
	background-color  : #000000; 
    }
	
/* different color lines */
.tdcolor2 {
	background-color  : #FFFFFF; 
    }
	
/* different color lines */
.tdcolor3 {
	background-color  : #FF0000; 
    }


/* main table */
.tablemain { 
background-color : #FFFFFF; 
border : 0px solid #FF0000; 
width : 850px;
}


/* banner table */
.tablebanner { 
border : 0px solid #FF0000; 
width : 850px;
}

/* font global, background color and scrollbar */
body { 
	background-color: #EBE8E8; 
	margin-left: 25px; 
	margin-right: 25px; 
	margin-top: 25px; 
	margin-bottom: 10px; 
	scrollbar-base-color: #D7D7D7; 
	scrollbar-track-color: #D7D7D7; 
	scrollbar-face-color: #D7D7D7; 
	scrollbar-highlight-color: #D7D7D7; 
	scrollbar-3dlight-color:black; 
	scrollbar-darkshadow-color:black; 
	scrollbar-shadow-color: #FF0000; 
	scrollbar-arrow-color: #FF0000;
   	font-family : Arial, Helvetica, sans-serif;
	color : #808080;
	font-size : 11px;
}

/* no border for images with link setting */
img { 	 
border: 0px; 
}

/* product images with link settings */
img.products {     
border: 1px #000000 solid;     
cursor:  pointer; 
}

img.products2 {     
border: 1px #000000 solid;     
cursor:  pointer; 
}


/* top row with background image*/
.tdimage { 	
background-image : url(back.gif); 	
background-repeat : no-repeat; 	
background-color : #FFFFFF; 	
width : 100%;     
height : 55px; 
}

/* horizontal lines */
hr { 	
height : 1px; 	
border-top : 1px solid #000000; 
}

/* left column: background color and size */
.leftcolumn { 	
width : 20%; 	
background-color : #D7D7D7; 
}

/* left column: background color etc. for contents */
.leftmenueback { 	
background-color : #ECEAEA; 
vertical-align : bottom; 	
width : 100%;	
}

/* middle column title row*/
.tdbreadcrumbnavi  {
	background-color : #ECEAEA;
	height : 21px;
   
}


/* center column: background color etc. */
.centercolumn { 	
padding : 11px; 	
vertical-align : top; 	
line-height : 18px; 	
background-color : #FFFFFF; 	
}

/* right column: background color and size */
.rightcolumn { 	
background-color : #D7D7D7; 	
vertical-align : top; 	
width :20%; 	 
}

/* right column: background color etc. for contents */
.rightcolumncontent { 	
background-color : #ECEAEA; 	
vertical-align : top; 	
width :100%; 	
}

/* left column title*/
.titleproductgroups { 	
font-size : 11px; 	
font-weight : bold; 	
color : #FFFFFF; 	
background-color : #FF0000; 	
padding-left : 10px; 	
padding-bottom : 1px; 	
height : 21px; 	
vertical-align : middle;  
}

/* right column title*/
.titlenews { 
font-size : 11px; 
font-weight : bold; 
color : #FFFFFF; 
background-color : #FF0000; 
padding-left : 10px; 
padding-bottom : 1px; 
height : 21px; 
vertical-align : middle; 
}

/* middle column title*/
.groupid { 	
font-size : 14px; 	
color : #000000; 
}


/* separate links - the small arrow*/
.linkseparatebreadcrumb { 	
font-family : verdana; 	
font-size : 13px; 	
font-weight : bold; 	
color : #000000; }


/* middle column title link settings */
a.breadcrumbnavi { 	
font-size : 11px; 	
font-weight : bold; 	
color : #000000; 	
text-decoration : none;
}

/* middle column title link settings */
a.breadcrumbnavi:link { 	
font-size : 11px; 	
font-weight : bold; 	
color : #000000; 	
text-decoration : none; 
}

/* middle column title link settings */
a.breadcrumbnavi:visited { 	
font-size : 11px; 	
font-weight : bold; 	
color : #000000; 	
text-decoration : none; 
}

/* middle column title link settings - MouseOver */
a.breadcrumbnavi:hover { 	
font-size : 11px; 	
font-weight : bold; 	
color : #000000; 	
text-decoration : underline 
}


/* all link settings */
a { 	
font-family: Arial, Helvetica, Verdana, sans-serif;  	
font-size: 11px;  	
color: #FF0000;  	
font-weight: normal;  	
text-decoration: none 	
}

/* all link settings */
a:link {   	
font-family: Arial, Helvetica, Verdana, sans-serif;  	
font-size: 11px;  	
color: #FF0000;  	
font-weight: normal;  	
text-decoration: none 	
}

/* all link settings */
a:visited {   	
font-family: Arial, Helvetica, Verdana, sans-serif;  	
font-size: 11px;  	
color: #FF0000;  	
font-weight: normal;  	
text-decoration: none 
}

/* all link settings - MouseOver */
a:hover {   	
font-family: Arial, Helvetica, Verdana, sans-serif;  	
font-size: 11px;  	
color: #FF0000;  	
font-weight: normal;  	
text-decoration: underline 
}


/* links: next and previous page */
a.shoppagenav: { 	
font-family: Arial, Helvetica, Verdana, sans-serif;  	
font-size: 11px;  	
color: #FF0000;  	
font-weight: bold;  	
text-decoration: none 	
}

/* links: next and previous page */
a.shoppagenav:link {   	
font-family: Arial, Helvetica, Verdana, sans-serif;  	
font-size: 11px;  	
color: #FF0000;  	
font-weight: bold;  	
text-decoration: none 	
}

/* links: next and previous page */
a.shoppagenav:visited {   	
font-family: Arial, Helvetica, Verdana, sans-serif;  	
font-size: 11px;  	
color: #FF0000;  	
font-weight: bold;  	
text-decoration: none 	
}

/* links: next and previous page - MouseOver*/
a.shoppagenav:hover {   	
font-family: Arial, Helvetica, Verdana, sans-serif;  	
font-size: 11px;  	
color: #FF0000;  	
font-weight: bold;  	
text-decoration: underline 
}


/* top menu table */
.topmenuetable { 
background-color : #FFFFFF; 
text-align : center; 
}

/* top menu link settings */
a.topmenue {  	
font-size         : 10px;     
font-weight       : bold;     
text-decoration   : none;     
display           : block;     
color             : #FFFFFF;     
background-color  : #FF0000;     
margin            : 0px 0px 0px 0px;     
padding           : 4px; 	 	
text-align		  : center; 
}

/* top menu link settings */
a.topmenue:link {  	
font-size         : 10px;     
font-weight       : bold;     
text-decoration   : none;     
display           : block;     
color             : #FFFFFF;     
background-color  : #FF0000;     
margin            : 0px 0px 0px 0px;     
padding           : 4px; 	 	
text-align		  : center; 
}

/* top menu link settings */
a.topmenue:visited {      
font-size         : 10px;     
font-weight       : bold;     
text-decoration   : none; 	
display           : block;     
color             : #FFFFFF; 	
background-color  : #FF0000;     
margin            : 0px 0px 0px 0px;     
padding           : 4px; 	
text-align		  : center; 
}

/* top menu link settings - MouseOver*/
a.topmenue:hover {      
font-size         : 10px;     
font-weight       : bold;     
text-decoration   : none; 	
display           : block;     
color             : #FFFFFF;     
background-color  : #000000;     
margin            : 0px 0px 0px 0px;     
padding           : 4px; 	 	
text-align		  : center; }


/* product group links */
a.subcatnavi {
 font-size: 11px;
 font-weight  : bold;
 text-decoration: none;
 width: 100%;
 display: block;
 color: #FF0000;
 padding: 3px 0px 3px 0px; 
}

/* product group links */
a.subcatnavi:link {    
 font-size: 11px;
 font-weight  : bold;
 text-decoration: none;
 width: 100%;
 display: block;
 color: #FF0000;
 padding: 3px 0px 3px 0px; 
}

/* product group links */
a.subcatnavi:visited {      
 font-size: 11px;
 font-weight  : bold;
 text-decoration: none;
 width: 100%;
 display: block;
 color: #FF0000;
 padding: 3px 0px 3px 0px; 
}

/* product group links - MouseOver */
a.subcatnavi:hover {      
font-size: 11px;     
font-weight  : bold;
text-decoration: none;     
display: block;     
color: #FF0000;
background-color: #FFFFFF;
padding: 3px 0px 3px 0px; 
}

/* active product group links */
a.subcatnaviactiv {          
font-size: 11px;     
text-decoration: none;     
display: block;     
color: #FF0000;
background-color: #FFFFFF;
padding: 3px 0px 3px 0px; 
}

/* active product group links */
a.subcatnaviactiv:link {          
font-size: 11px;     
text-decoration: none;     
display: block;     
color: #FF0000;
background-color: #FFFFFF;
padding: 3px 0px 3px 0px; 
}

/* active product group links */
a.subcatnaviactiv:visited {          
font-size: 11px;     
text-decoration: none;     
display: block;     
color: #FF0000;
background-color: #FFFFFF;
padding: 3px 0px 3px 0px; 
}

/* active product group links - MouseOver */
a.subcatnaviactiv:hover {        
font-size: 11px;     
text-decoration: none;     
display: block;     
color: #FF0000;
background-color: #FFFFFF;
padding: 3px 0px 3px 0px; 
}


/* products on main page*/
.tableproductsonmain { 	
background-color : #F7F7F7; 	
padding : 10px; 
}

/* product tables on shop pages */
.tableproducts { 	
background-color : #F7F7F7; 	
border-top : 1px solid #000000; 	
border-bottom : 4px solid #000000; 	
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 : 14px; 	
font-weight : bold; 	
color : #000000; 	
padding-right : 15px; 	
padding-bottom : 0px; 	
padding-top : 0px; 
}

/* link settings product titles on shop pages */
a.producttitlenav { 	
font-size : 11px; 	
font-weight : bold; 	
color : #000000; 	
padding-right : 15px; 	
padding-bottom : 8px; 	
padding-top : 8px; 
}

/* link settings product titles on shop pages */
a.producttitlenav:link { 	
font-size : 11px; 	
font-weight : bold; 	
color : #000000; 	
padding-right : 15px; 	
padding-bottom : 8px; 	
padding-top : 8px; 
}

/* link settings product titles on shop pages */
a.producttitlenav:visited { 	
font-size : 11px; 	
font-weight : bold; 	
color : #000000; 	
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 : 11px; 	
font-weight : bold; 	
color : #000000; 	
padding-right : 15px; 	
padding-bottom : 8px; 	
padding-top : 8px; 
}


/* item number */
.itemnumber { 	
background-color : #F7F7F7; 	
color : #808080; 	
font-weight	: bold; 	
font-size : 9px; 	
border : 0px none #FFFFFF; 
}

/* item price */
.itemprice { 	
background-color : #F7F7F7; 	
color : #000000;
font-size : 9px; 
font-weight	: bold; 	
border : 0px none #FFFFFF; 
}

/* old price */
.oldprice {
	color: #FF0000;
	font-weight: bold;
	font-size: 11px;
	border: 1px none #000000;
	width: 150px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: line-through;
	padding : 0px; 
    background-color : #F7F7F7; 	
	scrollbar-base-color : #F7F7F7; 
	scrollbar-track-color : #F7F7F7; 
	scrollbar-face-color : #F7F7F7; 
	scrollbar-highlight-color : #F7F7F7; 
	scrollbar-3dlight-color : #F7F7F7; 
	scrollbar-darkshadow-color : #F7F7F7; 
	scrollbar-shadow-color : #F7F7F7; 
	scrollbar-arrow-color : #F7F7F7;
}

/* reference price */
.referenceprice {
	color: #808080;
	font-size : 11px;
	border: 1px none #000000;
	width: 170;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding : 0px; 
	background-color : #F7F7F7; 	 
	scrollbar-base-color : #F7F7F7; 
	scrollbar-track-color : #F7F7F7; 
	scrollbar-face-color : #F7F7F7; 
	scrollbar-highlight-color : #F7F7F7; 
	scrollbar-3dlight-color : #F7F7F7; 
	scrollbar-darkshadow-color : #F7F7F7; 
	scrollbar-shadow-color : #F7F7F7; 
	scrollbar-arrow-color : #F7F7F7;
}


/* table on detail pages */
.tableproductdetails { 
background-color : #F7F7F7; 	
border-top : 1px solid #000000; 
border-bottom : 4px solid #000000; 
margin-bottom : 5px; 
}

/* table header on detail pages */
.producttitledetails { 
font-size : 14px; 
font-weight : bold; 
color : #000000; 
padding-top : 10px; 
padding-bottom : 10px; 
}

/* table rows on detail pages */
.tdproductdetails { 
border-top : 1px dashed #FF0000; 
padding-top : 5px;
padding-bottom : 5px; 
}


/* minibasket title */
.minibaskettitle { 	
font-size : 11px; 	
font-weight : bold;     
background-color : #FF0000; 	
color : #FFFFFF; 
padding-left : 5px;
}

/* minibasket background color, sizes alignments */
.minibasket { 	
padding : 4px;
font-size : 11px; 	
color : #808080; 	
background-color : #FFFFFF; 	
height : 15px; 	
vertical-align : top; 
}

/* minibasket table border */
.minibasketborder { 	
border-bottom : 2px solid #FF0000; 	
border-top : 2px solid #FF0000;    	
border-right : 2px solid #FF0000;    	
border-left : 2px solid #FF0000;     
background-color : #FFFFFF; 	
}

/* minibasket - the quantity */
.quantmininew {   
font-size: 10px;  	
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-weight : normal; 	
text-align : left; 		
border : 0px none #FFFFFF; 	
color  : #335151;
background-color : #FFFFFF; 	
}

/* foot note */
.footnote { 	
border-top : 1px solid #FF0000; 	
padding-top : 5px; 	
color : #FF0000; }


/* sitemap tables */
.sitemap { 	
padding : 3px; 	
background-color : #ECEAEA; 	
border-top : 1px solid #FF0000; 	
border-bottom : 2px solid #FF0000; 
}


/* text field for search */
.searchinput { 	
font-size : 11px; 	
font-family : Arial, Helvetica, sans-serif; 	
color : #000000;    	
background-color : #F0F0F0; 	
padding : 0px; 
}

/* all text fields */
.inputbox { 	
font-size : 11px; 	
font-family : Arial, Helvetica, sans-serif; 	
color : #000000; 	
background-color : #F0F0F0; 	
height: 20px; 
}

/* order button */
.orderbutton { 	
font-size : 10px; 	
font-family : Arial, Helvetica, sans-serif; 	
font-weight : normal;     
text-align : center;     
color : #000000; 	
background-color : #D7D7D7; 	
padding : 0px; 	
margin-bottom : 5px; 	
cursor : pointer;     
border: 1px #000000 solid 
}

/* all buttons */
.buttons { 
font-size : 10px; 
font-family : Arial, Helvetica, sans-serif; 
font-weight : normal; 
text-align : center; 
color : #000000; 
background-color : #D7D7D7; 
padding : 0px; 
margin-bottom : 5px; 
cursor : pointer; 
border : 1px #000000 solid; 
}

/* all list boxes */
.select { 	
font-size : 10px; 	
font-family : Arial, Helvetica, sans-serif; 	
color : #000000; 	
background-color : #F0F0F0; 
}

/* sliding-scale prices */
.textarea { 
font-size : 10px; 
font-family : Arial, Helvetica, sans-serif; 
color : #000000; 
padding : 0px; 
background-color : #F7F7F7; 	
scrollbar-base-color : #F7F7F7; 
scrollbar-track-color : #F7F7F7; 
scrollbar-face-color : #F7F7F7; 
scrollbar-highlight-color : #F7F7F7; 
scrollbar-3dlight-color : #F7F7F7; 
scrollbar-darkshadow-color : #F7F7F7; 
scrollbar-shadow-color : #F7F7F7; 
scrollbar-arrow-color : #F7F7F7;  
border : 1px #F7F7F7 solid; }


/* all text areas */
.textareabuy { 
font-size : 11px; 
font-family : Arial, Helvetica, sans-serif; 
color : #FF0000; 
padding : 0px; 
background-color : #ECEAEA;
}

/* search results - table rows */
.searchresults1 { 
font-weight : bold; 
background-color : #DCE1E5; 
}

/* search results - table rows */
.searchresults2 { 
background-color : #FFFFFF; 
}

/* search results - table rows */
.searchresults3 { 
background-color : #D7D7D7; 
}

/* banner */
.bannertext { 	
font-size : 11px; 	
font-family : Courier New, Courier, mono; 	
font-weight: normal; 	
color: #FF0000; 	
text-align : center; 
}

/* overview order data title */
.titlebuy3 { 	
font-size : 11px; 	
color : #FFFFFF; 	
background-color : #FF0000; 	
padding-left : 10px; 	
padding-bottom : 1px; 	
vertical-align : bottom; 
}

/* overview order data dark rows */
.tdbuy3 { 
font-size : 11px; 
color : #FF0000; 
background-color : #D7D7D7; 
padding-left : 10px; 
padding-bottom : 1px; 
vertical-align : bottom; 
}

/* overview order data bright rows */
.tdbuy3b { 
font-size : 11px; 
color : #FF0000; 
background-color : #ECEAEA; 
padding-left : 10px; 
padding-bottom : 1px; 
vertical-align : bottom; }


/* dynamic news area */
.newstable { 	background-color : #FFFFFF; 	border-top : 2px solid #FF0000; 	border-bottom : 2px solid #FF0000; 	border-left : 2px solid #FF0000; 	border-right : 2px solid #FF0000; 	margin-top : 10px;     margin-bottom : 10px; }
.newstitle {     background-color : #FF0000;     color : #FFFFFF;     font-size : 11px;     font-weight : bold; }

/* news image row */
.newsimage { 
}

/* news contents */
.newscontent { 	

}


/* readonly text field - change password */
.noeditform { 	
font-size : 11px; 	
font-family : Verdana, Arial, Helvetica, sans-serif; 	
font-weight : normal; 	
text-align : left; 	
color : #FF0000; 	
background-color : #D7D7D7; 	
border : 0px #D7D7D7 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; 	
margin-bottom : 20px; 	
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 : 11px;     
font-weight : bold; 	
background-color : #FFFFFF; 	
border-top : 2px solid #FFFFFF; }


/* table rows for last viewed products with bottom line */
.lastviewedproductlineb {     
font-size : 11px;    
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; 	
margin-bottom : 20px; 	
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 : 11px;     
font-weight : bold; 	
}

/* login table border */
.login {  	
border-bottom : 2px solid #FF0000; 	
border-top : 2px solid #FF0000;    	
border-right : 2px solid #FF0000;    	
border-left : 2px solid #FF0000;     
background-color : #D7D7D7; 
}

/* buttons change address etc. after login*/
.loginbuttons1 {
width : 150px;
font-size : 10px; 	
font-family : Verdana, Arial, Helvetica, sans-serif; 	
font-weight : normal; 	
text-align : center; 	
color : #FFFFFF; 	
background-color : #FF0000; 	
border : 0px #FF0000 none; 	
padding : 0px;     
margin-bottom : 5px; 	
cursor : pointer; 
}

/* buttons login, newsletter etc.*/
.loginbuttons {
font-size : 10px; 	
font-family : Verdana, Arial, Helvetica, sans-serif; 	
font-weight : normal; 	
text-align : center; 	
color : #FFFFFF; 	
background-color : #FF0000; 	
border : 0px #FF0000 none; 	
padding : 0px;     
margin-bottom : 5px; 	
cursor : pointer; 
}


/* Extended search table rows */
.extsearch
{
	background-color : #D7D7D7;
	padding : 5px;
}

/* Extended search table top row */
.extsearchtop
{
	border-top : 1px solid #FF0000;
	background-color : #D7D7D7;
	padding : 5px;
}

/* extended search table bottom row */
.extsearchbottom
{
	border-bottom : 1px solid #FF0000;
	background-color : #D7D7D7;
	padding : 5px;
}


/* last order data after user login: title rows */
.lastorderhead  {
    font-size : 11px;
    font-weight : 700;
	background-color : #FF0000;
    color : #FFFFFF;
}


/* last order data after user login: rows */
.lastorderrow  {
    font-size : 11px;
    font-weight : normal;
	background-color : #D7D7D7;
    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 : #F7F7F7; 
	scrollbar-base-color : #F7F7F7; 
	scrollbar-track-color : #F7F7F7; 
	scrollbar-face-color : #F7F7F7; 
	scrollbar-highlight-color : #F7F7F7; 
	scrollbar-3dlight-color : #F7F7F7; 
	scrollbar-darkshadow-color : #F7F7F7; 
	scrollbar-shadow-color : #F7F7F7; 
	scrollbar-arrow-color : #F7F7F7;
}

/* 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;
}


/* Selectbox Herstellerliste */
.selectmanufacturer
{
	font-size: 11px;
	color: #535353;
}

/* für DHL Tracking Link(Sendung verfolgen) */
a.lastorderhead  {
    font-size : 11px;
    font-weight : 700;
    color : #FFFFFF;
}

a.lastorderhead:link  {
    font-size : 11px;
    font-weight : 700;
    color : #FFFFFF;
}

a.lastorderhead:visited  {
    font-size : 11px;
    font-weight : 700;
    color : #FFFFFF;
}

a.lastorderhead:hover  {
    font-size : 11px;
    font-weight : 700;
    color : #FFFFFF;
}


#newsletter {
    border: 2px solid #FF0000;
    background-color : #FFFFFF; 	
}

 
#newsletter h1 {
    background-color: #FF0000;
    padding: 2px; 
    font-size: 12px;
    margin: 0px;
    color: #FFF;
}

#newsletter p {
    padding: 2px;
}

 
#newsletter .button {
    background-color: #FF0000;
    color : #FFFFFF; 
    text-align : center; 
    font-size: 10px;
    border: 0px;
    padding : 0px;
    margin-bottom : 5px; 
}

#newsletter input {
    font-size: 11px;
}
