/* Table "accent" color
   Usually is a thin outline around
   the the page */
.tb_accent_bg{
	background-color: #000000;
}
/* Table Header Background */
.tb_hdr_bg{
	background-color: #8E4189;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	color: White; /* Font color */
}

/* Table Background */
.tb_bg{
	background-color: #FBF4FB;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black; /* Font color */
}

/* Alternate Table Background */
.tb_bg_alt{
	background-color: #FFFFFF;	
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black; /* Font color */
}

/*  Table Back Ground */
.tb_bg_attention{
	background-color: #FFFFE8;	
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black; /* Font color */
}
/* Hyper Link Styles */
a:link {
	color: #8E4189;
	/*text-decoration: none;*/
}

a:visited {
	color: #8E4189;
	/*text-decoration: none;*/
}
a:hover {
	color: #8E4189;
	/*text-decoration: none;*/
}
a:active {
	color: #8E4189;
	/*text-decoration: none;*/
}

/* Text Styles */
.navlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.smcartprice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.smtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.noticeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.hdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.medhdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.medtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.smhdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.searchform {
	width: 60px;
}
.qtyform {
	width: 25px;
}
.style1 {
	font-size: 9px;
}
form{padding:0; border:0; margin:0}
