
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:after {
    clear: both;
}
/*
The following zoom:1 rule is specifically for IE6 + IE7.
Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix {
    zoom: 1;
}
.pie_first-child,
.pie{
    position: relative\0/;
    *position: relative;
    z-index: 0\0/;
    *z-index: 0;
}
/* init default css */
a {
    color:#680b49;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* tools */
.no-js .ir {
    font: 0/1 Arial;
    color: transparent;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    zoom:1;
}
.oldie .ir{
    text-indent: -999em;
}
html body .pleft{
    padding-left: 10px !important;
}
html body .pright{
    padding-right: 10px !important;
}
html body .mleft{
    margin-left: 10px !important;
}
html body .mright{
    margin-right: 10px !important;
}
html body .mleft5{
    margin-left: 5px !important;
}
html body .mright5{
    margin-right: 5px !important;
}
html body .mbottom5{
    margin-bottom: 5px !important;
}
html body .mtop5{
    margin-top: 5px !important;
}
html body .mbottom{
    margin-bottom: 10px !important;
}
html body .mtop{
    margin-top: 10px !important;
}
html body .mbottom15{
    margin-bottom: 15px !important;
}
html body .mtop15{
    margin-top: 15px !important;
}
html body .mbottom20{
    margin-bottom: 20px !important;
}
html body .mtop20{
    margin-top: 20px !important;
}
html body .mbottom30{
    margin-bottom: 30px !important;
}
html body .mtop30{
    margin-top: 30px !important;
}
/* common */
body .overlay {
    z-index:99;
    display:none;
}
.maskIframe{
    border:0 none; 
    height:100%;
    position:absolute;
    border:none;
    width:100%;
    z-index:700;
    margin-bottom:-4px;
}
.mask_layout{
    z-index:890;
    position:fixed;
    top:0;
    left:0;
    background-color:#000;
    border:none;
    opacity:0.2;
    filter:alpha(opacity=20);
    height:100%;
    width:100%;
}
* html .mask_layout{
    position:absolute;
    height:expression(document.body.scrollHeight>document.body.offsetHeight ? document.body.scrollHeight:document.body.offsetHeight+'px');
}
.mask_photo_layout{
    opacity:0.9;
    filter:alpha(opacity=90);
}
.template{
    display: none;
}
html body .hidden{display: none;}
html body .invisible { visibility: hidden;height: 1px;overflow: hidden; font-size: 0; line-height: 0; border:0; clear: both;}
html body .none { display: none; visibility: hidden; }
html body .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
html body .visuallyhidden.focusable:active,html .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

html .white,html a.white,html a.white:hover{color:#fff !important;}
html .black,html a.black,html a.black:hover{color:#333 !important;}
html .silver,html a.silver,html a.silver:hover{color:#999 !important;}
html .gray,html a.gray,html a.gray:hover{color:#666 !important;}
html .red,html a.red,html a.red:hover{color:red !important;}
html .blue,html a.blue,html a.blue:hover{color:#1381e3 !important;}
html .blue2,html a.blue2,html a.blue2:hover{color:#4f7b98;}
html .green,html a.green,html a.green:hover{color:#066601;}

html .small { font-size: 12px !important;;}
html .tiny {font-size: 9px !important;; padding: 0 5px;}
html .fbold{font-weight: bold;}
html .fnormal { font-weight: normal }
html .text_center { text-align: center }
html .text_left { text-align: left }
html .text_right { text-align: right }
html .relative { position: relative }
html .inline { display: inline }
html .fleft{float: left;}
html .fright{float: right;}
html .fcenter{margin-right: auto;margin-left: auto;}

html .h1{
    color: #680b49;
    font-size: 26px;
    font-family: "宋体";
}
html .h2{
    font-size: 20px;
    font-family: "宋体";
}
html .h3{
    font-size: 18px;
}
html .h4{
    font-size: 14px;
}
/*表单*/
input,
button,
select,
textarea {
    margin: 0;
    vertical-align: middle;
}
textarea.textarea,
select.select,
input.text{
    outline: 0;
    border-width:1px;
    border-style: solid;
    border-color: #bbbbbb #f0f0f0 #f0f0f0 #bbbbbb;
    background-color: #fff;
    padding: 7px 5px;
    font-size: 12px;
    line-height: 1.2;
}
textarea.textarea,
input.text{
    background-color: #fbfbfb;
}
textarea.textarea{
    overflow: auto;
    resize: vertical; 
    line-height: 1.6;
    resize: none;
}
.oldie input.focus,
.oldie textarea.focus,
input.text:focus,
input.text:active,
textarea.textarea:focus,
textarea.textarea:active{
    background-color: #fff;
}
select.select{
    color:#666;
    margin-right: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #fbfbfb;
}
input.file {
    margin: 0;
    font-size: 13px;
    background-color: #fbfbfb;
    border-width:1px;
    border-style: solid;
    border-color: #bbbbbb #f0f0f0 #f0f0f0 #bbbbbb;
    padding: 7px 5px;
}
input.large{
    padding: 12px 11px;
}
input.small{
    padding: 8px 11px;
}
html input.default,
html textarea.default{ color: #9ba4a6 }
input:-moz-placeholder,
textarea:-moz-placeholder { color: #9ba4a6 }
::-webkit-input-placeholder { color: #9ba4a6 }
:focus::-webkit-input-placeholder { color: transparent }
.placeholder { color: #9ba4a6; font-weight: 300px; }
::-moz-focus-inner {
    border: 0;
    padding: 0;
}
label.radio{
    margin-right: 6px;
}
label.radio input{
    margin-right: 4px;
}
input.number{
    text-align: right
}
.no-js textarea.disabled,
.no-js input.disabled{
    background-color: #EEE;
    color: #888;
}
/*箭头*/
.arrow {font-size:9px}
.layer_arrow{display:block;height:0;position: absolute;width:0; }
.layer_arrow i{position: absolute;zoom:1; display:block;font-size:0; }
.l_arrow_up{border-bottom: 7px solid #ccc;top:-8px;border-top-width: 0;left: 50%;border-left: 7px dashed transparent;border-right: 7px dashed transparent;}
.l_arrow_up i{bottom:-8px;border-bottom: 7px solid #fff;border-left: 6px dashed transparent;border-right: 6px dashed transparent;left:-6px;}
.l_arrow_down{border-top: 7px solid #ccc;bottom:-8px;border-bottom-width: 0;left: 50%;border-left: 7px dashed transparent;border-right: 7px dashed transparent;}
.l_arrow_down i{top:-8px;border-top: 7px solid #fff;border-left: 6px dashed transparent;border-right: 6px dashed transparent;left:-6px;}
.l_arrow_left{border-right: 7px solid #ccc;top:50%;border-top-width: 0;left:-7px;border-top: 7px dashed transparent;border-bottom: 7px dashed transparent;}
.l_arrow_left i{right:-8px;border-right: 7px solid #fff;border-top: 6px dashed transparent;border-bottom: 6px dashed transparent;top:-6px;}
.l_arrow_right{border-left: 7px solid #ccc;top:50%;border-top-width: 0;right:-7px;border-top: 7px dashed transparent;border-bottom: 7px dashed transparent;}
.l_arrow_right i{left:-8px;border-left: 7px solid #fff;border-top: 6px dashed transparent;border-bottom: 6px dashed transparent;top:-6px;}

/* dialog */
.dialog {
    width: 550px;
    top: 115px;
    left: 250px;
    position: absolute;
    top: 20px;
    left: 450px;
    z-index: 999;
}
.d_layout {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    padding: 6px;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    height: 100%;
    margin: -6px;
    display: none;
    border-radius: 5px;
}
.oldie .d_layout{
    display: block;
    _display:none;
}
.d_main {
    position: relative;
    z-index: 998;
    height: 100%;
    margin: -1px;
    border: none;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.52);
}
.d_header {
    height: 43px;
    border-width: 0;
    border-style: solid;
    overflow: hidden;
}
.d_header h4 {
    float: left;
    padding-left: 20px;
    color: #000;
    font-weight: bold;
    padding-top: 14px;
    font-family: 'Microsoft YaHei';
    margin:0;
}
.d_header .options {
    text-align: right;
    float: right;
    padding-right: 0;
    _margin-top: -1px;
}
.d_header .options a.icon {
    width: 43px;
    height: 43px;
    display: inline-block;
    overflow: hidden;
    margin: 0 0 0 5px;
    background-image: url(../images/btn_close.png);
    background-repeat: no-repeat;
}
.d_header .options a.btn_close { background-position: 0 0px }
.d_header .options a:hover.btn_close { background-position: 0px -43px }
.d_body {
    clear: both;
    line-height: 1.6;
    zoom: 1;
}
.d_content {
    padding: 15px 18px;
    min-height: 60px;
}
.d_content textarea.textarea { margin-right: -4px }
.d_footer {
    bottom: 0;
    height: 34px;
    overflow: hidden;
    vertical-align: middle;
    padding-top: 5px;
    text-align: center;
    display: none;
    padding: 0 18px 15px;
}
.d_footer .btn { margin: 0 10px; outline:none; }
/* tooltip */
.tooltip { z-index: 600 }
.tooltip .d_layout { display: none }
.tooltip .d_main {
    border: 1px solid #CCCCCC;
    margin: 0;
    padding: 0;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    *filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color=#15000000,Positive=true);
}
.tooltip .d_header {
    background: #0C73D1;
    height: 34px;
    border: none;
}
.tooltip .d_header h4 {
    color: #FFF;
    font-weight: 300;
    line-height: 34px;
    font-size: 12px;
}
.tooltip .d_content {
    padding: 6px 6px;
    min-height: 0;
}
.tooltip .d_footer {
    bottom: 0;
    width: 100%;
    height: 34px;
    overflow: hidden;
    background-color: #E6EFF3;
    border-top: 1px #E7EFF3 solid;
    vertical-align: middle;
    padding-top: 5px;
    text-align: center;
}
/*suggest*/
.suggest .d_layout { display: none }
.suggest .d_main {
    border:1px solid #ddb18d;
    border-radius: 5px;
    margin: 0;
    padding: 0;
    background: #fff58a;
    background-image: linear-gradient(top, #fff6bc,#fff58a);
    box-shadow: 0 0 3px rgba(0,0,0,.2);
}
.suggest .d_body {
    background: transparent;
    padding: 12px;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6bc',endColorstr='#fff58a',GradientType=0)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6bc',endColorstr='#fff58a',GradientType=0);
    color: #b95a0d;
    font-family: "Microsoft YaHei";
    font-size:14px;
}
.suggest .d_body p { line-height: 20px }


/*按钮*/
.btn{
    padding: 0;
    margin: 0;
    font-size: 0;
    border:0;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    overflow: visible;
    padding-left:5px;
}
.btn::-moz-focus-inner {
    padding: 0;
    border: none;
}
.btn:link,
.btn:hover,
.btn:visited,
.btn span{  text-decoration: none; }
.btn:focus,
.btn:focus{
    outline: none;
}
.btn:active{
    outline: none;
    text-shadow: none;
}
.btn,
.btn span{
    line-height: 1.333;
    vertical-align: middle;
    cursor: pointer;
    font-size: 12px;
    background-position: no-repeat;
    background-color: transparent;
}
.btn span{
    white-space: nowrap;
    word-wrap: normal;
    margin: 0;
    position: relative;
    right:-3px;
    display: inline-block;
}
.oldie .btn span{
    font-family: SimSun, Arial,Helvetica,"Hiragino Sans GB",sans-serif;
}
.btn:hover span {
    text-decoration: none;
}
button.active,
a.active,
.btn:active {
    position: relative;
    left: 1px;
    top: 1px;
}
.no-js .btn_disabled span{
    color:#555;
}
.no-js .btn_cancel{
    background-position: 0 -556px;
}
.no-js .btn_cancel span{
    background-position: right -556px;
    color:#777;
}
.no-js .btn_cancel:hover{
    background-position: 0 -599px;
}
.no-js .btn_cancel:hover span{
    background-position: right -599px;
}
.no-js .btn_cancel_big{
    background-position: 0 -642px;
}
.no-js .btn_cancel_big span{
    background-position: right -642px;
    color:#777;
    font-weight: normal;
}
.no-js .btn_cancel_big:hover{
    background-position: 0 -697px;
}
.no-js .btn_cancel_big:hover span{
    background-position: right -697px;
}
.btn_gray{
    background-color: #595959;
    color:#fff;
    height:31px;
}
.btn_gray span{
    padding: 0 22px 0 15px;
    font-size: 12px;
    height:31px;
    line-height:31px;
    color:#fff;
}
.btn_gray:hover{
    background-color: #6c6c6c;
}
.btn_silver_small{
    background-color: #bebebe;
    color:#fff;
}
.btn_silver_small span{
    padding: 0 10px 0 3px;
    font-size: 12px;
    height:25px;
    line-height:25px;
    color:#fff;
}
.btn_silver_small:hover{
    background-color: #c9c9c9;
}
.btn_silver{
    background-color: #ababab;
    color:#fff;
}
.btn_silver span{
    padding: 0 22px 0 15px;
    font-size: 12px;
    height:34px;
    line-height:34px;
    color:#fff;
}
.btn_silver:hover{
    background-color: #bcbcbc;
}
.btn_silver_big{
    background-color: #ababab;
    color:#fff;
}
.btn_silver_big span{
    padding: 0 50px 0 42px;
    font-size: 12px;
    height:40px;
    line-height:40px;
    color:#fff;
}
.btn_silver_big:hover{
    background-color: #bcbcbc;
}
.btn_gray_big{
    background-color: #595959;
    color:#fff;
}
.btn_gray_big span{
    padding: 0 50px 0 42px;
    font-size: 12px;
    height:40px;
    line-height:40px;
    color:#fff;
}
.btn_gray_big:hover{
    background-color: #6c6c6c;
}
.btn_silver_shadow{
    background-position: 0 -414px;
    box-shadow: 0 1px 0 rgba(0,0,0,.05);
    border-radius: 3px;
}
.btn_silver_shadow span{
    padding: 0 12px 0 5px;
    font-size: 12px;
    height:25px;
    line-height: 24px;
    background-position: right -414px;
    color:#666;
    border-radius: 3px;
}
.btn_silver_shadow:hover{
    background-position: 0 -449px;
}
.btn_silver_shadow:hover span{
    background-position: right -449px;
}
.btn_silver_icon{
    background-position: 0 -485px;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0,0,0,.05);
}
.btn_silver_icon span{
    padding: 0 8px 0 1px;
    font-size: 12px;
    height:25px;
    line-height: 25px;
    background-position: right -485px;
    font-family: "Microsoft YaHei";
    color:#1381e3;
    border-radius: 3px;
}
.btn_silver_icon:hover{
    background-position: 0 -520px;
}
.btn_silver_icon:hover span{
    color: #1663a7;
    background-position: right -520px;
}
.btn_silver_icon b{
    margin-top: 4px;
    margin-right: 4px;
}
.btn_cancel span{
    color: #666;
}
/*头像*/
.icon{
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom:1;
    background-repeat: no-repeat;
    vertical-align: middle;
}
a .icon{
    cursor: pointer;
}
.i_12x12{
    background-image: url(/static/images/icon12x12.png);
    width: 12px;
    height: 12px;
}
.i_16x16{
    background-image: url(/static/images/icon16x16.png);
    width: 16px;
    height: 16px;
}
.i_20x20{
    background-image: url(/static/images/icon20x20.png);
    width: 20px;
    height: 20px;
}
.i_30x30{
    background-image: url(/static/images/icon30x30.png);
    width: 30px;
    height: 30px;
}
.i_40x40{
    background-image: url(/static/images/icon40x40.png);
    width: 40px;
    height: 40px;
}
.i_user_face{
    width:55px;
    height:55px;
    border-radius: 50%;
}
.oldie .i_user_face{
    /*behavior: url(/static/PIE.htc);*/
}
.i_b_user_face{
    width:119px;
    height:119px;
}
.i_s_user_face{
    width:35px;
    height:35px;
}
.i_hotel_photo{
    width:160px;
    height:160px;
    overflow: hidden;
}
.i_s_hotel_photo{
    width:50px;
    height:50px;
}
.i_note_photo{
    width:129px;
    overflow: hidden;
}
.i_b_note_photo{
    width: auto;
    max-width: 800px;
}
.i_s_note_photo{
    width:69px;
}
.i_m_note_photo{
    width:168px;
}

/* dropdown */
.dropdown{display:inline-block; *display:inline; *zoom:1;position:relative; margin:0 4px; vertical-align:middle;text-align:left;}
.dropdown * {-moz-user-select:none;}
.dropdown .dropselectbox{display:block;background:#FFF; }
.dropdown h4{border:1px solid #d8d8d8;padding:3px 16px 3px 5px; line-height:1.5;cursor:default;}
.dropdown h4.hover{ border-color:#bbb; cursor: pointer; }
.dropdown h4 strong{ font-weight:normal; margin-right:6px; }
.dropdown h4 .symbol{ background-color: #e5e5e5; color: #787878; position:absolute; right:3px; font-size: 9px;  font-family: 'Century Gothic';padding:2px 3px 3px 3px;line-height: 1.4;*margin-top: -1px;  }
.dropdown .dropselectbox ul{display:none;}
.dropdown ul{position:absolute;background:#FFFFFF;border:1px solid #bbb;border-top:none; margin-top:-1px;z-index: 1; line-height: 1;}
.dropdown ul li a{white-space: nowrap;height:22px; line-height:22px;padding-right:22px; display:block; text-indent:5px; color:#666;}
.dropdown ul li a:hover {text-decoration:none; color:#666;background:#EAEAEA;}

/* table */
table.list th{color:#999;font-weight:400;line-height:27px;padding:4px 10px;font-size: 12px;}
table.list tbody td{border-bottom:1px #e4e4e4 solid;line-height:1.4;padding:4px 10px;}
table.list tbody tr.double td{background-color: #f5f5f5;}
table.list thead th{ border-bottom: 1px solid #e4e4e4;}
table.list .hidden{display:none}
table.list .more{border:0}

table.list2{border:1px solid #d8d8d8; border-right-width: 0; border-bottom-width: 0;font-size: 12px;}
table.list2 tbody td{border-bottom:1px #d8d8d8 solid;line-height:1.6;padding:4px 10px; border-right: 1px solid #d8d8d8;}
table.list2 tbody tr.double td{background-color: #f5f5f5;}
table.list2 thead th{ background-color: #680b49; border-bottom: 1px solid #d8d8d8;border-right: 1px solid #d8d8d8;color:#d8d8d8;font-weight:400;line-height:33px;padding:0 10px; text-align: center;}
table.list2 .hidden{display:none}
table.list2 .more{border:0}

table.edit{vertical-align:middle}
table.edit td{line-height:2.2;padding:10px 6px 8px}
table.edit .label{text-align:right;vertical-align:top; color: #888; font-size: 12px; padding-top: 13px;}
table.edit td.large{padding-top:18px}

table.edit2{vertical-align:middle; font-size: 12px;}
table.edit2 td{line-height:1.6;padding:6px 6px 5px; color: #333;}
table.edit2 .label{text-align:right;vertical-align:top; color: #888; font-size: 12px; padding-top: 10px;}
table.edit2 .label2{ vertical-align: middle; padding-top: 6px;}
table.edit2 td.large{padding-top:18px}

table.property{vertical-align:middle}
table.property td{line-height:1.5;padding:3px 3px 5px 10px}
table.property .label{text-align:right;vertical-align:top}

/*竖线*/
.vline{
    border: none;
    border-right:1px dotted #ababab; 
    width: 0;
    overflow: hidden;
}
.hline{
    border: none;
    border-top:1px dotted #ababab; 
    font-size: 0;
    height:0;
    overflow: hidden;
}
.vline4{
    border: none;
    border-right:4px solid #ababab; 
    width: 0;
    overflow: hidden;
}
.hline4{
    display:block;
    border: none;
    border-top:4px solid #ababab; 
    font-size: 0;
    height:0;
    overflow: hidden;
}
.gapline{
    border-left:1px dotted #ababab;
    width: 0;
    zoom:1;
    display: inline-block;
    *display: inline;
    overflow: hidden;
    margin-left:10px;
    margin-right: 10px;
    vertical-align: middle;
}