@import "reset.css";
#container{
	width: 984px;
	margin: 0 auto;
	text-align: left;
}
#main {
	width: 984px;
	overflow: hidden;
	background: #fff;
}
.item {
	width: 100%;
	overflow: hidden;
}
.box-inside {
	padding: 5px;
}
.td-half {
	width:50%;
}

/* #header */
#header {
	border-top: 12px #8a8a89 solid;
	margin-bottom: 10px;
}
/* end #header */

/* menu */
.menu {
	width: 984px;
	height: 47px;
	overflow: hidden;
}
.menu-left {
	background:#e6e6e6 url(images/menubg.gif) repeat-x top left;
	height: 47px;
	width: 606px;
	overflow: hidden;
	float: left;
}

.menuleft-inner {
	background: url(images/menuleftbg.gif) no-repeat top right;
	height: 40px;
	padding-top: 7px;
}
.menuleft-inner td {
	background: url(images/menuitembg.gif) no-repeat top left;
	padding-left: 2px;
	vertical-align: middle;
	text-align:center;
	height: 40px;
}

.menuleft-inner span {background: url(images/menuitem.gif) no-repeat center left; padding-left: 20px; font-weight: bold; text-transform: uppercase;}

.menuleft-inner a:hover, .menuleft-inner a.current {
	color:#d80300;
}

.menu-right {
	height: 47px;
	width: 378px;
	overflow: hidden;
	float: left;
}
.menuright-time {
	background: url(images/menurighttimebg.gif) no-repeat top left;
	margin-top: 2px;
	padding: 0 55px;
	height: 18px;
	line-height: 18px;
}
.menuright-search {
	background:#474747;
	height: 26px;
	border-bottom: 1px #323232 solid;
	padding: 0 10px;
}
.mr-search {
	width: 280px;
	float: left;
	height: 26px;
	background: url(images/searchlabelbg.gif) no-repeat top left;
}
.mr-search td {
	height: 26px;
	padding-top: 1px;
	vertical-align: middle;
}
.mr-tdsearchlabel {
	padding-left: 15px;
	font-weight: bold;
	color: #fff;
	
}

.mr-searchinput {
	width: 165px;
	border: 1px #000 solid;
}
.mr-searchsubmit {
	width: 18px;
	height: 18px;
	background: url(images/searchsubmitbg.gif) no-repeat center left;
	border:0;
	cursor: pointer;
}
.mr-language {
	width: 78px;
	padding-top: 7px;
	float: left;
	text-align: right;
}
.mr-language a {
	margin-left: 5px;
}
/* end menu */

/* body content */
.table-content {
	margin-top: 10px;
}

.box {
	border-top: 5px #6d6d6d solid;
}

.box-label {
	text-align: center;
	padding: 7px 0;
	background: #d1d1d1;
	color: #404040;
	font-weight: bold;
}

.td-left{
	/*background: #ededed;*/
	width: 189px;
	
}
.td-left-content {
	background: #ededed;
	border-right: 1px #959595 solid;
}
/* left navi */
.left-navi {
	text-align: right;
	width: 189px;
	display:block;
}

.left-navi ul li {
	width: 160px;
	padding: 7px 24px 7px 5px;
	list-style: none;
	background: url(images/navibg.gif) no-repeat top right;
	border-bottom:1px solid #adadad;
	display:block;
}

.left-navi ul li a:hover {
	color: #d80300;
	display:block;
}

.left-navi ul li a.curr {
	font-weight: bold;
	display:block;
}

.left-navi ul li.label {
	background: #d1d1d1 url(images/navibgred.gif) no-repeat top right;
	color: #d80300;
	background-image: none;
	text-transform: uppercase;
	font-weight: bold;
	padding-right: 5px;
	width: 179px;
	display:block;
}
.left-navi ul li.label a {color: #d80300;display:block;}

.left-navi ul li.parent {
	background: #d1d1d1 url(images/navibgred.gif) no-repeat top right;
	font-weight: bold;
	display:block;
}

.needinfo-thumb {
	border-right: 1px #959595 solid;
	border-bottom: 1px #959595 solid;
	padding: 5px;
	text-align: center;
}
.needinfo-cont {
	border-bottom: 1px #959595 solid;
	padding: 5px 5px 5px 10px;
}
.needinfo-thumb, .needinfo-cont {vertical-align: middle;}
/* end left navi */



/* middle colum */
.td-middle {
	width: 585px;
	padding: 0 10px;
}

.line-height18 {line-height: 18px;}

.middle-box {
	background: url(images/middleboxbg.gif) no-repeat bottom left;
	padding-bottom: 7px;
	border-top: 1px solid #959595;
}
.middlebox-inside{
	border-right:1px solid #959595;
	border-left:1px solid #959595;
}
.middlebox-label{
	background: #e8e8e8 url(images/middleboxlabelbg.gif) no-repeat top left;
	height: 25px;
	padding-left: 30px;
	line-height: 25px;
	font-weight: bold;
	color:#666666;
}
.middlebox-label_left{
	background: #e8e8e8 url(images/middleboxlabelbg.gif) no-repeat top left;
	height: 25px;
	padding-left: 30px;
	line-height: 25px;
	font-weight: bold;
	color:#666666;
}
.middlebox-label_right{
	background: #e8e8e8 url(images/middleboxlabelbg_right.gif) no-repeat top left;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	color:#666666;
}
.middlebox-info {
	padding: 10px;
}
.middlebox-tdthumb {padding-right: 10px; width:auto;}
.middlebox-thumb {border: 1px solid #959595; padding: 3px; width: auto;}

.middlebox-detail {
	border-top: 1px #959595 solid;
	padding: 5px 10px 0 0;
	text-align: right;
}
.middlebox-detail span {
	background: url(images/middleboxdetailbg.gif) no-repeat center left;
	padding-left: 30px;
	color: #ff5907;
	font-weight: bold;
}
.middlebox-inside .middlebox-detail a{color: #ff5907;}

.newstitle {
	background: url(images/newstitlebg.gif) no-repeat top left;
	padding: 0 10px 10px 20px;
}
.newstitle a {
	font-weight: bold;
}
.newstitle a:hover {color: #ff5907;}
.newsitem {
	border-bottom:1px solid #959595;
	padding: 15px 10px 15px 10px;
}
.newsitem-detail {text-align: right; padding-right: 20px; padding-top: 10px;}
.newsitem-detail span {
	background: url(images/middleboxdetailbg.gif) no-repeat center left;
	padding-left: 30px;
	color: #ff5907;
	font-weight: bold;
}
.newsitem .newsitem-detail span a {color: #ff5907;}

.news-viewall {
	padding: 5px 10px 0;
	color: #ff5907;
	text-decoration: none;
	text-align: right;
}
.middle-box .news-viewall a {
	color: #ff5907;
	text-decoration: underline;
}
/* end middle colum */
/* right colum */
.td-right {
	width: 189px;
	/*background: #ededed;*/
}

.media, .agent {
	width: 189px;
	overflow: hidden;
}
.agent-label {
	background: #c11c1b;
	border-bottom: 5px #a60300 solid;
	padding: 8px 0 3px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.agent-inside {
	margin-top: 1px;
	background: #c11c1b;
	padding: 0 7px 7px;
}
.agent-inside ul li {
	color: #fff;
	background: url(images/agentitembg.gif) no-repeat left 5px;
	padding: 5px 0 0 15px;
	list-style: none;
}
.agent .agent-inside a {color: #fff;}
.agent .agent-inside a:hover {text-decoration: underline;}
.agent-viewall {
	text-decoration: underline;
	text-align:center;
	margin-top: 10px;
}
.agent .agent-viewall a {
	text-decoration: underline;
}

.left-gif-inner {
	border-left: 1px #959595 solid;
	border-right: 1px #959595 solid;
	border-bottom: 1px #959595 solid;
}
.left-gif {
	border-bottom: 1px #adadad solid;
	text-align: center;
	padding: 20px 0;
}

.recruit {
	border-left: 1px #959595 solid;
	border-bottom: 1px #959595 solid;
	background: #ededed;
}
.recruit-inside {
	padding: 10px 5px 10px;
}

.recruit-inside ul li{
	display: block;
	list-style-type: none;
	background: url(images/recruititembg.gif) no-repeat top left;
	padding: 0 0 10px 10px;
}
.recruit-inside ul li a {font-weight: bold;}
.recruit-inside ul li a:hover {color: #D80300;}
.recruit-inside .recruit-detail a {color: #ff0000;text-decoration: underline;}
/* end right content */
/* end body content */

/* #footer */
#footer {
	background: url(images/footerbg.gif) repeat-x top left;
	padding: 20px 0 10px;
	text-align: center;
	line-height: 18px;
	margin-top: 5px;
}
#footer .note {
	color: #898989;
	text-decoration: underline;
}
/* end #footer */

/* buy and sale page */
.bs-label {
	padding: 10px 0;
	font-weight: bold;
	text-decoration: underline;
}

.bs-table td {padding-top: 3px; padding-bottom: 3px;}


.bs-title {
	text-align: right;
	font-weight:bold;
	vertical-align: middle;
	width: 40%;
}
.bs-input {
	padding-left: 10px;
	vertical-align: middle;
	width: 60%;
}
.bs-inputtag1 {width: 95px;}
.bs-inputtag2 {width: 150px;}
.bs-inputtag3 {width: 180px;}
.bs-inputtag4 {width: 220px;}
.bs-inputtag5 {width: 260px;}

.bs-inputtag1,.bs-inputtag2,.bs-inputtag3,.bs-inputtag4,.bs-inputtag5 {
	border-top: 1px #404040 solid;
	border-left: 1px #404040 solid;
	border-right: 1px #404040 solid;
	border-bottom: 1px #d4d0c8 solid;
}

.bs-button {
	padding-top: 15px;
	text-align: center;
}

.bs-buttontag {
	border: 1px inset;
	background: #d4d0c7;
	font-weight: bold;
}
.bs-note {
	margin-top: 5px;
	border-top:1px solid #959595;
	padding-top: 5px;
	color: #3c3c3c;
	text-align: center;
}
/* end buy and sale page */

/* product page */
.pd-tablelist {
	background:#f4f4f4;
	/*border: 1px solid #010101;*/
	margin-top: 20px;
	border-collapse: collapse;
}
.pd-tablelist td {border: 1px solid #010101; border-collapse: collapse; padding: 5px; vertical-align: top;}
.pd-tablelist-label {
	padding: 10px 0;
}
.pd-note li {
	margin-left: 25px;
}
/* product page */

.adminlist {
	width: 100%;
	border-spacing: 1px;
	background-color: #e7e7e7;
	border:#999999 1px solid;
	color: #666;
}
.adminlist td, .adminlist th {
	padding: 4px;
}

.adminlist thead th {
	text-align: center;
	background: #f0f0f0;
	color: #0B55C4;
	font-weight: bold;
	border-bottom: 1px solid #999;
	border-left: 1px solid #fff;
}

.adminlist thead th img {
	vertical-align: middle;
}

.adminlist tbody th {
	font-weight: bold;
	text-align: center;
}

.adminlist tbody tr {
	background-color: #fff;
	text-align: left;
}

.adminlist tbody tr td {
	height: 25px;
	background:
	#fff; border:
	1px solid #fff;
}

.adminlist tfoot tr {
	text-align: center;
	color: #333;
}
.adminlist tfoot td, .adminlist tfoot th {
	background-color: #f3f3f3;
	border-top: 1px solid #999;
	text-align: center;
}
.mid-paging {
	padding: 3px;
	float: center;
	text-align:center
}
.mid-paging span {
	float: center;
	background: #D1D1D1;
	padding: 4px 6px;
	color: #696969;
	font-weight: bold;
	
}
.mid-paging span.curr {
	background: #E8E8E8;
	border:#F00 solid 1px;
	color: #e5e5e5;
}