﻿/* HTMl Tag Initialization */
* {
	margin:0;
	padding:0;
}
body {
	color:#333;
	font-size:12px;
	letter-spacing:.02em;
	background-color:#fff;
	font-family:Arial,Sans-Serif;
}

form
{
	margin:0px;
	padding:0px;
	}
	
	
div {
	margin:0 auto;
}
ul {
	list-style:none;
}
table {
	border:0 none;
}
img {
	border:0 none;
}
h1,h2,h3,h4,h5,h6 {
	color:#FFF;
	font-size:12px;
}
a:link,a:visited,a:hover  {
	color:#333;
	text-decoration:none;
}
ul,dl dt,ol {
	margin:0;
	padding:0;
}
p 	{
	text-indent:0;
}
input {
	letter-spacing:.02em;
	font-family:Arial,Sans-Serif;
}
.font_bold {
	font-weight:bold;
}
.font_orange {
	color:#FF8700;
}
.font_gray {
	color:#999;
}
a.link_blue ,a.link_blue:hover {
	color:#2069b5;
	text-decoration:none;
}
a.link_orange,a.link_orange:hover {
	color:#FF5500;
	text-decoration:underline;
}

/* Structure */
/* Hor bar,hb_ */
.hb {
	height:28px;
	width:100%;
	background:#fff url(/Images/Common/hor_bg.gif) repeat-x scroll 0 0;
}
.top_border {
	border-top:2px solid #2069B5;
	background-position:0 -28px;
}
.hb span {
	float:right;
	margin-right:20px;
}
.hb img {
	margin:0 2px;
	line-height:15px;
	vertical-align:top;
}
.hb a:hover {
	text-decoration:underline;
}
/* Second Pages,Header,sh_ */
#sh	{
	width:1003px;
}
#sh .img_logo {
	float:left;
	margin:50px 20px 0 0;
}
#sh .nav {
	float:left;
	width:600px;
	text-align:center;
}
/* Footer */
#footer	{
	height:60px;
	clear:both;
	margin-top:60px;
	text-align:center;
}
#footer a {
	color:#2069B5;
}
#footer a:hover {
	color:#2069B5;
	text-decoration:underline;
}
#footer span {
	margin:0 10px;
}
.compact {
	width:100%;
	height:28px;
	color:#FFF;
	margin: 20px 0;
	background:#fff url(/Images/Common/compact_line.gif) repeat-x 0 0;
}
/* Mainbox,mb_*/
#mainbox {
	width:1003px;
}

/* Sidebar*/
#sidebar {
	float:left;
	width:204px;
}
/* Sidebar Menu,sm_*/
.sm_top {
	height:32px;
	color:#FFF;
	padding:8px 0 0 12px;
	background:url(/Images/Common/sm_top_bg.gif) no-repeat 0 0;
}
.sm_border {
	padding:1px;
	border: 1px solid #8fb4da;
	border-width:0 1px 1px 1px;
}
.sm_cont_title {
	height:22px;
	color:#333;
	margin-top:1px;
	cursor:pointer;
	padding:8px 0 0 10px;
	background:url(/Images/Common/sm_cont_bg.gif) no-repeat 0 0;
}
.sm_cont {
	padding:10px;
}
.sm_cont_none {
	display:block;
}
.sm_other {
	text-transform:capitalize;
	margin: 0 10px 10px 10px;
}
.sm_other li {
	line-height:18px;
}
.sm_other li a:hover {
	color:#2069b5;
	}
/* Main Content */
#main_cont 
{
	float:left;
	width:600px;
	margin:0 20px;
}
.mb_title {
	width:600px;
}
.title_left,.title_right {
	float:left;
	width:10px;
	height:27px;
}
.title_left {
	background:url(/Images/Common/mb_title_left.gif) no-repeat 0 0;
}
.title_right {
	background:url(/Images/Common/mb_title_right.gif) no-repeat 0 0;
}
.title_bg {
	float:left;
	width:580px;
	height:22px;
	padding-top:5px;
	text-transform:capitalize;
	background:#FFF url(/Images/Common/mb_title_bg.gif) repeat-x 0 0;
}
.title_bg span {
	float:right;
}
.title_bg label {
	color:#FF8700;
}
.mb_cont {
	clear:both;
	width:598px;
	border:1px solid #8FB4DA;
}
.mb_cont li	{
	padding:0 10px;
}
.mb_cont a:hover {
	text-decoration:underline;
}
.mb_cont h2 {
	font-size:14px;
	color:#2069B5;
	padding-top:15px;
	text-transform:capitalize;
}
.mb_cont h2 a,.mb_cont h2 a:hover {
	color:#2069B5;
	text-decoration:underline;
}

.list_ad_top {
	padding-bottom:15px;
	background-color:#EBF2F8;
	border-bottom:1px solid #8FB4DA;
}
.list_ad_bottom {
	margin-top:15px;
	padding-bottom:15px;
	border:1px solid #8FB4DA;
	border-width:1px 0 1px 0;
	background-color:#EBF2F8;
}
.mb_pages {
	padding:15px;
	text-align:center;
}
.mb_pages span {
	font-size:14px;
	padding:0 2px;
	font-weight:bold;
}
.mb_pages span img {
	vertical-align:middle;
}
.mb_pages span b {
	color:#e14b00;
	font-size:16px;
}
/* Search Detail,sd_ */
.sd_cont {
	float:left;
	width:578px;
	padding:10px;
	border:1px solid #8FB4DA;
}
.sd_brief {
	height:180px;
}
.img_border {
	float:left;
	width:150px;
	height:113px;
	padding:1px;
	margin-right:30px;
	border:1px solid #CCC;
}
.text_float {
	float:left;
	width:384px;
}
.text_float h1 {
	color:#333;
	font-size:16px;
	font-weight:bold;
}
.text_float p {
	line-height:18px;
	margin-top:10px;
}
.sd_text {
	margin:25px 0;
	line-height:18px;
}
.sd_text h2 {
	color:#8fb4da;
	font-size:14px;
	margin-right:10px;
}

.sd_text .font_subtitle {
	color:#333;
	font-size:15px;
	margin-right:10px;
	font-weight:bold;
}

.sd_hr {
	margin-bottom:20px;
	border:1px solid #8fb4da;
}
.sd_title {
	margin-bottom:20px;
}
/* Register,reg_ */
.reg_form {
	width:779px;
	padding-left:224px;
}
.reg_form img {
	margin:25px 0 20px 0;
}
.reg_form th {
	width:180px;
	height:30px;
	text-align:left;
}
.reg_form span {
	color:#FF5500;
	font-size:12px;
	margin:0 5px;
}
.reg_form input {
	height:20px;
	width:344px;
	margin-right:5px;
	border:1px solid #2069B5;
}
.control_small input {
	width:78px;
	margin-right:5px;
}
.reg_form .check_form {
	width:13px!important;
	_width:20px;
	height:13px!important;
	_height:20px;
	border:0 none;
}
.reg_form .btn_form {
	width:350px;
	height:60px;
	border:0 none;
	color:#FFF;
	cursor:pointer;
	font-weight:bold;
	font-size:14px;
	font-family:Arial;
	padding-top:22px;
	margin:25px 0 0 200px;
	text-align:center;
	background:#FFF url(/Images/Common/reg_btn_blue.gif) no-repeat 0 0;
}
/* AdZoom,az_ */

.ad_top {
	float:left;
	width:159px;
	height:100px;
	margin-left:20px;
}
#adzoom_right {
	float:left;
	width:159px;
	height:500px;
}	
.float_left {
	float:left; /* Button and the form to change the form of conflict */
}
.icon {
	height:8px;
	width:8px;
	margin:0 5px;
}