#ProductGroup {
	/*margin-left: 230px;*/
}

.category {
	overflow-x: hidden;
	margin-top:20px;
	border-color:#ccc;
	border-width:1px;
	border-top-style:dotted;/**/
	border-bottom-style:dotted;
	padding-top:5px;
}
.sortOptions .sortlink{
	background-color:#8eb436;
	border-radius:3px;
	color:#fff;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	font-weight:bold;
	border-color:#fff;
	border-width:1px;
	border-style:solid;
	/*text-shadow: 1px 1px 3px #6d8a29;*/
}
.sortOptions .current{
	/*text-decoration:none;
	font-weight:bold;*/
	color:#8eb436;
	background-color:#fff;
	border-color:#ccc;
	border-width:1px;
	border-style:solid;
}
.sortOptions a:hover{
	text-decoration:none;
	background-color:#c7e75c;
	color:#fff;
}
#Products ul{
	list-style:none;
	margin:0px;
	margin-left:10px;
}
.productList{
	padding:0;
	margin:0;
	list-style:none;
	
}

/* 3) Product Settings */

.productItem {
	list-style:none;
	float: left;
	width: 220px;
	min-height: 344px;
	overflow: hidden;
	margin: 10px 10px 10px 0;
	padding: 0px;
}

	
.productItem .productActions{
	padding:0;
	margin:0;
}
.productItem .productTitle{
	font-size:1.3em;
	padding-top:5px;
	margin-top:10px;
}
.productItem p{
	font-size:1.1em;
}
.productItem .productActions li {
	list-style: none;
	padding:0;
	margin:0;
}
.productItem .price_display{
	font-size:1.3em;
	font-weight:bold;
}
.productItem .addlink, .productItem .quantityBox{
	margin-top:7px;
}
.productItem .addlink a{
	background:#8eb436;
	color:#fff;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	border-radius:3px;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:3px;
	
}
.productItem .quantityBox a{
	background:#fff;
	color:#8eb436;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	border-radius:3px;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:3px;
	border-color:#ccc;
	border-width:1px;
	border-style:solid;
	
}
#Products .productItem .quantityBox ul, #Products .productItem .quantityBox ol {
	margin:0px;
	padding:0px;
}
.resultsBar {
	border-color:#ccc;
	border-width:1px;
	
	border-bottom-style:dotted;
	margin-bottom:5px;
	padding-bottom:5px;
}
.resultsBar .resultsShowing,
.resultsBar .resultsShowing {
	float: right;
	width: 50%;
	text-align: right;
}

/* Image placeholder */
.productItem a.noimage{
	padding:20px;
	padding-top:55px;
	height:65px;
	text-align:center;
	background:#eeeeee;
	color:#d3d3d3;
	display:block;
	text-decoration:none;
	font-size:20px;
	border-radius:7px;
}