@charset "utf-8";
/* CSS Document */

body, td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	margin: 0px;
	color: #FC6;
}

body {
	background-color: #000;
}

a {
	text-decoration: none;
	color: #FC6;
}
a.addtocart {
	padding: 5px;
	height: auto;
	width: auto;
	border: 1px solid #FC0;
}

a.addtocart:hover {
	padding: 5px;
	height: auto;
	width: auto;
	border: 1px solid #F00;
}

select {
	text-decoration: none;
	color: #FC6;
	background-color: #000;
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: normal;	
}

select.border {
	text-decoration: none;
	color: #FC6;
	background-color: #000;
	border: 1px solid #FC6;
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: normal;	
}

.shopheader {
	font-size: 14pt;
	font-weight: bold;
}

textarea {
	text-decoration: none;
	color: #FC6;
	background-color: #000;
	border: 1px solid #FC0;
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: normal;	
}

input {
	text-decoration: none;
	color: #FC6;
	background-color: #000;
	border: 0px solid #FC0;
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: normal;	
}

input.border {
	text-decoration: none;
	color: #FC6;
	background-color: #000;
	border: 1px solid #FC0;
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: normal;	
}

input.addtocart {
	padding: 5px;
	height: auto;
	width: auto;
	border: 1px solid #FC0;
	
}

input.addtocart:hover {
	padding: 5px;
	height: auto;
	width: auto;
	border: 1px solid #F00;
}

h1 {
	font-size: 12pt;
	font-weight: normal;
	color: #FC6;
	text-align: center;
}
a.nav {

	font-size: 12pt;
	font-weight: normal;
	color: #FC6;
}

a.nav:hover {
	color: #F00;
}

a.nav:visited {
	color: #FC6;
}

a.nav:active {
	color: #FC6;
}

a.navon {

	font-size: 12pt;
	font-weight: normal;
	color: #F00;
}

a.langoff {
	font-size: 8pt;
	font-weight: normal;	
}

a.langoff:hover {
	color: #F00;
}

.langon {
	font-size: 8pt;
	font-weight: normal;	
	color: #F00;
}

.coarseness {
	position: relative;
	left: 0px;
	top: 0px;
	width: 274px;
	height: 145px;
	font-size: 14pt;
	font-weight: normal;	
}
.contentheader {
	font-size: 14pt;
	font-weight: normal;	
	color: #FC6;
}

.proddiv {
	display: none;
}
.darkerline {
	border: 1px solid #762525;
}
.recommended {
	color: #F03;
}
.stockistname {
	font-size: 10pt;
	font-weight: bold;	
	color: #FC6;	
}
.cityname {
	font-size: 11pt;
	font-weight: bold;
	color: #F00;
}

.statename {
	font-size: 14pt;
	font-weight: bold;
	color: #F00;
	background-color: #FC6;
	padding: 2px;
	width: 100%;
}

/*	#eway {
	position: absolute;
	right: 0px;
	bottom: 0px;
}	*/
div#eway {
  right: expression( document.body.scrollRight + 'px' );
  bottom: expression( document.body.scrollBottom + 'px' );
}
body > div#eway { position: fixed; right: 5px; bottom: 5px; }