/* GS ShopBuilder */

/* font global in table rows*/
td  {
	font-family : Arial, Helvetica, sans-serif;
	color : #808080;
	font-size : 12px;
}

/* different color table rows*/
.tdcolor1 {
	background-color  : #93ACCB; 
    }

.tdcolor2 {
	background-color  : #FFFFFF; 
    }

.tdcolor3 {
	background-color  : #000066; 
    }


.tablemain {
	background-color  : #FFFFFF; 
}



/* 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: #D7DDE4; 
	scrollbar-track-color: #D7DDE4; 
	scrollbar-face-color: #D7DDE4; 
	scrollbar-highlight-color: #D7DDE4; 
	scrollbar-3dlight-color:black; 
	scrollbar-darkshadow-color:black; 
	scrollbar-shadow-color: #000066; 
	scrollbar-arrow-color: #000066;
   	font-family : Arial, Helvetica, sans-serif;
	color : #808080;
	font-size : 12px;
}


/* images*/
img  {
	 border: 0px;
}

/* images with link settings */
img.products  {
    border: 1px #93ACCB solid;
    cursor:  pointer;
}

/* top row with background image*/
.tdimage  {
	background-image : url(back.gif);
	background-repeat : no-repeat;
	background-color : #DCE1E5;
	width : 100%;
    height : 55px;
}


/* horizontal lines */
hr  {
	height : 1px;
	border-top : 1px solid #93ACCB;
}


/* columns: background color, sizes and alignments */
.leftcolumn  {
	width : 150px;
	background-color : #D7D7D7;
}

.centercolumn  {
	padding : 12px;
	vertical-align : top;
	line-height : 18px;
	background-color : #FFFFFF;
	width : 450;
}

.rightcolumn  {
	background-color : #D7D7D7;
	vertical-align : top;
	width : 150px;
}

/* products on main page*/
.tableproductsonmain  {
	border-top : 0px solid #93ACCB;
	border-bottom : 0px solid #93ACCB;
	margin-bottom : 10px;
	padding : 10px;
}

/* last viewed product*/
.lastviewedproduct  {
	background-color : #FFFFFF;
	border-top : 2px solid #DCE1E5;
	border-bottom : 2px solid #DCE1E5;
	border-left : 2px solid #DCE1E5;
	border-right : 2px solid #DCE1E5;
	margin-bottom : 20px;
	padding-left : 0px;
	padding-right : 10px;
}

.lastviewedproductnormtext {
	font-family : Arial, Helvetica, sans-serif;
	color : #808080;
	font-size : 12px;
	font-weight : normal;
}
	
/* last viewed product*/
.lastviewedproductlineb  {
    font-size : 12px;
    font-weight : 700;
	background-color : #FFFFFF;
	border-bottom : 2px solid #DCE1E5;
}

/* last viewed product*/
.lastviewedproductlinet  {
    font-size : 12px;
    font-weight : 700;
	background-color : #FFFFFF;
	border-top : 2px solid #DCE1E5;
}

/* last viewed product*/
.lastviewedproducthead  {
    font-size : 12px;
    font-weight : 700;
	background-color : #DCE1E5;
    color : #808080;
}

/* last viewed product*/
.lastviewedproductline  {
    font-size : 12px;
    font-weight : 700;
	background-color : #F7F7F7;
}

/* products*/
.tableproducts  {
	background-color : #F7F7F7;
	border-top : 1px solid #93ACCB;
	border-bottom : 4px solid #93ACCB;
	margin-bottom : 20px;
	padding-left : 10px;
	padding-right : 10px;
}

.producttitle  {
	font-size : 15px;
	font-weight : 700;
	color : #93ACCB;
	padding-right : 15px;
	padding-bottom : 8px;
	padding-top : 8px;
}

/* link product title*/
a.producttitlenav  {
	font-size : 15px;
	font-weight : 700;
	color : #93ACCB;
	padding-right : 15px;
	padding-bottom : 8px;
	padding-top : 8px;
}

a.producttitlenav:link  {
	font-size : 15px;
	font-weight : 700;
	color : #93ACCB;
	padding-right : 15px;
	padding-bottom : 8px;
	padding-top : 8px;
}

a.producttitlenav:hover  {
    text-decoration   : underline;
   	font-size : 15px;
	font-weight : 700;
	color : #93ACCB;
	padding-right : 15px;
	padding-bottom : 8px;
	padding-top : 8px;
}


a.producttitlenav:visited  {
	font-size : 15px;
	font-weight : 700;
	color : #93ACCB;
	padding-right : 15px;
	padding-bottom : 8px;
	padding-top : 8px;
}


/* item number */
.itemnumber  {
	color : #808080;
	font-weight	: bold;
	font-size : 12px;
	border : 0px none #FFFFFF;
	background-color : #F7F7F7;
}

/* item price */
.itemprice  {
	color : #93ACCB;
	font-weight	: bold;
	font-size : 12px;
	border : 0px none #FFFFFF;
	background-color : #F7F7F7;
}

/* detail page*/
.tableproductdetails  {
	background-color : #F7F7F7;
	border-top : 1px solid #93ACCB;
	border-bottom : 4px solid #93ACCB;
	margin-bottom : 5px;
}

.producttitledetails  {
	font-size : 15px;
	font-weight : bold;
	color : #93ACCB;
	padding-top: 10px;
	padding-bottom: 10px;

}

.tdproductdetails  {
	border-top : 1px dashed #93ACCB;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* minibasket title*/
.minibastekttitle  {
	font-size : 12px;
	font-weight : 700;
	background-color : #93ACCB;
    color : #FFFFFF;
}


.minibasket {
	font-size : 10px;
	color : #808080;
	background-color : #DCE1E5;
	text-align : left;
    height : 15px;
	vertical-align : middle;
}

.quantminibasket  {
	font-size : 10px;
	text-align : left;
	border : 0px none #FFFFFF;
	background-color : #DCE1E5;
}

/* sitemap*/
.sitemap  {
	padding : 3px;
	background-color : #F7F7F7;
	border-top : 1px solid #93ACCB;
	border-bottom : 2px solid #93ACCB;
}


/* please don't change */
.midcol  {
	padding-bottom : 5px;
	padding-left : 5px;
}


/* cross selling*/
.tdcrossselling  {
	background-color : #F7F7F7;
	border-top : 1px solid #93ACCB;
	border-bottom : 1px solid #93ACCB;
	padding : 5px;
}

/* titles*/
.titleproductgroups  {
	font-size : 11px;
	font-weight : 700;
	color : #FFFFFF;
	background-color : #000066;
	padding-left : 10px;
	padding-bottom : 1px;
	height : 21px;
	vertical-align : middle;
}

.titlenews  {
	font-size : 11px;
	font-weight : 700;
	color : #FFFFFF;
	background-color : #000066;
	padding-left : 10px;
	padding-bottom : 1px;
	height : 21px;
	vertical-align : bottom;
}

.groupid  {
	font-size : 14px;
	color : #000066;
}

/* separate links - the small arrow*/
.linkseparatebreadcrumb  {
	font-family : verdana;
	font-size : 13px;
	font-weight : 700;
	color : #93ACCB;
}

/* middle column title row*/
.tdbreadcrumbnavi  {
	background-color : #D7D7D7;
	height : 21px;
   
}


/* foot note*/
.footnote  {
	border-top : 1px solid #93ACCB;
	padding-top : 5px;
	color : #000066;
}

/* product group links*/
a.menue {
    font-size         : 11px;
    text-decoration   : none;
    display           : block;
    color             : #000066;
    /*border-top        : 1px solid #EDE0C7;
    border-bottom     : 1px solid #EDE0C7; */   
    margin            : 0px 0px 0px 0px;
    padding           : 2px 15px 2px 15px;
}

a.menue:link {
    font-size         : 11px;
    text-decoration   : none;
    display           : block;
    color             : #000066;
    /*border-top        : 1px solid #EDE0C7;
    border-bottom     : 1px solid #EDE0C7; */   
    margin            : 0px 0px 0px 0px;
    padding           : 2px 15px 2px 15px;
}

a.menue:hover {
    font-size         : 11px;
    text-decoration   : none;
    display           : block;
    color             : #000066;
    background-color  : #FFFFFF;
    /*border-top        : 1px solid #980000;
    border-bottom     : 1px solid #980000; */
    margin            : 0px 0px 0px 0px;
    padding           : 2px 15px 2px 15px;
}

/* shoppagenav links: next page etc. */
a.shoppagenav: 	{
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 12px; 
	color: #000066; 
	font-weight: bold; 
	text-decoration: none
	}

a.shoppagenav:link {  
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 12px; 
	color: #000066; 
	font-weight: bold; 
	text-decoration: none
	}
    
a.shoppagenav:visited {  
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 12px; 
	color: #000066; 
	font-weight: bold; 
	text-decoration: none
	}
    
a.shoppagenav:hover {  
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 12px; 
	color: #000066; 
	font-weight: bold; 
	text-decoration: underline
}
 
   
/* shoppagenav links: next page etc. */
a 	{
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 11px; 
	color: #000066; 
	font-weight: bold; 
	text-decoration: none
	}

a:link {  
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 11px; 
	color: #000066; 
	font-weight: bold; 
	text-decoration: none
	}
	

a:hover {  
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 11px; 
	color: #000066; 
	font-weight: bold; 
	text-decoration: underline
}


a.lastviewedproductitemno {
    color : #808080;
    font-size : 12px;
    font-weight : 700;
}

/* shoplinks (basket, order, cond)*/

topmenuetable {
	background-color  : #000066;
	text-align		  : center;
}

a.topmenue {
    font-size         : 11px;
    font-weight       : bold;
    text-decoration   : none;
    display           : block;
    color             : #FFFFFF;
    background-color  : #000066;
    margin            : 0px 0px 0px 0px;
    padding           : 4px;
	
	text-align		  : center;
}

a.topmenue:hover {
    font-size         : 11px;
    font-weight       : bold;
    text-decoration   : none;
	display           : block;
    color             : #FFFFFF;
    background-color  : #93ACCB;
    margin            : 0px 0px 0px 0px;
    padding           : 4px;
	
	text-align		  : center;
}


a.topmenue:visited {
    font-size         : 11px;
    text-decoration   : none;
	display           : block;
    color             : #FFFFFF;
    margin            : 0px 0px 0px 0px;
    padding           : 4px;
	text-align		  : center;
}

/* links for top images home, info, email */
a.breadcrumbnavi  {
	font-size : 12px;
	font-weight : 700;
	color : #93ACCB;
	text-decoration : none;
}

a.breadcrumbnavi:link  {
	font-size : 12px;
	font-weight : 700;
	color : #93ACCB;
	text-decoration : none;
}

a.breadcrumbnavi:hover  {
	font-size : 12px;
	font-weight : 700;
	color : #93ACCB;
	text-decoration : underline
}

/* buttons and boxes*/
.searchinput  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
   	background-color : #D4DBE2;
	padding : 0px;
}

.inputbox  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	background-color : #D4DBE2;
	height: 20px;
}

.orderbutton  {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
    text-align : center;
    color : #000000;
	background-color : #D7D7D7;
	height : 19px;
	padding : 0px;
	margin-bottom : 5px;
	cursor : pointer;
    border: 1px #000000 solid
}

.buttons  {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-align : center;
	color : #000000;
	background-color : #D7D7D7;
	height : 19px;
	padding : 0px;
	margin-bottom : 5px;
	cursor : pointer;
    border: 1px #000000 solid
}

/* list boxes */
.select  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	background-color : #D4DBE2;
	height: 20px;
}


.textarea  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	padding : 0px;
	background-color : #D4DBE2;
}

.searchresults1 {
    font-weight: bold; background-color: #DCE1E5
}

.searchresults2 {
    background-color: #f5f5f5
}

.searchresults3 {
    background-color: #cccccc
}

/* dynamic news area */
.newstable {
	background-color : #DCE1E5;
	border-top : 2px solid #93ACCB;
	border-bottom : 2px solid #93ACCB;
	border-left : 2px solid #93ACCB;
	border-right : 2px solid #93ACCB;
	margin-top : 10px;
    margin-bottom : 10px;
}

.newstitle {
    background-color : #93ACCB;
    color : #FFFFFF;
    font-size : 12px;
    font-weight : 700;
}

/* news image row */
.newsimage {
}

.newscontent {
	padding : 5px;
}

/* banner */
.bannertext	{
	font-size : 12px;
	font-family : Courier New, Courier, mono;
	font-weight: bold;
	color: #808080;
	text-align : center;
}


/* overview order data title */
.titlebuy3  {
	font-size : 11px;
	color : #FFFFFF;
	background-color : #93ACCB;
	padding-left : 10px;
	padding-bottom : 1px;
	vertical-align : bottom;
}

/* overview order data dark rows */
.tdbuy3  {
	font-size : 11px;
	color : #000000;
	background-color : #DCE1E5;
	padding-left : 10px;
	padding-bottom : 1px;
	vertical-align : bottom;
}	

/* overview order data bright rows */
.tdbuy3b  {
	font-size : 11px;
	color : #000000;
	background-color : #F0F0F0;
	padding-left : 10px;
	padding-bottom : 1px;
	vertical-align : bottom;
}

/* minibasket border */
.minibasketborder  {

	border-bottom : 2px solid #93ACCB;
	border-top : 2px solid #93ACCB;
   	border-right : 2px solid #93ACCB;
   	border-left : 2px solid #93ACCB;
    background-color : #DCE1E5;
}


/* customer login table border */
.login  {

	border-bottom : 2px solid #93ACCB;
	border-top : 2px solid #93ACCB;
   	border-right : 2px solid #93ACCB;
   	border-left : 2px solid #93ACCB;
    background-color : #DCE1E5;
}

.loginbuttons  {
	font-size : 10px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-align : center;
	color : #FFFFFF;
	background-color : #000066;
	border : 0px #000066 none;
	padding : 0px;
    margin-bottom : 5px;
	cursor : pointer;
}

.loginbuttonsoff  {
	font-size : 10px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-align : center;
	color : #777777;
	background-color : #000066;
	border : 0px #000066 none;
	padding : 0px;
    margin-bottom : 5px;
}

/* warning message - customer login failed etc. */
.red  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #FF0000;
    font-weight: bold;
	font-size : 12px;
}

.noeditform  {
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-align : left;
	color : #808080;
	background-color : #DCE1E5;
	border : 0px #D7D7D7 none;
	padding : 0px;
    margin-bottom : 0px;
}

.quantmininew  {
  font-size: 10px; 
	border : 0px none #FFFFFF;
	background-color : #DCE1E5;
	text-align : left;
  font-family: Arial, Helvetica
}
