.s_category {
	padding: 10px;
	background: #f5f5f5;
	margin-bottom: 5px;
}

.s_item {
	padding: 10px;
	background: #f5f5f5;
	margin-bottom: 10px;
}

.addtocart {
	font: inherit;
	background: #ff6600;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
}

input {
	background: #FFFFFF;
	border: 1px solid #ff6600;
	padding: 3px;
	font: inherit;
}

select {
	background: #FFFFFF;
	border: 1px solid #ff6600;
	padding: 3px;
	font: inherit;
}

.update-button {
	background: #ff6600;
	color: #FFFFFF;
	padding: 0px !important;
}

button, #checkout-button {
	background: #ff6600;
	color: #FFFFFF;
	border: 1px solid #ff6600;
} 

.s_meta table p {
	margin-bottom: 0px !important;
}

.s_meta td {
	margin-right: 10px;
}

#shopp form ul li div input, #shopp form ul li div select {
	width: 80% !important;
}

#checkout-button {
	margin-top: 15px;
	margin-left: 15px;
}