ul.items {
	width: 930px;
}
ul.items li {
	list-style-type: none; 
	margin: 5px;
	width: 250px;
	float: left; 
	height: 200px;
	padding: 5px;
}
ul.items li img {
	width: 20px;
	height: 20px;
	cursor: pointer;
}
ul.items li .quantity_div {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
ul.items li h2.price {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

ul.items li h2.title {
	border-bottom: #2684b7 1px solid;
	padding: 0;
	margin: 0;
	color: #2684b7;
	font-size: 19px;
	font-weight: normal;
}
ul.items li h2.title img {
	width: 15px;
	height: 15px;
	margin-left: 3px;
}
ul.items li h2.description {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
}
ul.items li div {
	margin: 5px; 
	width: 230px
}
.totup {
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	color: #ffffff;
}
input[type=submit].submit {
	margin-left: 65px;
	width: 80px;
}
div.details {
	font-weight: bold;
	color: #ffffff;
}
div.details input {
	width: 140px;
	float: right;
	position: relative;
	color: #000000;
	background: #ffae27;
	border: none;
	padding: 2px;
	font-weight: bold;
}
div#errorbox {
	display: none;
}	
div#errorbox p {
	color: #f7af48;
	font-weight: bold;
}
#buttons {
	float:right;
	margin-right:25px;
	width: 405px;
}
#hiddenItems {
	display: none;
	height: 450px;
}
.more-options {
	width: 100%;
	margin: 0 auto;
	padding: 5px 0 5px 0;
	border-top: 3px #4279a7 solid;
	background: transparent;
	font-size: 16px;
	color: #4279a7;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}