/*		Main body		*/
body{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EEE;
	margin: 0;
	padding: 0;
}

td{
	font-size: 13px;
}

a{
	color: #9E4742;
}

a:hover{
	text-decoration: none;
	color: #9E4742;
}

p{
}

h1{
}

div{
}

/*		Content: Main		*/
td.main{
	font-weight: bold;
	color: #880000;
}
td.header{
	font-weight: bold;
}
p.header{
	font-weight: bold;
}
td.alert{
	font-weight: bold;
	color: #ff3300;
}

/*		Content: TopNav		*/
td.topnav{
	text-align: center;
}

td.topnav a{
	font-weight: bold;
	color: #FFFFFF;
	font-size: .9em;
}

td.topnav a:hover{
	text-decoration: none;
	color: #F9DA7A;
}

/*		Content: SideNav		*/
td.sidenav{
	list-style-type: none;
}

td.sidenav a{
	color: #000000;
	font-weight: bold;
	font-size: .9em;
	line-height: 30px;
}

td.sidenav a:hover{
	text-decoration: none;
}

/*		Member: SideNav		*/
td.membernav{
	list-style-type: none;
}

td.membernav a{
	color: #FFFFFF;
	font-weight: bold;
	font-size: .9em;
	line-height: 15px;
}

/*		Module: Store		*/
td.spotlightheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #880000;
}

td.spotlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

td.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}

td.cart {
	border: 1px solid #000000;
	}
td.carttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	}
td.cartsummary {
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #880000;
}
td.productmenu {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 3px 3px 3px;
}
td.productmenu:hover {
	background-color: <cfoutput>#color2#</cfoutput>;
}
td.productmenu a{
	color: #000000;
}

td.tableHeaderBG
{
	background-color: gray;
	color: white;
}
td.bgcolor{
	background-color: #F9F5EB;
}
.trackingInformation
{
	background-color: #F9F5EB;
}
td.bgYellowcolor{
	background-color: yellow;
}
