





.content {
	font-size: 1.2em;
	line-height: 1.25em;
/*	margin-bottom: 15px;*/
	padding-bottom: 0;
}

.twocol {
	float: right;
	width: 753px;
}

.onecol {
	width: 100%;
}


ins{
text-decoration: none;
}



form,fieldset
	{
	margin:0;
	padding:0;
	}

/* utility classes */

label.no_label, #footer #subscribeform label.no_label {
	position: absolute;
	z-index: 10;
	line-height: 1.8em;
	vertical-align: middle;
	padding: 0;
	padding-left: 6px;
	margin: 0;
	text-align: left;
	
	display: none;
}



.error {
	/* 	generic error class 	*/
	color: #900;
	font-style: italic;
}

.error a:link {
	color: #900;
	text-decoration: underline;
}

.hilite {
	/* generic non-error highlight class */
	color: #660000;
}

.message {
	color: #00539b;
}

.required {
	color: #00539B;
}

.asterisk {
	color: #00539B;
}

.price {
}

.priceOld {
	text-decoration: line-through;
}

.priceSale {
	color: #900;
}

.clear {
	/*
	add this to something to force it to clear both floats
	*/
	clear: both;
}

.clear_right {
	/*
	force to clear right
	*/
	clear: right;
}

.clear_left {
	/*
	force to clear left
	*/
	clear: left;
}

.floatleft {
	/*
	force to float left
	*/
	float: left;
}

.floatright {
	/*
	force to float right
	*/
	float: right;
}

.relative {
	position: relative;
}

.note {
	font-style: italic;

}
/* end utility styles */



/* link styles */

a:link, a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {

	/*
	remove the border from images that are wrapped in links
	*/

	border: none;
	text-decoration: none;
}

/* end link styles */

.nowrap { white-space:nowrap; }

table,thead,tbody,tfoot,tr,td
	{
	margin:0;
	padding:0;
/*	quirky because of Opera */
	border:0 solid;
	}

table	{ border-spacing:0; border-collapse: collapse; }

td	{ vertical-align:top; }


/* generic UL styles */

ul.no_bull {
	/*
	use this class to remove the bullets from a UL and remove margin/padding
	*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.no_bull li {
	padding: 0;
	margin: 0;
}

ul.horiz li {
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;
}

ul.square {
	list-style-image: url("/assets/images/common/square_bull.gif");
	margin: 0 0 0 1.4em;
	padding: 0;
}

ul.square li {
	padding: 0;
	margin: 0;
}

/* end generic UL styles */




dl, dt, dd {
	margin: 0;
	padding: 0;
}

dl.no_dt dt {
	/*
	this class "hides" the DT if desired.
	Add this to any DL that you don't want a DT to show on by default.
	*/
	display: none;
}


hr {
    height: 1px;
    width:100%;
    border:0;
    color:#999;
    background-color:#999;
    border-style:none;
    padding:0;
    margin:0;
    clear:both;
    }

hr.spaced { margin:15px 0; }

hr.dashed {
	border-top: 1px dotted;
	background: #fff;
}

big { font-size: 120%; }

small { font-size: 90%; }

blockquote {
	margin: 0;
	padding: 0;
}

.shaded {
	background: #d3edfa;
}



/* misc headers styles */

.light_header {
	font-weight: normal;
	color: #00539b;
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}

.dotted_border {
	border-bottom: 1px dotted #00539b;
	margin: 0 0 10px;
	padding: 0 0 5px;
}


/* end misc headers styles */


#printed_date {
	display: none;
}



/* Three-Pack: RECENTLY VIEWED, CUSTOMER FAVORITES */

.threepack {
	width: 753px;
	clear: both;
/*	float: left;*/
	font-size: .917em;

	margin-top: 20px;

}

.threepack dt {
	text-indent: -9999px;
	height: 28px;
}

#recently_viewed {
	overflow: hidden;
}

#recently_viewed ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#recently_viewed dt {
	background: url("/assets/images/headers/hed_recently_viewed.gif") no-repeat;
}

a.recent-text { overflow: hidden; }

#customer_favorites dt {
	background: url("/assets/images/headers/hed_customer_favorites.gif") no-repeat;
}

.threepack dd {
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	zoom: 1;
}

.threepack ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.threepack li {
	text-align: center;
	display: block;
	width: 249px;
	padding: 10px 0;
	height: 145px;
	float: left;
	border-right: 1px dotted #999;
	
	overflow: hidden;
}

.threepack li.last {
	border: none;
	overflow: hidden;
}

.threepack img {
	margin-bottom: 10px;
}

.threepack a {
	display: block;
}

/* end RECENTLY VIEWED */



.toggled_field {
	display: none;
}

.printable {
	display: none;
}

.screenable {
	display: block;
}
