select.replaced {
	width: 1px;
	position: absolute;
	left: -999em;
}

ul.selectReplacement {
	position: absolute;
	left: 260px;
	z-index: 11;
	background: #E0E0E0 url("../images/option_icon.gif") no-repeat 80px 10px;
	border: medium none;
	color: #000000;
	float: left;
	margin-top: 4px;
	text-transform: uppercase;
	width: 98px;
}

ul.selectReplacement li {
	color: #000;
	cursor: pointer;
	display: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.7em;
	list-style: none;
	margin: 0;
	padding: 3px 12px;
	width: 74px;
}

ul.selectOpen li {
	display: block;
}

ul.selectReplacement li.selected {
	border-bottom: 1px solid #fff;
	color: #000;
	display: block;
}

ul.selectOpen li.selected {
	border: 0;
	display: block;
}

ul.selectOpen li:hover,ul.selectOpen li.hover,ul.selectOpen li.selected:hover
	{
	background: #9e0000;
	color: #fff;
}

body{
	background-color: #242424;
}
#body div.clearfix {margin-bottom: 10px;}
#wrapper {
	background-color: #242424;
}

#header{
	height: 126px;
	background-color: #000;
	margin-bottom: 10px;
}

#header a.logo{
	display: block;
	float: left;
	height: 100px;
	width: 280px;
}

#header #search {
	width: 425px;
	float: left;
	padding-top: 25px;
}

#header #link, #footer #linkFooter {
	width: 220px;
	float: right;
	margin-top: 20px;
}

#header #link a, #footer #linkFooter a{
	display: block;
	float: left;
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 20px;
}

#header #link a img, #footer #linkFooter a img{
	display: block;
}

#footer #linkFooter a img{
	margin-bottom: 7px;
}

#header_bottom{
	border-top: 4px solid #ffd22d;
	background-color: #525252;
}

#header_bottom a#lang{
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
}

#header_bottom #account{
	font-size: 11px;
	color: #fff;
	line-height: 20px;
	float: right;
	height: 24px;
	line-height: 24px;
}

#header_bottom #account a{
	color: #fff;
	font-weight:bold;
}

.tl {
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.tr {
	background-position: right top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}

.bl {
	background-position: left bottom;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

.br {
	background-position: right bottom;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	overflow: hidden;
	right: 0;
}

#body{
	background-color: #edf1f3;
	border: none;
	position: relative;
	margin-bottom: 10px;
}

#right{
	width: 330px;
}

#body .tl{
	background-image: url("../images/widget/home_35.gif");
	background-color: #242424;
	height: 6px;
	width: 6px;
	top: -1px;
	left: -1px;
}

#body .tr{
	background-image: url("../images/widget/home_35.gif");
	background-color: #242424;
	height: 6px;
	width: 6px;
	top: -1px;
	right: -1px;
}

#body .bl{
	background-image: url("../images/widget/home_35.gif");
	background-color: #242424;
	background-position: 0 -6px;
	height: 6px;
	width: 6px;
	bottom: -1px;
	left: -1px;
}

#body .br{
	background-image: url("../images/widget/home_35.gif");
	background-color: #242424;
	background-position: -6px -6px;
	height: 6px;
	width: 6px;
	bottom: -1px;
	right: -1px;
}
#userComment .newComment{
	width: 380px;
}

#userComment .newComment h4{
	font-size: 15px;
	color: #CC3300;
	font-weight: bold;
	margin-bottom: 10px;
}

#userComment .newComment a.name{
	font-weight: bold;
	font-size: 11px;
	color: #000;
	display: block;
	padding-left: 83px;
}

#userComment .newComment span.time{
	font-size: 11px;
	color: #000;
	display: block;
	padding-left: 83px;
	font-style: italic;
	margin-bottom: 3px;
}

#userComment .newComment span.comment_content{
	font-size: 12px;
	color: #000;
	display: block;
	padding-left: 83px;
}

#userComment .newComment span.bizTo{
	font-size: 11px;
	color: #999;
	display: block;
	padding-left: 83px;
	margin-top: 3px;
}

#userComment .newComment span.bizTo a{ color: #999;}

#userComment .newComment .listBiz .item{ margin-bottom: 10px;}

#userComment .topUser{
	width: 180px;
	border-left: 1px solid #D9DCDF;
}

#userComment .topUser h4{
	font-size: 12px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #D9DCDF;
	line-height: 25px;
	padding-left: 10px;
}

#userComment .topUser ul li{
	border-bottom: 1px solid #D9DCDF;
	padding: 0 5px 8px 10px;
	margin-top: 8px;
}

#userComment .topUser ul li a{
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	padding-left: 60px;
	margin-bottom: 5px;
}

#userComment .topUser ul li span{
	display: block;
	font-size: 11px;
	color: #FF9900;
	padding-left: 60px;
	margin-bottom: 2px;
}

#userComment .topUser ul li span img{
	position: relative;
	top: 2px;
	margin-right: 3px;
}

.content{padding: 10px;}

#searchBiz h5{
	font-size: 15px;
	font-weight: bold;
	color: #CC3300;
	margin-bottom: 10px;
}

input, select {
	background: #fff url(../images/widget/home_20.gif) repeat-x center top;
	border: 1px solid #B4B4B4;
	font-size:12px;
	margin:0;
}

input.keyWord {
	font-size: 15px;
	color: #242424;
	font-weight: bold;
	width: 300px;
	padding: 3px 0;
}

#searchBiz select{
	font-size: 12px;
	color: #242424;
	margin: 10px 10px 10px 0;
	width: 220px;
	padding: 3px 0;
	float: left;
}

#searchBiz input.submit{
	border: none;
	margin-top:8px;
}

#searchBiz div.option{
	font-size: 11px;
	color: #242424;
	margin-bottom: 10px;
}

#searchBiz div.option input.radio{ border: none; background: none;}

#searchBiz h6 {
	font-size: 11px;
	color: #999;
}

#right #tapchi, #right #hoidap {
	padding: 0;
}

#photoLib h6{margin-bottom: 11px;}

#photoLib h6 span{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	display: block;
	float: left;
}

#photoLib h6 a{
	float: right;
	font-size: 11px;
	color: #999;
	font-weight: bold;
	line-height: 25px;
	display: block;
}

#photoLib .listPhoto{padding-left: 1px; padding-bottom: 1px;}

#photoLib .listPhoto a{
	display: block;
	float: left;
	padding-right: 2px;
	margin-bottom: 3px;
}

#photoLib .listPhoto a img{ overflow: hidden; height: 100px; width: 100px;}

#photoLib .listPhoto img.last{ margin-right: 0}

#footer{
	background-color: #000;
	position: relative;
	margin-bottom: 10px;
	color: #999;
	font-size: 11px;
	padding-bottom: 1px;
}

#footer .tl{
	background-image: url("../images/widget/home_34.gif");
	background-color: #242424;
	width: 5px;
	height: 5px;
}

#footer .tr{
	background-image: url("../images/widget/home_34.gif");
	background-color: #242424;
	width: 5px;
	height: 5px;
}

#footer .bl{
	background-image: url("../images/widget/home_34.gif");
	background-color: #242424;
	background-position: 0 -5px;
	width: 5px;
	height: 5px;
}

#footer .br{
	background-image: url("../images/widget/home_34.gif");
	background-color: #242424;
	background-position: -5px -5px;
	width: 5px;
	height: 5px;
}

#footer .contents{
	border-bottom: 3px solid #FFD42F;
	padding: 10px;
}

#footer #linkFooter {
	float: left;
	margin: 0 auto;
}

#footer .footerLeft{ width: 410px;}

#footer .footerLeft ul li{
	margin-bottom: 3px;
}

#footer .footerCenter{ width: 250px; float: right;}

#footer .footerCenter a{
	display: block;
	float: left;
	font-size: 12px;
	color: #ccc;
	font-weight: bold;
	width: 83px;
	text-align: center;
}

#footer .footerCenter img{
	display: block;
	margin: 0 auto 10px;
}

#footer .footerRight { width: 360px;}

#footer .footerRight ul li{
	text-align: right;
	margin-bottom: 3px;
}

#header div.search .input {
	background: url("../images/search_bg.gif") no-repeat top left;
	height: 34px;
	padding-top: 2px;
	position: relative;
}

#header div.search .input .inputSearch {
	border: none;
	font-size: 23px;
	width: 255px;
	background: none;
	padding-left: 5px;
	float: left;
}

#header div.search .input .selectSearch {
	border: none;
	font-size: 17px;
	width: 98px;
	background-color: #d6dfe4;
	background-image: none;
	text-transform: uppercase;
	float: left;
	margin-top: 4px;
	color: #000;
	z-index: 0;
	position: absolute;
	right: 72px;
	top: 2px;
}

#header div.search .input .selectSearch option {
	background-color: #d6dfe4;
}

#header div.search .input .submitSearch {
	border: none;
	height: 34px;
	width: 40px;
	background: none;
	cursor: pointer;
	margin-left: 110px;
	float: left;
}

#header div.search .keyword {
	font-size: 11px;
	height: 29px;
	line-height: 29px;
	overflow: hidden;
	color: #B4B4B4;
}

#header div.search .keyword a {
	color: #B4B4B4;
}

#left .featrueBiz, #right .rightHome{
	padding: 10px;
	background-color: #fff;
	position: relative;
	border: 1px solid #CBD7DE;
}

#body .rc7 .tl {
	background-image: url("../images/widget/rc7.gif");
	height: 7px;
	width: 7px;
	top: -1px;
	left: -1px;
}

#body .rc7 .tr {
	background-image: url("../images/widget/rc7.gif");
	height: 7px;
	width: 7px;
	top: -1px;
	right: -1px;
}


#body .rc7 .bl {
	background-image: url("../images/widget/rc7.gif");
	background-position: 0 -7px;
	height: 7px;
	width: 7px;
	bottom: -1px;
	left: -1px;
}

#body .rc7 .br {
	background-image: url("../images/widget/rc7.gif");
	background-position: -7px -7px;
	height: 7px;
	width: 7px;
	bottom: -1px;
	right: -1px;
}

#left .featrueBiz h1{
	font-size: 20px;
	font-weight: bold;
	color: #CC3300;
	text-transform: uppercase;
	padding-bottom: 16px;
}

#left .featrueBiz h1 span{
	font-size: 12px;
	color: #999;
	text-transform: none;
	position: absolute;
	top: 15px;
	right: 10px;
}

#left .featrueBiz h1 span a{
	color: #999;
}

#left .featrueBiz .list .item{
	width: 122px;
	float: left;
	height: 144px;
	font-size: 12px;
	overflow: hidden;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#left .featrueBiz .list .item a{
	display: block;
	color: #000;
	font-weight: bold;
	/*line-height: 20px;    */
}

#left .featrueBiz .list .item span{
	color: #FF6600;
}

#left .featrueBiz .list .item div{
	text-transform: uppercase;
	color: #242424;
	font-weight: bold;
	/*line-height: 25px;*/
	height: 27px;
	/*overflow: hidden;       */
	margin-bottom: 2px;
}

#left .featrueBiz .list .item div a{
	/*height: 20px;    */
	overflow: hidden;
}

#left .featrueBiz .list .item div img, #bizNew .first_item span img{
	position: relative;
	top: 0px;
}

/* Restyle widgets */
.ciao_hoidap_widget #hoidap {
	background-color: #FFFFFF;
	border: 1px solid #CBD7DE;
	position: relative;
}
.ciao_hoidap_widget #hoidap ul.content {
	padding: 0 5px;
	list-style: none;
}
.ciao_hoidap_widget #hoidap h1.title {
	background: url("../images/widget/home_22.jpg") no-repeat left center;
	font-size: 20px;
	font-weight: bold;
	margin: 0 5px;
	padding-left: 10px;
	height: 35px;
	overflow: hidden;
	position: relative;
	top: 5px;
}

.ciao_hoidap_widget #hoidap h1.title a {
	display: block;
	background: url("../images/widget/home_22_1.jpg") no-repeat right center;
	color: #FFF;
	height: 35px;
	line-height: 35px;
}

.ciao_hoidap_widget #hoidap ul li {
	border-bottom: 1px solid #8DC75F;
	padding-bottom: 5px;
	margin-bottom: 5px;
	width: 100%;
}

.ciao_hoidap_widget #hoidap ul li a.questionName {
	font-weight: bold;
	color: #000;
	font-size: 12px;
	display: block;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 3px;
	padding-bottom: 5px;
}

.ciao_hoidap_widget #hoidap ul li a.name {
	color: #459DDE;
	font-size: 11px;
	font-weight: bold;
}

.ciao_hoidap_widget #hoidap ul li p {
	font-size: 11px;
	margin: 0;
}

.ciao_hoidap_widget #hoidap ul li p label {
	font-weight: normal;
}

.ciao_hoidap_widget #hoidap ul li p strong {
	padding: 0 10px 0 5px;
}
