
@import 'all.css';

/* inner page */

.inc_bleft {
	float: left;
	width: 800px;
	overflow: hidden;
}	

.inc_left {
	float: left;
	width: 329px;
	overflow: hidden;
}

.inc_mid {
	float: right;
	width: 450px;
	overflow: hidden;
}

.inc_right {
	float: right;
	width: 120px;
	overflow: hidden;
}

.inc_mid h1 {
	color: #888888;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 3px;
}

.inc_mid .blue, .inc_mid h1 .blue {
	color: #2686a6;
	font-size: 14px;
	font-weight: bold;
}

.inc_mid .level {
	color: #888888;
	font-size: 14px;
	margin: 0 0 20px 0;
}

.result {
	width: 100%;
	overflow: hidden;
	padding-bottom: 12px;
	margin-bottom: 22px;
	background: url(../images/dashbg.gif) repeat-x left bottom;
}

.ppleft {
	float: left;
	width: 160px;
}

.ppleft .price {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin-top: 6px;
	padding: 4px 0 4px 0;
	background: #a0a0a0;
}

.tright {
	float: right;
	width: 278px;
	position: relative;
	padding-bottom: 30px;
}

.tright p { color: #686868; font-size: 11px;}

.tright p.mid { margin: 12px 0 0 0;}
.tright p.btm { position: absolute; bottom: 8px;}
.tright p.btm a { color: #e7120d; text-decoration: none; font-weight: bold;}

.tright h2 { color: #c50808; font-size: 11px;}
.tright h2 span { color: #686868; font-size: 10px;}


