body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #B24B2A;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

a:visited { color: #663300; text-decoration: none; font-weight: bold; }

.featuredhead	{ text-align: center; padding: 4px 0px 4px 0px; color: #FFFFFF; background-color: #B24B2A; font-weight: bold; font-size: 14px; }
.searchdrop		{ font-size: 10px; width: 175px; }
.searchbox		{ font-size: 10px; }
.searchbutton	{ font-size: 10px; }
.bttn			{ font-size: 10px; font-weight: bold; }

/* --- LIQUIDATION --- */
.lqhead { font-size: 14px; font-weight: bold; }
.lqcol	{ font-size: 12px; font-weight: bold; text-align: center;  background-color: #FFCC66; }
/* --- END --- */

/* --- DETAILS --- */
.dttitle	{ font-size: 14px; font-weight: bold; text-align: right; }
.dttext		{ font-size: 14px; text-align: left; }
/* --- END --- */

/* --- QUOTE CART --- */
.quotecart			{ font-size: 11px; border-bottom: dotted 1px #493616; border-top: dotted 1px #493616; background-color: #FFFF99; padding: 2px 0px 2px 0px; }
.quotecart a		{ text-decoration: none; font-weight: 100; }
.quotecart a:hover	{ font-weight: bold; }
.rmvcart			{ font-size: 11px; background-color: #FFFF99; text-align: center; padding: 4px 1px 4px 2px; }
.txtcart			{ font-size: 12px; background-color: #FFFF99; font-weight: bold; padding: 4px 1px 4px 2px; }
.sndcart a			{ display: block; background-color: #663300; font-weight: bold; font-size: 12px; color: #FFFF99; width: 120px; padding: 4px 0px 4px 0px; text-decoration: none; border: outset 3px #B24B2A; }
/* --- END --- */

.emailfriend a			{ display: block; padding: 2px 0px 2px 0px; border: 2px outset #A65A29; background-color: #C1824D; text-align: center; font-size: 14px; font-weight: bold; text-decoration: none; width: 160px; color: #333300; }
.emailfriend a:hover	{ border: 2px inset #A65A29; }

#smcontainer			{ margin: 0 0 0 25px; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; }
#smcontainer ul			{ list-style-type: circle; }
#smcontainer a			{ text-decoration: none; font-size: 12px; font-weight: 100; }
#smcontainer a:hover	{ background-color: #FFFF99; }

.condhead		{ text-align: center; font-size: 24px; font-weight: bold; border-bottom: 2px #330000 solid; }

#blanket {
	background-color: #111;
	opacity: 0.65;
	filter: alpha(opacity=65);
	position: absolute;
	z-index: 9001;
	top: 0px;
	left: 0px;
	width: 100%;
	}
	
#popUpDiv {
	position: absolute;
	background-color: #eeeeee;
	width: 600px;
	height: 400px;
	z-index: 9002;
	}