* {
    margin: 0;
    padding: 0;
}

html,body {
    text-align: left;
    margin: 0;
    font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    padding: 0px;
    background: #F4F5F6;
    line-height: 1;
    color: #666;
    font-size: 12px;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 2px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

p {
    font-size: 110%;
    line-height: 1.5em;
}

a {
    color: #B20803;
    text-decoration: none;
}

a:hover {
    color: #028A05;
    text-decoration: none;
}

img {
    border: none;
}

strong {
    font-size: 110%;
}

.spacing {
    overflow: hidden;
    height: 5px;
    width: 100%;
}

input[type =
"button"][disabled] {
    color: #AEAEAE;
    background-image: none;
}

/* =============== HEADER ======================*/
#wrapper {
    margin: 0 auto;
    width: 980px;
    padding: 0;
    /*text-align: left;position:relative;*/
    background: #fff;
}

#header {
    padding: 0;
    margin: 0 auto;
    width: 970px;
    text-align: left;
    clear: both;
    position: relative;
}

#header #header_logo {
    margin: 5px;
    width: 200px;
    height: 80px;
    float: left;
}

#header #header_logo img {
    border: none;
    width: 200px;
    height: 80px;
}

#header .header_banner {
    width: 700px;
    float: right;
}

#main_menu {
    padding: 0;
    margin: 0 auto;
    width: 980px;
    text-align: left;
    clear: both;
    position: relative;
}

/*===========================Menu ============================*/
/*
 #menu {
	 padding: 0;
	 margin: 0 auto;
	 width: 989px;
	 text-align: left;
	 clear: both;
	 position: relative;
	 z-index: 9;
 }
 
 #menu ul {
	 list-style: none;
	 position: relative;
	 z-index: 9;
 }
 
 #menu li {
	 list-style: none;
	 display: block;
	 float: left;
	 height: 34px;
	 line-height: 32px;
	 margin: 0 1px;
	 position: relative;
	 z-index: 9;
 }
 
 #menu li a {
	 display: block;
	 float: left;
	 color: #fff;
	 font-size: 12px;
	 font-weight: bold;
	 line-height: 32px;
	 text-decoration: none;
	 padding: 0 20px;
	 background: #da6800 url(../images/menu_039_h.gif) repeat-x;
	 position: relative;
	 z-index: 9;
 }
 
 #menu li a:hover {
	 color: #9a9a9a;
	 background: #e7eff1 url(../images/menu_039_bg.gif) repeat-x;
 }
 
 #menu li a.current {
	 display: block;
	 float: left;
	 color: #9a9a9a;
	 background: #e7eff1 url(../images/menu_selected.jpg) repeat-x;
	 font-size: 12px;
	 font-weight: bold;
	 line-height: 32px;
	 text-decoration: none;
	 padding: 0 20px;
 }
 
 #menu li a:hover.current {
	 color: #9a9a9a;
 }
 */
ul.menu {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.menu * {
    margin: 0;
    padding: 0
}

ul.menu a {
    display: block;
    color: #ffffff;
    text-decoration: none
}

ul.menu li {
    position: relative;
    float: left;
    margin-right: 2px
}

ul.menu ul {
    position: absolute;
    top: 30px;
    left: 0;
    background: #d1d1d1;
    display: none;
    opacity: 0;
    list-style: none
}

ul.menu ul li {
    position: relative;
    border: 1px solid #aaa;
    border-top: none;
    width: 148px;
    margin: 0;
    margin-top: 3px;
	line-height:20px;
}

ul.menu ul li a {
    display: block;
    padding: 5px 7px 7px;
    background-color: #efefef;
    color: #F07817;
	line-height:20px;
	font-weight: bold;
}

ul.menu ul li a:hover {
    background-color: #cccccc;
}

ul.menu ul ul {
    left: 148px;
    top: -1px
}

ul.menu .menulink {
    padding: 5px 7px 7px;
    font-weight: bold;
    background: url(../images/menu_039_h.gif);
    width: 73px;
	text-align:center;
	line-height:20px;
	
}

ul.menu .menulink:hover, ul.menu .menuhover {
    color: #9a9a9a;
    padding: 5px 7px 7px;
    font-weight: bold;
    background: url(../images/menu_039_bg.gif)
}

ul.menu .menulink:hover.current, ul.menu .menuhover {
    color: #9a9a9a;
    padding: 5px 7px 7px;
    font-weight: bold;
    background: url(../images/menu_039_bg.gif)
}

ul.menu .sub {
    background: #d1d1d1 url(../images/arrow.gif) 136px 10px no-repeat;
	line-height:20px;
}

ul.menu .topline {
  /* border-top: 1px solid #aaa;*/
	line-height:20px;
}

ul.menu a.current {
    color: #9a9a9a;
    padding: 5px 7px 7px;
    font-weight: bold;
    background: url(../images/menu_039_bg.gif);
	line-height:20px;
}

/*=========================== end Menu ============================*/
#main_content {
    margin: 0 auto;
    width: 980px;
    text-align: left;
    clear: both;
    position: relative;
    padding: 1px;
background-color:#ffffff;

#padding:
    0px;
	height:auto;
}

#main_content #main_content_left {
    float: left;
    width: 230px;
    margin-left:2px;
}

#main_content #main_content_center {
    float: left;
    width:510px;
    margin-left:2px;
}

#main_content #main_content_right {
    float: right;
    width: 230px;
    margin-right: 2px;
}

#left_module {
    display: block;
    float: left;
    width: 230px;
    margin-bottom: 5px;
}

#left_module #left_module_header {
    background: #da6800 url(../images/nen_bt_header.gif) repeat-x;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

#left_module_content {
    border: 1px solid #da6800;
    padding: 3px;
}

#right_module {
    display: block;
    float: left;
    width: 230px;
    margin-bottom: 5px;
}

#right_module #right_module_header {
    background: #da6800 url(../images/nen_bt_header.gif) repeat-x;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;

#width:
    232px;
}

#right_module_content {
    border: 1px solid #da6800;
    padding: 3px;

#padding:
    0px;

#width:
    230px;
}

/* module center */
#center_module {
    display: block;
    float: left;
    margin: 3px;
}

#center_module #center_module_header {
    background: #da6800 url(../images/center_bg.jpg) repeat-x;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

#center_module #center_module_content {
    border-left: 1px solid #da6800;
    border-right: 1px solid #da6800;
    border-bottom: 1px solid #da6800;
    padding: 3px;
    width: 494px;
    margin-left: 1px;
}

/* module center */
#footer {
    width: 980px;
    text-align: left;
    clear: both;
    position: relative;
    height: 85px;
    border-top: 3px solid #da6800;
    padding-top: 15px;
    clear: both;
    color: #A6A6A6;
background-color:#ffffff;
}

#footer #footer_left {
    padding-top: 5px;
    padding-left: 10px;
    float: left;
    width: 650px;
    _width: 680px;
}

#footer #footer_right {
    padding-top: 5px;
    float: left;
    width: 300px;
    _width: 270px;
    text-align: right;
}

/*==================== END TADS ======================*/
#tabs {
    margin-top: 10px;
    width: 510px;
}

#tabs UL.tabNavigation {
    list-style: none;
    margin: 5px;
    padding: 0;
}

#tabs UL.tabNavigation li {
    display: inline;
}

#tabs ul.tabNavigation li a.first {
    padding: 2px 43px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    background: #da6800 url(../images/tabs_first.jpg);
}

#tabs ul.tabNavigation li a.second {
    padding: 2px 38px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    background: #da6800 url(../images/tabs_second.jpg);
}

#tabs ul.tabNavigation li a.third {
    padding: 2px 19px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    background: #da6800 url(../images/tabs_third.jpg);
}

#tabs UL.tabNavigation LI A.selected, UL.tabNavigation LI A:hover {
    background-color: #333;
    color: #fff;
    padding-top: 7px;
}

#tabs UL.tabNavigation LI A:focus {
    outline: 0;
}

#tabs > div {
    padding: 3px;
    margin: 3px;
    border: 1px solid #da6800;
    height: 343px;
}

#tabs > div h2 {
    margin-top: 0;
}

/*==================== END TADS ======================*/
.content_right li {
    background-image: url(../images/icon.png);
    background-position: 0.4em 50%;
    background-repeat: no-repeat;
    line-height: 20px;
    padding-left: 1.5em;
}

.content_right ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

.orLink {
    color: #232323;
    text-decoration: none;
}

.quan_property {
    float: right;
    font-family: Arial;
    font-size: 11px;
    margin-top: 0;
    width: 116px;

#width:
    116px;
}

.quan_property ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding-left: 4px;
}

.quan_property li {
    background-image: url(../images/dot.png);
    background-position: 0 0.45em;
    background-repeat: no-repeat;
    line-height: 14px;
    padding-left: 0.7em;
}

.redLink:hover {
    color: #B20803;
    font-weight: bold;
    text-decoration: underline;
}

.redLink {
    color: #B20803;
    font-weight: bold;
    text-decoration: none;
}

div#revFormCont {
    margin: 15px 0 40px 5px;
    padding-left: 4px;
    width: 98%;
}

table.revFormTable {
    padding-bottom: 10px;
    padding-top: 30px;
    width: 99%;
}

.revCol1 {
    width: 80px;
}

table#revFormTable td {
    padding-right: 5px;
}

.inputbox {
    background: #FFFFFF url(../images/shadow.gif) repeat-x scroll center top;
    border: 1px solid #CCCCCC;
    color: #666666;
    padding: 3px;
}

.button {
    background: transparent url(../images/pat1.gif) repeat-x scroll center top;
    border: 1px outset #AEAEAE;
    color: #FFFFFF;
    font-weight: bold;
    padding: 2px 8px;
}

.clr {
    clear: both;
}

.cuisine_label {
    color: #444444;
    font-weight: bold;
}

.cuisine_img {
    float: left;
    background-color: #FFFFFF;
    border: 1px solid #B2B2B2;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 3px;
    margin-right: 5px;
}

#content {
    /*border: 1px solid #DA6800;*/
    margin: 5px;
    width: 730px;
    padding-left: 5px;
    padding-top: 5px;
}

.introRestaurant {
    margin: 0 0 15px;
    overflow: hidden;
    padding: 0 8px;
    width: 720px;
}

.introRestaurant img {
    display: block;
    float: right;
}

.introRestaurant h3 {
    font-size: 14px;
    margin: 0 0 3px;
    padding: 0;
    text-align: right;
    color: #cc0000;
    font-weight: bold;
}

.introRestaurant p {
    text-align: right;
}

.cuisine_info {
    float: left;
}

.introType1 {
    width: 99%;
    padding-top: 5px;
}

.breakcrumb {
    overflow: hidden;
    padding: 0 0px 10px;
    width: 720px;
}

.breakcrumb p {
    background: #FFA012 url(../images/bgd_breakcrumb.gif) no-repeat scroll 100% 0;
    display: block;
    float: left;
    line-height: 13px;
    padding: 3px 20px 3px 15px;
}

.Spanright {
    text-align: center;
}

.head-right {
    display: inline;
    float: right;
    width: 375px;
    padding-right: 80px;
}

.head-right .topmenu {
    margin: 12px 0 4px;
    text-align: right;
}

.head-right .topmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.head-right .topmenu li {
    display: inline;
    margin: 3px 5px;
}

#map {
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}

#map .nsw a {
    left: 165px;
    top: 165px;
}

#map .vic a {
    left: 145px;
    top: 220px;

}

#map .qld a {
    left: 160px;
    top: 90px;
}

#map .wa a {
    left: 35px;
    top: 120px;
}

#map .sa a {
    left: 110px;
    top: 140px;
}

#map .tas a {
    left: 145px;
    top: 243px;

}

#map .act a {
    left: 203px;
    top: 191px;

}

#map .nt a {
    left: 105px;
    top: 80px;
}

#map a {
    border-style: none;
    border-width: 0;
    font-weight: bold;
    height: 20px;
    position: absolute;
    text-decoration: none;
    width: 20px;
       color: #000000;
}

.map {
    height: 240px;
    width: 270px;
    border: none;
}

form fieldset {
    border: 1px solid #EEE;
    margin-right: 10px;
    padding: 10px
}

form legend {
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    font-weight: bold;
    padding: 5px 10px
}

form label {
    font-size: 13px
}

form select {
    border: 1px solid #999;
    color: #111;
    margin: 5px 0;
    padding: 2px;
    width: 150px
}

form .box-small, form .box-medium, form .box-large {
    border: 1px solid #999;
    color: #111;
    margin: 5px 0
}

form .box-small:hover, form .box-medium:hover, form .box-large:hover, form .box-small:focus, form .box-medium:focus, form .box-large:focus {
    background: #FFF url(../images/bg_form.gif) top left repeat-y
}

form .box-small {
    padding: 2px 2px 2px 8px;
    width: 120px
}

form .box-medium {
    padding: 4px 4px 4px 8px;
    width: 230px
}

form .box-large {
    padding: 6px 6px 6px 8px;
    width: 400px
}

form .ta-default {
    border: 1px solid #999;
    padding: 5px 5px 5px 10px;
    margin: 5px 0;
    width: 500px
}

form .ta-default:hover, form .ta-default:focus {
    background: #FFF url(../images/bg_form.gif) top left repeat-y
}

form .ta-editor {
    border: 1px solid #999;
    padding: 5px 5px 5px 10px
}

form .ta-editor:hover, form .ta-editor:focus {
    background: #FFF url(../images/bg_form.gif) top left repeat-y
}

form .ta-side {
    border: 1px solid #999;
    margin: 5px 0;
    padding: 5px 5px 5px 10px;
    width: 230px
}

form .ta-side:hover, form .ta-side:focus {
    background: #FFF url(../images/bg_form.gif) top left repeat-y
}

form .ta-side-reply {
    border: 1px solid #999;
    margin: 5px 0;
    padding: 5px 5px 5px 10px
}

form .ta-side-reply:hover, form .ta-side-reply:focus {
    background: #FFF url(../images/bg_form.gif) top left repeat-y
}

form .btn-green {
    background: #AEE893 url(../images/minibg.png) top left repeat-x;
    border: 1px solid #8EC46C;
    cursor: pointer;
    padding: 5px 15px
}

form .btn-green:hover {
    background-color: #BBF2B5
}

form .btn-blue {
    background: #ADC2F7 url(../images/minibg.png) top left repeat-x;
    border: 1px solid #6D94F7;
    cursor: pointer;
    padding: 5px 15px
}

form .btn-blue:hover {
    background-color: #B7D1F9
}

form .btn-grey {
    background: #AAA url(../images/minibg.png) top left repeat-x;
    border: 1px solid #777;
    cursor: pointer;
    padding: 5px 15px
}

form .btn-grey:hover {
    background-color: #CCC
}

.detailAddress {
    border-bottom: 1px dotted #B20803;
    overflow: hidden;
    padding: 10px;
    width: 95%;
}

.bgType {
    background: #F7F7F7 none repeat scroll 0 0;
}

.detailAddress a.illus {
    background: transparent url(../images/bgd_img.gif) no-repeat scroll 0 0;
    display: block;
    float: left;
    height: 109px;
    padding: 5px 4px 4px;
    width: 108px;
}

.detailAddress span {
    float: right;
}

.detailAddress a.illus img {
    display: block;
}

.pager {
    padding: 5px 5px 3px 0;
}

#login-pane {
    position: absolute;
    right: 5px;
    top: 0;
    /* width: 320px;*/
    z-index: 9999;
}

.loginform {
    background: #FFFFFF none repeat scroll 0 0;
    border-color: -moz-use-text-color #999999 #999999;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    display: none;
    padding: 8px 10px;
    width: 230px;
}

.loginform .indent {
    padding-left: 70px;
}

.loginform p {
    clear: both;
    margin: 0;
    padding: 2px 0;
}

.form-txt {
    border: 1px solid #999999;
    padding: 2px 1px;
}

.loginform label {
    display: block;
    float: left;
    width: 70px;
}

.btn-login {
    padding-right: 0;
    text-align: right;
}

.btn-login img {
    cursor: pointer;
}

#twitter-follow {
    border: 0 none;
    position: fixed;
    left: 0;
    top: 100px;
}

.myh3 {
    width: 98%;
    border-bottom: 2px dotted #B20803;
    color: #DA6800;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
}

#adv_search span.first {
    font-weight: bold;
    padding: 3px 0 0 6px;
    text-transform: uppercase;
    width: 60px;
}

#adv_search span.last {
    padding: 0 5px 0 0;
    width: 335px;
}

#adv_search span select {
    width: 150px;
}

#adv_search div span {
    display: block;
    float: left;
}

#adv_search div {
    margin: 0 0 10px;
    overflow: hidden;
}

#adv_search {
    color: #FFFFFF;
    padding-top: 3px;
    border: 1px solid #DCEFFA;
    margin: 3px;
    padding-bottom: 8px;
    padding-top: 3px;
    background: url("../images/bgd_info_01.gif") no-repeat scroll 0 0 transparent;
}

a.attr.on {
    color: #F7397A;
}

#adv_search ul li a {
    background: url("../images/bgd_02.gif") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 11px;
    height: 40px;
    padding: 20px 7px 10px;
    text-align: center;
    width: 56px;
}

#adv_search ul li a.selected {
    background: url("../images/bgd_01.gif") no-repeat scroll 0 0 transparent;
}

#adv_search ul li {
    float: left;
}

#adv_search ul {
    margin: 0 0 10px;
    list-style: none outside none;
    margin: 0;
    padding: 5px 5px 0;
}

.News_Detail_title {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}

.bg_tinkhac {
    background: transparent url(../images/other_news_bg.jpg);
    background-repeat: repeat-x;
    padding-top: 40px;
}

.othersNews {
    color: #FF6600;
    font-size: 18px;
    font-weight: bold;
    padding-left: 20px;
}

.nextNews {
    color: #333333;
    font-size: 12px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    text-decoration: none;
    margin-left: 25px;
}

.nextNews li {
    color: #666666;
    font-family: Arial;
    font-size: 11px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 25px;
    text-decoration: none;
}

.DDMMYY {
    color: #666666;
    font-size: 11px;
    padding-top: 15px;
}

.quickView_Detail {
    color: #333333;
    font-size: 13px;
    font-weight: bold;
}

.Content {
    color: #333333;
    font-size: 12px;
}

.hplCatName {
    color: White;
    font-weight: bold;
    margin-left: 20px;
    text-decoration: none;
}

.Event_Link_Blue_Title {
    font-weight: bold;
}

.header_module {
    font-weight: bold;
    font-size: 16pt;
}

.dst_oH_pt3 {
    overflow: hidden;
    padding-top: 3px;
}

.dst_fL_oH_pr14 {
    float: left;
    overflow: hidden;
    padding-right: 14px;
}

.dst_fL_w350 {
    float: left;
    width: 520px;
}

.dst_h2_Oh {
    border-top: 1px solid #FDDA86;
    height: 2px;
    overflow: hidden;
}

.dst_oH_pt15 {
    overflow: hidden;
    padding-top: 15px;
}

#admin-details {
    float: right;
    line-height: 25px;
    margin: 10px 0;
    padding: 15px 10px;
    text-align: center;
    width: 250px;
}

.EventShowHomeAll {
    background-color: White;
    width: 100%;
}

.dvD {
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 730px;
}

.dvLeft {
    float: left;
    width: 520px;
}

.imgEvent {
    float: left;
    width: 222px;
}

.Info {
    float: left;
    padding-left: 10px;
    width: 285px;
}

.dvRight {
    background-color: #F4F4F4;
    border: 1px solid #DFDFDF;
    float: right;
    width: 200px;
}

.dvEventShowHome {
    margin-bottom: 10px;
    width: 185px;
}

.dvItiem {
    margin-top: 10px;
    padding-left: 10px;
    width: 100%;
}

.ImageEventStyle {
    color: #DFDFDF;
    height: 40px;
    padding: 1px;
    width: 40px;
}

.Event_Image {
    margin: 0 1px;
}

.Event_Date {
    color: Gray;
    font-size: 8pt;
    font-style: italic;
}

.Event_Link_Blue_Title_S {
    font-size: 14pt;
    font-weight: bold;
    text-decoration: none;
}

.messageBox {
    /*float:left;*/
}

.messageBox .body {
    background: transparent url(../images/messageHeader.gif) no-repeat scroll 0 0;
    font-size: 12px;
    min-height: 82px;
    padding: 5px 0 0 25px;
    width: 550px;
    margin-left: 60px;
    margin-top: 5px
}

.messageBox .footer {
    background: transparent url(../images/messageFooter.gif) no-repeat scroll 0 0;
    height: 8px;
    width: 575px;
    margin-left: 60px;
}

.note_text {
    color: #FF0000;
}

.contInfoDeatails {
    padding: 0 8px 0 5px;
    width: 710px;
}

.contTable {
    padding: 0 0;
    width: 100%;
}

.contTable table {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #E5E5E5 none repeat scroll 0 0;
}

.contTable td table td.first {
    text-indent: -5px;
    width: 180px;
}

.contTable td {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #FFFFFF none repeat scroll 0 0;
    padding: 0 5px;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #efefef;
}

.contTable td table td {
    border: none;
}

.contTable td table th {
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    width: 125px;
}

.contTable th {
    padding: 5px;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #efefef;
}

.contTable th {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #F3F3F3 none repeat scroll 0 0;
    width: 125px;
}

#upload {
    padding: 5px;
    font-weight: bold;
    font-size: 1.3em;
    text-align: center;
    background: #f2f2f2;
    color: #3366cc;
    border: 1px solid #ccc;
    cursor: pointer !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.darkbg {
    background: #ddd !important;
}

#status {
    font-family: Arial;
    padding: 5px;
}

.image_zone {
    padding: 10px;
    margin-bottom: 2px;
    float: left;
    margin-right: 10px;
}

.image_zone img {
    max-width: 180px;
    max-height: 150px;
}

.success {
    background: #99f099;
    border: 1px solid #339933;
}

.error {
    background: #f0c6c3;
    border: 1px solid #cc6622;
}

.video_screen {
    text-align: center;
}

/*Search Result*/
.block {
    border: 1px solid rgb(128, 128, 128);
    width: 50%;
    float: left;
    width: 230px;
    height: 100px;
}

.LMenu_title_NewLayout {
    color: #E77817;
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
    text-transform: uppercase;
}

.Div_LMenu_item_newlayout {
    float: left;
    margin-bottom: 1px;
    margin-left: 10px;
    margin-top: 1px;
    width: 170px;
}

.Div_Menu {
    background-color: White;
    clear: both;
    overflow: hidden;
    padding-bottom: 10px;
}

#leftSearch {
    background-color: White;
    margin-left: 10px;
    padding: 10px;
    width: 700px;
}

#HotspotResult_Info {
    clear: right;
    float: left;
    width: 385px;
    margin: 0 5px 0 0;
    line-height: 140%;
}

#HotspotResult_Column_Num {
    clear: right;
    float: left;
}

#divHotLay00 {
    clear: right;
    float: left;
    margin-right: 10px;
}

.Item {
    border-bottom: 1px dotted gainsboro;
    margin: 10px 0 0;
    width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
}

.LinkGreenSTitle {
    text-transform: capitalize;
}

#space {
    clear: both;
    font-size: 5px;
}

.asearch {
    cursor: pointer;
}

.search_box {
	width:130px;
	#width:120px;
}


/* END Search Result*/
