/* GS ShopBuilder */

/* global font in all table rows*/
td { 	
	font-family : Arial, Helvetica, sans-serif; 	
	color : #616161; 	
	font-size : 11px;  
}

/* main table */
.tablemain { background-color : #FFFFFF; border : 0px solid #910000; }

/* 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 #910000 solid;     
	cursor:  pointer; 
}

/* top row with background image*/
.tdimage { 	
	background-image : url(back.gif); 	
	background-repeat : no-repeat; 	
	background-color : #FFFFFF; 	
	width : 100px;     
	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 : #910000;
	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 : #910000;
	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 : #910000;
	border-right : 1px solid #FFFFFF;
}

/* icon links home */
a.homenavi:hover  {
	background-color : #E7E7E7;
	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;
}

/* 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;
}

/* 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;
}

/* icon links email */
a.emailnavi:hover  {
	background-color : #E7E7E7;
	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;
}

/* 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;
}

/* 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;
}

/* icon links search */
a.searchnavi:hover  {
	background-color : #E7E7E7;
	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 : #910000;
	color : #FFFFFF;
}

/* background for top images home, info and email*/
.tdiconnavi  {
	background-color : #910000;
	text-align : center;
	vertical-align : bottom;
}

/* background for basket, order formular links etc.*/
.tdshopnavi  {
	height : 21px;
	background-color : #B7B7B7 ;
}

/* horizontal lines */
hr { 	
	height : 1px; 	
	border-top : 1px solid #910000; 
}

/* left column: background color and size */
.leftcolumn { 	
	background-color : #B7B7B7; 
}

/* 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 : #B7B7B7; 	
	vertical-align : top; 	
	width :200px; 	 
}

/* right column: background color etc. for contents */
.rightcolumncontent { 	
}

/* left column title*/
.titleproductgroups { 	
	font-size : 12px; 	
	font-weight : bold; 	
	color : #FFFFFF; 	
	background-color : #910000; 	
	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 : #910000; 
	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 : #910000; 
}


/* separate links - the small arrow*/
.linkseparatebreadcrumb { 	
	font-family : Arial, Helvetica, sans-serif; 	
	font-size : 13px; 	
	font-weight : bold; 	
	color : #910000;
}


/* middle column title link settings */
a.breadcrumbnavi { 	
	font-size : 12px; 	
	font-weight : bold; 	
	color : #910000; 	
	text-decoration : none;
}

/* middle column title link settings */
a.breadcrumbnavi:link { 	
	font-size : 12px; 	
	font-weight : bold; 	
	color : #910000; 	
	text-decoration : none; 
}

/* middle column title link settings */
a.breadcrumbnavi:visited { 	
	font-size : 12px; 	
	font-weight : bold; 	
	color : #910000; 	
	text-decoration : none; 
}

/* middle column title link settings - MouseOver */
a.breadcrumbnavi:hover { 	
	font-size : 12px; 	
	font-weight : bold; 	
	color : #910000; 	
	text-decoration : underline;
}


/* all link settings */
a { 	
	font-family: Arial, Helvetica,  sans-serif;  	
	font-size: 11px;  	
	color: #910000;  	
	font-weight: normal;  	
	text-decoration: none;	
}

/* all link settings */
a:link {   	
	font-family: Arial, Helvetica,  sans-serif;  	
	font-size: 11px;  	
	color: #910000;  	
	font-weight: normal;  	
	text-decoration: none; 	
}

/* all link settings */
a:visited {   	
	font-family: Arial, Helvetica,  sans-serif;  	
	font-size: 11px;  	
	color: #910000;  	
	font-weight: normal;  	
	text-decoration: none; 
}

/* all link settings - MouseOver */
a:hover {   	
	font-family: Arial, Helvetica,  sans-serif;  	
	font-size: 11px;  	
	color: #910000;  	
	font-weight: normal;  	
	text-decoration: underline; 
}


/* links: next and previous page */
a.shoppagenav: { 	
	font-family: Arial, Helvetica,  sans-serif;  	
	font-size: 12px;  	
	color: #910000;  	
	font-weight: bold;  	
	text-decoration: none; 	
}

/* links: next and previous page */
a.shoppagenav:link {   	
	font-family: Arial, Helvetica,  sans-serif;  	
	font-size: 12px;  	
	color: #910000;  	
	font-weight: bold;  	
	text-decoration: none; 	
}

/* links: next and previous page */
a.shoppagenav:visited {   	
	font-family: Arial, Helvetica,  sans-serif;  	
	font-size: 12px;  	
	color: #910000;  	
	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: #910000;  	
	font-weight: bold;  	
	text-decoration: underline; 
}

/* product group links */
a.subcatnavi {
	font-size : 12px;
	color : #910000;
    font-weight: normal;
	text-decoration : none;
	padding : 3px 0px 3px 0px;
	width : 100%;
	display : block;
	background-color : #B7B7B7;
}


/* product group links */
a.subcatnavi:link {    
	font-size : 12px;
	color : #910000;
    font-weight: normal;
	text-decoration : none;
	padding : 3px 0px 3px 0px;
	width : 100%;
	display : block;
	background-color : #B7B7B7;
}


/* product group links */
a.subcatnavi:visited {      
	font-size : 12px;
	color : #910000;
    font-weight: normal;
	text-decoration : none;
	padding : 3px 0px 3px 0px;
	width : 100%;
	display : block;
	background-color : #B7B7B7;
}


/* product group links - MouseOver */
a.subcatnavi:hover {      
	font-size : 12px;   
	font-weight: normal;
	text-decoration: none;     
	display: block;     
	color: #FFFFFF;
	background-color: #910000;
	padding: 3px 0px 3px 0px; 
}

/* product group links - activ */
a.subcatnavi:activ {      
	font-size : 12px;   
	font-weight: normal;
	text-decoration: none;     
	display: block;     
	color: #FFFFFF;
	background-color: #910000;
	padding: 3px 0px 3px 0px; 
}

/* category rows */
.tdsubcat  {
	width : 100%;
	border-bottom : 1px solid #910000;
	background-color : #B7B7B7;
}

/* products on main page*/
.tableproductsonmain { 	
	padding : 10px; 
}

/* product tables on shop pages */
.tableproducts { 	
	background-color : #FFFFFF; 	
	border-top : 1px solid #910000; 	
	border-bottom : 4px solid #910000; 	
	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 : #B7B7B7; 	
	font-size : 12px; 	
	font-weight : bold; 	
	color : #910000; 	
	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 : #910000; 	
	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 : #910000; 	
	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 : #910000; 	
	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 : #910000; 	
	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 #910000; 
	border-bottom : 4px solid #910000; 
	margin-bottom : 5px; 
}

/* table header on detail pages */
.producttitledetails { 
	font-size : 14px; 
	font-weight : bold; 
	color : #910000; 
	padding-top : 10px; 
	padding-bottom : 10px; 
}

/* table rows on detail pages */
.tdproductdetails { 
	border-top : 1px dashed #910000; 
	padding-top : 5px;
	padding-bottom : 5px; 
}


/* minibasket title */
.minibaskettitle { 	
	font-size : 12px; 	
	font-weight : bold;     
	background-color : #910000; 	
	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 #910000; 	
	border-top : 2px solid #910000;    	
	border-right : 2px solid #910000;    	
	border-left : 2px solid #910000;     
	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 #910000; 	
	padding-top : 5px; 	
	color : #910000;
}


/* sitemap tables */
.sitemap { 	
	padding : 3px; 	
	background-color : #F0F0F0; 	
	border-top : 1px solid #910000; 	
	border-bottom : 2px solid #910000; 
}


/* text field for search */
.searchinput  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #910000;
	padding : 0px;
}

/* all text fields */
.inputbox { 	
	font-size : 11px; 	
	font-family : Arial, Helvetica, sans-serif;	
	color : #616161; 	
	background-color : #F0F0F0; 	
	height: 20px; 
}

/* order button */
.orderbutton  {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-align : center;
	color : #FFFFFF;
	background-color : #910000;
	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 : #910000;
	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 : #616161; 	
	background-color : #F0F0F0; 
}

/* sliding-scale prices */
.textarea { 
	font-size : 10px; 
	font-family : Arial, Helvetica, sans-serif; 	
	color : #808080; 
	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 : #616161; 
	padding : 0px; 
	background-color : #F0F0F0;
}

/* search results - table rows */
.searchresults1 {
    font-weight: bold; background-color: #B7B7B7
}

.searchresults2 {
    background-color: #f5f5f5
}

.searchresults3 {
    background-color: #cccccc
}

/* banner */
.bannertext { 	
	font-size : 11px; 	
	font-family : Courier New, Courier, mono; 	
	font-weight: normal; 	
	color: #910000; 	
	text-align : center; 
}

/* overview order data title */
.titlebuy3 { 	
	font-size : 11px; 	
	color : #FFFFFF; 	
	background-color : #910000; 	
	padding-left : 10px; 	
	padding-bottom : 1px; 	
	vertical-align : bottom; 
}

/* overview order data dark rows */
.tdbuy3 { 
	font-size : 11px; 
	color : #808080; 
	background-color : #B7B7B7; 
	padding-left : 10px; 
	padding-bottom : 1px; 
	vertical-align : bottom; 
}

/* overview order data bright rows */
.tdbuy3b { 
	font-size : 11px; 
	color : #808080; 
	background-color : #F0F0F0; 
	padding-left : 10px; 
	padding-bottom : 1px; 
	vertical-align : bottom;
}


/* dynamic news area */
.newstable {
 	background-color : #FFFFFF;
	border-top : 2px solid #910000;
	border-bottom : 2px solid #910000;
	border-left : 2px solid #910000;
	border-right : 2px solid #910000;
	margin-top : 10px;
	margin-bottom : 10px;
}
.newstitle {
     background-color : #910000;
	 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 : #910000; 	
	background-color : #B7B7B7; 	
	border : 0px #B7B7B7 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 #910000; 	
	border-top : 2px solid #910000;    	
	border-right : 2px solid #910000;    	
	border-left : 2px solid #910000;     
	background-color : #B7B7B7; 
}

/* 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 : #910000; 	
	border : 0px #910000 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 : #910000; 	
	border : 0px #910000 none; 	
	padding : 0px;     
	margin-bottom : 5px; 	
	cursor : pointer; 
}


/* Extended search table rows */
.extsearch{
	background-color : #B7B7B7;
	padding : 5px;
}

/* Extended search table top row */
.extsearchtop{
	border-top : 1px solid #910000;
	background-color : #B7B7B7;
	padding : 5px;
}

/* extended search table bottom row */
.extsearchbottom{
	border-bottom : 1px solid #910000;
	background-color : #B7B7B7;
	padding : 5px;
}


/* last order data after user login: title rows */
.lastorderhead  {
    font-size : 12px;
    font-weight : 700;
	background-color : #910000;
    color : #FFFFFF;
}


/* last order data after user login: rows */
.lastorderrow  {
    font-size : 11px;
    font-weight : normal;
	background-color : #B7B7B7;
    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;
}
