body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333;
}

input, select, option, textarea {
	font-size: 10px;
	}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin: 0;
	padding: 20px 20px 15px 20px;
}

a {
	text-decoration: none;
	color: #009;
}

a:link {
	text-decoration: none;
	color: #009;
	}

a:active {
	text-decoration: none;
	color: #009;
	}

a:visited {
	text-decoration: none;
	color: #009;
	}

a:hover {
	text-decoration: underline;
	color: #009;
}

#searchbox {
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;	
}

.forms {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}



/* hometxt */
.hometxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}

a.hometxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

a.hometxt:link {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	}

a.hometxt:active {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	}

a.hometxt:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	}

a.hometxt:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}
/* hometxt */


#bodytxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #333;
}

#bodytxt td {
	font-size: 0.7em;
}

/* breadcrumb 
.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
}

a.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #000
}

a.breadcrumb:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #666;
}
 breadcrumb */


/* leftnav */
.leftnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.leftnav a {
	text-decoration: none;
	color: #000;
	font-weight: normal;
}

.leftnav a:hover {
	text-decoration: underline;
	color: #000;
	font-weight: normal;
}

.leftnav a:active {
	text-decoration: none;
	color: #666;
	font-weight: normal;
	}

.leftnav a:visited {
	text-decoration: none;
	color: #000;
	font-weight: normal;
	}
}
/* leftnav */

/* merchantinfotxt */
.merchantinfotxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FFF;
}

a.merchantinfotxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFF;
}

a.merchantinfotxt:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}
/* merchantinfotxt */


/* textUP - for directory mouseovers CE9E52 */
#textUP {
	position:absolute;
	visibility:hidden;
	z-index:1;
	width: 200px;
	margin: 0;
	padding: 5px 10px 5px 10px;
	background-color: #FFF;
	border: 1px solid #CE9E52;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	}
/* textUP - for directory mouseovers CE9E52 */


/* footer */
#footer {
	padding-top: 3px;
	text-align: center;
	word-spacing: 0.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	}

#footer a {
	color: #FFF;
	text-decoration: none;
	}

#footer a:link {
	color: #FFF;
	text-decoration: none;
	}

#footer a:active {
	color: #FFF;
	text-decoration: none;
	}

#footer a:visited {
	color: #FFF;
	text-decoration: none;
	}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
	}
/* footer */

#crumbtrail {
	font-size: 10px;
	padding: 10px 10px 10px 25px;
	}

#store_lt {
	float: left;
	width: 360px;
	}
	
#store_rt {
	float: right;
	background: #EEE;
	width: 150px;
	padding: 10px;
	margin-right: -25px;
	}
	
html>body #store_rt {
	width: 145px;
	margin-right: 0;
	}
	
	#store_rt h2 {
		display: block;
		background: #FFF;
		font-size: 1.0em;
		color: #999;
		font-weight: bold;
		margin: -10px;
		text-align: center;
		}