div.product_main	{
			width:173px;
			border:0px #ccc solid;
			padding:5px;
			margin:5px;
			position:relative;
			float:left;
			font-family:tahoma;
			font-size:10pt;
			color:#516351;
			text-align:center;
			}

img.product_img	{
		width:100px;
		height:100px;
		border:1px #fff solid;
		background-image:url('../images/no_product.jpg');
		background-repeat:no-repeat;
		background-position:center;
		}

div.product_main input.product_submit	{
			border:1px #6f6f6f solid;
			background-color:#d78d36;
			font-weight:bold;
			color:#fff;
			}
			
.product_submit	{
				border:1px #6f6f6f solid;
				background-color:#d78d36;
				font-weight:bold;
				color:#fff;
				}
			
#product_listing_main	{
							border:0px black solid;
							width:900px;
							margin-left:auto;
							margin-right:auto;
							}
							
div.product_listing_row	{
						width:900px;
						border:0px black solid;
						text-align:center;
						}							

div.product_listing_hr	{
						clear:both;
						width:90%;
						height:2px;
						background-image:url(../images/hbar2.jpg);
						background-repeat:repeat-x;
						margin-top:25px;
						margin-bottom:15px;
						margin-left:auto;
						margin-right:auto;
						}

div.product_listing_item	{
							border:0px black solid;
							width:205px;
							height:200px;
							padding:5px;
							position:relative;
							float:left;
							text-align:center;
							}
							
div.product_listing_picture	{
							border:0px black solid;
							width:100%;
							}
							
div.product_listing_picture img	{
							border:1px #ccc solid;
							text-align:center;
							}							
							
div.product_listing_name	{
							border:px black solid;
							width:100%;
							text-align:center;
							font-weight:bold;
							}
							
div.product_listing_price	{
							border:0px black solid;
							width:100%;
							text-align:center;
							}							
							
div.product_listing_buttons	{
							border:0px black solid;
							width:100%;
							text-align:center;
							}	
							
div.product_listing_buttons input	{
									margin:5px;
									}	
#products_paging
{
	font-size:10pt;
	width:840px;
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:30px;
	padding-right:30px;
}
#products_paging_perpage
{
	display:inline;
	float:right;
}