HTML
{
	overflow-y: scroll;
}

HTML,BODY,TABLE,TR,TD,DIV,P,SPAN,UL,LI, INPUT, H1, H2, H3, IMG, TEXTAREA
{
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	text-align: left;
	font-size: 10px;
	font-family: arial;
}



BODY
{
	text-align: center;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 12px;
}

A
{
	color: black;
}

#container
{
	width: 960px;
	margin: auto;
	margin-top: 48px;
}

#header
{
	position: relative;
	/*height: 26px;*/
	border: 1px solid white;
}

	#logo, #home, #join, #mailing_list
	{
		/*position: absolute;
		*/top: 0px;
	}

	#logo
	{
		left: 15px;
	}

	#home
	{
		left: 684px;
	}

	#join
	{
		right: 0px;
		top: -1px;
	}

	#mailing_list
	{
		font-size: 10px;
		height: 14px; 
		font-family:  "Helvetica Neue", helvetica, arial, sans-serif;
		color: gray;
		border: 1px solid black;
		padding-top: 0px;
		padding-left: 2px;
		width: 110px;
	}

#content_table
{
	width: 960px; 
}
	#left_column
	{
		width: 180px;
		/*padding-left: 15px;*/
	}

	#left_column A
	{
		text-decoration: none;
				font-family: "Helvetica Neue", helvetica, arial, sans-serif;
		font-size: 10px;
	}

	#right_column
	{
		position: relative;
		width: 780px;
		font-size: 10px;
	}


#site_options
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	/*margin-top: 12px;
	margin-left: 15px;
	vertical-align: top;*/
}

INPUT#search
{
		font-size: 10px;
		height: 14px; 
		font-family:  "Helvetica Neue", helvetica, arial, sans-serif;
		color: gray;
		border: 1px solid black;
		padding: 0px;
		margin: 0px;
		padding-left: 3px;		
}

#search_link
{
	text-decoration: none;
	vertical-align: top;
	margin-left: 8px;
}

#current_category
{
	vertical-align: top;
	clear: none;
	display: inline;
	margin-left: 20px;
}

#navigation
{
	/*position: absolute;
	right: 0px;
	vertical-align: top;
	top:0px;
	font-size: 12px;
*/
	font-size: 9px;
}

#navigation A
{
	text-decoration: none;
}

#products_list DIV
{
	width: 100%;
	font-size: 9px;
}

#products_list A
{
	text-decoration: none;	
}

.product_list_pager
{
	text-align: right;
	position: relative;
	float: right;
	font-size: 9px;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	margin-top: 4px;
	font-weight: bold;

}

.product_list_pager .not_available
{
	color: #ddd;
	font-size: 9px;
	font-weight: bold;
}


.product_list_pager A
{
	text-decoration: none;
	font-size: 9px;
	margin-left: 4px;
}

.product_list_pager A.current
{
	font-weight: bold;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 9px;
	border-bottom: 1px solid black;
}



#product_detail_options
{
	margin-left: 30px;
}

#product_detail_options H2
{
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 14px;
}

#product_detail_description
{
	font-size: 9px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#product_choice_text, #product_quantity_text
{
	font-size: 9px;
	margin-bottom: 3px;
}

#product_quantity_text
{
	margin-top: 20px;
}

#product_detail_options SELECT
{
	font-size: 11px;
	font-weight: bold;
}

#product_detail_images
{
	margin-top: 9px; 
	margin-left: 77px;
}

#product_detail_images A
{
	text-decoration: none;
	margin-left: 6px;
	display: inline-block;
	padding: 3px;
}

#product_detail_image_selected
{
	background-color: black;
	color: white;

}

A#product_detail_enlarge_view
{
	float: none;
	clear: both;
	font-size: 10px;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;

}

#preview_0
{
	background-color: black;
	color: white;
}

#pop_out_details
{
	text-align: center;
	margin-top: 35px;
}

#pop_out_details #product_detail_images
{
	border-top: 20px solid white;
	text-align: center;
}

#left_column .current
{
	font-weight: bold;
}

#review_orders TH
{
	border-bottom: 1px solid #cbcbcb;
}

#review_orders TD
{
	padding-top: 3px;
	border-bottom: 1px solid #eeeeee;

}

.button_link
{
	margin-top: 20px;
	clear: both;
	display: block;
	width: 87px;
/*	display:block; 
	width: 80px;  
	border-top:1px solid #ddd; 
	border-left: 1px solid #ddd; 
	border-bottom: 1px solid #ccc; 
	border-right: 2px solid #ccc;
	text-decoration: none; 
	text-align: center; 
	font-weight: normal; 
	font-size: 9px; 
	vertical-align: middle; 
	padding-top: 4px; 
	padding-bottom: 4px;
	background-color: black;
	color: white; */

}

.simpler_link
{
	text-decoration: none;
}

#profile_wrap
{
	margin-top: 2em;
}

.quantity_error
{
	color: red;
	font-size: 12px;
	width: 80%;
	font-weight: bold;
	margin: auto;
	margin-top: 20px;
}

#quantity_error_table
{
	margin-top: 10px; 
	margin-bottom: 10px;
}

#quantity_error_table TH
{
	background-color: red;
}



.slideshow { height: 585px; width: 745px; margin-left: 35px; }
.slideshow img { border: 0px; }

.transparent_class {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

#reserve_address
{
	position: absolute; 
	bottom: 0px; 
	left: 105px; 
}

#reserve_address DIV
{
	font-size: 9px;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-weight: bold;
}

#views
{
	font-size: 10px;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	margin-top: 10px;
	width: 300;
}

#views A
{
	text-decoration: none;
	margin-left: 3px;
}

#mailing_list_container
{
	position: absolute;
	top: -25px;
	display: block;
	right: 0px;
	display: none;
}

#enlarged_view
{
	font-size: 16px;
	font-weight: bold;
}

#current_category A
{
	text-decoration: none;

}
