/* CSS Document */

/*=======================================================*/
/*---------SITE CONTENT CSS------------------------------*/
/*=======================================================*/
h1{
	font-family: verdana;
	font-size: 10px;
	color: #F6F5EA;
	font-weight: bold;
	background-color:#0000FF;
}
.homewhite{
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	line-height: .27cm;
	text-align:justify;
}
.homecontent{
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	display : none;	
}

.content{
	font-family: verdana;
	font-size: 10px;
	color: #333333;	
}
.vline{
	font-family: verdana;
	font-size: 1px;
	color: #999999;		
}
.contentright{
	font-family: verdana;
	font-size: 10px;
	color: #333333;	
	text-align: right;
}
.incart{
	font-family: verdana;
	font-size: 10px;
	color: #666666;	
	font-weight: bold;
}
.productheader{
	font-family: verdana;
	font-size: 10px;
	color: #333333;	
}
.productbar{
	height: 1px;	
	color: #cccccc;
}
.footer{
	font-family: verdana;
	font-size: 9px;
	color: #666666;
}
.formbutton {
	font-family: verdana;
	font-size: 10px;
	border: 1px #666666 solid;
	color: #666666;
	font-weight: bold;
	background-color: #dddddd;
 } 
.formselect {
	font-family: arial;
	font-size: 11px;
	border: 1px #333333 solid;
	color: #333333;
	background-color: #ffffff;
 } 
 .formtextbox {
	font-family: arial;
	font-size: 11px;
	border: 1px #666666 solid;
	color: #333333;
	background-color: #ffffff;
 }


a.notes{
	font-family: verdana;
	font-size: 10px;
	color: #666666;
	text-decoration: none;	
}
.notes:visited{
	font-family: verdana;
	font-size: 10px;
	color: #666666;
	text-decoration: none;	
}
.notes:hover{
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;	
}

/*=======================================================*/
/*---------ADMIN AREA CSS--------------------------------*/
/*=======================================================*/
.admin-header-white{
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-color: #333333;
	width: 100%;
	height: 30px;
	line-height: .7cm;	
}
.admin-header-gray{
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	width: 100%;
	height: 30px;
	line-height: .7cm;	
}
h1{
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	display : none;	
}
.admin-content{
	font-family: verdana;
	font-size: 11px;	
	color: #333333;
}
a.adminlogout{
	font-family: verdana;
	font-size: 11px;	
	color: #ffffff;
	display:inline;
		line-height: .4cm;
}
a.adminlogout:hover{
	font-family: verdana;
	font-size: 11px;	
	color: #aaaaaa;
	margin-left: .2cm;
		line-height: .4cm;	
}
a.adminlogout:visited{
	font-family: verdana;
	font-size: 11px;	
	color: #ffffff;
	margin-left: .2cm;
		line-height: .4cm;
}
a.adminlink{
	font-family: verdana;
	font-size: 11px;	
	color: #0000FF;
	display:inline;
		line-height: .4cm;
}
a.adminlink:hover{
	font-family: verdana;
	font-size: 11px;	
	color: #ff0000;
		line-height: .4cm;	
}
a.adminlink:visited{
	font-family: verdana;
	font-size: 11px;	
	color: #0000FF;
		line-height: .4cm;
}

