#shop_content
{
	float:left;
	width:640px;
	overflow:hidden;
	z-index: 0;
}
.shop_box
{
	/*background:url(/csp/parkers/web/images/misc/prodImageBG.jpg);
	background-repeat:repeat-x;*/
	float:left;
	margin-top:0px;
	border-top:1px solid #CCCCCC;
	padding-top:5px;
	margin-bottom:5px;
	width:650px;
}
.shop_row_img
{
	float:left;
	width:140px;
	height:180px;
	background:#dddddd;
	border:solid 1px #cccccc;
	padding:6px;
}
.shop_row_txt
{
	float:left;
	width:140px;
	margin-top:5px;
	font-family:arial;
	color:#666666;
	font-size:11px;
	text-align:center;
}
.shop_row_txt a:link, shop_row_txt a:visited
{
	float:left;
	width:140px;
	font-family:arial;
	color:#666666;
	font-size:11px;
	text-align:center;
	text-decoration:none;
}
.shop_row_txt a:hover
{
	color:#000000;
	text-decoration:underline;
}
.shop_rightSpacing
{
	float:left;
	width:4px; 
}
