body {
	background:url(../images/bg.png) repeat-x top left;
}

hr {
	background:#999;
	color:#999;
}

#hd {
	margin-bottom:1.5em;
	height:130px;
}
	#hd h1 {
		display:none;
	}
	#hd a {
		color:#fff;
	}
	#hd #logo {
		padding-top:45px;
		text-align:right;
	}
	#hd #about {
		font-size:13px;
		line-height:1.3em;
	}
#alert {
	margin-bottom:1.5em;
	padding:5px 10px;
	font-size:24px;
	background-color:#fc0;
}
	#alert a._close {
		display:block;
		float:right;
		margin-top:5px;
		width:25px;
		height:25px;
		line-height:0.8em;
		text-align:center;
		color:#fc0;
		background-color:#fff;
		text-decoration:none;
	}
#nav {
	height:45px;
}
	#nav ul {
		margin:0;
	}
	#nav ul li {
		display:block;
		float:left;
		margin:0;
		padding:0;
	}
	#nav ul li a {
		display:block;
		padding:4px 10px;
		margin-right:5px;
		height:17px;
		text-decoration:none;
		background-color:#790;
	}
	#nav ul li a.selected,
	#nav ul li a:hover {
		border-bottom:3px solid #fff;
	}
	
#ft {
	margin-bottom:50px;
	padding-top:5px;
	border-top:1px solid #ccc;
}
	#ft a {
		color:#36f;
	}

#bd {
	font-size:18px;
	margin-bottom:4em;
}
	#bd .side h2 {
		line-height:1em;
		font-weight:bold;
		font-size:28px;
	}
	#bd a {
		color:#36f;
	}
	#bd .side {
		text-align:right;
	}
	#bd .small {
		font-size:13px !important;
	}
	
.total {
	padding:0 0 1.5em 0;
	margin-bottom:1.5em !important;
	border-bottom:3px double #999;
}
	.total ._price {
		text-align:right;
		line-height:1em;
		font-size:50px;
		font-weight:bold;
	}
	.total ._text {
		line-height:1.3em;
	}
.status {
	padding-bottom:1em;
	margin-bottom:1em !important;
	border-bottom:1px solid #999;
}
	.status ._price {
		text-align:right;
		line-height:1.3em;
		font-weight:bold;
	}
	.status ._text {
		line-height:1.3em;
	}
	.status ._time {
		color:#999;
		font-size:12px;
	}
