/* Ramp Template */ /* bq.lt */ 

html, body {
    height: 100%;
	height: auto;
}
body {
	font-family: Tahoma;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #000;
	font-size: 12px;
	background: #fff;
}
a {
	outline: none;
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}

/* -- */

div#top {
	background: #2c2c2c url(i/top-bg.png) bottom repeat-x;
	color: #fff;
}
div#top a {
	color: #fff;
}
div#top div.in {
	width: 790px;
	margin: 0px auto;
	padding: 10px 0px;
	position: relative;
}
div#top div#logo {
	background: url(i/logo-bg.png) left no-repeat;
	height: 100px;
	padding: 0px 0px 0px 70px;
	line-height: 100px;
	font-family: "Times New Roman", Times, serif;
	position: absolute;
	top: 30px;
	left: -20px;
}
div#top div#logo a {
	font-size: 50px;
	color: #fff;
	word-spacing: -3px;
}
div#top div#logo a:hover {
	text-decoration: none;
}
div#top h3 {
	padding: 0px;
	margin: 140px 0px 0px 0px;
	font-size: 16px;
	font-weight: bold;
}
div#top p {
	padding: 0px 0px 0px 14px;
	margin: 10px 0px 30px 0px;
	line-height: 16px;
	border-left: 3px solid #fff;
}

/* -- */

div#content {
	width: 790px;
	margin: 0px auto;
}

/* -- */

div.post {
	background: #f5f5f5 url(i/post-bg.png) repeat-x;
	position: relative;
	margin: 0px 0px 14px 0px;
}
div.post div.title {
	background: url(i/title-bg.png) center left no-repeat;
	height: 46px;
	margin: 0px 14px;
	padding: 10px 0px 10px 0px;
	position: relative;
}
div.post div.title div.nr {
	font-size: 11px;
	text-align: center;
	width: 44px;
	position: absolute;
	top: 34px;
	left: 0px;
}
div.post div.title h2 {
	padding: 0px;
	margin: 0px;
	height: 48px;
	line-height: 48px;
	font-size: 30px;
	font-weight: normal;
	position: absolute;
	top: 10px;
	left: 54px;
}
div.post div.left {
	float: left;
	width: 246px;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 20px;
	position: relative;
}
div.post div.left div.thumb {
	height: 200px;
	width: 246px;
	background: url(i/thumb-bg.png) top center no-repeat;
	position: relative;
}
div.post div.left div.thumb img {
	position: absolute;
	top: 10px;
	left: 11px;
}
div.post div.left div.visit a {
	background: url(i/visit-bg.png) top center no-repeat;
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	margin: 10px 0px;
}
div.post div.left div.rate-t {
	background: url(i/rate-t-bg.png) top left no-repeat;
	height: 10px;
	display: block;
	font-size: 0px;
}
div.post div.left div.rate {
	background: #3e3e3e url(i/rate-mm-bg.png) bottom repeat-x;
	display: block;
	padding: 0px 0px 6px 0px;
}
div.post div.left div.rate span.type {
	float: left;
	padding: 0px 5px 0px 0px;
	width: 80px;
	text-align: right;
}
div.post div.left div.rate div.overall {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	line-height: 16px;
	display: block;
	height: 20px;
	margin: 0px 10px 6px 10px;
	padding: 0px 0px 0px 1px;
	border-bottom: 1px solid #999;
}
div.post div.left div.rate div.overall img {
	height: 14px;
	widows: 14px;
	padding: 2px 0px 0px 0px;
	float: left;
}
div.post div.left div.rate div.details {
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	line-height: 16px;
	display: block;
	height: 20px;
	margin: 0px 10px;
	padding: 0px 0px 0px 1px;
}
div.post div.left div.rate div.details img {
	height: 12px;
	widows: 12px;
	padding: 3px 0px 0px 0px;
	float: left;
}
div.post div.right {
	margin: 0px 10px 0px 250px;
}
div.post div.right p {
	padding: 10px 0px;
	margin: 0px;
	line-height: 16px;
}

/* -- */

div.x {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 20px;
	position: relative;
}

/* -- */

div.tl {
	position: absolute;
	top: 0px;
	left: -14px;
	height: 10px;
	width: 10px;
	background: url(i/corners-bg.png) top left;
	display: block;
}
div.tr {
	position: absolute;
	top: 0px;
	right: -14px;
	height: 10px;
	width: 10px;
	background: url(i/corners-bg.png) top right;
	display: block;
}
div.bl {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 10px;
	width: 10px;
	background: url(i/corners-bg.png) bottom left;
	display: block;
}
div.br {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 10px;
	width: 10px;
	background: url(i/corners-bg.png) bottom right;
	display: block;
}

/* -- */

/* -- */

div#footer {
	padding: 0px 0px 14px 0px;
	clear: both;
}
div#footer div.left {
	margin: 0px 250px 0px 0px;
	height: 25px;
	line-height: 25px;
	padding: 0px 0px 0px 10px;
}
div#footer div.right {
	float: right;
	width: 250px;
	text-align: right;
	height: 25px;
	line-height: 25px;
	padding: 0px 10px 0px 0px
}
