
body {
 font-family: Verdana;
 font-size: 10px;
 color: #222222;
}

.cbtext {
 font-family: Verdana;
 font-size: 10px;
 color: #EAEAEA;
}

.errortext {
 font-family: Verdana;
 font-size: 10px;
 font-weight: bold;
 color: #FAD403;
}

td {
 font-family: Verdana;
 font-size: 10px;
 color: #222222;
 }

input  { 
	background-color: #999999;
	border: none; 
	font-family: Verdana; 
	font-size: 8pt; 
	color: #000000;
	border-left: 1px solid #222222; 
	border-right: 1px solid #222222; 
	border-top: 1px solid #222222; 
	border-bottom: 1px solid #222222;
}

.radio  { 
	border: none; 
	font-family: Verdana; 
	font-size: 8pt; 
	color: #000000;
}

textarea, select { 
	background-color: #FFFFFF;
	border: 1px;
	border-style: solid;
	border-color: #222222;
	font-family: Verdana; 
	font-size: 8pt; 
	color: #222222;
}

a {
	color: #222222;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}

a.menulink {
	display: block;
	width: 100%;
	text-align: left;
	text-decoration: none;
	font-family:Verdana;
	font-size:10px;
	color: #EAEAEA;
	border: none;
}

a.menulink:hover {
border: solid 1px #222222;
background-color:#222222;
color: #EAEAEA;
}

a.navlink {
text-align: left;
text-decoration: none;
font-family:Verdana;
font-size:10px;
font-weight:bold;
color: #073A5C;
}

a.navlink:hover {
color:#FF6600;
font-weight:bold;
}

.imagelink {
	border: 1px;
	border-style: solid;
	border-color: #222222;
}

a:hover .imagelink {
	border: 1px;
	border-style: solid;
	border-color: #FF6600;
}

a.productlink {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #222222;
}

a.productlink:hover {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #222222;
	text-decoration: underline;
}

a.adminlink {
	font-family: Verdana;
	font-size: 10px;
	color: #222222;
}

a.adminlink:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #222222;
	text-decoration: underline;
}

.nicebtns {
background-image: url(../images/ButtonBG.jpg);
color: #EAEAEA; 
cursor: pointer; 
font-weight: bold;
font-size: 10px;
height: 17px;
border-left: 1px solid #222222; 
border-right: 1px solid #222222; 
border-top: 1px solid #222222; 
border-bottom: 1px solid #222222;
}

.nicebtns:hover {
background-image: url(../images/ButtonOverBG.jpg);
color: #EAEAEA; 
cursor: pointer; 
font-weight: bold;
font-size: 10px;
height: 17px;
border-left: 1px solid #222222; 
border-right: 1px solid #222222; 
border-top: 1px solid #222222; 
border-bottom: 1px solid #222222;
}

.countnumber {
	font-family: Verdana;
	font-size: 8px;
	color: #FFFFFF;
	font-weight: none;
}

.price {
	font-family: Verdana;
	font-size: 12px;
	color: #222222;
	font-weight: bold;
	text-decoration: line-through;
}

