/* Font List */
.smallfont {
	font-family: "Verdana", "sans-serif";
	font-size: 9px;
	line-height: 12px;
}
.font {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	font-size: 12px;
	line-height: 18px;
}
.Bigfont {
	font-size: 14px;
	line-height: 18px;
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
}
.Largerfont {
	font-size: 16px;
	line-height: 18px;
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
}
.protitle {
	font-weight:bold;
	color: #000000; 
	font-size: 16px;
	line-height: 18px;
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
}
.price {
	font-weight:bold;
	color: #830707; 
	font-size: 14px;
	line-height: 18px;
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
}
body {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	font-size: 12px;
	line-height: 18px;
	COLOR: #575656; 
}
table {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	font-size: 12px;
	line-height: 18px;
	COLOR: #575656; 
}
.blackfont {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	font-size: 12px;
	line-height: 18px;
	COLOR: #000000; 
}
.grayfont {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	COLOR: #666666; 
	font-size: 12px;
	line-height: 10px;
}
.whitefont {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	COLOR: #ffffff; 
	font-size: 12px;
	line-height: 12px;
}
.debug {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background-color: #f4f4f0;
	background-position: left center;
	width: auto;
	border: 1px solid #666666;
	padding: 6px;
}

/* TextBox and Button */
INPUT.Input { 
	COLOR: #575656;
	FONT-SIZE: 12px; 
	FONT-STYLE: normal; 
	FONT-VARIANT: normal; 
	FONT-WEIGHT: normal; 
	LINE-HEIGHT: normal ; 
	padding-left:2px;
	padding-right:2px;
	font-family: "Arial","Tahoma","Verdana","Lucida Grande";
	border: 1px #9b9a9a solid;
	background-color: #ffffff;
}
INPUT.Inputsmall { 
	COLOR: #575656;
	FONT-SIZE: 12px; 
	FONT-STYLE: normal; 
	FONT-VARIANT: normal; 
	FONT-WEIGHT: normal; 
	LINE-HEIGHT: normal ; 
	padding-left:2px;
	padding-right:2px;
	font-family: "Arial","Tahoma","Verdana","Lucida Grande";
	border: 1px #9b9a9a solid;
	background-color: #fafaf9; 
	height:21px; 
	border-right:0px;
}
INPUT.button{
	BACKGROUND: #ffffff url(/images/btn_bkg.gif);
	BORDER-BOTTOM: #2a3951 1px solid;
	BORDER-LEFT: #2a3951 1px solid;
	BORDER-RIGHT: #2a3951 1px solid;
	BORDER-TOP: #2a3951 1px solid;
	COLOR: #2a3951;
	FONT-SIZE: 12px;
	FONT-STYLE: normal;
	FONT-VARIANT: normal;
	FONT-WEIGHT: normal;
	LINE-HEIGHT: normal;
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	text-align: center;
	cursor: hand;
	height: 20px;
}
.ListItem {
	FONT-SIZE: 12px;
	FONT-STYLE: normal;
	FONT-VARIANT: normal;
	FONT-WEIGHT: normal;
	LINE-HEIGHT: normal;
	font-family: "Arial","Tahoma","Verdana","Lucida Grande";
	border: thin solid #CCCCCC;
	color: #000000;
}
.textbox {
	font-size: 12px;
	font-family: "Arial","Tahoma","Verdana","Lucida Grande";
	border-width:1px;
	border-style: Solid;
	border-color: #9b9a9a;
	width:100%;
	color: #2a3951;
}
.errHilite {
	BORDER-BOTTOM: black 1px solid;
	BORDER-LEFT: black 1px solid;
	BORDER-RIGHT: black 1px solid;
	BORDER-TOP: black 1px solid;
	FONT-SIZE: 12 px;
	FONT-STYLE: normal;
	FONT-VARIANT: normal;
	FONT-WEIGHT: normal;
	LINE-HEIGHT: normal;
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	border: 1px #9b9a9a solid;
	background-color: #FF9999;
}
/* .td Class...*/
.underlinetd {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-width: 1;
}
.whitetd {
	background-color: #ea528b;
	border: 0px solid #D2D2D2;
}
/* Links... */
a {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	font-size: 12px;
	text-decoration: none;
	color: #575656;
	line-height: 18px;
}
a:link {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	color: #575656;
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
}
a:hover {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	color: #575656;
	text-decoration: underline;
	font-size: 12px;
	line-height: 18px;
}
a:visited {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	font-size: 12px;
	color: #575656;
	text-decoration: none;
	line-height: 18px;
}
/* Gray Links ..*/
A.graylink:visited {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	COLOR: #ffffff; 
	TEXT-DECORATION: none; 
	font-size: 11px;
	line-height: 14px;
}
A.graylink:hover {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	COLOR: #ffffff; 
	TEXT-DECORATION: underline; 
	font-size: 11px;
	line-height: 14px;
}
A.graylink:link {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	COLOR: #ffffff; 
	TEXT-DECORATION: none; 
	font-size: 11px;
	line-height: 14px;
}
A.graylink {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	COLOR: #ffffff; 
	TEXT-DECORATION: none; 
	font-size: 11px;
	line-height: 14px;
}
.graylink {
}
/* Category Links ..*/
A.MENU:visited {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	COLOR: #000000; 
	TEXT-DECORATION: none; 
	font-size: 14px;
	line-height: 18px;
}
A.MENU:hover {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	COLOR: #000000; 
	TEXT-DECORATION: underline; 
	font-size: 14px;
	line-height: 18px;
}
A.MENU:link {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	COLOR: #000000; 
	TEXT-DECORATION: none; 
	font-size: 14px;
	line-height: 18px;
}
A.MENU {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	COLOR: #000000; 
	TEXT-DECORATION: none; 
	font-size: 14px;
	line-height: 18px;
}
.MENU {
}
/* Subcat Links... */
a.subcat {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	font-size: 14px;
	text-decoration: none;
	color: #000000;
	line-height: 18px;
}
a.subcat:hover {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	color: #000000;
	text-decoration: underline;
	font-size: 14px;
	line-height: 18px;
}
a.subcat:link {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
}
a.subcat:visited {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}
.subcat {
}
/* NAV Links ..*/
A.navlink:visited {
	COLOR: #5e5e5e; 
	TEXT-DECORATION: none; 
	font-family: "Verdana", "sans-serif";
	font-size: 9px;
	line-height: 10px;
}
A.navlink:hover {
	COLOR: #333333; 
	TEXT-DECORATION: none; 
	font-family: "Verdana", "sans-serif";
	font-size: 9px;
	line-height: 10px;
}
A.navlink:link {
	COLOR: #5e5e5e; 
	TEXT-DECORATION: none; 
	font-family: "Verdana", "sans-serif";
	font-size: 9px;
	line-height: 10px;
}
A.navlink {
	COLOR: #5e5e5e; 
	TEXT-DECORATION: none; 
	font-family: "Verdana", "sans-serif";
	font-size: 9px;
	line-height: 10px;
}
.navlink {
}
/* ***********************/
.p_num {
	font-family: "Verdana", "sans-serif";
	font-size: 10px;
	background-color: #f4f4f0;
	border: 1px solid #9b8264;
	margin: 2px;
	vertical-align: middle;
	line-height: 18px;
	text-decoration: none; 
}
a:visited.p_num {
	font-family: "Verdana", "sans-serif";
	font-size: 10px;
	background-color: #f4f4f0;
	border: 1px solid #9b9a9a;
	margin: 2px;
	vertical-align: middle;
	line-height: 18px;
	text-decoration: none;
}
a:link.p_num {
	font-family: "Verdana", "sans-serif";
	font-size: 10px;
	background-color: #f4f4f0;
	border: 1px solid #9b9a9a;
	margin: 2px;
	vertical-align: middle;
	line-height: 18px;
	text-decoration: none;
}
a:hover.p_num  {
	font-family: "Verdana", "sans-serif";
	font-size: 10px;
	background-color: #f4f4f0;
	border: 1px solid #e10e18;
	text-decoration: none;
	line-height: 18px;
	margin: 2px;
}
.p_curpage {
	color:#575656;
	font-family: "Verdana", "sans-serif";
	font-size: 10px;
	margin: 2px;
	background-color: #ffffff;
	border: 1px solid #9b9a9a;
	vertical-align: middle;
	line-height: 18px;
}

/*  Page Classes  */
.bodybg {
	background-image:url('../images/body_bg.gif');  
	background-position: top;
	background-repeat: repeat-x; 
	background-color:#464646;
}
.maincat_td {
	padding-left:22px;
	padding-right:6px;
}
.subcat_td {
	padding-left:40px;
	padding-right:6px;
}
