body, html {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	font-family:Arial, tahoma, verdana;
	font-size:12px;
	background-color:#E8EED4;
}

img {
	border:0px;
}


a {
	color:#0A6F00;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
	color:#1A7F10;
}

h3 {
	margin:165px 0px 0px 0px;
	padding:0px;
	line-height:30px;
	font-size:27px;
	font-weight:bold;
	color:#0A6F00;
}
h3 a {
	text-decoration:none !important;
}

.contentWidth {
	position:relative;
	width:990px;
	min-height:100%;
	height:auto  !important;
	height:100%;
	margin:0 auto -65px;
}

.contentHeader {
	position:relative;
	margin:0px;
	padding:0px;
	height:290px;
	width:990px;
}

.contentHeaderBG {
	position:absolute;
	top:0px;
	left:-105px;
	overflow:hidden;
	height:290px;
	width:1200px;
	background:#E8EED4 url('/images/header.jpg') center top no-repeat;
}

.contentLeft {
	position:relative;
	float:left;
	width:200px;
	padding:0px 0px 0px 25px;
}

.contentRight {
	position:relative;
	float:right;
	text-align:left;
	width:715px;
	margin-right:25px;
}

.footer, .spaceReserver {
	width:990px;
	height:65px;
}
.footer {
	position:relative;
	margin:0px auto;
	background:transparent url('/images/footer.jpg') left top no-repeat;
}
.spaceReserver {
	clear:both;
}

.copyright {
	line-height:65px;
	float:right;
	height:65px;
	width:250px;
	text-align:right;
}

.orderItem {
	width:auto;
	clear:both;
	border-bottom:1px dotted #0A6F00;
	height:80px;
	margin-bottom:4px;
}
.orderItems {
	width:auto;
	clear:both;
	border-bottom:1px dotted #0A6F00;
	height:auto;
}
.preOrderItem {
	border-bottom:1px dotted #0A6F00;
	margin-bottom:4px;
}

.orderItemImg {
	cursor:pointer;
	height:76px;
	float:right;
	margin-right:2px;
	border:1px solid #0A6F00;
}

.orderItemInput {
	width:300px;
	border:1px solid #0A6F00;
}
.orderItemInputAmount {
	width:150px;
	border:1px solid #0A6F00;
}

.orderButton {
	border:1px solid #0A6F00;
	padding:2px 20px 2px 20px;
}

.halfPart {
	position:relative;
	float:left;
	width:357px;
	text-align:left;
}

.orderInputComment {
	clear:both;
	font-size:10px;
}
