
.pagesection.product {
	border-bottom: 1px solid grey;
}

.shopform {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	clear:both;
}

.shopform input {
	margin: 0;
	padding: 0;
}

.shopform.viewcart {
	float:right;
}

.shopform .submitbutton {
	float:right;
}
.pagesection.product {
	float:left;
	clear:none;
	width: 180px;
	overflow:hidden;
	text-align:center;
	border:none;
	margin-right: 1px; 
}

.pagesection.product img {
	/*height: 160px;*/
}

.pagesection.product a img {
	border:none;
}

.shopform {
	margin: 10px 0px;
	border: 1px solid #333333;
	padding: 10px 0px;
	border-left: 0px;
	border-right: 0px;
}

.shopform label {
	color: #888888;
}

.shopform select {
	background-color: #333333;
	color: white;
	border:1px solid #666666;
}

.shopform .submitbutton {
	margin:5px;
	background-color: #333333;
	border:1px solid #666666;
	color: white;
}
