
/* MAIN STORE LAYOUT
--------------------------------------------------------- */
	
	/* style for breadcrumb
	----------------------------------------------------- */
	#bread_crumb
	{
		margin:				0 0 10px 0;
		padding:			1% 0 0;
		width:				100%;
		border-bottom:		solid 1px #DDD;
		font-size:			12px;
		color:				#333;
	}
	
	/* breadcrumb links
	----------------------------------------------------- */
	#bread_crumb a
	{
		font-size:			12px;
		color:				#06F;
	}
	
	
	
	
	
	
	/* style for store navigation
	----------------------------------------------------- */
	#store_nav
	{
		width:				190px;
		float:				left;
	}
	
	
	
	
	
	
	/* style for product side
	----------------------------------------------------- */
	#store_content
	{
		margin:				0;
		padding:	 		0 0 0 10px;
		width:				680px;
		float:				right;
		border-left:		solid 1px #DDD;
	}
	
	/* style for category title (h3)
	----------------------------------------------------- */
	#store_content .title
	{
		width:				680px;
		float:				left;
		font-size:			16px;
		border-bottom:		solid 1px;
	}
	
	/* home box (adds top spacing for home page products)
	----------------------------------------------------- */
	#store_content #home_box
	{
		margin:				20px 0;
		float:				left;
	}
	
	
	
	
	
	
	/* style for search box
	----------------------------------------------------- */
	#search_box
	{
		width:				100%;
		margin:				1% 0;
		float:				left;
		border:				solid 1px #AAA;
	}
	
	/* search box title
	----------------------------------------------------- */
	#search_box h3
	{
		margin:				0 0 10px 0;
		padding:			2px 0 2px 10px;
		border-bottom:		solid 1px #AAA;
	}
	
	/* search box element (label and field)
	----------------------------------------------------- */
	#search_box .search_element
	{
		margin:				2px 0 0 10px;
		padding:			0 0 10px 0;
	}
	
	/* style for box with buttons
	----------------------------------------------------- */
	#search_box #btn_box
	{
		margin:				0;
		padding:			5px 10px;
		border-top:			solid 1px #AAA;
	}
	
	/* button box button style
	----------------------------------------------------- */
	#search_box #btn_box input
	{
		margin:				0;
		border:				solid 1px;
		color:				#000;
		background:			#FFF;
	}	
	
	
	
	
	
	/* style for search box
	----------------------------------------------------- */
	#subcategories
	{
		width:				100%;
		margin:				1% 0;
		float:				left;
		border:				solid 1px #AAA;
	}
	
	/* search box title
	----------------------------------------------------- */
	#subcategories h3
	{
		margin:				0 0 10px 0;
		padding:			2px 0 2px 10px;
		border-bottom:		solid 1px #AAA;
	}
	
	/* subcategories category list
	----------------------------------------------------- */
	#subcategories ul
	{
		margin:				0 0 10px 0;
		padding:			0;
		float:				left;
	}	
	
	/* subcategories list items
	----------------------------------------------------- */
	#subcategories li
	{
		padding:			10px 20px;
		width:				130px;
		display:			block;
		float:				left;
		text-align:			center;
	}
	
/* --------------------------------------------------------- */






/* PRODUCTS LIST - LIST & HOME
--------------------------------------------------------- */
	
	/* style for the each product box
	----------------------------------------------------- */
	#product_home
	{
		margin:				10px 10px 10px 20px;
		padding:			0;
		width:				300px;
		float:				left;
	}
	
	/* style for the each product box
	----------------------------------------------------- */
	#product_home h4
	{
		margin:				0;
		padding:			0;
		font-size:			14px;
		width:				185px;
		float:				left;
		border-bottom:		solid 1px #BBB;
	}
	
	/* style for the price
	----------------------------------------------------- */
	#product_home #price
	{
		color:				#06F;
		width:				62%;
		float:				left;
		text-align:			right;
	}
	
	/* style for the image
	----------------------------------------------------- */
	#product_home #image img
	{
		margin:				0 10px 0 0;
		border:				solid 1px #BBB;
		float:				left;
	}
	
	#product_home #btn_box
	{
		float:				right;
		width:				62%;
	}
	
	/* style for the buttons
	----------------------------------------------------- */
	#product_home input
	{
		float:				right;
		border:				solid 1px #BBB;
		background:			#FFF;
	}
		
/* ------------------------------------------------------ */






/* PRODUCTS DETAILS
--------------------------------------------------------- */

	/* style for the each product box
	----------------------------------------------------- */
	#product_large
	{
		margin:				0;
		padding:			0;
		width:				680px;
		float:				right;
	}
	
	/* product large left column - holds image
	----------------------------------------------------- */
	#product_large #product_left
	{
		margin:				0;
		padding:			0;
		width:				150px;
		float:				left;
	}
	
	/* product large right column - holds info
	----------------------------------------------------- */
	#product_large #product_right
	{
		margin:				0;
		padding:			0 0 0 20px;
		width:				490px;
		float:				right;
		border-left:		solid 1px #DDD;
	}
	
	/* style for the 'click to enlarge' instruction
	----------------------------------------------------- */
	#product_large #instruction
	{
		border-top:			solid 1px #AAA;
		text-align:			center;
		color:				#888;
	}
	
	/* style for each info section
	----------------------------------------------------- */
	#product_large #section
	{
		margin:				0 0 15px 0;
		padding:			0;
	}
	
	/* style for info section title
	----------------------------------------------------- */
	#product_large #section h4
	{
		margin:				0 0 5px 0;
		padding:			0;
		border-bottom:		solid 1px #DDD;
	}
	
	/* style for the price
	----------------------------------------------------- */
	#product_large #price
	{
		font-size:			16px;
		color:				#06F;
		font-weight:		bold;
		text-align:			right;
	}
	
	/* style for the button box
	----------------------------------------------------- */
	#product_large #btn_box
	{
		margin:				0;
		padding:			10px 0 0 0;
		border-top:			solid 1px;
		text-align:			right;
	}
	
	/* style for the buttons
	----------------------------------------------------- */
	#product_large #btn_box input
	{
		margin:				0;
		padding:			0;
		border:				solid 1px;
		background:			#FFF;
	}
	
	
/* ------------------------------------------------------ */