#shopcontent {
	width: 985px;
}

.shopbackground, #shopcontent .shopbackground {
	background-color: white;
}

#shopcontent .loginbox {
	background-color: #c2b59b; /* light brown */
}

#shopcontent hr {
	border: 1px solid #603813; /* dark brown */
	background-color: #603813;
}

#shopcontent .shopbutton {
	background-color: #603813; /* dark brown */
	color: white;
}

#shopcontent .shopbutton:hover {
	color: #c2b59b; /* light brown */
}

#shopcontent .catlist_back {
	background-color: #603813;
}

#shopcontent .catlist_item {
	color: white;
}

#shopcontent .tableheader {
	color: black;
}

#shopcontent .order-total {
	color: black;
}

.shopbackground {
	height: 500px;
	vertical-align: top;
	overflow: visible;
	padding: 20px !important;
}