/* RESET GLOBAL STYLES! Elements need to be explicitly defined */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

table {
	border-spacing: 0px;
	border-collapse: collapse;
}

body {
    height: 100%;
    margin: 0 0 0 .1em;
    padding: 0px;
    font-size: small;
    font-family:  Arial, "Times New Roman", sans-serif;
    line-height: 180%;
    background: #fff;
    color: #555555; 
}

p {
    font-size: 100%;
    line-height: 180%;
    margin: 0 0 10px 0;
    padding: 0;
}

img {
	border: 0;
}

a {
	text-decoration:none;
}

/*
---------------------------
HEADER
---------------------------
*/

#header {
    margin: 0;
    padding: 0;
}

#center, .center {
	width:1000px;
	margin:0px auto;
	padding:0px;
}

#container {
	width:100%;
	float:left;
}

#top-menu {
	background:#FFA062 url(../img/menu_bg.png) repeat-x top scroll;
	float:left;
	margin:0px;
	padding:0px;	
}

#top-menu li, #bottom-menu li {
	width:125px;
	height:40px;
	line-height:40px;
	float:left;
	list-style:none;
	text-align:center;
}

#bottom-menu li {
	height:33px !important;	
	line-height:33px !important;
}

.li-special {
	height:40px;
	line-height:19px !important;
}

#top-menu li:hover {
	background:#06C;
	cursor:pointer;
}

#top-menu li:hover a {
	color:#FFF;
}

#top-menu li ul {
	position:absolute;
	display:none;
	width:190px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
	border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
}

#top-menu li:hover ul {
	display:block;
	z-index:100;	
}

#top-menu li ul li {
	background: #FFA062 url(../img/footer_bg.png) repeat-x top;
	width:180px;
	height:33px;
	padding-left:10px;
	line-height:33px;
	float:left;
	text-align:left;
	border-top:1px solid #FFA062;
	display:block;
}

#top-menu li ul li:last-child {
	border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
}

#top-menu li ul li:hover {
	border-top:1px solid #FFF;	
}

#top-menu li a {
	font-size:89%;
	text-decoration:none;
	font-weight:bold;
	color:#FFF;	
}

#con-left {
	width:750px;
	float:left;
}

#con-right {
	margin-left:750px;
		
}

.con-title {
	font-family:"Times New Roman", Times, serif;
	color:#F33;
	font-weight:600;
	font-size:150%;
	margin-top:15px;	
}

.con-box {
	background:#FFF url(../img/mod-bottom.png) 0% 0% scroll no-repeat;
	padding-top:5px;
	width:100%;
	float:left;
}

.pro-item {
	width:365px;
	padding:3px 5px;
	float:left;
	position:relative;
	z-index:2;
}

.bbest {
	position:absolute;
	display:block;	
	z-index:3;
	left:30px;
	bottom:5px;
}

.pro-item img.thumb {
	width:110px;
	float:left;
	margin-right:5px;
	/*border:1px solid #E7E7E7;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;*/
}

.pro-item span {
	line-height:15px;	
}

.pro-item .item-price {
	margin-top:5px;
}

.con-item {
	width:240px;
	padding:5px;
	float:left;	
}

.con-item img {
	width:100px;
	float:left;
	margin-right:5px;
	/*border:1px solid #E7E7E7;*/
}

.article {
	background-image:none !important;	
}

.article img {
	width:130px !important;
	margin-right:5px;
	/*border:1px solid #E7E7E7;*/
}

.item-content {
	font-size:11px;
	line-height:13px;
}

.item-title {
	width:95%;	
	margin-right:3%;
	float:left;
	padding:3px 0px;
	color:#0099FF;
	font-size:70%;
	line-height:15px;
	text-transform:uppercase;
	font-weight:bold;
}

.item-price {
	font-size:11px;
	line-height:11px;
	font-weight:bold;
	color:red;	
}

.item-title h2 a, .con-item h2 a, .fen-title h2 a, .item-title h3 a {
	color:#0099FF !important;
}

.ads-item .item-title {
	text-transform:none !important;
	font-weight:normal !important;
}

.ads-title {
	background:#FFA062 url(../img/bg_title.jpg) repeat-x top scroll;
	width:95%;
	height:39px;
	padding-left:5%;
	margin-top:10px;
	line-height:40px;
	text-transform:uppercase;
	font-weight:bold;
	float:left;	
}

.ads-content {
	background:#FFA062;
	width:100%;
	float:left;	
}

#footer {
	background:#FFA062 url(../img/footer_bg.png) repeat-x top scroll;	
	min-height:150px;
	float:left;
	width:100%;
}

#bottom-menu li {
	line-height:35px !important;	
}

#bottom-menu li a {
	text-decoration:none;
	color:#FFF;	
	font-size:12px;
}

#bottom-menu li a:hover {
	color:#993300;	
}

.service-info {
	color:#606060;
	width:260px;
	float:left;
	padding-left:70px;
	margin-top:10px;
}

.service1 {
	background:url(../img/service-1.png) 0px 20px no-repeat scroll;
	margin-right:5px;
}

.service2 {
	background:url(../img/service-2.png) 0px 20px no-repeat scroll;
	margin-right:5px;
}

.service3 {
	background:url(../img/service-3.png) 0px 20px no-repeat scroll;
}

.service-info h3 {
	font-weight:bold;
}
#footer h2 {
	font-size:14px;
	font-weight:bold;	
	color:#F33;
}

#footer a {
	text-decoration:none;
	color:#606060;
}

#footer .hits-counter {
	background: url(../img/hit.png) no-repeat 0% 50% scroll;
	padding-left:40px;
	position: absolute;
	bottom: 0px;
	right: 40px;
	display: block; 
	text-align: right;
}
#footer .hits-counter p {
	padding:0px;
	margin:0px;
}
.br-5 {
	width:100%;
	float:left;
	margin-bottom:5px;	
}

.br-10 {
	width:100%;
	float:left;
	margin-bottom:10px;	
}

.br-15 {
	width:100%;
	float:left;
	margin-bottom:15px;	
}

#scroll-top {
	position:absolute;
	top:190px;
	right:40px;
	display:block;
}

.logo-show {
	float:left;	
	margin-left:20px;
}

#search-box {
	float:right;
	width:400px;
	padding:10px 0px;	
}

#search-box #keywords, #contactf input[type="text"] {
	width:365px;
	height:20px;
	padding-left:2px;
	line-height:20px;
	border:1px solid #FFA062;	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#search-box #district, #search-box #field, #search-box #price {
	background: transparent;
   	width: 200px;
   	line-height: 1;
   	border: 0;
   	border-radius: 0;
   	height: 22px;
   	-webkit-appearance: none;	
}

.styled-select {
   	width: 180px;
   	height: 22px;
   	overflow: hidden;
   	background: url(../img/down.png) 98% 50% no-repeat;
	border:1px solid #FFA062;	
	overflow: hidden;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin:3px 5px 0 0;
	float:left;
}
   
#search-box #search-run {
	background:url(../img/search.png) center no-repeat scroll;
	width:119px;
	height:22px;
	cursor:pointer;
	line-height:22px;
	padding-left:20px;	
	margin-top:5px;
	margin-left:33px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border:none;
	color:#FFF;
	font-weight:bold;
}

#header marquee {
	width:100%;
	float:left;
	font-size: 20px;
	font-family:"Times New Roman", Times, serif;
	padding:3px 0;
	margin-top:5px;
	border-top:2px solid #039;
	color: #fe560c;
	font-weight: bold;
}

.scroll-box {
  	width: 248px;
  	height: 390px;
	border-left:1px solid #FFA062;
	border-right:1px solid #FFA062;
  	overflow: hidden;
  	font-size: 0;
}
.scroll-box ul {
  	width: 250px;
  	height: 390px;
  	margin: 0;
}
.scroll-box ul li {
	width:248px;
	height:390px;
 	display: inline-block;
	margin:0;
	background:#FFF;
}

#pro-ads.scroll-box ul {
  	width: 1500px;
}

.ads-content .ads-center {
	height: 16px;
	margin: 2px 100px 2px;
	border: 1px solid #FAFAF5;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	text-align: center;
}

#backward, #forward {
	cursor:pointer;	
	margin:0 3px;
}

#pro-ads ul li div.ads-item {
	text-align:center;
	font-size:12px;
	float:left;
	width:120px;
	padding:0 2px;
	display: table-cell;
	vertical-align:middle;	
}

.ads-item img {
	width:80px;
	padding:3px 20px;
	float:left;
}

.silder-left {
	width: 485px;
	height: 190px;
	margin: 5px 0 5px 3px;
	background: #666;	
	float:left;
}

.silder-right {
	width: 485px;
	height: 190px;
	margin: 5px 3px 5px 0;
	background: #666;	
	float:right;
}

.cat_box{
	float:left;
	width:304px;
	padding:15px 15px 15px 15px;
}

.cat_box_title{
	background:url(../img/bg_cat_title.jpg) no-repeat;
	float:left;
	width:280px;
	height:20px;
	padding:10px 10px 10px 10px;
	font-size:18px;
	color:red;
}

.cat_box_content{
	float:left;
	border-bottom:2px solid #f7bb5b;
	border-left:2px solid #f7bb5b;
	border-right:2px solid #f7bb5b;
}

.comment-box {
	width:70%;
	margin-right:30%;
	float:left;	
}

input#name, input#email {
	width:200px;
	height:20px;
	padding-left:2px;
	color:#999;
	line-height:20px;
	border:1px solid #FFA062;	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
}

textarea#comment, textarea.ccontact {
	width:500px;
	border:1px solid #FFA062;	
	margin-bottom:5px;
	border-radius: 3px;
	color:#999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
}

input#confirm, input.confirm {
	background:#f26522;
	padding:3px 8px;
	color:#FFF;
	font-weight:bold;
	font-size:10px;
	border:1px solid #FFA062;	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
}

p#comment-info {
	display:none;	
}

#con-left span.date, #con-left span.hit {
	font-size:11px;	
}

#con-left .content {
	width:100%;
	float:left;	
}

#con-left .content img {
	max-width:700px;	
}
	
#con-left .sharing {
	background:#FFF url(../img/mod-bottom.png) 0% 100% scroll no-repeat;
	padding-bottom:5px;	
	margin-bottom:5px;
	font-size:11px;
	float:left;
	width:90%;
	color:#F33;
}

#con-left .read-more {
	font-size:11px;
	float:left;
	width:90%;
	color:#F33;
}

#comment-pane {
	width:745px;
	float:left;
	margin-bottom:5px;
}

.comment-item {
	width:99.85%;
	border:1px solid #D5D5D5;
	margin:3px 0px;
	font-size:11px;
	float:left;
}

.comment-item .avatar {
	float:left;
	width:50px;
	margin:3px;
}

.comment-item .avatar img, #comment-pane img {
	border:none;
}

.comment-item .ctitle {
	padding-top:5px;
	font-weight:bold;
	padding-left:60px;
}

.comment-item .ctitle a {
	color:#f26522;
	font-style:italic;
	text-decoration:none !important;
}

.comment-item .ccontent {
	border-top:1px solid #CCC;
	padding-top:4px;
	margin-left:60px !important;
}

/*******pages style*********/

#pagination {
    float: left;
    font-family: Tahoma,Arial,sans-serif;
    height: 30px;
    text-align: left;
    width: 100%;
}
.pageNavLink, .pageNavLinkHover, .pagination li {
    border: 1px solid #CCCCCC;
    color: #0066CC;
    cursor: pointer;
    font-size: 11px;
    margin: 1px;
	list-style:none;
    padding: 0px 8px 1px;
	height:15px;
	line-height:15px !important;
}
.pagination span.total, #pagination span.total {
    cursor: default;
    float: right;
    margin-right: 100px;
    font-size: 11px;
    margin: 1px;
    padding: 2px 8px 1px;
}
.pageNavLinkHover, .pagination li.activein, .pagination li.activein:hover {
    background: none repeat scroll 0 0 #3B73E7;
    border: 1px solid #3B73E7;
    color: #FFFFFF;
}
.pageNavLink:hover, .pagination li:hover {
    background: none repeat scroll 0 0 #EAEAEA;
    text-decoration: none;
}
.pageNavDis, .pagination li.inactive {
    background: none repeat scroll 0 0 #EAEAEA;
    border: 1px solid #CCCCCC;
    color: #0066CC;
    font-size: 11px;
    font-weight: normal;
    margin: 1px;
    padding: 0px 8px;
	cursor:default;
}
.pagination li {
    float: left;
    font-family: Tahoma,Arial,sans-serif;
}

.total {
	float:right;
	padding-right:10px;
	font-size:11px;
}

.div-pages a {
	text-decoration:none !important;	
}

.commnet_title {
	color:#F33;
	font-size:110%;
	font-weight:bold;	
}

#msg { 
	color:#F63;
	margin-top:10px;
}

.fen-item {
	width:730px;
	float:left;
	padding:5px;
	margin-bottom:5px;
	border:1px dashed #D4D4D4;
}

.fen-item img {
	width:110px;
	float:left;	
}

.fen-title, .fen-detail {
	width:600px;
	float:left;
	padding-left:10px;
}

.fen-title {
	text-transform:uppercase;	
}

.article-other {
	width:90%;
	float:left;
	margin-left:20px;
}

.article-other li {
	list-style:url(../img/othli.gif);	
	font-size:12px;	
	height:18px;
	line-height:18px;
}

.article-other li a {
	font-size:12px;	
	color:#0099FF !important;
}

.article-other li a:hover {
	color:#FFA062 !important;
}

#contactf td {
	padding:5px;	
}

.result_none a {
	color:#F63;	
}

.show-info {
	float:left;	
}

.img-info {
	width:130px;
	float:left;
}

.show-info td {
	padding:3px;
	border-bottom:1px dashed #CCC;
	margin:1px;
}

.info-image {
	float:left;
	padding:0 5px;
}
.info-detail {
	padding-left:150px;
	margin-top:20px;
}

.info-detail li {
	list-style:none;
	float:left;
	border-left:2px solid #F33;
	height:20px;
	line-height:20px;
	padding:0 5px;
	margin-bottom:5px;
	width:280px;
}

.info-detail li span {
	font-weight:bold; padding-right:5px;
}

.info-detail li {
	white-space:nowrap;
}

