/* CSS Document */

#shoplabel {
	width: 30%;
	float: left;
	text-align: right;
	margin: 3px;
}

#thelistbox {
	width: 60%;
	float: left;
	margin: 3px;
}

.subbtn {
	text-align: center;
	background-position: bottom left;
	width: 160px;
	height: 35px;
	cursor: pointer;
	border: none;
	font-weight:bold;
	font-family:inherit;
	background: url('../images/add_to_cart.png') no-repeat left center transparent;
	vertical-align: middle;
}

.acenter {
	width: 350px;
	text-align: center;
}

#underline {
	text-decoration: underline;
	font-weight: bold;
}