/* CSS Document */
.products_title
{


}

.products_title h1
{
	font-family:Arial, Helvetica, sans-serif;
	margin-left:10px;
}


.product_image_and_swapper
{

	width:300px;
	float:left;
}

.product_image
{

	
	width:300px;

	float:left;
	
	margin-right:10px;

	text-align:center;
	border:1px solid #BBBBBB;
	
}

.category_image
{
	display:none;
	float:left;

	text-align:center;
	width:256px;

	min-height:1px;
	margin-left:10px;

}

	.category_image img
	{
/*		width:230px;*/
	}

.category_description
{
	float:left;
	width:490px;
	margin-left:10px;

	margin-top:0px;
	
}



	
.product_image_enlargebutton
{
	float:right;
}

.product_image_swapimage
{

	width:80px;
	margin-right:10px;


	
}


.product_image_swapimage h3
{
	display:none;
}

.product_image_swapimage img
{
	cursor:pointer;
	border:1px solid #BBBBBB;
	
/*	height:100px;
	width:75px;
	*/
	margin-right:4px;
	margin-top:0px;
}


.product_image_swapimage_thumbs
{

}

.product_description
{

	float:right;
	width:340px;
}


/*

.product_description p
{
	margin-top:2px;
}
*/



.product_options
{
	padding:5px;
/*	border:1px solid #BBBBBB;*/
	margin-bottom:20px;
}

	.product_options_panel
	{
/*		border:1px solid #BBBBBB;*/
		padding:5px;
		float:right;

		text-align:right;
	}	

	.product_options_panel h2
	{
		margin:0px;

	}	




.product_pricing
{
	clear:both;
}

	.product_pricing_notes
	{
		text-align:right;
		clear:both;
	}
	
	.product_buy
	{
	
	}

	.product_buy_button
	{
		float:right;
	}
	
	.product_rrp
	{	
		font-size:1.4em;
		
		float:right;
		
		margin-right:10px;
		margin-top:3px;
	}
	
	.product_out_of_stock
	{
	
	}

	.product_quantity
	{
		width:30px;
		height:20px;
		margin-top:2px;
		text-align:center;

		font-family:Arial, Helvetica, sans-serif;
		font-size:1.4em;

		float:right;

		margin-right:10px;


	}

.no_products
{
	margin-left:10px;
	font-size:1.5em;
	color:#999999;
	
}


.category_results_info_bar
{
	clear:both;
	border-top:1px solid #777777;
	border-bottom:1px solid #777777;
	background-color:#BBBBBB;
	color:black;
	padding:5px;
	padding-bottom:0px;
	margin-bottom:7px;
	margin-top:7px;
	height:23px;

}

	.category_resultcount
	{
		float:left;
		margin-right:1px;
		padding-top:2px;
	}

	.category_paging
	{
		margin-top:2px;
		float:right;
		margin-left:1px;
	}
	
		.category_paging .bold
		{
			font-weight:bold;
		}

	.category_ordering_title
	{
		float:left;
		margin-left:5px;
		padding-top:2px;
	}

	.category_ordering
	{
		float:left;
		margin-left:0px;
		margin-top:-1px;
	}	
		.category_ordering select
		{
			margin-top:2px;
			width:120px;

		}

/* Hide everything on the info bar except the page selectors for the bottom version  */
.resultsBarBottom .category_ordering, .resultsBarBottom  .category_ordering_title, .resultsBarBottom  .category_resultcount
{
	display:none;
}
