@charset "utf-8";
/* CSS Document */

/*-------------------------------
[1]tag reset
[2]common style
[3]layout style
-------------------------------*/

/* [1] tag reset
-------------------------*/
div, span,
a, p, pre,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
embed, object, blockquote, img, hr,
table, tbody, tfoot, thead, tr, th, td, caption,
form, label, fieldset, address, legend, button {
	padding:0;
	margin:0;
	outline:0;
	border:0 none;
	text-align:left;
	word-break:break-all;
} 
body {
	padding:0;
	margin:0;
	font-size:12px;
	color: #5F5F5F;
	font-family: arial;
	text-align:center;
	background: url(images/bg_body.jpg) #EBEDF1 repeat-x;
}
ol, ul {
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
h1, h2, h3, h4, h5 {
	font-weight:normal;
}
address, caption, input, select, th, textarea {
	padding:0;
	margin:0;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
}
/* [2] common style
-------------------------*/
.px15 {
	font-size: 15px;
}
.px13 {
	font-size: 13px;
}
.color-1 {
	color: #63860E;
}
.color-2 {
	color: #C31919;
}
.color-3 {
	color: #0394FF;
}
.left {
	float: left;
}
.right {
	float: right;
}
.hidden {
	display: none;
}
.red {
	color: #F00;
}
.gray {
	color: #808080;
}
.layout {
	margin: 0 auto;
	overflow: hidden;
}
/*** clear-block ***/
.clear-block:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clear-block {
	display:inline-block;}
/* Hides from IE-mac */
* html .clear-block {
	height:1%;
}
.clear-block {
	display:block;
}

/* [3] layout style
-------------------------*/
body {
	background: url(images/bg_body.jpg) repeat-x #FFF;
}
#header {
	width: 1000px;
	height: 374px;
}
	#header #top_nav {
		height: 41px;
	}
	#header #header_banner {
		333px;
	}
#mainWrapper {
	width: 954px;
	margin-top: 15px;
}
	#mainWrapper #siderbar {
		width: 203px;
	}
	#mainWrapper #mainContent {
		width: 738px;
	}
#footer {
	width: 954px;
	margin: 15px auto 10px;
}
#footer p {
	color: #555;
	text-align: center;
}
#footer p.links {
	color: #4B4B4B;
	font-weight: bolder;
}
#footer p.links a {
	color: #4B4B4B;
	text-decoration: none;
}
#footer p.site-info {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin: 16px 0 0;
}
/*** signup ***/
#signup {
	width: 203px;
	height: 212px;
	background: url(images/bg_signup.jpg) no-repeat left top;
	position: relative;
}
	#signup .form-text {
		width: 122px;
		display: block;
		padding: 2px;
		border: none;
	}
	#signup .username {
		position: absolute;
		top: 114px;
		left: 60px;
	}
	#signup .email {
		position: absolute;
		top: 143px;
		left: 60px;
	}
	#signup .form-submit {
		width: 165px;
		height: 26px;
		border: none;
		position: absolute;
		top: 174px;
		left: 20px;
		background: url(images/signup_btn.gif) no-repeat;
	}
/*** .box ***/
#sidebar .box {
	width: 100%;
	margin: 15px 0 0 0;
}
#siderbar .box h2 {
}
#sidebar ul {
	padding-bottom: 12px;
	background: url(images/bg_list_item_noborder.gif) left bottom no-repeat;
}
	#sidebar ul li {
		height: 36px;
		line-height: 36px;
		padding: 0 0 0 38px;
		border-bottom: 1px solid #B3B3B3;
		background: url(images/bg_list_item.gif) 8px center #EFEFEF no-repeat;
	}
	#sidebar ul li a {
		color: #5F84A1;
		font-size: 14px;
		font-weight: bolder;
		text-decoration: none;
	}
	#sidebar ul li a:hover {
		text-decoration: underline;
	}
	#sidebar ul li.noborder {
		border: none;
	}
#guider {
	width: 738px;
	height: 130px;
	background: url(images/bg_guider.jpg) left top no-repeat;
}
	#guider h2 {
		font-size: 18px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: bolder;
		padding: 16px 0 0 13px;
	}
	#guider .content {
		color: #9D9D9D;
		padding: 18px 2px 0 13px;
		font-size: 14px;
	}
#dataTable {
	width: 734px;
	border-bottom: none;
	border-top: none;
	margin-top: 15px;
	font-size: 14px;
}
	#dataTable .name {
		width: 290px;
	}
	#dataTable th.name {
		background: url(images/bg_table_th_corner.jpg) left top;
	}
	#dataTable th.review {
		background: url(images/bg_table_th_corner.jpg) right top;
	}
	#dataTable td.name {
		border-left: 1px solid #E2E2E2;
	}
	#dataTable td.price {
		color: #3282C1;
		font-weight: bolder;
	}
	#dataTable .review a {
		color: #666;
		text-decoration: none;
	}
	#dataTable .review a:hover {
		text-decoration: underline;
	}
	#dataTable th {
		color: #FFF;
		height: 42px;
		line-height: 42px;
		text-align: center;
		font-weight: bolder;
		background: url(images/bg_data_table_th.jpg) repeat-x;
		border-right: 1px solid #E2E2E2;
	}
	#dataTable td {
		line-height: 50px;
		text-align: center;
		border-right: 1px solid #E2E2E2;
		border-bottom: 1px solid #E2E2E2;
	}
	#dataTable td.name {
		text-align: left;
		padding-left: 10px;
	}
	#datatable tr td.review {
		border-right: 1px solid #A5CDFF;
	}
#listWrapper {
	margin-top: 30px;
}
	#listWrapper .item {
		padding: 15px 0 15px;
		border-bottom: 2px solid #CCC;
	}
	#listWrapper .item .right-region {
		margin: 0 0 0 300px;
	}
	#listWrapper .item .right-region h3 {
		margin-top: 4px;
	}
	#listWrapper .item .right-region h3 a {
		color: #31A2FF;
		font-size: 18px;
		text-decoration: underline;
		line-height: 20px;
		font-weight: bolder;
	}
	#listWrapper .item .right-region p.content {
		font-size: 14px;
		margin: 15px auto 6px;
		color: #555;
		line-height: 18px;
	}
	#listWrapper .item .right-region span.rating {
		float: left;
		display: block;
		height: 20px;
		line-height: 20px;
		padding-left: 90px;
		margin: 2px 10px 0 0;
		background: url(images/bg_rating_span.jpg) left 4px no-repeat;
	}