/* CSS Document */

/*///RESETS/////////*/


/*////FONTS//////////*/
.category_heading{
	color:#bdbdbc;
}

#store_checkout{
	font-family:Arial, Helvetica, sans-serif;
}

#store_checkout p{
	font-size:11px;
}

#store_checkout h2{
	font-size:11px;
	font-weight:bold;
	margin-bottom:0;
}

.item_listing_overview h2{
	font-size:15px; 
	font-weight:bold;
	margin-top:0;
}

.categories{
	font-size:10px;
	font-style:italic;
	color:#bdbdbc;
}

.cat_heading{
	color:#FFF;
	font-weight:bold;
	font-size:117%;
}

#store_wrapper a:link{text-decoration:none;}
#store_wrapper a:hover{text-decoration:underline;}
#store_wrapper a:visited{text-decoration:none;}
#store_wrapper a:visited:hover{text-decoration:underline;}

/*///STYLING/////////*/
#store_announcement{
	background:#FFFFCC;
	text-align:center;
	font-weight:bold;
	margin:10px 0 10px 0;
	padding:10px 5px 10px 5px;
}

#store_checkout{
	background:#f4f3ee url(/img/store_images/right_column_top.jpg) top center no-repeat;
}

#store_checkout #inner{
	border-left:#bdbdbc 2px solid;
	border-right:#bdbdbc 2px solid;
	border-bottom:#bdbdbc 2px solid;
}

#store_checkout h1{
	text-indent:-10000px;
	font-size:14px;
	margin-bottom:-3px;
}

.checkout_block{
	background:url(/img/store_images/checkout_gradient.png) bottom no-repeat;
	padding-bottom:4px;
}

#inner{
	padding:9px 5px 0 5px;
}

.add_to_cart{
	margin-left:3px;
	margin-bottom:2px;
}

.add_to_cart img{
	margin:2px;
}

/*///POSITIONING/////*/

#store_important_links{
	float:right;
}

#store_announcement{
	width:100%;
	clear:both;
}

#left_column{
	width:175px;
	float:left;
}

.store_item_categories{
	background:url(/img/store_images/top_center.gif) top repeat-x;
	margin-bottom:10px;
}

.store_item_categories a:link, .store_item_categories a:visited{color:inherit;}

.store_sidebar_leftcorner{
	background:url(/img/store_images/top_left_corner.gif) top left no-repeat;
	float:left;
	height:18px;
	width:18px;
}

.store_sidebar_rightcorner{
	background:url(/img/store_images/top_right_corner.gif) top left no-repeat;
	float:right;
	height:18px;
	width:18px;
}

.store_sidebar_box{
	border:#a6242c 3px solid;
	padding:2px;
}

#store_checkout{
	width:175px;
	float:right;
}

.cart_button{
	text-align:center;
}

#item_listing_wrapper{
	width:610px;
	float:left;
}

.item_listing_details{
	padding:0 8px 15px 8px;
}

.item_listing_overview{
	width:185px;
	margin:0 5px 10px 5px;
	float:left;
}

.item_head{
	height:75px;
}

.item_image{
	height:200px;
	margin-bottom:2px;
}

.add_to_cart{
	float:right;
	text-align:center;
}

#storefront_flash{
	margin-bottom:10px;
	text-align:center;
}