@CHARSET "ISO-8859-1";
.hiddendiv{	
	font-family: arial;
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: black;
	border: 1px solid black;
}
body {
	font-family: arial;
	background-color: #000000;
	color: gray;
}
table {
	font-family: arial;
	border-spacing: 0px;
	color: gray;
	font-size: 12px;
}
A.login {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: gray;
	text-decoration: none;
}
A:HOVER.login{
	color: white;
	text-decoration: none;
}
A.black {
	font-size: 10px;
	font-family: arial;
	color: gray;
	text-decoration: none;
}
A:HOVER.black{
	color: white;
	text-decoration: none;
}
A {
	font-size: 12px;
	color: gray;
	text-decoration: none;
}
A:HOVER {
	color: white;
	text-decoration: none;
}
A.title {
	font-weight: bold;
	font-size: 12px;
	color: gray;
	text-decoration: none;
}
A:HOVER.title {
	color: white;
	text-decoration: none;
}
A.paypal {
	font-size: 12px;
	color: gray;
	text-decoration: none;
}
A:HOVER.paypal {
	color: white;
	text-decoration: none;
}
A.takeithome {
	font-weight: bold;
	font-size: 12px;
	color: #5c5c5c;
	text-decoration: none;
}
A:HOVER.takeithome {
	color: white;
	text-decoration: none;
}
A.details {
	font-family: arial;
	font-weight: normal;
	font-size: 11px;
	color: gray;
	text-decoration: none;
}
A:HOVER.details {
	color: white;
	text-decoration: none;
}
A.links {
	font-size: 13px;
	color: gray;
	text-decoration: none;
}
A:HOVER.links {
	color: white;
	text-decoration: none;
}
A.menu {
	color: gray;
	font-family: arial;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}
A:HOVER.menu {
	color: white;
	text-decoration: none;
}
.price {
	font-family: arial;
	color: white;
	font-size: 12px;
	font-weight: bold;
}
.nprice {
	font-family:arial;
	color:#99CC00;
	font-size:14px;
	font-weight:bold;
}
.copyright{
	font-family: arial;
	font-size: 11px;
}
.center {
	background-color: #000000;
	border: 1px;
	border-style: solid;
	border-color: gray;
}
input {
	border: 1px;
	border-style: outset;
	background-color: black;
	color: gray;
}
img {
	border: 0px;
}
.shadow{
	border-bottom: 2px;
	border-bottom-color: gray;
	border-bottom-style: outset;
	border-right: 2px;
	border-right-color: gray;
	border-right-style: outset;
}
select {
	color: gray;
	background-color: black;
}
textarea{
	color: gray;
	background-color: black;
}
li{
	padding-top: 10px;
}
.pDetails{
	font-size: 11px;
}
.radio{
	border: 0px; 
}