/* PRODUCTS LIST
--------------------------------------------------------- */
	
	/* style for the each product box
	----------------------------------------------------- */
	.sos_product_list
	{
		margin:				0 -3px 0 0;
		padding:			10px 10px;
		width:				207px;
		float:				left;
		text-align:			left;
	}
	
	.sos_product_list#odd { background: #EDEDED; }
	.sos_product_list#even { background: #FFF; }
	
	
	
	/* style for the each product box
	----------------------------------------------------- */
	.sos_product_list h4
	{
		margin:				0;
		padding:			0 0 5px 10px;
		width:				95%;
		font-size:			12px;
		float:				left;
		background:			url(../images/common/bullet_tri_arrow.gif) no-repeat top left;
	}
	
	/* style for the each product box
	----------------------------------------------------- */
	.sos_product_list p
	{
		margin:				0;
		padding:			0 0 0 10px;
	}	
		
/* ------------------------------------------------------ */






/* CART STYLES
------------------------------------------------------ */
	
	/* style for cart box (link to cart inside store)
	--------------------------------------------------------- */
	#cart_box
	{
		margin:				0 0 5px;
		padding:			1%;
		width:				98%;
		float:				left;
		color:				#364a1d;
		text-align:			right;
		border-bottom:		solid 1px #DDD;
	}
	
	/* style for cart box links
	--------------------------------------------------------- */
	#cart_box a
	{
		color:				#0d487b;
		text-decoration:	underline;
	}
	
	#cart_box a:hover
	{
		text-decoration:	underline;
	}
	
	/* style for view cart table
	--------------------------------------------------------- */
	#cart_table
	{
		margin:				10px 0;

	}
	
	/* style for view cart table cells
	--------------------------------------------------------- */
	#cart_table td
	{
		padding:			5px;

	}
	
	/* style for view cart table cells
	--------------------------------------------------------- */
	#cart_table .col_head
	{
		padding:			5px;
		font-weight:		bold;
		background:			url(../images/cart/hdr-bg.gif);
		border-left:		solid 1px #FFF;
		color:				#FFF;
	}
	
	#cart_table .col_footer
	{
		width:				260px;
		padding:			5px;
		font-weight:		bold;
		background:			#0d487b;
		border-left:		solid 1px #FFF;
		color:				#FFF;
	}
	
	#cart_table .col_footer input
	{
		background:			#4F8CBF;
		color:				#FFF;
	}
		
/* --------------------------------------------------------- */