
/* start: Store Styles */

#store_container
	{
	width: 550px;
	margin: 15px 10px 10px 20px;
	float: left;
	color: white;
	}

div#store_container h3
{
  color: white;
  clear: both;
  background-color: black;
}

div#store_container div.product_page_item,
div#store_container div.product_page_item_first,
div#store_container div.product_page_item_last
{ 
  width: 540px;
  float: left;
  color: #333;
  clear: both;
  padding: 5px;
  background-color: #F7F7F7;
  margin-bottom: 10px;
}

.product_img
	{
	padding-right: 10px;
	float: left;
	}
	
.product_img img
	{
	}

.product_text
	{
	width: 300px;
	float: left;
	}
	
.product_text h2
	{
	color: #333;
	margin: 0;
	font-size: 10pt/3pt;
	}
	
.product_text a:link
	{
	color: #C00;
	}
	
.product_text a:visited
	{
	color: #C00;
	}
	
.product_text a:hover, a:active
	{
	color: #C66;
	}
	
.bio_link
	{
	margin: 15px 0 10px 0;
	}
	
.cat_ttl
	{
	width: 550px;
	height: 35px;
	margin: 10px 0;
	float: left;
	background-color: #000;
	}
	
.store_menu_left
	{
	width: 12px;
	height: 48px;
	background-image: URL(/site/img/store/global/merch_left.gif);
	float: left;
	}
	
.store_menu_drop
	{
	height: 48px;
	padding-top: 3px;
	background-image: URL(/site/img/store/global/merch_bg.gif);
	background-repeat: repeat-x;
	float: left;
	}
	
.store_dd
	{
	float: left;
	}
	
.store_menu_right
	{
	width: 12px;
	height: 48px;
	background-image: URL(/site/img/store/global/merch_right.gif);
	float: left;
	}

.store_menu
	{
	float: left;
	}

.back_to_top
	{
	margin-left: 20px;
	text-transform: uppercase;
	font-weight: bold;
	}
	
.oos
	{
	font-weight: bold;
	color: #C00;
	}
	
select
	{
	margin-top: 7px;
	margin-left: 5px;
	}
	
/* end: Store Styles */

