/* lists */
h4 {
	font-size: 18px;
}

#ulsitemap li {
	font-size: 14px;
	padding: 5px 0;
	list-style-type: square;
}

#ulsitemap li.indent {
	margin-left: 20px;
}

#ulsitemap li a {
	font-weight: normal;
}

#ulsitemap li.indent a {
	font-weight: normal;
}

.button {
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans",
		sans-serif;
	background: #21759B url(../images/button-grad.gif);
	border-radius: 11px;
	border: none;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	cursor: pointer;
	text-decoration: none;
	margin-top: -3px;
	text-shadow: rgba(0, 0, 0, 0.3) 0 -1px 0;
}

#contentWrapper {
	width: 230px;
	margin: 0 auto;
}

#divList {
	margin-bottom: 10px;
}

#divList #divLabel {
	font-weight: bold;
}

.spanLandlords {
	color: #E47911;
	font-weight: bold;
}

.spanLoggin {
	color: #E47911;
	font-weight: bold;
}

.spanLet {
	color: #E47911;
	font-weight: bold;
	font-size: 14px;
}

.spanAvailable {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
}

.input {
	background: #FBFBFB none repeat scroll 0 0;
	border: 1px solid #E5E5E5;
}

.spanlink {
	text-decoration: underline;
	cursor: pointer;
}

.spanSubItem {
	align: right;
}

.select {
	font-size: 11px;
	height: 2em;
	padding: 2px;
}

#paypal {
	position: absolute;
	left: 850px;
	top: 200px;
}

#msg { //
	display: none;
	position: absolute;
	z-index: 200;
	background: url(../images/msg_arrow.gif) left center no-repeat;
	padding-left: 7px
}

#msgcontent {
	display: block;
	background: #FF5B5B;
	border: 1px solid #333;
	border-left: none;
	padding: 2px;
	min-width: 250px;
	max-width: 350px
}

#fieldAddress {
	width: 345px;
	height: 228px;
	float: left;
}

#fieldOption {
	height: 228px;
	width: 600px;
	float: left;
}

#fieldSpecialOption {
	width: 400px;
	float: left;
	clear: left;
}

#fieldHouseOption {
	float: left;
	width: 300px;
}

fieldset {
	padding: 0;
	margin-bottom: 20px;
	margin-right: 10px;
}

legend {
	margin-left: 10px;
}

fieldset ol {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 1em 1em 0;
}

li {
	margin-bottom: 1em;
}

label {
	display: list-item;
	float: left;
	margin-right: 1em;
	width: 12em;
}

legend {
	color: #000000;
	font-weight: bold;
	margin-left: 1em;
}

#paymentMethod {
	font: 12px Verdana, Helvitica, sans-serif;
	border: 1px solid #CCC;
	background-color: #FFFFFF;
	padding: 20px;
	margin: 10px auto 0 10px;
	width: 700px;
}

.messageBox {
	font: 12px Verdana, Helvitica, sans-serif;
	border: 1px solid #CCC;
	background-color: #F2F2F2;
	padding: 20px;
	margin: 10px auto 0 auto;
	width: 350px;
}

#shoppingCart {
	font: 12px Verdana, Helvitica, sans-serif;
	border: 1px solid #CCC;
	background-color: #F2F2F2;
	padding: 20px;
	margin: 10px auto 0 auto;
	width: 220px;
}

#shoppingCartEmpty {
	font: 12px Verdana, Helvitica, sans-serif;
	border: 1px solid #CCC;
	background-color: #F2F2F2;
	padding: 20px;
	margin: 60px auto 0 auto;
	width: 300px;
}

#shoppingPrice {
	font: 16px Verdana, Helvitica, sans-serif;
	color: red;
	font-weight: bold;
	position: absolute;
	margin-left: 130px;
	margin-top: 40px;
}

#removeFromCart {
	font: 16px Verdana, Helvitica, sans-serif;
	color: red;
	font-weight: bold;
	float: right;
	margin-top: -10px;
}

#shoppingSummary {
	float: right;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #CCC;
	background-color: #F2F2F2;
	width: 230px;
	padding-left: 20px;
}

#refundpolicy {
	font: 12px Verdana, Helvitica, sans-serif;
	border: 1px solid #CCC;
	background-color: #F2F2F2;
	padding: 20px;
	margin: 10px auto 0 auto;
	width: 400px;
}