body, td, textarea{
	font-family: verdana;
	font-size: 12px;
}
body{
	background: url("/ecommerce/images/bg.jpg") #e2e2e2 repeat-x;
	margin-top: 0;
}
.banner{
	background: url("/ecommerce/images/topbanner.jpg") no-repeat;
}
.links{
	color: #FFFFFF;
	text-align:center;
	text-decoration: none;
}
.links a:hover{
	color: red;
	font-weight: bold;
	font-size: 13px;
}
.main{
	background-color: #FFFFFF;
	vertical-align: top;
}
.title{
	font-size: 18px;
	margin-left: 10px;
}
#headlines, #headlines_banner{
	font-size: 18px;
	background-color: #CCCCCC;
	height: 300px;
	width: 600px;
	border: solid #888888 2px;
}
.headlines_links{
	background-color: #E9E9E9;
	font-weight: bold;
	height: 20px;
	width: 600px;
	text-align:right;
	border: solid #888888 2px;
	border-top: none;
}
.headlines_links a{
	vertical-align: middle;
	letter-spacing: 12px;
	text-decoration: none;
	color: #cc0001;
}
.footer{
	background-color: #3D3D3D;
	color: #FFFFFF;
	font-size: 10px;
}
.tabhead{
	font-weight: bold;
	background-color: #CCCCCC;
	border: none;
}
.buy{
	background-color: #FFFF66;
	padding: 3px;
	border: solid #000000;
	text-align: center;
}
.buy a{
	color: red;
	font-weight: bold;
}
.admintit{
	text-align:left;
	font-size: 15px;
	font-weight:bold;
	text-decoration: underline;
}
.carttit{
	text-align:left;
	font-size: 15px;
	font-weight:bold;
}
.bodytext{
	text-align: left;
	margin-left: 10px;
	margin-top: 10px;
}
.error{
	color: red;
	visibility: hidden;
	font-weight: bold;
}
.colodd{
	background-color: #eeeeee;
}
.guidetable td{
	text-align:center;
	border-top: solid .5px; 
	border-left: solid .5px; 
	border-color: #eeeeee;
}
.catlinks{
	background: url("/ecommerce/images/separator2.jpg") repeat-x;
	vertical-align: bottom;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
	text-align: left;
	vertical-align:middle;
	padding: 8px;
}
.catlinks a{
	color: #000000;
	text-decoration: none;
}
.catlinks a:hover{
	color: #CC0000;
}
.prodlink a{
	color: #000000;
	font-family: Verdana;
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;
}
.prod{
	font-family: arial;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	overflow: hidden;
}
.prodlink a:hover{
	color: #3399CC;
}
.prodprice{
	color: #CC0000;
	font-size: 20px;
}
.prodpricecat{
	color: #CC0000;
	font-size: 15px;
}
.prodtit{
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	text-align:left;
	margin-top: 10px;
}
.lbutton{
	font-size: 11px; 
	background-color:#3D3D3D; 
	color: #FFFFFF; 
	border: none; 
	padding: 2px;
}
.guiderow{
	background-color: #fff0f0;
}
.proddesc{
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
}
.tutlinks{
	color: #000000;
	text-decoration: none;
}
.tutlinks:hover{
	color: #CC0000;
}
.invtabhead{
	font-weight: bold;
	padding: 3px;
}
.blinkn, .blinkn a{
	text-decoration: none;
	border: none;
	color: #555555;
	background-color: white;
}
.clickable{
	cursor: pointer;
}
.bundle{
	font-size: 14px;
	font-weight: bold;
	border: solid red;
	text-align: center;
}