#shop {
margin:20px;
}

#shop p {
	padding: 0 !important;
}

#shop .shopitem {
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#shop .shopitem h3 {
	margin: 0; padding: 0;
	font-size: 15px;
}

#shop .shopitem .description {
	color: #AAA;
	margin: 0;

}

#shop .shopitem .quantity {
	float: right;
	margin-top: 6px;
}

#shop .shopitem label {
	margin-right: 10px;
}

#shop .shopsubmit {
	padding: 4px 8px;
	font-weight: bold;
	font-size: 120%;
}
