/* ----------------------------------------------- Common area ---------------------------------------------------*/
/* Variable ------------------------------------------------------------------------------ */
/* Function ------------------------------------------------------------------------------ */
/* Helper class -------------------------------------------------------------------------- */

.FL {
  float: left;
}
.FR {
  float: right;
}
.rel_pos {
  position: relative;
}
.abs_pos {
  position: absolute;
}
.fix_pos {
  position: fixed;
}
.stat_pos {
  position: static;
}
.txt_white {
  color: white;
}
.main_color {
  color: #f3542c;
}
.main_color2 {
  color: #644f40;
}
.main_color3 {
  color: #ffe11b;
}
.pointer {
  cursor: pointer;
}
.word_break {
  word-wrap: break-word;
}
.nowrap {
  white-space: nowrap;
}
.abs_right {
  right: 0px;
}
.abs_left {
  left: 0px;
}
.abs_top {
  top: 0px;
}
.abs_bottom {
  bottom: 0px;
}
.v_align_top {
  vertical-align: top;
}
.v_align_middle {
  vertical-align: middle;
}
.v_align_bottom {
  vertical-align: bottom;
}
.ib,
.inline_block {
  display: inline-block;
}
.db,
.display_block {
  display: block;
}
.dt {
  display: table;
}
.dtr {
  display: table-row;
}
.dtc {
  display: table-cell;
}
/* Standard padding margin helper ------------------------------------ */

.P0 {
  padding: 0;
}
.P5 {
  padding: 5px;
}
.P10 {
  padding: 10px;
}
.P15 {
  padding: 15px;
}
.P18 {
  padding: 18px;
}
.P20 {
  padding: 20px;
}
.P25 {
  padding: 25px;
}
.M0 {
  margin: 0;
}
.M2 {
  margin: 2px;
}
.M5 {
  margin: 5px;
}
.M10 {
  margin: 10px;
}
.M15 {
  margin: 15px;
}
.M20 {
  margin: 20px;
}
.M25 {
  margin: 25px;
}
.PL0 {
  padding-left: 0;
}
.PL5 {
  padding-left: 5px;
}
.PL10 {
  padding-left: 10px;
}
.PL15 {
  padding-left: 15px;
}
.PL20 {
  padding-left: 20px;
}
.PL25 {
  padding-left: 25px;
}
.PL30 {
  padding-left: 30px;
}
.PR0 {
  padding-right: 0;
}
.PR5 {
  padding-right: 5px;
}
.PR10 {
  padding-right: 10px;
}
.PR15 {
  padding-right: 15px;
}
.PR20 {
  padding-right: 20px;
}
.PR25 {
  padding-right: 25px;
}
.PR30 {
  padding-right: 30px;
}
.PT0 {
  padding-top: 0;
}
.PT5 {
  padding-top: 5px;
}
.PT10 {
  padding-top: 10px;
}
.PT15 {
  padding-top: 15px;
}
.PT20 {
  padding-top: 20px;
}
.PT25 {
  padding-top: 25px;
}
.PB0 {
  padding-bottom: 0;
}
.PB5 {
  padding-bottom: 5px;
}
.PB10 {
  padding-bottom: 10px;
}
.PB15 {
  padding-bottom: 15px;
}
.PB20 {
  padding-bottom: 20px;
}
.PB25 {
  padding-bottom: 25px;
}
.ML0 {
  margin-left: 0px;
}
.ML5 {
  margin-left: 5px;
}
.ML10 {
  margin-left: 10px;
}
.ML15 {
  margin-left: 15px;
}
.ML20 {
  margin-left: 20px;
}
.ML25 {
  margin-left: 25px;
}
.MR0 {
  margin-right: 0px;
}
.MR5 {
  margin-right: 5px;
}
.MR10 {
  margin-right: 10px;
}
.MR15 {
  margin-right: 15px;
}
.MR20 {
  margin-right: 20px;
}
.MR25 {
  margin-right: 25px;
}
.MT0 {
  margin-top: 0px;
}
.MT5 {
  margin-top: 5px;
}
.MT10 {
  margin-top: 10px;
}
.MT15 {
  margin-top: 15px;
}
.MT20 {
  margin-top: 20px;
}
.MT25 {
  margin-top: 25px;
}
.MT30 {
  margin-top: 30px;
}
.MB0 {
  margin-bottom: 0px;
}
.MB5 {
  margin-bottom: 5px;
}
.MB10 {
  margin-bottom: 10px;
}
.MB15 {
  margin-bottom: 15px;
}
.MB20 {
  margin-bottom: 20px;
}
.MB25 {
  margin-bottom: 25px;
}
/* Griding system ---------------------------------------------------- */

.row {
  position: relative;
  margin-left: -10px;
}
.gu1 .row {
  width: 78px;
}
.gu2 .row {
  width: 156px;
}
.gu3 .row {
  width: 234px;
}
.gu4 .row {
  width: 312px;
}
.gu5 .row {
  width: 390px;
}
.gu6 .row {
  width: 468px;
}
.gu7 .row {
  width: 546px;
}
.gu8 .row {
  width: 624px;
}
.gu9 .row {
  width: 702px;
}
.gu10 .row {
  width: 780px;
}
.gu11 .row {
  width: 858px;
}
.gu12 .row {
  width: 936px;
}
.col {
  padding-left: 10px;
  float: left;
  position: relative;
}
.gu1 {
  width: 68px;
}
.gu2 {
  width: 146px;
}
.gu3 {
  width: 224px;
}
.gu4 {
  width: 302px;
}
.gu5 {
  width: 380px;
}
.gu6 {
  width: 458px;
}
.gu7 {
  width: 536px;
}
.gu8 {
  width: 614px;
}
.gu9 {
  width: 692px;
}
.gu10 {
  width: 770px;
}
.gu11 {
  width: 848px;
}
.gu12 {
  width: 926px;
}
.pg_canvas {
  margin: 0 auto;
  position: relative;
  zoom: 1;
  padding: 0 10px;
}
/* Page Styling ------------------------------------------------------ */

html,
button,
input,
select,
textarea {
  color: #222222;
  font-family: Arial, Helvetica, sans-serif;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
body {
  font-size: 1em;
  line-height: 1.4;
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: #ff592c;
  text-decoration: none;
  word-wrap: break-word;
}
a:hover {
  text-decoration: underline;
  color: #f3542c;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
/* Advanced Styling -------------------------------------------------- */

.bgc_white {
  background-color: white;
}
.bgc_grey {
  background-color: #eeeeee;
}
.bgc_main2 {
  background-color: #644f40;
}
.bgc_yellow {
  background-color: #fff3af;
}
.round_corner {
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.round_corners_up {
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}
.round_corners_down {
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.round_corners_right {
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.round_corners_left {
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.round_corner2 {
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.no_round_corner {
  -moz-border-top-right-radius: 0 !important;
  -webkit-border-top-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  -moz-border-top-left-radius: 0 !important;
  -webkit-border-top-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  -moz-border-bottom-right-radius: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  -moz-border-bottom-left-radius: 0 !important;
  -webkit-border-bottom-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.no_border {
  border: none !important;
}
.txt_shadow {
  text-shadow: 1px 1px white;
}
.no_overflow {
  overflow: hidden;
}
.div_center {
  margin: auto;
}
.div_center_v {
  margin-top: auto;
  margin-bottom: auto;
}
.div_center_h {
  margin-left: auto;
  margin-right: auto;
}
.txt_center {
  text-align: center;
}
.txt_right {
  text-align: right;
}
.txt_left {
  text-align: left;
}
.txt_bold {
  font-weight: bold;
}
.txt_underline {
  text-decoration: underline;
}
.txt_normal {
  font-weight: normal;
}
.txt_line_height_normal {
  line-height: normal;
}
.txt_line_height_16 {
  line-height: 16px;
}
.full_width {
  width: 100%;
}
.half_width {
  width: 50%;
}
.full_height {
  height: 100%;
}
.txt_0 {
  font-size: 0;
}
.txt_10 {
  font-size: 10px;
}
.txt_12 {
  font-size: 12px;
}
.txt_13 {
  font-size: 13px;
}
.txt_15 {
  font-size: 15px;
}
.txt_18 {
  font-size: 18px;
}
.txt_20 {
  font-size: 20px;
}
.circle_icon {
  width: 34px;
  height: 34px;
  border-radius: 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
}
.circle25 {
  width: 26px;
  height: 26px;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
}
.circle30 {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.circle40 {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.circle42 {
  width: 42px;
  height: 42px;
  border-radius: 21px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
}
.circle50 {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}
.circle60 {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
.circle85 {
  width: 86px;
  height: 86px;
  border-radius: 43px;
  -webkit-border-radius: 43px;
  -moz-border-radius: 43px;
}
.circle95 {
  width: 94px;
  height: 94px;
  border-radius: 47px;
  -webkit-border-radius: 47px;
  -moz-border-radius: 47px;
}
.circle100 {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}
.circle120 {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
}
.opacity_full {
  opacity: 0;
  filter: alpha(opacity=0);
}
.opacity1 {
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.opacity3 {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.opacity5 {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.opacity6 {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.opacity7 {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.opacity8 {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.opacity9 {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.opacity_null {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bgc_main {
  border: 1px solid #d1c7b8;
  background-color: white;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.bg_cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.border_box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.v_align_center {
  position: absolute;
  top: 45%;
}
.h_align_center {
  position: absolute;
  left: 45%;
}
.input_file {
  font-size: 1px !important;
  line-height: 1px !important;
  height: 100% !important;
  width: 100% !important;
}
.hiddenlink {
  color: #644f40;
  text-decoration: none;
}
a.a_no_underline {
  text-decoration: none;
}
a.a_no_underline:hover {
  text-decoration: none;
}
.div_br_word {
  width: 100%;
  word-wrap: break-word;
}
.interaction {
  cursor: pointer;
}
.interaction:hover {
  text-decoration: underline;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Button ----------------------------------------------------------- */
.or_red_btn {
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  padding: 6px 13px;
  text-decoration: none;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: white;
  border: 1px solid #ff5a2c;
  background-color: #f3542c;
  background-image: linear-gradient(bottom, #f3542c 5%, #ff8843 100%);
  background-image: -o-linear-gradient(bottom, #f3542c 5%, #ff8843 100%);
  background-image: -moz-linear-gradient(bottom, #f3542c 5%, #ff8843 100%);
  background-image: -webkit-linear-gradient(bottom, #f3542c 5%, #ff8843 100%);
  background-image: -ms-linear-gradient(bottom, #f3542c 5%, #ff8843 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #f3542c), color-stop(1, #ff8843));
  -moz-box-shadow: inset 0 1px 0 #ffdcc7;
  -webkit-box-shadow: inset 0 1px 0 #ffdcc7;
  box-shadow: inset 0 1px 0 #ffdcc7;
}
.or_red_btn:hover {
  text-decoration: none;
}
.or_red_btn:hover {
  color: white;
  background-color: #ff8843;
  background-image: linear-gradient(bottom, #ff8843 5%, #f3542c 100%);
  background-image: -o-linear-gradient(bottom, #ff8843 5%, #f3542c 100%);
  background-image: -moz-linear-gradient(bottom, #ff8843 5%, #f3542c 100%);
  background-image: -webkit-linear-gradient(bottom, #ff8843 5%, #f3542c 100%);
  background-image: -ms-linear-gradient(bottom, #ff8843 5%, #f3542c 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #ff8843), color-stop(1, #f3542c));
}
.or_grey_btn {
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  padding: 6px 13px;
  text-decoration: none;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #999999;
  background-color: white;
  background-color: #f3f3f3;
  background-image: linear-gradient(bottom, #f3f3f3 5%, white 100%);
  background-image: -o-linear-gradient(bottom, #f3f3f3 5%, white 100%);
  background-image: -moz-linear-gradient(bottom, #f3f3f3 5%, white 100%);
  background-image: -webkit-linear-gradient(bottom, #f3f3f3 5%, white 100%);
  background-image: -ms-linear-gradient(bottom, #f3f3f3 5%, white 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #f3f3f3), color-stop(1, white));
  border: 1px solid #cccccc;
}
.or_grey_btn:hover {
  text-decoration: none;
}
.or_grey_btn:hover {
  color: #999999;
  background-color: white;
  background-image: linear-gradient(bottom, white 5%, #f3f3f3 100%);
  background-image: -o-linear-gradient(bottom, white 5%, #f3f3f3 100%);
  background-image: -moz-linear-gradient(bottom, white 5%, #f3f3f3 100%);
  background-image: -webkit-linear-gradient(bottom, white 5%, #f3f3f3 100%);
  background-image: -ms-linear-gradient(bottom, white 5%, #f3f3f3 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, white), color-stop(1, #f3f3f3));
}
.or_brown_btn,
.or_main2_btn {
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  padding: 6px 13px;
  text-decoration: none;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: white;
  border: 1px solid #665041;
  background-color: #644f40;
  background-image: linear-gradient(bottom, #644f40 5%, #a38169 100%);
  background-image: -o-linear-gradient(bottom, #644f40 5%, #a38169 100%);
  background-image: -moz-linear-gradient(bottom, #644f40 5%, #a38169 100%);
  background-image: -webkit-linear-gradient(bottom, #644f40 5%, #a38169 100%);
  background-image: -ms-linear-gradient(bottom, #644f40 5%, #a38169 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #644f40), color-stop(1, #a38169));
  -moz-box-shadow: inset 0px 1px 0 #e4dad2;
  -webkit-box-shadow: inset 0px 1px 0 #e4dad2;
  box-shadow: inset 0px 1px 0 #e4dad2;
}
.or_brown_btn:hover,
.or_main2_btn:hover {
  text-decoration: none;
}
.or_brown_btn:hover,
.or_main2_btn:hover {
  color: white;
  background-color: #a07f67;
  background-image: linear-gradient(bottom, #a07f67 5%, #665041 100%);
  background-image: -o-linear-gradient(bottom, #a07f67 5%, #665041 100%);
  background-image: -moz-linear-gradient(bottom, #a07f67 5%, #665041 100%);
  background-image: -webkit-linear-gradient(bottom, #a07f67 5%, #665041 100%);
  background-image: -ms-linear-gradient(bottom, #a07f67 5%, #665041 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #a07f67), color-stop(1, #665041));
}
.popup_close {
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  padding: 6px 13px;
  text-decoration: none;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #999999;
  background-color: white;
  background-color: #f3f3f3;
  background-image: linear-gradient(bottom, #f3f3f3 5%, white 100%);
  background-image: -o-linear-gradient(bottom, #f3f3f3 5%, white 100%);
  background-image: -moz-linear-gradient(bottom, #f3f3f3 5%, white 100%);
  background-image: -webkit-linear-gradient(bottom, #f3f3f3 5%, white 100%);
  background-image: -ms-linear-gradient(bottom, #f3f3f3 5%, white 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #f3f3f3), color-stop(1, white));
  border: 1px solid #cccccc;
  padding: 0 0 0 1px;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  text-shadow: 0 1px 0 white;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 26px;
  height: 26px;
}
.popup_close:hover {
  text-decoration: none;
}
.popup_close:hover {
  color: #999999;
  background-color: white;
  background-image: linear-gradient(bottom, white 5%, #f3f3f3 100%);
  background-image: -o-linear-gradient(bottom, white 5%, #f3f3f3 100%);
  background-image: -moz-linear-gradient(bottom, white 5%, #f3f3f3 100%);
  background-image: -webkit-linear-gradient(bottom, white 5%, #f3f3f3 100%);
  background-image: -ms-linear-gradient(bottom, white 5%, #f3f3f3 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, white), color-stop(1, #f3f3f3));
}
.popup_close:hover {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  background-color: white;
  background-image: linear-gradient(bottom, white 5%, #f3f3f3 100%);
  background-image: -o-linear-gradient(bottom, white 5%, #f3f3f3 100%);
  background-image: -moz-linear-gradient(bottom, white 5%, #f3f3f3 100%);
  background-image: -webkit-linear-gradient(bottom, white 5%, #f3f3f3 100%);
  background-image: -ms-linear-gradient(bottom, white 5%, #f3f3f3 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, white), color-stop(1, #f3f3f3));
}
/* Form Element ----------------------------------------------------- */

input,
textarea,
select,
.uneditable-input {
  font-size: 15px;
  color: #644f40;
}
.or_input {
  color: #644f40;
  height: 30px;
  padding: 0 15px 0 15px;
  -moz-border-top-right-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  -moz-border-top-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-border-bottom-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -moz-border-bottom-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.or_input.width_fix {
  width: 124px;
}
input[type='text'].or_input,
input[type='password'].or_input {
  color: #644f40;
  height: 30px;
  padding: 0 15px 0 15px;
  -moz-border-top-right-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  -moz-border-top-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-border-bottom-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -moz-border-bottom-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 35px;
  font-family: '微軟正黑體', Arial, Helvetica, sans-serif;
}
input[readonly].or_input_dropdown,
input[readonly].hasDatepicker {
  background-color: white;
  cursor: pointer;
  border-color: #cccccc;
}
.control-group {
  margin-bottom: 15px;
}
.control-group.error input[readonly].or_input_dropdown {
  border-color: #b94a48;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
input[readonly].or_input_dropdown:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px 0 #ff7e5d;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px 0 #ff7e5d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px 0 #ff7e5d;
  background: -moz-linear-gradient(center top, #f7f7f7 5%, white 100%) repeat scroll 0 0 transparent;
  border: 1px solid #ff653e;
  height: 35px;
  font-size: 15px;
}
input[readonly].hasDatepicker:focus {
  border-color: #ff653e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted 9;
  background-color: #f7f7f7;
  background-image: linear-gradient(center top, #f7f7f7 5%, white 100%);
  background-image: -o-linear-gradient(center top, #f7f7f7 5%, white 100%);
  background-image: -moz-linear-gradient(center top, #f7f7f7 5%, white 100%);
  background-image: -webkit-linear-gradient(center top, #f7f7f7 5%, white 100%);
  background-image: -ms-linear-gradient(center top, #f7f7f7 5%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f7f7f7), color-stop(1, white));
}
.or_textarea {
  color: #666666;
  padding: 10px 15px 10px 15px;
  -moz-border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 75px;
  resize: none;
}
.or_dropdown_menu {
  max-height: 300px;
  overflow: auto;
  border: 1px solid #cccccc;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 12px;
}
.or_dropdown_menu a:hover {
  background-color: #f5542c;
  background-image: linear-gradient(bottom, #f5542c 5%, #ff8c49 100%);
  background-image: -o-linear-gradient(bottom, #f5542c 5%, #ff8c49 100%);
  background-image: -moz-linear-gradient(bottom, #f5542c 5%, #ff8c49 100%);
  background-image: -webkit-linear-gradient(bottom, #f5542c 5%, #ff8c49 100%);
  background-image: -ms-linear-gradient(bottom, #f5542c 5%, #ff8c49 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #f5542c), color-stop(1, #ff8c49));
  color: white;
  text-decoration: none;
}
.or_dropdown_menu a.disabled:hover {
  background-image: none;
  color: #333333;
  cursor: default;
}
.or_dropdown_menu .curr_sort {
  background-color: #f5542c;
  background-image: linear-gradient(bottom, #f5542c 5%, #ff8c49 100%);
  background-image: -o-linear-gradient(bottom, #f5542c 5%, #ff8c49 100%);
  background-image: -moz-linear-gradient(bottom, #f5542c 5%, #ff8c49 100%);
  background-image: -webkit-linear-gradient(bottom, #f5542c 5%, #ff8c49 100%);
  background-image: -ms-linear-gradient(bottom, #f5542c 5%, #ff8c49 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #f5542c), color-stop(1, #ff8c49));
  color: white;
  text-decoration: none;
  cursor: default;
}
.dropdown-menu a {
  display: block;
  padding: 7px 10px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333333;
  white-space: nowrap;
}
.form_lb {
  width: 152px;
}
.right_append {
  -moz-border-top-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.right_append_btn {
  -moz-border-top-right-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  -moz-border-bottom-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -moz-border-top-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #f3f3f3;
  background-image: linear-gradient(bottom, #f3f3f3 5%, white 100%);
  background-image: -o-linear-gradient(bottom, #f3f3f3 5%, white 100%);
  background-image: -moz-linear-gradient(bottom, #f3f3f3 5%, white 100%);
  background-image: -webkit-linear-gradient(bottom, #f3f3f3 5%, white 100%);
  background-image: -ms-linear-gradient(bottom, #f3f3f3 5%, white 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #f3f3f3), color-stop(1, white));
  width: 40px;
  height: 36px;
  border: 1px solid #dddddd;
  border-left: 0;
  border-color: #d1c7b8 #d1c7b8 #d1c7b8 -moz-use-text-color;
}
.right_append_btn:hover {
  background-color: white;
  background-image: linear-gradient(bottom, white 5%, #f3f3f3 100%);
  background-image: -o-linear-gradient(bottom, white 5%, #f3f3f3 100%);
  background-image: -moz-linear-gradient(bottom, white 5%, #f3f3f3 100%);
  background-image: -webkit-linear-gradient(bottom, white 5%, #f3f3f3 100%);
  background-image: -ms-linear-gradient(bottom, white 5%, #f3f3f3 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, white), color-stop(1, #f3f3f3));
}
.or_input.right_append,
.right_append {
  -moz-border-top-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
input[readonly].right_append {
  cursor: text;
  color: #f3542c;
}
.right_append_btn_dropdown {
  -moz-border-top-right-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  -moz-border-bottom-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -moz-border-top-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  width: 40px;
  height: 36px;
  border: 1px solid #dddddd;
  border-left: 0;
  border-bottom: 0;
  -moz-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-box-shadow: -2px -1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -2px -1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: -2px -1px 2px 0 rgba(0, 0, 0, 0.1);
  background-color: white;
  position: relative;
  z-index: 10;
  border-color: #d1c7b8 #d1c7b8 -moz-use-text-color -moz-use-text-color;
}
.error_box {
  background-color: #ffe04d;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.or_radio_btn {
  height: 100%;
  -moz-border-top-right-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  -moz-border-top-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-border-bottom-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -moz-border-bottom-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  color: #644f40;
  font-size: 15px;
  padding: 6px 15px 8px;
  text-decoration: none;
}
.or_radio_btn.active {
  -moz-box-shadow: inset 0px 3px 2px 0px #c12b1f;
  -webkit-box-shadow: inset 0px 3px 2px 0px #c12b1f;
  box-shadow: inset 0px 3px 2px 0px #c12b1f;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ee4409), color-stop(1, #ff7e31));
  background: -moz-linear-gradient(center top, #ee4409 5%, #ff7e31 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee4409', endColorstr='#ff7e31');
  background-color: #f3542c;
  border: 1px solid #f15900;
  color: white;
}
.or_radio_btn.active:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff7e42), color-stop(1, #f3542d));
  background: -moz-linear-gradient(center top, #ff7e42 5%, #f3542d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7e42', endColorstr='#f3542d');
  background-color: #ff7e42;
}
.btn-group .btn:last-child {
  -moz-border-radius: 0 20px 20px 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 0;
  border-radius: 0 20px 20px 0;
}
.btn-group .btn:first-child {
  -moz-border-radius: 20px 0 0 20px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 20px;
  border-radius: 20px 0 0 20px;
}
.or_checkbox input[type="checkbox"] {
  display: none;
}
#frontOnlineBooking {
  float: left;
  margin-top: 12px;
  margin-left: 17px;
  color: #f3542c;
}
#frontOnlineBooking .or_chkbox_lb {
  width: 70px;
}
#frontOnlineBooking .or_chkbox_lb img {
  margin-left: 5px;
}
input[type="checkbox"] + label .or_chkbox_icon,
.frontOnlineBookingCheckbox {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 19px;
  height: 19px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url(https://static7.orstatic.com/images/v4/previewimg/check_radio_sheet.png) left top no-repeat;
  cursor: pointer;
  float: left;
}
input[type="checkbox"]:checked + label .or_chkbox_icon,
.frontOnlineBookingCheckboxSelected {
  background: url(https://static7.orstatic.com/images/v4/previewimg/check_radio_sheet.png) -19px top no-repeat;
}
.or_checkbox_rev input[type="checkbox"] + label .or_chkbox_icon {
  background-position: -19px top;
}
.or_checkbox_rev input[type="checkbox"]:checked + label .or_chkbox_icon {
  background-position: left top;
}
.or_radiobox input[type="radio"] {
  display: none;
}
input[type="radio"] + label .or_chkbox_icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 19px;
  height: 19px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url(https://static7.orstatic.com/images/v4/previewimg/check_radio_sheet.png) -38px top no-repeat;
  cursor: pointer;
  float: left;
}
input[type="radio"]:checked + label .or_chkbox_icon {
  background: url(https://static7.orstatic.com/images/v4/previewimg/check_radio_sheet.png) -57px top no-repeat;
}
.nav-pills .dropdown-menu {
  -moz-border-top-right-radius: 5px !important;
  -webkit-border-top-right-radius: 5px !important;
  border-top-right-radius: 5px !important;
  -moz-border-top-left-radius: 5px !important;
  -webkit-border-top-left-radius: 5px !important;
  border-top-left-radius: 5px !important;
  -moz-border-bottom-right-radius: 5px !important;
  -webkit-border-bottom-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  -moz-border-bottom-left-radius: 5px !important;
  -webkit-border-bottom-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  min-width: 165px;
}
.dropdown-menu {
  padding: 8px;
}
/* RightBottomFlag Contentblock ------------------------------------- */

.right_flag_col {
  position: absolute;
  right: -13px;
  bottom: 40px;
  color: #bbbbbb;
  text-align: center;
  cursor: pointer;
}
.top_flag {
  background-color: #644f40;
  color: white;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  margin-bottom: 10px;
  width: 20px;
  height: 30px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 11px;
  padding: 10px 8px 10px 7px;
}
.top_flag:hover {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.top_flag_fixed {
  bottom: 20px;
  margin-left: 21px;
  z-index: 10;
  width: 926px;
  position: fixed;
}
/* ------------------------------ Review -----------------------------------------*/

.font_dosis {
  font-family: 'Dosis', Arial, Helvetica, sans-serif;
}
.font_arial {
  font-family: Arial, '新細明體', Helvetica, sans-serif;
}
.pg_main {
  font-size: 12px;
  position: relative;
  width: 100%;
  color: #644f40;
  font-family: Arial, Helvetica, sans-serif;
}
.review_container {
  font-size: 15px;
  min-height: 150px;
}
.or_title {
  color: #f3542c;
  font-size: 28px;
  text-shadow: 0 1px white;
  font-family: 'Dosis', '微軟正黑體', Arial, Helvetica, sans-serif;
  margin: 0 0 5px 0;
  font-weight: bold;
  line-height: 1.1;
  word-wrap: break-word;
  word-break: break-word;
}
.or_title a {
  text-decoration: none;
}
.or_title2 {
  font-size: 22px;
  color: #f3542c;
  text-shadow: 1px 1px white;
  font-family: 'Dosis', '微軟正黑體', Arial, Helvetica, sans-serif;
  word-wrap: break-word;
  word-break: break-word;
}
.or_title3 {
  font-size: 16px;
  color: #f3542c;
  text-shadow: 1px 1px white;
  font-family: 'Dosis', Arial, Helvetica, sans-serif;
  word-wrap: break-word;
  word-break: break-word;
}
h1 {
  color: #f3542c;
  font-size: 28px;
  text-shadow: 0 1px white;
  font-family: 'Dosis', '微軟正黑體', Arial, Helvetica, sans-serif;
  margin: 0 0 5px 0;
  font-weight: bold;
  line-height: 1.1;
  word-wrap: break-word;
  word-break: break-word;
  margin: 0;
  font-weight: 900;
}
h1 a {
  text-decoration: none;
}
.flag_arrow {
  left: 15px;
  position: absolute;
  top: -5px;
}
.get_more_btn {
  padding: 3px 5px;
  color: white !important;
  cursor: pointer;
  background-color: #836e5f;
  background-image: linear-gradient(bottom, #836e5f 5%, #655041 100%);
  background-image: -o-linear-gradient(bottom, #836e5f 5%, #655041 100%);
  background-image: -moz-linear-gradient(bottom, #836e5f 5%, #655041 100%);
  background-image: -webkit-linear-gradient(bottom, #836e5f 5%, #655041 100%);
  background-image: -ms-linear-gradient(bottom, #836e5f 5%, #655041 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #836e5f), color-stop(1, #655041));
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
  /* TBA (5, 0, 15%);*/

}
.review_session {
  font-size: 15px;
  color: white;
}
.review_title {
  color: #f3542c;
  font-size: 15px;
  font-weight: bold;
}
.date_block {
  width: 34px;
  height: 34px;
  color: white;
  text-align: center;
  background-color: #644f40;
  line-height: 1.05;
  font-family: 'Dosis', Arial, Helvetica, sans-serif;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.date_upper {
  font-size: 20px;
  font-weight: bold;
}
.date_lower {
  font-size: 10px;
  width: 40px;
  margin-left: -3px;
}
.review_info {
  padding-left: 7px;
}
.sr2_popupinfo_btn {
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  padding: 6px 13px;
  text-decoration: none;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #999999;
  background-color: white;
  background-color: #f3f3f3;
  background-image: linear-gradient(bottom, #f3f3f3 5%, white 100%);
  background-image: -o-linear-gradient(bottom, #f3f3f3 5%, white 100%);
  background-image: -moz-linear-gradient(bottom, #f3f3f3 5%, white 100%);
  background-image: -webkit-linear-gradient(bottom, #f3f3f3 5%, white 100%);
  background-image: -ms-linear-gradient(bottom, #f3f3f3 5%, white 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #f3f3f3), color-stop(1, white));
  border: 1px solid #cccccc;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  padding: 2px 15px 2px 3px;
  position: relative;
  font-size: 12px;
}
.sr2_popupinfo_btn:hover {
  text-decoration: none;
}
.sr2_popupinfo_btn:hover {
  color: #999999;
  background-color: white;
  background-image: linear-gradient(bottom, white 5%, #f3f3f3 100%);
  background-image: -o-linear-gradient(bottom, white 5%, #f3f3f3 100%);
  background-image: -moz-linear-gradient(bottom, white 5%, #f3f3f3 100%);
  background-image: -webkit-linear-gradient(bottom, white 5%, #f3f3f3 100%);
  background-image: -ms-linear-gradient(bottom, white 5%, #f3f3f3 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, white), color-stop(1, #f3f3f3));
}
.promotion_Img {
  width: 50px;
  height: 50px;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.promotion_qr {
  width: 100px;
  height: 100px;
}
.share_col {
  position: absolute;
  left: -37px;
  top: 30px;
  color: #bbbbbb;
  z-index: 1;
}
.sr2_review_share_col {
  position: absolute;
  left: -37px;
  top: 30px;
  color: #bbbbbb;
  z-index: 1;
  top: 50px;
  text-align: center;
}
.round_corner_flag {
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.share_flag_basic {
  border: 1px solid #cccccc;
  width: 35px;
}
.share_flag_print {
  background-color: white;
  border: 1px solid #cccccc;
  width: 35px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 10px;
  background-image: linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -o-linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -moz-linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -webkit-linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -ms-linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, white), color-stop(1, #f3f3f3));
  -moz-box-shadow: inset 0 1px 0 0 white;
  -webkit-box-shadow: inset 0 1px 0 0 white;
}
.share_flag_print:hover {
  background-color: white;
  border: 1px solid #d1c7b8;
  background-image: initial;
  -webkit-box-shadow: initial;
}
.share_flag_print:hover {
  border: 1px solid #b6b6b6;
  background-color: #b6b6b6;
  border-right: 1px solid #d1c7b8;
}
.share_flag {
  background-color: white;
  border: 1px solid #cccccc;
  width: 35px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 10px;
  background-image: linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -o-linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -moz-linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -webkit-linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -ms-linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, white), color-stop(1, #f3f3f3));
  -moz-box-shadow: inset 0 1px 0 0 white;
  -webkit-box-shadow: inset 0 1px 0 0 white;
}
.share_flag:hover {
  background-color: white;
  border: 1px solid #d1c7b8;
  background-image: initial;
  -webkit-box-shadow: initial;
}
.GrayGradientBackground {
  background: #b6b6b6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b6b6b6 0%, #a1a1a1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b6b6b6), color-stop(100%, #a1a1a1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b6b6b6 0%, #a1a1a1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b6b6b6 0%, #a1a1a1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b6b6b6 0%, #a1a1a1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #b6b6b6 0%, #a1a1a1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b6b6b6', endColorstr='#a1a1a1', GradientType=0);
  /* IE6-9 */

}
.share_flag_fb {
  background-color: white;
  border: 1px solid #cccccc;
  width: 35px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 10px;
  background-image: linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -o-linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -moz-linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -webkit-linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -ms-linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, white), color-stop(1, #f3f3f3));
  -moz-box-shadow: inset 0 1px 0 0 white;
  -webkit-box-shadow: inset 0 1px 0 0 white;
}
.share_flag_fb:hover {
  background-color: white;
  border: 1px solid #d1c7b8;
  background-image: initial;
  -webkit-box-shadow: initial;
}
.share_flag_fb:hover {
  border: 1px solid #5784df;
  background-color: #5784df;
  border-right: 1px solid #d1c7b8;
}
.share_flag_twitter {
  background-color: white;
  border: 1px solid #cccccc;
  width: 35px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 10px;
  background-image: linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -o-linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -moz-linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -webkit-linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -ms-linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, white), color-stop(1, #f3f3f3));
  -moz-box-shadow: inset 0 1px 0 0 white;
  -webkit-box-shadow: inset 0 1px 0 0 white;
}
.share_flag_twitter:hover {
  background-color: white;
  border: 1px solid #d1c7b8;
  background-image: initial;
  -webkit-box-shadow: initial;
}
.share_flag_twitter:hover {
  border: 1px solid #56c2dc;
  background-color: #56c2dc;
  border-right: 1px solid #d1c7b8;
}
.share_flag_report {
  background-color: white;
  border: 1px solid #cccccc;
  width: 35px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 10px;
  background-image: linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -o-linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -moz-linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -webkit-linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -ms-linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, white), color-stop(1, #f3f3f3));
  -moz-box-shadow: inset 0 1px 0 0 white;
  -webkit-box-shadow: inset 0 1px 0 0 white;
  background-color: #ececec;
  -webkit-box-shadow: initial;
  background-image: initial;
}
.share_flag_report:hover {
  background-color: white;
  border: 1px solid #d1c7b8;
  background-image: initial;
  -webkit-box-shadow: initial;
}
.share_flag_report:hover {
  border: 1px solid #d1c7b8;
  background-color: white;
  border-right: 1px solid #d1c7b8;
}
.share_flag_weibo {
  background-color: white;
  border: 1px solid #cccccc;
  width: 35px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 10px;
  background-image: linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -o-linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -moz-linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -webkit-linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -ms-linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, white), color-stop(1, #f3f3f3));
  -moz-box-shadow: inset 0 1px 0 0 white;
  -webkit-box-shadow: inset 0 1px 0 0 white;
}
.share_flag_weibo:hover {
  background-color: white;
  border: 1px solid #d1c7b8;
  background-image: initial;
  -webkit-box-shadow: initial;
}
.share_flag_weibo:hover {
  border: 1px solid #dc383f;
  background-color: #dc383f;
  border-right: 1px solid #d1c7b8;
}
.share_flag_weibo .M10 {
  margin: 10px 10px 10px 7px;
}
.share_flag_qqzone {
  background-color: white;
  border: 1px solid #cccccc;
  width: 35px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 10px;
  background-image: linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -o-linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -moz-linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -webkit-linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -ms-linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, white), color-stop(1, #f3f3f3));
  -moz-box-shadow: inset 0 1px 0 0 white;
  -webkit-box-shadow: inset 0 1px 0 0 white;
}
.share_flag_qqzone:hover {
  background-color: white;
  border: 1px solid #d1c7b8;
  background-image: initial;
  -webkit-box-shadow: initial;
}
.share_flag_qqzone:hover {
  border: 1px solid #56c2df;
  background-color: #56c2df;
}
.share_flag_qqweibo {
  background-color: white;
  border: 1px solid #cccccc;
  width: 35px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 10px;
  background-image: linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -o-linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -moz-linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -webkit-linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -ms-linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, white), color-stop(1, #f3f3f3));
  -moz-box-shadow: inset 0 1px 0 0 white;
  -webkit-box-shadow: inset 0 1px 0 0 white;
}
.share_flag_qqweibo:hover {
  background-color: white;
  border: 1px solid #d1c7b8;
  background-image: initial;
  -webkit-box-shadow: initial;
}
.share_flag_qqweibo:hover {
  border: 1px solid #5784e0;
  background-color: #5784e0;
}
.share_flag_upper {
  background-color: #ececec;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  border: 1px solid #cccccc;
  width: 35px;
}
.share_flag_upper_over {
  background-color: #ececec;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  border: 1px solid #cccccc;
  width: 35px;
  background-color: #ff663f;
  border: 1px solid #e9ae9f;
  color: white;
}
.share_flag_lower {
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #cccccc;
  width: 35px;
  background-color: white;
  margin-bottom: 10px;
  border-top: 0px;
  position: relative;
}
.share_flag_lower_over {
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #cccccc;
  width: 35px;
  background-color: white;
  margin-bottom: 10px;
  border-top: 0px;
  position: relative;
  border: 1px solid #e9ae9f;
}
.act_flagreview_icon {
  margin: 10px 10px 3px 12px;
}
.bgc_review {
  background-image: url(https://static8.orstatic.com/images/v4/previewImg/sr2-review-bk.gif);
}
.sr2_1stReview_title_deco2_0 {
  background-image: url(https://static7.orstatic.com/images/v4/previewImg/sr2-1stReview-title-deco2.png);
  background-position: left top;
  background-repeat: repeat-x;
  height: 37px;
  color: white;
  width: 43px;
  text-align: center;
}
.sr2_1stReview_title_deco2_1 {
  background-image: url(https://static7.orstatic.com/images/v4/previewImg/sr2-1stReview-title-deco2.png);
  background-position: left top;
  background-repeat: repeat-x;
  height: 37px;
  color: white;
  text-align: center;
  padding-top: 7px;
  padding-left: 10px;
  font-size: 12px;
}
.sr2_1stReview_title_deco3 {
  background-image: url(https://static7.orstatic.com/images/v4/previewImg/sr2-1stReview-title-deco3.png);
  background-position: left top;
  background-repeat: repeat-x;
  height: 37px;
  color: #ffe11b;
  text-align: center;
  padding-top: 7px;
  padding-right: 10px;
  font-size: 12px;
}
.sr2_review_title {
  color: #f3542c;
  font-size: 15px;
  font-weight: bold;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
}
.sr2_review_body {
  font-family: Arial, '新細明體', Helvetica, sans-serif;
  line-height: 24px;
  display: inline-block;
}
.sr2_review_bk {
  background-image: url(https://static8.orstatic.com/images/v4/previewImg/sr2-review-bk.gif);
}
.sr2_review_feedback,
.sr2_review_feedback_reply {
  margin-left: 40px;
}
.sr2_review_feedback_bk {
  background-color: #fff3af;
  margin-bottom: 1px;
}
.sr2_review_list {
  height: 90px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 924px;
  padding: 0 10px 0 40px;
  display: block;
  border-bottom: 1px dashed #999999;
}
.sr2_review_list:hover {
  background-color: #f3f3f3;
}
.sr2_review_list .hc-details {
  top: 30px;
  left: 0;
}
.sr2_review_type_btn {
  margin-top: -5px;
  margin-right: 15px;
}
.sr2_review_type_btn .btn {
  height: 30px;
  padding: 0 5px;
  font-size: 12px;
}
.sr2_review_type_btn .btn span {
  margin: 5px 4px;
}
.sr2_review_type_btn.btn-group .btn:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.sr2_review_type_btn.btn-group .btn:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.sr2_review_type_btn .or_grey_btn.active {
  color: white;
  text-shadow: none;
  background: #ee5f5b;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ee5f5b), color-stop(100%, #bd362f));
  background-image: -webkit-linear-gradient(bottom, #ee5f5b, #bd362f);
  background-image: -moz-linear-gradient(bottom, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(bottom, #ee5f5b, #bd362f);
  background-image: linear-gradient(bottom, #ee5f5b, #bd362f);
}
.sr2_review_type_btn .or_grey_btn:hover,
.sr2_review_type_btn .or_grey_btn:focus {
  webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.reviewer_name {
  margin-top: 3px;
  font-size: 15px;
  display: block;
}
.or_photoCaption {
  font-size: 12px;
}
.or_photoCaption2 {
  font-size: 15px;
  font-family: '微軟正黑體', Arial, Helvetica, sans-serif;
  margin-top: 2px;
  margin-bottom: 5px;
  color: #644f40;
}
.or_photoCaption3 {
  font-family: '微軟正黑體', Arial, Helvetica, sans-serif;
  font-size: 19px;
}
.review_img_og {
  max-width: 100%;
  max-width: 100% !important;
}
.review_img_og_caption {
  color: white;
  bottom: 0px;
  position: absolute;
  font-size: 15px;
  padding: 5px;
  background-color: #644f40;
  white-space: nowrap;
  max-width: 100%;
  overflow: auto;
}
.review_vdo_og_caption {
  color: white;
  bottom: 0px;
  font-size: 12px;
  padding: 5px;
  background-color: #644f40;
}
.review_img_og_caption2 {
  color: #644f40;
  position: relative;
  top: 0px;
  padding-bottom: 15px;
  font-size: 19px;
  white-space: nowrap;
}
.review_img_og_caption2 .or_snap {
  float: right;
  font-size: 12px;
}
.review_photoRating {
  position: absolute;
  top: 0;
  left: 0px;
  background: #3c3c3c;
  opacity: 0.75;
  -moz-border-top-right-radius: 22px;
  -webkit-border-top-right-radius: 22px;
  border-top-right-radius: 22px;
  -moz-border-top-left-radius: 22px;
  -webkit-border-top-left-radius: 22px;
  border-top-left-radius: 22px;
  -moz-border-bottom-right-radius: 22px;
  -webkit-border-bottom-right-radius: 22px;
  border-bottom-right-radius: 22px;
  -moz-border-bottom-left-radius: 22px;
  -webkit-border-bottom-left-radius: 22px;
  border-bottom-left-radius: 22px;
  padding: 3px 6px 3px 7px;
  margin: 5px;
}
.review_photoRating .rating_star {
  margin-right: 1px;
}
.review_filter {
  color: #f3542c;
  cursor: pointer;
  padding-right: 15px;
  float: left;
  position: relative;
}
.review_filter_arrow {
  right: 5px;
  top: 5px;
}
.sr1_refine_search_btn .refine_btn {
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  padding: 6px 13px;
  text-decoration: none;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: white;
  border: 1px solid #ff5a2c;
  background-color: #f3542c;
  background-image: linear-gradient(bottom, #f3542c 5%, #ff8843 100%);
  background-image: -o-linear-gradient(bottom, #f3542c 5%, #ff8843 100%);
  background-image: -moz-linear-gradient(bottom, #f3542c 5%, #ff8843 100%);
  background-image: -webkit-linear-gradient(bottom, #f3542c 5%, #ff8843 100%);
  background-image: -ms-linear-gradient(bottom, #f3542c 5%, #ff8843 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #f3542c), color-stop(1, #ff8843));
  -moz-box-shadow: inset 0 1px 0 #ffdcc7;
  -webkit-box-shadow: inset 0 1px 0 #ffdcc7;
  box-shadow: inset 0 1px 0 #ffdcc7;
  font-size: 12px;
}
.sr1_refine_search_btn .refine_btn:hover {
  text-decoration: none;
}
.sr1_refine_search_btn .refine_btn:hover {
  color: white;
  background-color: #ff8843;
  background-image: linear-gradient(bottom, #ff8843 5%, #f3542c 100%);
  background-image: -o-linear-gradient(bottom, #ff8843 5%, #f3542c 100%);
  background-image: -moz-linear-gradient(bottom, #ff8843 5%, #f3542c 100%);
  background-image: -webkit-linear-gradient(bottom, #ff8843 5%, #f3542c 100%);
  background-image: -ms-linear-gradient(bottom, #ff8843 5%, #f3542c 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #ff8843), color-stop(1, #f3542c));
}
.sr1_refine_search_btn.active {
  position: relative;
  z-index: 201;
}
.sr1_refine_search_btn.active .refine_btn {
  background-image: none;
  border: 1px solid #d1c7b8;
  background-color: white;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px -2px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px -2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px -2px 3px 0 rgba(0, 0, 0, 0.1);
  color: #644f40;
  border-bottom: 1px solid white;
}
.sr1_basic_btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  cursor: pointer;
}
.sr1_filter_btn {
  color: #644f40;
  padding: 5px 8px 5px 8px;
  background-color: #f3f3f3;
  margin-top: 5px;
  margin-right: 5px;
  float: left;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  cursor: pointer;
  border: 1px solid #cccccc;
  background-color: white;
  background-image: linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -o-linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -moz-linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -webkit-linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -ms-linear-gradient(center top, white 5%, #f3f3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, white), color-stop(1, #f3f3f3));
  -moz-box-shadow: inset 0px 1px 0px 0px white;
  -webkit-box-shadow: inset 0px 1px 0px 0px white;
  box-shadow: inset 0px 1px 0px 0px white;
}
.sr1_filter_btn:hover {
  background-color: white;
  background-color: #f3f3f3;
  background-image: linear-gradient(center top, #f3f3f3 5%, white 100%);
  background-image: -o-linear-gradient(center top, #f3f3f3 5%, white 100%);
  background-image: -moz-linear-gradient(center top, #f3f3f3 5%, white 100%);
  background-image: -webkit-linear-gradient(center top, #f3f3f3 5%, white 100%);
  background-image: -ms-linear-gradient(center top, #f3f3f3 5%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f3f3f3), color-stop(1, white));
}
.sr1_filter_btn:hover .or_icon_x {
  color: #644f40;
}
.or_icon {
  float: right;
  margin-left: 5px;
}
.or_icon_dropdown {
  margin-top: 6px;
  float: right;
  margin-left: 5px;
}
.or_icon_x {
  float: right;
  margin-left: 5px;
  color: #cccccc;
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  font-size: 13px;
  margin-top: -1px;
}
.or_filter_clear {
  float: left;
  color: #f3542c;
  margin: 10px 0 0 5px;
  cursor: pointer;
}
.or_filter_clear:hover {
  text-decoration: underline;
}
.or_respond_review {
  -moz-appearance: textfield-multiline;
  -webkit-appearance: textarea;
  font: medium -moz-fixed;
  font: -webkit-small-control;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 0px !important;
}
.score_vol {
  width: 46px;
  height: 14px;
  margin-top: 1px;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.score_vol1 {
  width: 46px;
  height: 14px;
  margin-top: 1px;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #ffe11b;
}
.score_vol2 {
  width: 46px;
  height: 14px;
  margin-top: 1px;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #fcc21f;
}
.score_vol3 {
  width: 46px;
  height: 14px;
  margin-top: 1px;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #f99824;
}
.score_vol4 {
  width: 46px;
  height: 14px;
  margin-top: 1px;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #f67228;
}
.score_vol5 {
  width: 46px;
  height: 14px;
  margin-top: 1px;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #f3542c;
}
.review_pop_tag_img {
  height: 80px;
  width: 80px;
}
.review_pop_tag_img .review_pop_tag_photoRating {
  position: absolute;
  bottom: 0px;
  background: #3c3c3c;
  opacity: 0.75;
  -moz-border-top-right-radius: 22px;
  -webkit-border-top-right-radius: 22px;
  border-top-right-radius: 22px;
  -moz-border-top-left-radius: 22px;
  -webkit-border-top-left-radius: 22px;
  border-top-left-radius: 22px;
  -moz-border-bottom-right-radius: 22px;
  -webkit-border-bottom-right-radius: 22px;
  border-bottom-right-radius: 22px;
  -moz-border-bottom-left-radius: 22px;
  -webkit-border-bottom-left-radius: 22px;
  border-bottom-left-radius: 22px;
  padding: 1px 3px 1px 2px;
  margin: 4px;
}
.review_pop_tag_img .review_pop_tag_photoRating .rating_star {
  margin-right: 1px;
}
.review_edit_recommend {
  right: 56px;
  top: -22px;
}
.review_sum_edit_recom {
  right: 85px;
  top: -6px;
}
.sr2_reviewBubble {
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 20;
}
.sr2_reviewBubble.sr2_reviewBubble_editor {
  left: -20px;
  top: 90px;
}
.more_details_btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  color: white;
  font-size: 12px;
  white-space: nowrap;
  background-color: #f3542c;
  padding: 1px 4px;
  margin-bottom: 2px;
  line-height: normal;
  padding: 2px 4px 0;
  height: 18px;
}
.more_details_btn:hover {
  background-color: #644f40;
  color: white;
  text-decoration: none;
}
.border_bottom_dot .write_review_btn {
  width: 72px;
  height: 21px;
  padding: 6px 5px;
}
.write_review_btn,
.border_bottom_dot .upload_photo_btn {
  font-size: 15px;
  color: #644f40;
  width: 127px;
  height: 36px;
  display: block;
  float: left;
  border: 1px solid #eed00e;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #ffd30d;
  background-image: linear-gradient(bottom, #ffd30d 5%, #fff129 100%);
  background-image: -o-linear-gradient(bottom, #ffd30d 5%, #fff129 100%);
  background-image: -moz-linear-gradient(bottom, #ffd30d 5%, #fff129 100%);
  background-image: -webkit-linear-gradient(bottom, #ffd30d 5%, #fff129 100%);
  background-image: -ms-linear-gradient(bottom, #ffd30d 5%, #fff129 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #ffd30d), color-stop(1, #fff129));
  -moz-box-shadow: inset 0px 1px 0px white;
  -webkit-box-shadow: inset 0px 1px 0px white;
  box-shadow: inset 0px 1px 0px white;
}
.write_review_btn:hover,
.border_bottom_dot .upload_photo_btn:hover {
  color: #644f40;
  background-color: #fff129;
  background-image: linear-gradient(bottom, #fff129 5%, #ffd30d 100%);
  background-image: -o-linear-gradient(bottom, #fff129 5%, #ffd30d 100%);
  background-image: -moz-linear-gradient(bottom, #fff129 5%, #ffd30d 100%);
  background-image: -webkit-linear-gradient(bottom, #fff129 5%, #ffd30d 100%);
  background-image: -ms-linear-gradient(bottom, #fff129 5%, #ffd30d 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #fff129), color-stop(1, #ffd30d));
}
.write_review_btn:focus,
.border_bottom_dot .upload_photo_btn:focus {
  color: #644f40;
  background-color: #ffd30d;
  background-image: linear-gradient(bottom, #ffd30d 5%, #fff129 100%);
  background-image: -o-linear-gradient(bottom, #ffd30d 5%, #fff129 100%);
  background-image: -moz-linear-gradient(bottom, #ffd30d 5%, #fff129 100%);
  background-image: -webkit-linear-gradient(bottom, #ffd30d 5%, #fff129 100%);
  background-image: -ms-linear-gradient(bottom, #ffd30d 5%, #fff129 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #ffd30d), color-stop(1, #fff129));
}
.optionButton .write_review_btn,
.optionButton .upload_photo_btn,
.optionButton .provide_info_btn {
  padding: 7px 2px 3px 2px;
  display: inline-table;
  width: 90px !important;
}
.optionButton .write_review_btn:hover,
.optionButton .upload_photo_btn:hover,
.optionButton .provide_info_btn:hover {
  text-decoration: none;
}
.optionButton .write_review_btn .write_rw_btn_txt,
.optionButton .upload_photo_btn .upload_photo_btn_txt,
.optionButton .provide_info_btn .upload_Info_btn_txt {
  font-size: 12px;
  margin-left: 3px;
  color: #624f40;
  margin: auto;
  text-align: center;
}
.or_label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  color: white;
  font-size: 12px;
  white-space: nowrap;
  background-color: #f3542c;
  padding: 1px 4px;
  margin-bottom: 2px;
}
.other_info_lb {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  color: white;
  font-size: 12px;
  white-space: nowrap;
  background-color: #f3542c;
  padding: 1px 4px;
  margin-bottom: 2px;
  background-color: #644f40;
  padding: 2px 3px;
}
.other_info_lb:hover {
  color: white;
  text-decoration: none;
  background-color: #f3542c;
}
.other_info_lb.nohover:hover {
  background-color: #644f40;
}
.yellow_lb {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  color: white;
  font-size: 12px;
  white-space: nowrap;
  background-color: #f3542c;
  padding: 1px 4px;
  margin-bottom: 2px;
  color: #644f40;
  background-color: #ffdd33;
}
.yellow_lb:hover {
  color: #644f40;
}
.selected_review_img_1 {
  margin: 1px 1px 0px 0px;
  width: 144px;
  height: 145px;
}
.selected_review_img_2 {
  margin: 1px 1px 0px 0px;
  width: 72px;
  height: 144px;
}
.selected_review_img_3 {
  margin: 1px 1px 0px 0px;
  width: 72px;
  height: 72px;
}
.review_img_1 {
  width: 465px;
  height: 310px;
}
.review_img_2 {
  width: 232px;
  height: 310px;
}
.review_img_3 {
  width: 232px;
  height: 155px;
}
/*------------Sr1 search menu---------------*/

#search_menu {
  top: 31px;
  left: 0px;
  width: 213px;
  z-index: 200;
  border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
}
#search_menu .search_option_items_title {
  width: 183px;
}
/* Write review... */

.wr_doorphoto {
  width: 90px;
  height: 90px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.wr_userphoto {
  width: 90px;
  height: 90px;
}
#wr_main_content {
  background-image: url(https://static8.orstatic.com/images/v4/previewImg/sr2-review-bk.gif);
}
.wr_img {
  top: 5px;
  left: -23px;
}
.wr_img_content {
  background: url(https://static7.orstatic.com/images/v4/sso/form-title-deco2.png);
  height: 37px;
  font-size: 15px;
  color: white;
  font-family: Arial;
  background-repeat: repeat-x;
}
.wr_input {
  color: #644f40;
  height: 30px;
  padding: 0 15px 0 15px;
  -moz-border-top-right-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  -moz-border-top-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-border-bottom-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -moz-border-bottom-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 0 none;
  -moz-box-shadow: inset 0 1px 0 0 #cecece;
  -webkit-box-shadow: inset 0 1px 0 0 #cecece;
  box-shadow: inset 0 1px 0 0 #cecece;
  color: #666666;
  font-size: 15px;
  height: 35px;
  background-color: white;
}
input[type='text'].wr_input,
input[type='password'].wr_input {
  color: #644f40;
  height: 30px;
  padding: 0 15px 0 15px;
  -moz-border-top-right-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  -moz-border-top-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-border-bottom-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -moz-border-bottom-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
/*-----Common workflow template----*/

.wf_container {
  width: 585px;
  margin: 15px auto 0 auto;
  background-color: white;
  -moz-box-shadow: 0px 0px 7px #aaaaaa;
  -webkit-box-shadow: 0px 0px 7px #aaaaaa;
  box-shadow: 0px 0px 7px #aaaaaa;
  -moz-border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.wf_container a {
  color: #b15d3e;
}
.wf_header {
  font-size: 28px;
  font-family: 'Dosis', '微軟正黑體', Arial, Helvetica, sans-serif;
  color: #e64d25;
  margin-left: 5px;
  font-weight: bold;
}
.wf_img {
  left: -18px;
  top: 5px;
}
.wf_main_img_bubble {
  border-right: 1px solid #f2f2f2;
  position: relative;
  right: -1px;
}
.wf_img_content {
  background: url(https://static7.orstatic.com/images/v4/sso/form-title-deco2.png);
  height: 37px;
  font-size: 15px;
  color: white;
  font-family: Arial;
  background-repeat: repeat-x;
}
.wf_main_content {
  width: 395px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #dfddd6;
  background: #f2f2f2;
}
.wf_form_submit_btn {
  margin-top: 45px;
  width: 255px;
  -moz-box-shadow: inset 0px 1px 0px 0px #f2eee3;
  -webkit-box-shadow: inset 0px 1px 0px 0px #f2eee3;
  box-shadow: inset 0px 1px 0px 0px #f2eee3;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-weight: bold;
  text-shadow: 0px -1px 0px #786842;
  border: 1px solid #9d8e68;
  background: #c1af80;
  background: -moz-linear-gradient(top, #c1af80 5%, #9f9069 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #c1af80), color-stop(100%, #9f9069));
  background: -webkit-linear-gradient(top, #c1af80 5%, #9f9069 100%);
  background: -o-linear-gradient(top, #c1af80 5%, #9f9069 100%);
  background: -ms-linear-gradient(top, #c1af80 5%, #9f9069 100%);
  background: linear-gradient(to bottom, #c1af80 5%, #9f9069 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1af80', endColorstr='#9f9069', GradientType=0);
  color: white;
  font-family: Arial;
  font-size: 15px;
  padding: 10px 30px 8px 30px;
  text-decoration: none;
}
/* ---------------------------- Pagination ---------------------------------------*/

.or_pagination {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 15px;
  float: right;
  color: #644f40;
  font-size: 12px;
}
.or_pagination .numberon {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  background-color: #f3542c;
  float: left;
  margin-left: 5px;
}
.or_pagination .numberon  a {
  color: white;
  text-decoration: none;
}
.or_pagination .number {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  background-color: #eeeeee;
  color: #644f40;
  float: left;
  margin-left: 5px;
}
.or_pagination .number:hover {
  background-color: #f3542c;
  color: white;
}
.or_pagination .ellipsis {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  background-color: #eeeeee;
  color: #644f40;
  float: left;
  margin-left: 5px;
}
.or_pagination .number .paging_mid_dot:hover {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  background-color: #eeeeee;
  color: #644f40;
}
.or_pagination .number a {
  color: #644f40;
  text-decoration: none;
}
.or_pagination .number a:hover {
  color: white;
}
.paging_number {
  position: relative;
  text-align: center;
  line-height: 2.6em !important;
  display: block;
}
/* -----------------------------avator hover card---------------------------------*/

.hc-preview {
  position: relative;
  display: inline;
}
.hc-name {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.hc-details {
  display: none;
  z-index: 201;
  left: -10px;
  margin-right: 80px;
  text-align: left;
  font-size: 12px !important;
  line-height: 1.5em;
  border: 1px solid #d1c7b8;
  position: absolute;
  top: 50px;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.hc-pic {
  width: 70px;
  margin-top: -1em;
  float: right;
}
.hc-details-open-left {
  left: auto;
  right: -10px;
  text-align: right;
  margin-left: 80px;
  margin-right: 0px;
}
.hc-details-open-left > .hc-pic {
  float: left;
}
.hc-details-open-top {
  bottom: 50px;
  top: auto;
}
.hc-details-open-top > .hc-pic {
  margin-top: 10px;
  float: right;
}
.hc-details .s-action {
  position: absolute;
  top: 8px;
  right: 5px;
}
.hc-details .s-card-pad {
  border-top: solid 1px #eeeeee;
  margin-top: 10px;
  padding-top: 10px;
  overflow: hidden;
}
.hc-details-open-top .s-card-pad {
  border: none;
  border-bottom: solid 1px #eeeeee;
  margin-top: 0px;
  padding-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.hc-details .s-card .s-strong {
  font-weight: bold;
  color: #555555;
}
.hc-details .s-img {
  float: left;
  margin-right: 10px;
  max-width: 70px;
}
.hc-details .s-name {
  color: #222222;
  font-weight: bold;
}
.hc-details .s-loc {
  float: left;
}
.hc-details-open-left .s-loc {
  float: right;
}
.hc-details .s-href {
  clear: both;
  float: left;
}
.hc-details .s-desc {
  float: left;
  font-family: Georgia;
  font-style: italic;
  margin-top: 5px;
  width: 100%;
}
.hc-details .s-username {
  text-decoration: none;
}
.hc-details .s-stats {
  display: block;
  float: left;
  margin-top: 5px;
  clear: both;
  padding: 0;
}
.hc-details ul.s-stats li {
  list-style: none;
  float: left;
  display: block;
  padding: 0px 10px !important;
  border-left: solid 1px #eaeaea;
}
.hc-details ul.s-stats li:first-child {
  border: none;
  padding-left: 0 !important;
}
.hc-details .s-count {
  font-weight: bold;
}
.gourmet_timeline_1 {
  background: url(/images/v4/previewImg/gourmet-timeline.png) no-repeat top left;
  background-position: 0 0;
  width: 380px;
  height: 135px;
}
.gourmet_timeline_2 {
  background: url(/images/v4/previewImg/gourmet-timeline.png) no-repeat top left;
  background-position: 0 -185px;
  width: 380px;
  height: 135px;
}
.gourmet_timeline_3 {
  background: url(/images/v4/previewImg/gourmet-timeline.png) no-repeat top left;
  background-position: 0 -370px;
  width: 380px;
  height: 135px;
}
.gourmet_timeline_4 {
  background: url(/images/v4/previewImg/gourmet-timeline.png) no-repeat top left;
  background-position: 0 -555px;
  width: 380px;
  height: 135px;
}
.gourmet_timeline_5 {
  background: url(/images/v4/previewImg/gourmet-timeline.png) no-repeat top left;
  background-position: 0 -740px;
  width: 380px;
  height: 135px;
}
.gourmet_timeline_6 {
  background: url(/images/v4/previewImg/gourmet-timeline.png) no-repeat top left;
  background-position: 0 -925px;
  width: 380px;
  height: 135px;
}
.sr2_userpopup_stat {
  color: #ffe11b;
  font-size: 12px;
}
.circle95_b {
  width: 95px;
  height: 95px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border: 5px solid white;
}
.mem_badge {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.or_pic_subtitle {
  color: #ffe11b;
  font-size: 15px;
  text-align: left;
}
/* Helper class -------------------------------------------------------------------------- */

/* ----------------------------------------------- Common area ---------------------------------------------------*/

/*	naming for CSS-Class (the shorter, the better):
	.pageAlias_blockAlias_elementAlias_description { css... } */

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

div.chrome-scroll-fix::-webkit-scrollbar,
ul.chrome-scroll-fix::-webkit-scrollbar {
  width: 8px;
}
div.chrome-scroll-fix::-webkit-scrollbar-track,
ul.chrome-scroll-fix::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  border-radius: 10px;
}
div.chrome-scroll-fix::-webkit-scrollbar-thumb,
ul.chrome-scroll-fix::-webkit-scrollbar-thumb {
  border-radius: 10px;
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
  background-color: #e7e7e7;
}
.chromeframe {
  margin: 0.2em 0;
  background: #cccccc;
  color: black;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* custom for twitter-bootstrap */

[class^="icon-"],
[class*=" icon-"] {
  background-image: url("https://static7.orstatic.com/images/v4/bootstrap/glyphicons-halflings.png");
}
.icon-white {
  background-image: url("https://static5.orstatic.com/images/v4/bootstrap/glyphicons-halflings-white.png");
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
  
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.displaynone {
  display: none;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  /*
       * Don't show links for images, or javascript/internal links
       */
  
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*
926px grid system ~ Core CSS.
12 Columns ~ Margin left: 10px

Based on the simple grid system - http://www.webnicer.com/
by Jacek Ciolek

Created by the Grid System Generator - v1.00
Learn more ~ http://www.gridsystemgenerator.com/
*/

/* clearfix */

.clearfix:after,
.row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix,
.row {
  display: inline-block;
}
/*Those two .clearfix have to be separate!*/

.clearfix,
.row {
  display: block;
}
.P7 {
  padding: 7px;
}
.P8 {
  padding: 8px;
}
.M7 {
  margin: 7px;
}
.M2 {
  margin: 2px;
}
.M8 {
  margin: 8px;
}
.MT7 {
  margin-top: 7px;
}
.MT38 {
  margin-top: 38px;
}
.div_border_ccc {
  border: 1px solid #cccccc;
}
/* HTML-Tag-Zone */

.global-bk {
  background-image: url("https://static6.orstatic.com/images/v4/previewImg/global-bk.jpg");
}
body {
  background-image: url("https://static6.orstatic.com/images/v4/previewImg/global-bk.jpg");
}
.opacity_caption a.txt_white:hover {
  text-decoration: underline;
  color: white;
}
.opacity_caption a.tab_num:hover {
  text-decoration: underline;
  color: #ffe11b;
}
.hiddenlink {
  color: #644f40;
  text-decoration: none;
}
.opacity_caption {
  background: rgba(100, 79, 64, 0.85) !important;
  background-color: #644f40;
  /* IE6, IE7, IE8 */
  filter: alpha(opacity=85);
  /* IE6, IE7, IE8 */

  color: white;
  bottom: 0px;
  left: 0;
  right: 0;
}
.tmpoi_opacity_caption {
  background: rgba(100, 79, 64, 0.85) !important;
  background-color: #644f40;
  /* IE6, IE7, IE8 */
  filter: alpha(opacity=85);
  /* IE6, IE7, IE8 */

  color: white;
  bottom: 0px;
  left: 0;
  right: 0;
}
.opacity_caption_rest {
  background: rgba(243, 84, 44, 0.8);
  background-color: #f3542c;
  /* IE6, IE7, IE8 */
  filter: alpha(opacity=80);
  /* IE6, IE7, IE8 */

  color: white;
  width: 100%;
  bottom: 0px;
}
.opacity_caption_rest:hover {
  background: rgba(243, 84, 44, 0.9);
  background-color: #f3542c;
  /* IE6, IE7, IE8 */
  filter: alpha(opacity=90);
  /* IE6, IE7, IE8 */

}
.opacity_caption_rest a:hover {
  color: #644f40;
}
.tab_num {
  color: #ffe11b;
}
.tab_basic {
  color: white;
  font-size: 15px;
  text-align: center;
  display: block;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}
.tab {
  margin-top: 4px;
  background-color: #644f40;
  height: 26px;
  background-color: rgba(100, 79, 64, 0.5);
  padding-top: 10px;
  color: white;
  font-size: 15px;
  text-align: center;
  display: block;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}
.tab:hover {
  padding-top: 12px;
  color: white;
  height: 28px;
  margin-top: 0px;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  background-color: #ff723c;
  background-image: linear-gradient(center top, #ff723c 5%, #f9562d 100%);
  background-image: -o-linear-gradient(center top, #ff723c 5%, #f9562d 100%);
  background-image: -moz-linear-gradient(center top, #ff723c 5%, #f9562d 100%);
  background-image: -webkit-linear-gradient(center top, #ff723c 5%, #f9562d 100%);
  background-image: -ms-linear-gradient(center top, #ff723c 5%, #f9562d 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff723c), color-stop(1, #f9562d));
  text-decoration: none;
}
.tab2 {
  margin-top: 4px;
  background-color: #644f40;
  height: 26px;
  background-color: rgba(100, 79, 64, 0.5);
  padding-top: 10px;
  color: white;
  font-size: 15px;
  text-align: center;
  display: block;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  height: 38px;
}
.tab2:hover {
  padding-top: 12px;
  color: white;
  height: 28px;
  margin-top: 0px;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  background-color: #ff723c;
  background-image: linear-gradient(center top, #ff723c 5%, #f9562d 100%);
  background-image: -o-linear-gradient(center top, #ff723c 5%, #f9562d 100%);
  background-image: -moz-linear-gradient(center top, #ff723c 5%, #f9562d 100%);
  background-image: -webkit-linear-gradient(center top, #ff723c 5%, #f9562d 100%);
  background-image: -ms-linear-gradient(center top, #ff723c 5%, #f9562d 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff723c), color-stop(1, #f9562d));
  text-decoration: none;
}
.tab2:hover {
  padding-top: 12px;
  color: white;
  height: 40px;
  margin-top: 0px;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  background-color: #ff723c;
  background-image: linear-gradient(center top, #ff723c 5%, #f9562d 100%);
  background-image: -o-linear-gradient(center top, #ff723c 5%, #f9562d 100%);
  background-image: -moz-linear-gradient(center top, #ff723c 5%, #f9562d 100%);
  background-image: -webkit-linear-gradient(center top, #ff723c 5%, #f9562d 100%);
  background-image: -ms-linear-gradient(center top, #ff723c 5%, #f9562d 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff723c), color-stop(1, #f9562d));
  text-decoration: none;
}
.tab_selected {
  background-color: #ff723c;
  background-image: linear-gradient(center top, #ff723c 5%, #f9562d 100%);
  background-image: -o-linear-gradient(center top, #ff723c 5%, #f9562d 100%);
  background-image: -moz-linear-gradient(center top, #ff723c 5%, #f9562d 100%);
  background-image: -webkit-linear-gradient(center top, #ff723c 5%, #f9562d 100%);
  background-image: -ms-linear-gradient(center top, #ff723c 5%, #f9562d 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff723c), color-stop(1, #f9562d));
  height: 28px;
  padding-top: 12px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  color: white;
  font-size: 15px;
  text-align: center;
  display: block;
}
.tab_selected:hover {
  color: white;
  text-decoration: none;
}
.tab_selected2 {
  background-color: #ff723c;
  background-image: linear-gradient(center top, #ff723c 5%, #f9562d 100%);
  background-image: -o-linear-gradient(center top, #ff723c 5%, #f9562d 100%);
  background-image: -moz-linear-gradient(center top, #ff723c 5%, #f9562d 100%);
  background-image: -webkit-linear-gradient(center top, #ff723c 5%, #f9562d 100%);
  background-image: -ms-linear-gradient(center top, #ff723c 5%, #f9562d 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff723c), color-stop(1, #f9562d));
  height: 28px;
  padding-top: 12px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  color: white;
  font-size: 15px;
  text-align: center;
  display: block;
  height: 40px;
}
.tab_selected2:hover {
  color: white;
  text-decoration: none;
}
.tab_selected2:hover {
  color: white;
  text-decoration: none;
}
.door_photo {
  height: 206px;
  width: 275px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow: hidden;
  text-align: center;
}
.arrow_pic {
  z-index: 10;
  margin-top: -6px;
  position: absolute;
}
.arrow_pic_s {
  left: 22px;
  position: absolute;
  top: 18px;
}
.pg_section {
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* override jquery ui */

.ui-datepicker.ui-widget.ui-widget-content {
  width: 280px;
  -moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.3);
  background-color: white;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #644f40;
  padding: 0;
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-header {
  width: 250px;
  height: 50px;
  -moz-box-shadow: inset 0px 1px 0px 0px #c39a7d;
  -webkit-box-shadow: inset 0px 1px 0px 0px #c39a7d;
  box-shadow: inset 0px 1px 0px 0px #c39a7d;
  background-color: #644f40;
  background-image: linear-gradient(bottom, #644f40 5%, #93745e 100%);
  background-image: -o-linear-gradient(bottom, #644f40 5%, #93745e 100%);
  background-image: -moz-linear-gradient(bottom, #644f40 5%, #93745e 100%);
  background-image: -webkit-linear-gradient(bottom, #644f40 5%, #93745e 100%);
  background-image: -ms-linear-gradient(bottom, #644f40 5%, #93745e 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #644f40), color-stop(1, #93745e));
  -moz-border-bottom-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  color: white;
  font-family: Dosis;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0px -1px 0px #3d3027;
  padding: 0 15px;
  border: none;
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-title {
  margin-top: 10px;
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-next,
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-prev {
  margin-top: 8px;
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-header .ui-state-hover.ui-datepicker-next-hover,
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-header .ui-state-hover.ui-datepicker-prev-hover {
  border: none;
  background: none;
  border: 1px solid transparent;
  color: none;
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar {
  width: 279px;
  margin: 0px;
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar thead > tr > td {
  font-size: 10px;
  color: #644f40;
  width: 40px;
  height: 35px;
  padding: 0;
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar tbody > tr > td {
  width: 40px;
  height: 40px;
  color: #644f40;
  font-size: 12px;
  border: 1px solid #ededed;
  background-color: white;
  cursor: pointer;
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar tbody > tr > td:hover {
  background-color: #f1f1f1;
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar tbody > tr > td a.ui-state-default {
  border: none;
  background: none;
  color: #644f40;
  text-align: center;
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar tbody > tr > td.active {
  -moz-box-shadow: inset 0px 2px 6px 0px #d64120;
  -webkit-box-shadow: inset 0px 2px 6px 0px #d64120;
  box-shadow: inset 0px 2px 6px 0px #d64120;
  background-color: #ff944c;
  background-image: linear-gradient(bottom, #ff944c 5%, #fe552b 100%);
  background-image: -o-linear-gradient(bottom, #ff944c 5%, #fe552b 100%);
  background-image: -moz-linear-gradient(bottom, #ff944c 5%, #fe552b 100%);
  background-image: -webkit-linear-gradient(bottom, #ff944c 5%, #fe552b 100%);
  background-image: -ms-linear-gradient(bottom, #ff944c 5%, #fe552b 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #ff944c), color-stop(1, #fe552b));
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar tbody > tr > td.active a.ui-state-default {
  color: white;
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar tbody > tr > td:first-child {
  border-left: none;
  border-bottom: none;
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar tbody > tr > td:last-child {
  border-right: none;
  border-bottom: none;
}
.ui-widget-header {
  /* For IE hack */
  background-image: none\0;
  /* IE 8-9 */
  background-image: none\9\0;
  /* IE 9 */
  *background-image: none;
  /* IE 7 */
  _background-image: none;
  /* IE 6 */

}
/*---------button-------*/

.or_grey_btn.disabled {
  cursor: default;
}
.or_yellow_btn {
  text-align: center;
  cursor: pointer;
  padding: 6px 13px;
  font-size: 15px;
  color: #644f40;
  text-decoration: none;
  border: 1px solid #eed00e;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #fff129;
  background-image: linear-gradient(center top, #fff129 5%, #ffd30d 100%);
  background-image: -o-linear-gradient(center top, #fff129 5%, #ffd30d 100%);
  background-image: -moz-linear-gradient(center top, #fff129 5%, #ffd30d 100%);
  background-image: -webkit-linear-gradient(center top, #fff129 5%, #ffd30d 100%);
  background-image: -ms-linear-gradient(center top, #fff129 5%, #ffd30d 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fff129), color-stop(1, #ffd30d));
  -moz-box-shadow: inset 0px 1px 0px white;
  -webkit-box-shadow: inset 0px 1px 0px white;
  box-shadow: inset 0px 1px 0px white;
}
.or_yellow_btn:hover {
  background-color: #ffd30d;
  background-image: linear-gradient(center top, #ffd30d 5%, #fff129 100%);
  background-image: -o-linear-gradient(center top, #ffd30d 5%, #fff129 100%);
  background-image: -moz-linear-gradient(center top, #ffd30d 5%, #fff129 100%);
  background-image: -webkit-linear-gradient(center top, #ffd30d 5%, #fff129 100%);
  background-image: -ms-linear-gradient(center top, #ffd30d 5%, #fff129 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffd30d), color-stop(1, #fff129));
  text-decoration: none;
  color: #644f40;
}
.or_green_btn {
  text-align: center;
  cursor: pointer;
  padding: 6px 13px;
  font-size: 15px;
  color: white;
  text-decoration: none;
  border: 1px solid #97b53c;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #97b53c;
  background-image: linear-gradient(bottom, #97b53c 5%, #a7c941 100%);
  background-image: -o-linear-gradient(bottom, #97b53c 5%, #a7c941 100%);
  background-image: -moz-linear-gradient(bottom, #97b53c 5%, #a7c941 100%);
  background-image: -webkit-linear-gradient(bottom, #97b53c 5%, #a7c941 100%);
  background-image: -ms-linear-gradient(bottom, #97b53c 5%, #a7c941 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #97b53c), color-stop(1, #a7c941));
  -moz-box-shadow: inset 0px 1px 1px #e3eec2;
  -webkit-box-shadow: inset 0px 1px 1px #e3eec2;
  box-shadow: inset 0px 1px 1px #e3eec2;
}
.or_green_btn:hover {
  color: white;
  text-decoration: none;
  background-color: #a7c941;
  background-image: linear-gradient(bottom, #a7c941 5%, #97b53c 100%);
  background-image: -o-linear-gradient(bottom, #a7c941 5%, #97b53c 100%);
  background-image: -moz-linear-gradient(bottom, #a7c941 5%, #97b53c 100%);
  background-image: -webkit-linear-gradient(bottom, #a7c941 5%, #97b53c 100%);
  background-image: -ms-linear-gradient(bottom, #a7c941 5%, #97b53c 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #a7c941), color-stop(1, #97b53c));
}
.or_main2_btn {
  text-align: center;
  cursor: pointer;
  padding: 6px 13px;
  font-size: 15px;
  color: white;
  text-decoration: none;
  border: 1px solid #665041;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #644f40;
  background-image: linear-gradient(bottom, #644f40 5%, #a38169 100%);
  background-image: -o-linear-gradient(bottom, #644f40 5%, #a38169 100%);
  background-image: -moz-linear-gradient(bottom, #644f40 5%, #a38169 100%);
  background-image: -webkit-linear-gradient(bottom, #644f40 5%, #a38169 100%);
  background-image: -ms-linear-gradient(bottom, #644f40 5%, #a38169 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #644f40), color-stop(1, #a38169));
  -moz-box-shadow: inset 0px 1px 0 #e4dad2;
  -webkit-box-shadow: inset 0px 1px 0 #e4dad2;
  box-shadow: inset 0px 1px 0 #e4dad2;
  line-height: normal;
  height: 35px;
}
.or_main2_btn:hover {
  color: white;
  text-decoration: none;
  background-color: #a07f67;
  background-image: linear-gradient(bottom, #a07f67 5%, #665041 100%);
  background-image: -o-linear-gradient(bottom, #a07f67 5%, #665041 100%);
  background-image: -moz-linear-gradient(bottom, #a07f67 5%, #665041 100%);
  background-image: -webkit-linear-gradient(bottom, #a07f67 5%, #665041 100%);
  background-image: -ms-linear-gradient(bottom, #a07f67 5%, #665041 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #a07f67), color-stop(1, #665041));
}
button.or_red_btn,
button.or_grey_btn,
button.or_yellow_btn,
button.or_green_btn,
buttom.or_main2_btn {
  line-height: 21px;
}
.or_round_main2_btn {
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9e7b62), color-stop(1, #614b3c));
  background: -moz-linear-gradient(center top, #9e7b62 5%, #614b3c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e7b62', endColorstr='#614b3c');
  background: #9e7b62;
  -moz-box-shadow: inset 0px 1px 0px 0px #dab79e;
  -webkit-box-shadow: inset 0px 1px 0px 0px #dab79e;
  box-shadow: inset 0px 1px 0px 0px #dab79e;
  -moz-border-top-right-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  -moz-border-top-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-border-bottom-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -moz-border-bottom-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 1px solid #644f40;
}
.or_round_main2_btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #614b3c), color-stop(1, #9e7b62));
  background: -moz-linear-gradient(center top, #614b3c 5%, #9e7b62 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#614b3c', endColorstr='#9e7b62');
  background-color: #614b3c;
}
.or_sso_btn {
  -moz-box-shadow: inset 0px 1px 0px 0px #f2eee3;
  -webkit-box-shadow: inset 0px 1px 0px 0px #f2eee3;
  box-shadow: inset 0px 1px 0px 0px #f2eee3;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-weight: bold;
  text-shadow: 0px -1px 0px #786842;
  border: 1px solid #9d8e68;
  background: #c1af80;
  background: -moz-linear-gradient(top, #c1af80 5%, #9f9069 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #c1af80), color-stop(100%, #9f9069));
  background: -webkit-linear-gradient(top, #c1af80 5%, #9f9069 100%);
  background: -o-linear-gradient(top, #c1af80 5%, #9f9069 100%);
  background: -ms-linear-gradient(top, #c1af80 5%, #9f9069 100%);
  background: linear-gradient(to bottom, #c1af80 5%, #9f9069 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1af80', endColorstr='#9f9069', GradientType=0);
  color: white;
  font-family: Arial;
  font-size: 15px;
  padding: 10px 50px 8px;
  text-decoration: none;
}
.or_sso_btn:hover {
  background: #9f9069;
  background: -moz-linear-gradient(top, #9f9069 5%, #c1af80 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #9f9069), color-stop(100%, #c1af80));
  background: -webkit-linear-gradient(top, #9f9069 5%, #c1af80 100%);
  background: -o-linear-gradient(top, #9f9069 5%, #c1af80 100%);
  background: -ms-linear-gradient(top, #9f9069 5%, #c1af80 100%);
  background: linear-gradient(to bottom, #9f9069 5%, #c1af80 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f9069', endColorstr='#c1af80', GradientType=0);
  color: white;
  text-decoration: none;
}
.or_disabled_button {
  background-image: none;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: white;
  color: #bbbbbb;
  cursor: not-allowed;
  text-align: center;
  font-size: 15px;
  padding: 6px 13px;
  text-decoration: none;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #cccccc;
}
.or_disabled_button:hover {
  background-image: none;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: white;
  color: #bbbbbb;
  cursor: not-allowed;
  text-align: center;
  font-size: 15px;
  padding: 6px 13px;
  text-decoration: none;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #cccccc;
}
/*   --- 28/9/2010 ---  */

.border_top_dot {
  border-top: 1px dashed #cccccc;
}
.border_bottom_dot {
  border-bottom: 1px dashed #cccccc;
}
.border_bottom_dot3 {
  border-bottom: 1px dashed #ee9882;
}
.border_right_dot {
  border-right: 1px dashed #cccccc;
}
.border_left_dot {
  border-left: 1px dashed #cccccc;
}
.border_top_sol {
  border-top: 1px solid #d1c7b8;
}
.border_bottom_sol {
  border-bottom: #cca048 1px solid;
}
.border_right_sol {
  border-right: #cca048 1px solid;
}
.border_left_sol {
  border-left: #cca048 1px solid;
}
.border_bottom_dot2 {
  border-bottom: 1px dashed #aa9b8d;
}
.round_corner_flag {
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.info1 {
  width: 617px;
}
.info2 {
  width: 308px;
}
.info3 {
  width: 309px;
}
.info_basic {
  padding: 21px 11px;
}
.info_basic_first {
  padding: 21px;
}
.PL5 {
  padding-left: 5px;
}
.PL0 {
  padding-left: 0px;
}
.PD5 {
  padding: 5px;
}
.PD4 {
  padding: 4px;
}
.display_block {
  display: block;
}
.clearfix {
  clear: both;
}
.textLeft {
  text-align: left;
}
.fullview360_div {
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin: 15px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 5px;
  background-color: #e7ff65;
  background-image: linear-gradient(bottom, #e7ff65 5%, #caeb48 100%);
  background-image: -o-linear-gradient(bottom, #e7ff65 5%, #caeb48 100%);
  background-image: -moz-linear-gradient(bottom, #e7ff65 5%, #caeb48 100%);
  background-image: -webkit-linear-gradient(bottom, #e7ff65 5%, #caeb48 100%);
  background-image: -ms-linear-gradient(bottom, #e7ff65 5%, #caeb48 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #e7ff65), color-stop(1, #caeb48));
  cursor: pointer;
}
.selected_review_bg {
  background-color: #ffe84f;
  line-height: 18px;
  height: 190px;
  padding: 15px;
  position: relative;
  margin-left: -31px;
}
.promotion_Img {
  width: 50px;
  height: 50px;
}
.promotion_qr {
  width: 100px;
  height: 100px;
}
.sr2_fdbk_tab {
  text-align: center;
  position: relative;
  text-decoration: none;
  color: #bbbbbb;
  cursor: pointer;
  min-width: 70px;
}
.sr2_fdbk_tab .sr2_fdbk_tab_txt:hover {
  text-decoration: underline;
}
.sr2_fdbk_tab .sr2_fdbk_tab_txt_sel {
  text-decoration: none;
}
.sr2_fdbk_tab .sr2_fdbk_tab_txt_sel:hover {
  text-decoration: none;
}
.coupon_desc {
  width: 180px;
}
.coupon_desc_qr {
  width: 68px;
}
.slider_photo {
  width: 90px;
  height: 90px;
}
.slider_photo:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.slider_shadow {
  background-image: url(https://static5.orstatic.com/images/v4/snap/sr2-img-shadow.png);
  background-position: center top;
  background-repeat: no-repeat;
  width: 900px;
  height: 16px;
}
.slider_shadow_down {
  background-image: url(https://static5.orstatic.com/images/v4/snap/sr2-img-shadow.png);
  background-position: center top;
  background-repeat: no-repeat;
  width: 900px;
  height: 16px;
  width: 919px;
}
.slider_shadow_up {
  background-image: url(https://static5.orstatic.com/images/v4/snap/sr2-img-shadow.png);
  background-position: center top;
  background-repeat: no-repeat;
  width: 900px;
  height: 16px;
  width: 919px;
  background-image: url(https://static5.orstatic.com/images/v4/snap/sr2-img-shadow2.png);
}
.hide {
  display: none;
}
.show {
  display: block;
}
.inline_show {
  display: inline;
}
.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.vis_hidden {
  visibility: hidden;
}
.show_hover {
  visibility: hidden;
}
.show_hover:hover {
  visibility: visible;
}
.div50 {
  width: 50px;
  height: 50px;
}
.div100 {
  width: 100px;
  height: 100px;
}
.sr2_list_date {
  display: table-cell;
  vertical-align: middle;
  width: 57px;
  height: 90px;
}
.sr2_list_user {
  width: 218px;
  display: table-cell;
  vertical-align: middle;
  height: 90px;
}
.sr2_list_user_photo {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  width: 52px;
}
.sr2_list_user_detail {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  width: 150px;
  margin-right: 16px;
}
.sr2_list_user_name {
  font-size: 15px;
  line-height: 15px;
}
.sr2_list_user_badge {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.sr2_list_user_info {
  padding-top: 5px;
  margin-top: 5px;
  border-top: 1px dashed #999999;
}
.sr2_list_user_info .or_tips {
  vertical-align: middle;
}
.sr2_list_user_info div {
  vertical-align: middle;
}
.sr2_list_user_review {
  margin-right: 2px;
}
.sr2_list_user_recom {
  margin-left: 12px;
  margin-right: 2px;
}
.sr2_list_title {
  width: 340px;
  display: table-cell;
  vertical-align: middle;
  height: 90px;
}
.sr2_list_title_score {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  padding-right: 13px;
}
.sr2_list_title_text {
  padding-right: 20px;
  display: table-cell;
  vertical-align: middle;
  height: 90px;
}
h1.sr2_list_title_review {
  color: #f3542c;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: middle;
  margin-bottom: 1px;
  width: 250px;
}
.sr2_list_score {
  width: 240px;
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  padding-left: 3px;
}
.sr2_list_score_item {
  margin: 5px 0 0 15px;
  width: 32px;
  float: left;
}
.auto_width {
  width: auto;
}
.global_title_deco2 {
  background-image: url(https://static7.orstatic.com/images/v4/previewImg/global-title-deco2.png);
  background-position: left top;
  background-repeat: repeat-x;
  height: 37px;
  color: white;
  text-align: center;
}
.sr1_list_score_circle {
  width: 28px;
  height: 28px;
  border-radius: 20px;
  font-size: 13px;
  line-height: 2em;
  color: #644f40;
  text-align: center;
  background: #eaeaea;
}
.sr1_list_score_title {
  margin-top: 13px;
  text-align: center;
}
.new_btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  color: white;
  font-size: 12px;
  white-space: nowrap;
  background-color: #f3542c;
  padding: 1px 4px;
  margin-bottom: 2px;
  line-height: normal;
  background-color: #9abd21;
  padding: 3px 4px 0;
  margin-top: 2px;
  margin-bottom: 0;
  margin-left: 2px;
  height: 18px;
}
.or_new_tag {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  color: white;
  font-size: 12px;
  white-space: nowrap;
  background-color: #f3542c;
  padding: 1px 4px;
  margin-bottom: 2px;
  line-height: normal;
  background-color: #9abd21;
  font-size: 10px;
  padding: 0 3px;
}
.or_new_tag_sel {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  color: white;
  font-size: 12px;
  white-space: nowrap;
  background-color: #f3542c;
  padding: 1px 4px;
  margin-bottom: 2px;
  background-color: white;
  color: #f3542c;
  font-size: 10px;
  padding: 2px 3px;
}
.sub_info_btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  color: white;
  font-size: 12px;
  white-space: nowrap;
  background-color: #f3542c;
  padding: 1px 4px;
  margin-bottom: 2px;
  background-color: #644f40;
}
.sr1_aux_btn {
  margin-bottom: 5px;
  padding: 2px 4px 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  color: white;
  font-size: 12px;
  white-space: nowrap;
  background-color: #f3542c;
  padding: 1px 4px;
  margin-bottom: 2px;
  line-height: normal;
  height: 17px;
}
.sr1_aux_btn:hover {
  background-color: #644f40;
  color: white;
  text-decoration: none;
}
.poi_filter {
  color: #f3542c;
  cursor: pointer;
  padding-right: 15px;
  float: left;
  position: relative;
  padding-right: 0px;
}
.color_333 {
  color: #333333;
}
.color_ccc {
  color: #cccccc;
}
.disable_color {
  color: #cccccc;
}
.dollar_sign {
  font-size: 14px;
  font-weight: bold;
  font-family: 'Dosis', Arial, Helvetica, sans-serif;
}
.score_num {
  color: #f3542c;
  text-align: center;
  font-weight: bold;
  font-family: 'Dosis', Arial, Helvetica, sans-serif;
}
.sr2_score_l {
  color: #f3542c;
  text-align: center;
  font-weight: bold;
  font-family: 'Dosis', Arial, Helvetica, sans-serif;
  font-size: 26px;
}
.sr2_score_m {
  color: #f3542c;
  text-align: center;
  font-weight: bold;
  font-family: 'Dosis', Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.sr1_score_l {
  color: #f3542c;
  text-align: center;
  font-weight: bold;
  font-family: 'Dosis', Arial, Helvetica, sans-serif;
  font-size: 23px;
}
.sr1_score_m {
  color: #f3542c;
  text-align: center;
  font-weight: bold;
  font-family: 'Dosis', Arial, Helvetica, sans-serif;
  margin-top: 2px;
  font-size: 17px;
}
.rest_info_title {
  font-size: 15px;
  font-weight: bold;
}
.rest_info_desc {
  width: 260px;
}
.pop_tag_img {
  border: 1px solid white;
  width: 130px;
  height: 130px;
  position: relative;
}
.pop_tag_img_shadow {
  bottom: 0px;
  position: absolute;
  width: 130px;
  height: 35px;
  background-color: #644f40;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.pop_tag_img_caption {
  margin: 12px;
  color: #ffe11b;
  position: absolute;
  width: 130px;
  height: 35px;
  top: 90px;
}
.left_flag {
  left: -9px;
  top: 10px;
  z-index: 10;
  position: relative;
  font-size: 15px;
}
.right_flag {
  right: -8px;
  top: 10px;
  z-index: 10;
  position: relative;
  font-size: 15px;
}
.border_bottom_dot .provide_info_btn {
  height: 21px;
  margin-left: 3px;
  background: #fefdf9;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmRmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmVkZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fefdf9 0%, #f2ede7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefdf9), color-stop(100%, #f2ede7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fefdf9 0%, #f2ede7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fefdf9 0%, #f2ede7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fefdf9 0%, #f2ede7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fefdf9 0%, #f2ede7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefdf9', endColorstr='#f2ede7', GradientType=0);
  /* IE6-8 */
  background-color: #fffdfa;
  color: #644f40;
  text-align: center;
  border: 1px solid #cfc7ba;
  box-shadow: none;
}
.border_bottom_dot .provide_info_btn:hover {
  text-decoration: none;
  background-color: white;
  background-image: linear-gradient(bottom, white 5%, #f3f3f3 100%);
  background-image: -o-linear-gradient(bottom, white 5%, #f3f3f3 100%);
  background-image: -moz-linear-gradient(bottom, white 5%, #f3f3f3 100%);
  background-image: -webkit-linear-gradient(bottom, white 5%, #f3f3f3 100%);
  background-image: -ms-linear-gradient(bottom, white 5%, #f3f3f3 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, white), color-stop(1, #f3f3f3));
}
.provide_info_btn {
  font-size: 15px;
  color: white;
  width: 127px;
  height: 36px;
  display: block;
  float: left;
  border: 1px solid #ff5a2c;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #f3542c;
  background-image: linear-gradient(bottom, #f3542c 5%, #ff8843 100%);
  background-image: -o-linear-gradient(bottom, #f3542c 5%, #ff8843 100%);
  background-image: -moz-linear-gradient(bottom, #f3542c 5%, #ff8843 100%);
  background-image: -webkit-linear-gradient(bottom, #f3542c 5%, #ff8843 100%);
  background-image: -ms-linear-gradient(bottom, #f3542c 5%, #ff8843 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #f3542c), color-stop(1, #ff8843));
  -moz-box-shadow: inset 0px 1px 0px #ffdcc7;
  -webkit-box-shadow: inset 0px 1px 0px #ffdcc7;
  box-shadow: inset 0px 1px 0px #ffdcc7;
}
.provide_info_btn:hover {
  background-color: #ff8843;
  background-image: linear-gradient(bottom, #ff8843 5%, #f3542c 100%);
  background-image: -o-linear-gradient(bottom, #ff8843 5%, #f3542c 100%);
  background-image: -moz-linear-gradient(bottom, #ff8843 5%, #f3542c 100%);
  background-image: -webkit-linear-gradient(bottom, #ff8843 5%, #f3542c 100%);
  background-image: -ms-linear-gradient(bottom, #ff8843 5%, #f3542c 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #ff8843), color-stop(1, #f3542c));
}
.popular_tag_img1 {
  width: 260px;
  height: 260px;
}
.popular_tag_img2 {
  width: 260px;
  height: 130px;
}
.popular_tag_img3 {
  width: 130px;
  height: 130px;
}
.popular_tag_img_caption_shadow {
  bottom: 0px;
  width: 100%;
  height: 38px;
  background-color: #644f40;
}
.popular_tag_img_caption1 {
  margin: 12px;
  color: #ffe11b;
  top: 220px;
  width: 236px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.popular_tag_img_caption2 {
  margin: 12px;
  color: #ffe11b;
  top: 90px;
  width: 236px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.popular_tag_img_caption3 {
  margin: 12px;
  color: #ffe11b;
  top: 90px;
  width: 106px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rest_overall_score {
  font-weight: bold;
  width: 90px;
  line-height: 1.5;
}
#condition_list {
  width: 260px;
}
#condition_list div:last-child span.removelast {
  display: none;
}
.txt_reply_comment:hover {
  color: #f3542c;
}
.iscroll_wrapper {
  position: absolute;
  z-index: 1;
  top: 21px;
  bottom: 21px;
  overflow: auto;
}
.scroller {
  position: absolute;
  z-index: 1;
  /*	-webkit-touch-callout:none;*/
  -webkit-tap-highlight-color: transparent;
  padding: 0;
  width: 100%;
}
.tooltips_orSnap {
  min-width: 355px;
  max-width: 600px;
  z-index: 10000 !important;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.tooltips_orSnap .ui-tooltip-content {
  font-size: 12px;
  border: 1px solid #d1c7b8;
  background-color: white;
  color: #644f40;
  padding: 15px;
}
.tooltips_sr2 {
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.tooltips_sr2 .ui-tooltip-content {
  font-size: 12px;
  border: 1px solid #d1c7b8;
  background-color: white;
  color: #644f40;
  padding: 10px;
}
.tooltips_sr1 {
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  max-width: 210px;
  line-height: 1.7em;
}
.tooltips_sr1 .ui-tooltip-content {
  border: 1px solid #d1c7b8;
  background-color: white;
  color: #644f40;
  padding: 5px 8px;
  font-size: 12px;
}
.tooltips_sr2_em {
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  font-size: 12px;
}
.tooltips_sr2_em .ui-tooltip-content {
  border: 1px solid #f3542c;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  background: #f3542c;
  color: white;
  -moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.05);
}
.tooltips_sr2_em_close {
  width: 19px;
  height: 19px;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background: #e34b27;
}
.tooltips_sr2_em_close:hover {
  background: #c54222;
}
.tooltips_addtoprint {
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3) !important;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3) !important;
}
.ui-tooltip,
.qtip {
  line-height: normal !important;
}
.map_btn {
  color: white;
  padding: 3px 5px;
  background-color: #97b53c;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  cursor: pointer;
  border: 1px solid #97b53c;
  background-image: linear-gradient(bottom, #97b53c 5%, #a7c941 100%);
  background-image: -o-linear-gradient(bottom, #97b53c 5%, #a7c941 100%);
  background-image: -moz-linear-gradient(bottom, #97b53c 5%, #a7c941 100%);
  background-image: -webkit-linear-gradient(bottom, #97b53c 5%, #a7c941 100%);
  background-image: -ms-linear-gradient(bottom, #97b53c 5%, #a7c941 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #97b53c), color-stop(1, #a7c941));
  -moz-box-shadow: inset 0px 1px 0px 0px #d0e39a;
  -webkit-box-shadow: inset 0px 1px 0px 0px #d0e39a;
  box-shadow: inset 0px 1px 0px 0px #d0e39a;
}
.map_btn:hover {
  background-color: #a7c941;
  background-image: linear-gradient(bottom, #a7c941 5%, #97b53c 100%);
  background-image: -o-linear-gradient(bottom, #a7c941 5%, #97b53c 100%);
  background-image: -moz-linear-gradient(bottom, #a7c941 5%, #97b53c 100%);
  background-image: -webkit-linear-gradient(bottom, #a7c941 5%, #97b53c 100%);
  background-image: -ms-linear-gradient(bottom, #a7c941 5%, #97b53c 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #a7c941), color-stop(1, #97b53c));
}
.sr1_thumbnail {
  width: 60px;
  height: 60px;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  float: left;
}
.sr1_doorphoto {
  width: 140px;
  height: 140px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  image-rendering: optimizeQuality;
}
.sr1_title {
  color: #f3542c;
  font-size: 20px;
  font-family: 'Dosis', '新細明體', Arial, Helvetica, sans-serif;
  line-height: 20px;
  margin-bottom: 6px;
  word-wrap: break-word;
  word-break: break-word;
}
.sr1_title:hover {
  color: #f3542c;
}
.header2.sr1_poi_title {
  line-height: 20px;
}
.sr2_poi_title {
  max-width: 860px;
}
.sr2_poi_title a {
  color: #f3542c;
}
.sr_inline_icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 1px 0 1px;
  position: relative;
  top: 3px;
}
.sr_inline_icon_blk {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 1px 0 1px;
  position: relative;
  top: 3px;
  top: -4px;
}
.sr1_sponsor_rest {
  background-color: #fff3af;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  position: relative;
  border-top: 1px solid #d1c7b8;
  border-left: 1px solid #d1c7b8;
  border-right: 1px solid #d1c7b8;
}
.sr1_sponsor_logo {
  width: 55px;
  bottom: 0px;
  right: 0px;
  margin: -3px;
  border: 1px solid #cccccc;
  position: absolute;
  padding: 3px;
  background-color: white;
}
.sr1_info_separator {
  margin: 7px 0px;
  border-bottom: 1px dashed #cccccc;
}
.sr1_separator {
  margin: 10px -15px;
  border-bottom: 1px dashed #cccccc;
}
#sr1_sponsorListing .sr1_separator:last-child {
  display: none;
}
#sr1_data .sr1_info_separator:last-child {
  display: none;
}
.sr1_content {
  margin-bottom: 5px;
}
.rms_top_flag {
  right: 0px;
  top: -18px;
}
.rms_right_flag {
  right: -24px;
  bottom: 15px;
}
.sr1_filter_btn_cross {
  right: 5px;
  top: 5px;
}
.header2 {
  line-height: 1.4;
}
.review_switch {
  width: 67px;
  height: 30px;
  -moz-border-top-right-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  -moz-border-top-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-border-bottom-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -moz-border-bottom-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.review_switch_off {
  background-color: #d2d2d2;
  width: 67px;
  height: 30px;
  -moz-border-top-right-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  -moz-border-top-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-border-bottom-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -moz-border-bottom-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -moz-box-shadow: inset 0px 2px 2px 0px #aaaaaa;
  -webkit-box-shadow: inset 0px 2px 2px 0px #aaaaaa;
  box-shadow: inset 0px 2px 2px 0px #aaaaaa;
  background-image: linear-gradient(bottom, #d2d2d2 5%, #e8e8e8 100%);
  background-image: -o-linear-gradient(bottom, #d2d2d2 5%, #e8e8e8 100%);
  background-image: -moz-linear-gradient(bottom, #d2d2d2 5%, #e8e8e8 100%);
  background-image: -webkit-linear-gradient(bottom, #d2d2d2 5%, #e8e8e8 100%);
  background-image: -ms-linear-gradient(bottom, #d2d2d2 5%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #d2d2d2), color-stop(1, #e8e8e8));
}
.review_switch_on {
  background-color: #e65f3d;
  width: 67px;
  height: 30px;
  -moz-border-top-right-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  -moz-border-top-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-border-bottom-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -moz-border-bottom-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -moz-box-shadow: inset 0px 2px 3px 0px #b3492e;
  -webkit-box-shadow: inset 0px 2px 3px 0px #b3492e;
  box-shadow: inset 0px 2px 3px 0px #b3492e;
  background-image: linear-gradient(bottom, #e65f3d 5%, #fe6944 100%);
  background-image: -o-linear-gradient(bottom, #e65f3d 5%, #fe6944 100%);
  background-image: -moz-linear-gradient(bottom, #e65f3d 5%, #fe6944 100%);
  background-image: -webkit-linear-gradient(bottom, #e65f3d 5%, #fe6944 100%);
  background-image: -ms-linear-gradient(bottom, #e65f3d 5%, #fe6944 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #e65f3d), color-stop(1, #fe6944));
}
.review_switch_btn {
  width: 20px;
  height: 20px;
  background-color: white;
  -moz-box-shadow: 0px 0px 3px 0px #777777;
  -webkit-box-shadow: 0px 0px 3px 0px #777777;
  box-shadow: 0px 0px 3px 0px #777777;
  background-image: linear-gradient(bottom, white 5%, #fafafa 100%);
  background-image: -o-linear-gradient(bottom, white 5%, #fafafa 100%);
  background-image: -moz-linear-gradient(bottom, white 5%, #fafafa 100%);
  background-image: -webkit-linear-gradient(bottom, white 5%, #fafafa 100%);
  background-image: -ms-linear-gradient(bottom, white 5%, #fafafa 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, white), color-stop(1, #fafafa));
  -moz-border-top-right-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  -moz-border-top-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-border-bottom-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -moz-border-bottom-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.review_switch_r {
  top: 5px;
  right: 5px;
}
.review_switch_l {
  top: 5px;
  left: 5px;
}
.review_summary {
  height: 130px;
  overflow-y: hidden;
}
.review_thumbnail {
  width: 70px;
  height: 70px;
  margin-right: 8px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.review_summary_content {
  line-height: 18px;
  overflow: hidden;
}
.highlight {
  background-color: #fff3af;
  font-weight: bold;
  color: #f3542c;
}
.sr1_highlight {
  background-color: #f9f230;
  font-weight: 700;
  color: #f3542c;
}
.border_bottom_dot .upload_photo_btn {
  width: 84px;
  height: 21px;
  margin-left: 3px;
  float: left;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.upload_photo_btn {
  background-color: #fff129;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #644f40;
  font-size: 12px;
  padding: 6px 8px;
  text-decoration: none;
  -moz-box-shadow: inset 0px 1px 0px 0px white;
  -webkit-box-shadow: inset 0px 1px 0px 0px white;
  box-shadow: inset 0px 1px 0px 0px white;
  background-image: linear-gradient(center top, #fff129 5%, #ffd30d 100%);
  background-image: -o-linear-gradient(center top, #fff129 5%, #ffd30d 100%);
  background-image: -moz-linear-gradient(center top, #fff129 5%, #ffd30d 100%);
  background-image: -webkit-linear-gradient(center top, #fff129 5%, #ffd30d 100%);
  background-image: -ms-linear-gradient(center top, #fff129 5%, #ffd30d 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fff129), color-stop(1, #ffd30d));
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border: 1px solid #eed00e;
}
.upload_photo_btn:hover {
  background-color: #ffd30d;
  background-image: linear-gradient(center top, #ffd30d 5%, #fff129 100%);
  background-image: -o-linear-gradient(center top, #ffd30d 5%, #fff129 100%);
  background-image: -moz-linear-gradient(center top, #ffd30d 5%, #fff129 100%);
  background-image: -webkit-linear-gradient(center top, #ffd30d 5%, #fff129 100%);
  background-image: -ms-linear-gradient(center top, #ffd30d 5%, #fff129 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffd30d), color-stop(1, #fff129));
  color: #644f40;
  text-decoration: none;
}
.sr2_caption {
  color: #ffe11b;
}
.sr2_caption:hover {
  color: #ffe11b;
}
.sr2_date {
  color: #aa9b8d;
}
.sr2_photo_date {
  color: #ed957f;
}
.sr2_photo_date {
  font-size: 15px;
  color: white;
}
.sr2_photo_s {
  width: 216px;
}
.sr2_photo_l {
  width: 442px;
}
.sr2_file {
  width: 216px;
  height: 216px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.sr2_video {
  width: 216;
  height: 150;
}
#infscr-loading {
  display: none;
}
/**** masonry's Transitions ****/

.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -ms-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.masonry {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
  -moz-transition-property: left, right, top;
  -ms-transition-property: left, right, top;
  -o-transition-property: left, right, top;
  transition-property: left, right, top;
}
/**** Transitions ****/

.review_thumb_icon1 {
  margin-top: 3px;
  margin-right: 2px;
}
.review_thumb_icon2 {
  margin-top: 0px;
  margin-right: 2px;
}
.photo_recommend {
  right: 15px;
  top: -7px;
}
.user_follow_btn {
  padding-left: 45px !important;
  padding-right: 50px !important;
  float: left;
  margin-left: 5px;
  margin-top: 10px;
}
.sr2_singlephoto {
  width: 580px;
  position: relative;
  text-align: center;
  background-color: black;
}
.sr2_popupphoto {
  width: 579px;
}
.sr2_photo_fdbk_bk {
  background-color: #fff3af;
  margin-bottom: 1px;
}
.sr2_photo_fdbk {
  width: 505px;
  float: right;
}
.sr2_photo_fdbk_reply {
  width: 460px;
  float: right;
}
.sr2_popup_fdbk {
  width: 225px;
  margin-right: 10px;
  margin-left: 42px;
}
.sr2_popup_fdbk_reply {
  width: 200px;
  float: right;
}
.sr2_photobox {
  float: left;
  position: relative;
  margin-bottom: 10px;
  margin-right: 10px;
}
.sr2_upload_plus {
  position: absolute;
  font-family: 'Dosis', Arial, Helvetica, sans-serif;
  top: 30%;
  left: 35%;
  color: #bbbbbb;
  font-size: 19px;
}
.or_unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  user-select: none;
}
.sr2_popup_thumb {
  width: 150px;
  height: 150px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
  margin-bottom: 10px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  user-select: none;
}
.sr2_popup_thumb_div {
  width: 150px;
  height: 150px;
  margin-left: 0px;
  margin-bottom: 10px;
}
.sr2_popup_thumb_dim {
  width: 150px;
  height: 150px;
  background-color: #644f40;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0px;
  left: 0px;
}
.sr2_popup_thumb_hover .sr2_popup_thumb_dim {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.sr2_menu_content {
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #d1c7b8;
  background-color: white;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  padding-top: 15px;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-left: 15px;
}
.popup_zoomer_prev {
  top: 0px;
  position: absolute;
  right: 52px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  user-select: none;
}
.popup_zoomer_next {
  position: absolute;
  bottom: 0px;
  right: 52px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  user-select: none;
}
.popup_zoomer_btn {
  width: 36px;
  height: 36px;
  background-color: #f3542c;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
}
.popup_zoomer_btn:hover {
  background-color: #644f40;
}
.popup_zoomer_panel {
  position: absolute;
  right: 0px;
  top: 70px;
  z-index: 900;
}
.popup_zoomer_enlarge {
  top: 10px;
  right: 12px;
  position: absolute;
}
.popup_zoomer_reduce {
  top: 15px;
  right: 12px;
  position: absolute;
}
.popup_zoomer_fitScreen {
  top: 8px;
  right: 8px;
  position: absolute;
}
.sr2_popup_menu {
  font-size: 12px;
  color: #644f40;
  height: 90%;
  top: 5%;
  min-height: 510px;
  width: 900px;
}
.sr2_popup_menu_header {
  float: left;
  margin-bottom: 10px;
}
.sr2_popup_menu_footer {
  bottom: 0px;
  position: absolute;
  width: 100%;
  margin: 3px 0px;
}
.sr2_popup_list {
  width: 150px;
  height: 510px;
  display: none;
  z-index: 900;
}
.sr2_popup_full {
  right: 36px;
  width: 702px;
  height: 100%;
  z-index: 900;
  position: absolute;
  border: 1px solid #d1c7b8;
  background-color: white;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#wrapper2 {
  width: 100%;
}
#zoomer_pan {
  border: 1px solid #dddddd;
  width: 670px;
  min-height: 400px;
  overflow: hidden;
}
#zoomer_img {
  cursor: -webkit-zoom-in !important;
  cursor: -moz-zoom-in !important;
}
.popup_shadow {
  top: 0px;
  right: 0px;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1501;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.upload_progressbar {
  top: 40%;
  left: 45%;
  z-index: 902;
  position: absolute;
}
.popup_uploading_shadow {
  background-color: #fff3af;
  z-index: 901;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  filter: alpha(opacity=30);
  position: absolute;
  top: 0px;
}
.popup_imguploader {
  background-color: #fff3af;
  float: left;
  margin-top: 10px;
  width: 100%;
  position: relative;
}
.popup_imguploader .rating_block {
  background: white;
  opacity: 0.5;
  height: 26px;
  width: 234px;
  padding: 5px 13px 5px 64px;
  margin: 0px;
  -moz-border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.popup_imguploader .price_currency {
  left: 112px;
  top: 7px;
  font-size: 14px;
}
.popup_imguploader .rating_star {
  padding-right: 13px;
  cursor: pointer;
}
/**** bootstrap-image-gallery customization ****/

.modal {
  color: #333333;
}
.modal-body {
  padding: 0;
}
/**** bootstrap-image-gallery customization ****/

/*Global Class*/

.or_login {
  display: none;
}
.or_logout {
  display: none;
}
/*Global Class*/

/*------------Search Option Pop Up----------*/

#search_option_popup {
  width: 940px;
  height: 550px;
  left: 34%;
  -moz-box-shadow: 0px 0px 12px 0px #999999;
  -webkit-box-shadow: 0px 0px 12px 0px #999999;
  box-shadow: 0px 0px 12px 0px #999999;
}
#search_option_popup .search_option_items_checkbox_list {
  width: 16.667%;
}
/*---------------Map Search Header----------------*/

#ms_header {
  position: relative;
  z-index: 5;
  height: 58px;
  background-color: #ffef5e;
  border-top: 1px solid #fff69f;
  border-bottom: 1px solid #e6c30a;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffef5e), color-stop(1, #ffdb28));
  background: -moz-linear-gradient(center top, #ffef5e 5%, #ffdb28 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffef5e', endColorstr='#ffdb28');
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  min-width: 1024px;
}
#ms_logo {
  position: absolute;
  z-index: 6;
  left: 15px;
}
#ms_header .btn-group {
  margin-top: 11px;
  margin-bottom: 11px;
  margin-left: 180px;
  height: 35px;
}
#ms_header .btn.ms_header_radio {
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, white), color-stop(1, #fff6c4));
  background: -moz-linear-gradient(center top, white 5%, #fff6c4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fff6c4');
  background-color: white;
  -moz-border-top-right-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  -moz-border-top-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-border-bottom-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -moz-border-bottom-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  color: #644f40;
  font-size: 15px;
  padding: 7px 13px;
  text-decoration: none;
  border: 1px solid #eac452;
  -moz-box-shadow: inset 0 1px 0 white;
  -webkit-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white;
}
#ms_header .btn.ms_header_radio:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fff6c4), color-stop(1, white));
  background: -moz-linear-gradient(center top, #fff6c4 5%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6c4', endColorstr='#ffffff');
  background-color: #fff6c4;
}
#ms_header .btn.ms_header_radio.active {
  -moz-box-shadow: inset 0px 3px 2px 0px #c12b1f;
  -webkit-box-shadow: inset 0px 3px 2px 0px #c12b1f;
  box-shadow: inset 0px 3px 2px 0px #c12b1f;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ee4409), color-stop(1, #ff7e31));
  background: -moz-linear-gradient(center top, #ee4409 5%, #ff7e31 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee4409', endColorstr='#ff7e31');
  background-color: #f3542c;
  color: white;
  border: 1px solid #f15900;
  text-shadow: none;
}
#ms_header .btn.ms_header_radio.active:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff7e31), color-stop(1, #ee4409));
  background: -moz-linear-gradient(center top, #ff7e31 5%, #ee4409 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7e31', endColorstr='#ee4409');
  background-color: #ff7e31;
}
#ms_header .btn-group .btn:last-child {
  -moz-border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-top-right-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  -moz-border-bottom-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 7px 18px 7px 13px;
}
#ms_header .btn-group .btn:first-child {
  -moz-border-top-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-border-bottom-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -moz-border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 7px 13px 7px 18px;
}
#ms_header #ms_search_form .inputstrrest,
#ms_header #ms_search_form .inputstrwhere {
  height: 35px;
  margin-top: 10px;
  -moz-border-top-right-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  -moz-border-top-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-border-bottom-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -moz-border-bottom-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
#ms_header #ms_search_form .inputstrrest {
  width: 415px;
  padding: 0 15px 0 15px;
}
#ms_header #ms_search_form .inputstrwhere {
  width: 400px;
  padding: 0 15px 0 30px;
}
#ms_search_btn {
  cursor: pointer;
  margin-top: 11px;
  margin-left: 6px;
}
#ms_loading {
  opacity: 0.6;
  filter: alpha(opacity=60);
  left: 50%;
  top: 50%;
  margin-left: -25px;
  position: absolute;
  z-index: 200;
}
.map_box {
  background-color: white;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  opacity: 0.9;
  filter: alpha(opacity=90);
  font-family: 'Dosis', Arial, Helvetica, sans-serif;
  color: #644f40;
  font-size: 15px;
}
#ms_share {
  background-color: white;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  opacity: 0.9;
  filter: alpha(opacity=90);
  font-family: 'Dosis', Arial, Helvetica, sans-serif;
  color: #644f40;
  font-size: 15px;
  position: absolute;
  top: 50px;
  right: 10px;
  padding: 5px 10px;
  margin: 5px 5px 0 5px;
  width: 250px;
}
#ms_share_link {
  width: 240px;
  background-color: #fff7ca;
}
#ms_reload {
  background-color: white;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  opacity: 0.9;
  filter: alpha(opacity=90);
  font-family: 'Dosis', Arial, Helvetica, sans-serif;
  color: #644f40;
  font-size: 15px;
  text-align: center;
  position: absolute;
  top: 140px;
  left: 100px;
  padding: 5px 10px 3px 10px;
}
.ms_reload_tip {
  max-width: 400px;
}
#ms_reload_tip_msg span {
  margin-top: -2px;
}
#ms_reload_tip_close {
  width: 16px;
  height: 16px;
  margin-right: 0;
}
#ms_reload_tip_close div.sprite-global-icon-close2 {
  margin: 4px 0 0 4px;
}
.ms_map_reload {
  background: url(/images/v4/previewImg/map-search-reload-ico.png) no-repeat top left;
  background-position: 0 0;
  width: 13px;
  height: 13px;
}
.ms_map_tick {
  background: url(/images/v4/previewImg/map-search-tick-ico.png) no-repeat top left;
  background-position: 0 0;
  width: 16px;
  height: 16px;
}
.map_loading {
  background-color: white;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  opacity: 0.9;
  filter: alpha(opacity=90);
  font-family: 'Dosis', Arial, Helvetica, sans-serif;
  color: #644f40;
  font-size: 15px;
  text-align: center;
  position: absolute;
  top: 350px;
  left: 44%;
  margin: 0 -70px;
  padding: 15px 20px;
}
#ms_menu {
  background: none;
  width: 100%;
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
}
#ms_menu_content {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #705c51), color-stop(100%, #503f33));
  background: -moz-linear-gradient(top, #705c51 0%, #503f33 100%);
  background-color: #644f40;
  min-width: 1024px;
  height: 50px;
  position: relative;
  z-index: 4;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}
#ms_menu .btn-group {
  margin-top: 9px;
  margin-right: 15px;
  height: 34px;
}
#ms_menu .btn.ms_menu_radio {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, white), color-stop(1, #fff6c4));
  background: -moz-linear-gradient(center top, white 5%, #fff6c4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fff6c4');
  padding: 8px 12px 4px 12px;
  background-color: white;
  color: #644f40;
  font-size: 15px;
  text-decoration: none;
  border: 1px solid #eac452;
  -moz-box-shadow: inset 0 1px 0 white;
  -webkit-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white;
}
#ms_menu .btn.ms_menu_radio:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fff6c4), color-stop(1, white));
  background: -moz-linear-gradient(center top, #fff6c4 5%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6c4', endColorstr='#ffffff');
  background-color: #fff6c4;
}
#ms_menu .btn.ms_menu_radio.active {
  -moz-box-shadow: inset 0px 3px 2px 0px #c12b1f;
  -webkit-box-shadow: inset 0px 3px 2px 0px #c12b1f;
  box-shadow: inset 0px 3px 2px 0px #c12b1f;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ee4409), color-stop(1, #ff7e31));
  background: -moz-linear-gradient(center top, #ee4409 5%, #ff7e31 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee4409', endColorstr='#ff7e31');
  background-color: #f3542c;
  color: white;
  border: 1px solid #f15900;
  text-shadow: none;
}
#ms_menu .btn.ms_menu_radio.active:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff7e31), color-stop(1, #ee4409));
  background: -moz-linear-gradient(center top, #ff7e31 5%, #ee4409 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7e31', endColorstr='#ee4409');
  background-color: #ff7e31;
}
#GoogleMapComponent {
  width: 100%;
  height: 588px;
}
.pac-container {
  z-index: 3000 !important;
}
.ms_item {
  width: 186px;
  padding-top: 6px;
  height: 45px;
  margin-left: 5px;
  margin-right: 5px;
}
#ms_menu_trigger {
  background-color: #876b56;
  background-image: linear-gradient(bottom, #876b56 5%, #644f40 100%);
  background-image: -o-linear-gradient(bottom, #876b56 5%, #644f40 100%);
  background-image: -moz-linear-gradient(bottom, #876b56 5%, #644f40 100%);
  background-image: -webkit-linear-gradient(bottom, #876b56 5%, #644f40 100%);
  background-image: -ms-linear-gradient(bottom, #876b56 5%, #644f40 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #876b56), color-stop(1, #644f40));
  border: 1px solid #644f40;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.8), 0 -1px 0 #C5AFA0 inset;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.8), 0 -1px 0 #C5AFA0 inset;
  box-shadow: 0 3px 6px rgba(0,0,0,0.8), 0 -1px 0 #C5AFA0 inset;
  color: white;
  cursor: pointer;
  font-size: 15px;
  left: 50%;
  margin-left: -55px;
  padding: 11px 20px;
  position: absolute;
  z-index: 3;
  background-color: #644f40;
}
.ms_v_dash_separator {
  width: 1px;
  height: 18px;
  margin-top: 15px;
  border-right: 1px dashed #8e8076;
}
.ms_share_btn {
  width: 40px;
  height: 34px;
  margin-right: 15px;
  margin-top: 9px;
  cursor: pointer;
  box-sizing: border-box;
}
.ms_share_btn span.ms_share_icon {
  margin: -4px 0 0 -2px;
}
.ms_share_icon {
  background: url(/images/v4/previewImg/map-search-share.png) no-repeat top left;
  background-position: 0 0;
  width: 20px;
  height: 16px;
}
/*--------Map Search Sr1---------*/

#ms_sr1 {
  position: absolute;
  right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#ms_sr1_trigger {
  width: 37px;
  height: 50px;
  top: 380px;
  background-color: white;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
  margin-right: -1px;
  border: 1px solid #d1c7b8;
  -moz-box-shadow: -3px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -3px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: -3px 0px 5px rgba(0, 0, 0, 0.2);
  border-right: 0;
  cursor: pointer;
  z-index: 10;
  left: -37px;
  position: absolute;
}
#ms_sr1_trigger .trigger {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 13px;
  margin-top: 17px;
  width: 13px;
  height: 14px;
  background: url(/images/v4/previewImg/mapSearch-icon-arrowL-o.png);
}
#ms_sr1_trigger.active .trigger {
  background: url(/images/v4/previewImg/mapSearch-icon-arrowR-o.png);
}
#ms_sr1_listing {
  height: 100%;
  overflow: auto;
}
#ms_sr1_paging_header {
  font-size: 12px;
}
#ms_sr1_container {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 3px;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  -moz-box-shadow: -3px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -3px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: -3px 0px 5px rgba(0, 0, 0, 0.2);
  position: relative;
}
#ms_sr1_container.active {
  width: 355px;
  padding-left: 15px;
  padding-right: 15px;
}
#ms_nearby_btn {
  display: block;
  width: 18px;
  height: 17px;
  position: relative;
  z-index: 15;
  left: 28px;
  top: 20px;
  cursor: pointer;
  margin-left: 10px;
  background: url(/images/v4/map/map-icon-gps.png);
}
#ms_nearby_btn:hover {
  background: url(/images/v4/map/map-icon-gps_hover.png);
}
#ms_nearby_btn.loading {
  background: url(/images/v4/previewImg/small-ajax-loader.gif);
}
#ms_nearby_btn.loading:hover {
  background: url(/images/v4/previewImg/small-ajax-loader.gif);
}
/*--------Map Search sr1 block----------*/

.ms_sr1_header_content {
  width: 300px;
  margin-top: 4px;
}
.ms_sr1_content {
  border-top: 1px dashed #cccccc;
  padding-bottom: 14px;
}
.ms_sr1_content:hover {
  color: #644f40;
}
.ms_sr1_content:first-child {
  border-top: none;
}
.ms_sr1_header {
  margin-top: 10px;
  margin-bottom: 10px;
}
.ms_sr1_doorphoto {
  width: 70px;
  height: 70px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.ms_sr1_score {
  font-size: 12px;
  font-weight: bold;
  color: #f3542c;
  margin: 2px 3px;
}
.ms_sr1_title {
  font-size: 15px;
  font-weight: normal;
  width: 210px;
  margin-top: 2px;
  margin-left: 2px;
  line-height: 1.1;
}
.ms_sr1_title.pointer:hover {
  text-decoration: underline;
}
.ms_sr1_detail {
  margin-left: 8px;
  width: 220px;
  font-size: 12px;
}
.ms_sr1_detail_item {
  width: 200px;
}
.ms_icon_col {
  height: 100%;
  width: 13px;
}
.ms_thumbnail {
  width: 49px;
  height: 49px;
}
.ms_map_icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 16px;
  height: 20px;
  background: url(/images/v4/map/mapSearch-mapPin.png);
}
.ms_map_icon_rms {
  background: url(/images/v4/map/mapSearch-mapPin-rms.png);
}
/*----------Select Box ----------*/

.sBox {
  height: 50px;
  font-size: 12px;
}
.sBox_tirgger_toggle_area {
  padding-top: 10px;
  height: 18px;
}
.sBox_temp_title_area {
  padding-left: 13px;
  border-left: 1px dashed #93847a;
}
.sBox_display_area {
  color: white;
}
.sBox_display_area .sBox_selected_value {
  color: #ffe11b;
}
.sBox_select_area {
  color: #644f40;
  background-color: white;
  z-index: 6;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #bbbbbb;
}
.sBox_select_area .sBox_selected_value {
  color: #f3542c;
}
.sBox_items_container {
  padding: 10px;
}
.sBox_items_container ul {
  margin: 0;
  border: 1px solid #dddddd;
  max-height: 320px;
  overflow-x: hidden;
  overflow-y: auto;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.sBox_item {
  list-style: none;
  padding: 5px 10px;
}
.sBox_item:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff8c49), color-stop(1, #f5542c));
  background: -moz-linear-gradient(center top, #ff8c49 5%, #f5542c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8c49', endColorstr='#f5542c');
  background-color: #ff8c49;
  color: white;
  font-size: 12px;
}
/*----------google map pop up------------*/

.tooltips_gm .ui-tooltip-content {
  width: 320px;
}
.gm_popup {
  position: absolute;
  z-index: 9999;
  padding: 15px;
  width: 305px;
  background-color: white;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.gm_listing_container {
  overflow: auto;
}
.gm_rest_total {
  font-size: 12px;
}
.gm_popup .ms_sr1_container {
  width: 302px;
}
/*--------------sr2 print map-------------*/

#sr2_mp_container {
  margin: 0 auto;
  width: 801px;
}
#sr2_mp_head {
  padding-top: 35px;
  padding-bottom: 15px;
  font-weight: bold;
}
#sr2_mp_main {
  padding: 30px;
  margin: 0 auto;
  border: 1px solid #d1c7b8;
  background-color: white;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
#sr2_mp_footer {
  color: #333333;
  font-size: 12px;
}
#sr2_mp_button_container {
  width: 100%;
  text-align: center;
}
#sr2_mp_map {
  width: 740px;
  height: 430px;
}
.sr2_mp_doorphoto {
  width: 275px;
  height: 205px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.sr2_mp_description_focus {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
}
.sr2_mp_description {
  color: #333333;
  font-size: 15px;
}
.sr2_mp_textarea {
  width: 425px;
  height: 65px;
  font-size: 15px;
  padding: 13px;
  color: #b1b1b1;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-box-shadow: inset 0px 1px 0px 0px #cecece;
  -webkit-box-shadow: inset 0px 1px 0px 0px #cecece;
  box-shadow: inset 0px 1px 0px 0px #cecece;
  background: -webkit-gradient(linear, left top, leftbottom, color-stop(0.05, #ececec), color-stop(1, #f8f8f8));
  background: -moz-linear-gradient(center top, #ececec 5%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#f8f8f8');
  background-color: #ececec;
  resize: none;
}
.sr2_mp_textarea:focus {
  color: #333333;
}
.sr2_mp_copyright {
  color: #bbbbbb;
  margin-top: 20px;
}
.sr2_mp_print_button {
  margin: 15px auto 0 auto;
  padding: 6px 13px;
  font-size: 15px;
  color: white;
  display: block;
  border: 1px solid #ff5a2c;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #ff8843;
  background-image: linear-gradient(bottom, #ff8843 5%, #f3542c 100%);
  background-image: -o-linear-gradient(bottom, #ff8843 5%, #f3542c 100%);
  background-image: -moz-linear-gradient(bottom, #ff8843 5%, #f3542c 100%);
  background-image: -webkit-linear-gradient(bottom, #ff8843 5%, #f3542c 100%);
  background-image: -ms-linear-gradient(bottom, #ff8843 5%, #f3542c 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #ff8843), color-stop(1, #f3542c));
  -moz-box-shadow: inset 0px 1px 1px white;
  -webkit-box-shadow: inset 0px 1px 1px white;
  box-shadow: inset 0px 1px 1px white;
}
.sr2_mp_print_button:hover {
  background-color: #f3542c;
  background-image: linear-gradient(bottom, #f3542c 5%, #ff8843 100%);
  background-image: -o-linear-gradient(bottom, #f3542c 5%, #ff8843 100%);
  background-image: -moz-linear-gradient(bottom, #f3542c 5%, #ff8843 100%);
  background-image: -webkit-linear-gradient(bottom, #f3542c 5%, #ff8843 100%);
  background-image: -ms-linear-gradient(bottom, #f3542c 5%, #ff8843 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #f3542c), color-stop(1, #ff8843));
  color: white;
}
/*-----------sr2 enlarge map-------------*/

#sr2_em {
  width: 870px;
  height: 540px;
  left: 50%;
  overflow: visible;
  background-color: white;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 12px;
  margin-left: -435px;
}
#sr2_em_action {
  position: absolute;
  left: -37px;
  top: 35px;
}
#sr2_em_report {
  color: #bbbbbb;
  text-align: center;
}
#sr2_em_header {
  width: 100%;
  height: 60px;
  color: #644f40;
}
#sr2_em_map {
  width: 100%;
  height: 480px;
}
.sr2_em_direction_panel {
  color: #644f40;
  font-size: 12px;
}
#sr2_em_search_way {
  position: absolute;
  bottom: 0px;
  left: 0px;
  border: 1px solid #d1c7b8;
  font-size: 15px;
  background-color: white;
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 41px;
  width: 180px;
}
#sr2_em_search_way.active {
  width: 298px;
  height: 445px;
}
#sr2_em_search_head {
  height: 41px;
  border-bottom: 1px solid #cccccc;
}
#sr2_em_search_head_text {
  border-right: 1px solid #cccccc;
  color: #f3542c;
  width: 107px;
  height: 31px;
}
#sr2_em_search_head_text.active {
  width: 224px;
}
#sr2_em_search_head_Icon {
  height: 41px;
}
#sr2_em_search_content #userAddress {
  vertical-align: top;
  margin-top: 4px;
  margin-left: 7px;
}
#sr2_em_search_content .poiInfo {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  color: #644f40;
  font-size: 12px;
  margin-left: 10px;
  width: 200px;
}
#sr2_em_search_content .poiInfo .poiName {
  font-weight: bold;
  font-size: 15px;
  display: block;
}
/*---------sr2 report map---------*/

#sr2_rm {
  width: 870px;
  height: 580px;
  top: 44%;
  left: 37%;
  font-size: 12px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#sr2_rm_options_container {
  width: 100%;
  height: 25px;
  background-color: #644f40;
  color: white;
  position: relative;
  z-index: 2000;
  padding-top: 10px;
}
#sr2_rm_map {
  height: 370px;
  width: 100%;
}
#sr2_rm_moreinfo_container {
  width: 100%;
  height: 64px;
  background-color: #644f40;
  color: white;
}
#sr2_rm_submit_btn {
  margin: 10px auto 0px auto;
  width: 105px;
  font-size: 15px;
  display: block;
}
.sr2_rm_options {
  width: 180px;
  float: left;
  height: 33px;
  margin-top: -10px;
}
#sr2_em_moreinfo {
  color: #644f40;
  width: 690px;
  height: 35px;
  margin-top: 12px;
  padding: 0 15px 0 15px;
  -moz-border-top-right-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  -moz-border-top-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-border-bottom-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -moz-border-bottom-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
#sr2_em_moreinfo::-webkit-input-placeholder,
#sr2_em_moreinfo::-moz-placeholde {
  color: #b1b1b1;
}
#sr2_em_search_option {
  height: 68px;
  width: 100%;
}
.sr2_em_option_seperator {
  width: 1px;
  padding: 0;
  margin: 0;
}
.sr2_em_option_seperator div {
  border-left: 1px solid #cccccc;
  height: 65px;
  margin-bottom: 3px;
}
.sr2_em_option_tab {
  background: url(/Images/v4/map/map_tab_bg.jpg) center center repeat-x;
  height: 100%;
  width: 33%;
}
.sr2_em_option_tab .sr2_em_tab_content {
  width: 100%;
  height: 57px;
  padding-top: 8px;
}
.sr2_em_option_tab.sr2_em_middle_tab {
  width: 34%;
  /*
		& .sr2_em_tab_content {
			border-left: 1px solid #ccc;border-right: 1px solid #ccc;
		}
		*/

}
.sr2_em_option_tab.active {
  background-image: url(/Images/v4/map/map_tab-hover_bg.jpg);
}
.sr2_em_option_driving {
  background: url(/Images/v4/map/map_tab_drive.gif) top center no-repeat;
}
.sr2_em_option_tab.active .sr2_em_option_driving {
  background-image: url(/Images/v4/map/map_tab_drive-hover.gif);
}
.sr2_em_option_driving:hover {
  background-image: url(/Images/v4/map/map_tab_drive-hover.gif);
}
.sr2_em_option_transit {
  background: url(/Images/v4/map/map_tab_transit.gif) top center no-repeat;
}
.sr2_em_option_tab.active .sr2_em_option_transit {
  background-image: url(/Images/v4/map/map_tab_transit-hover.gif);
}
.sr2_em_option_transit:hover {
  background-image: url(/Images/v4/map/map_tab_transit-hover.gif);
}
.sr2_em_option_walking {
  background: url(/Images/v4/map/map_tab_walk.gif) top center no-repeat;
}
.sr2_em_option_tab.active .sr2_em_option_walking {
  background-image: url(/Images/v4/map/map_tab_walk-hover.gif);
}
.sr2_em_option_walking:hover {
  background-image: url(/Images/v4/map/map_tab_walk-hover.gif);
}
.sr2_em_option_text {
  font-size: 12px;
  color: #644f40;
  text-align: center;
  padding-top: 32px;
}
.sr2_em_goto {
  margin-top: -25px;
  padding-left: 9px;
}
/*----------noBoundaries Header----------*/

#noboundaries_header_container {
  width: 100%;
  height: 30px;
  background-image: url(https://static6.orstatic.com/images/v4/header/mini_header_bg.png);
  background-color: #ffef5e;
  -moz-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
}
#noboundaries_header {
  min-width: 960px;
  margin: 0 auto 0 auto;
  padding: 0 15px;
}
#noboundaries_header_content {
  color: #644f40;
  margin: 2px;
}
.noboundaries_header_logo {
  background: url(https://static8.orstatic.com/images/v4/previewImg/mapSearch-logo.png);
  width: 153px;
  height: 61px;
}
/*----------SSO noBoundaries Header------*/

#sso_noboundaries_header_container {
  min-width: 1000px;
  width: 100%;
  height: 66px;
  background: #7e634d;
  background: -moz-linear-gradient(top, #7e634d 0%, #6b5442 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7e634d), color-stop(100%, #6b5442));
  background: -webkit-linear-gradient(top, #7e634d 0%, #6b5442 100%);
  background: -o-linear-gradient(top, #7e634d 0%, #6b5442 100%);
  background: -ms-linear-gradient(top, #7e634d 0%, #6b5442 100%);
  background: linear-gradient(to bottom, #7e634d 0%, #6b5442 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7e634d', endColorstr='#6b5442', GradientType=0);
}
#sso_noboundaries_header {
  margin: 0 auto 0 auto;
  width: 1000px;
}
.sso_noboundaries_header_content,
.sso_noboundaries_header_content a {
  font-size: 13px;
  color: white;
  text-decoration: none;
}
.sso_noboundaries_header_content a:hover {
  text-decoration: underline;
  cursor: pointer;
}
/*-----------Registration Form-----------*/

#rg_main,
#rg_sidebar {
  margin-top: 13px;
  height: 1220px;
  background-color: white;
  -moz-box-shadow: 0px 0px 5px #bbbbbb;
  -webkit-box-shadow: 0px 0px 5px #bbbbbb;
  box-shadow: 0px 0px 5px #bbbbbb;
  -moz-border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid #cccccc;
}
#rg_container {
  width: 1000px;
  margin: 0 auto 0 auto;
}
#rg_main {
  width: 660px;
}
#rg_sidebar {
  width: 300px;
}
#rg_main_header {
  font-size: 28px;
  font-family: 'Dosis', '微軟正黑體', Arial, Helvetica, sans-serif;
  color: #e64d25;
  margin-left: 5px;
  font-weight: bold;
}
#rg_main_content {
  width: 485px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #f2f2f2;
}
#rg_main_img_bubble {
  border-right: 1px solid #f2f2f2;
  position: relative;
  right: -1px;
}
#rg_facebook_btn {
  background: url(/images/v4/sso/form-fbSignInBtn.png);
  width: 200px;
  height: 38px;
}
#rg_facebook_btn:hover {
  background: url(/images/v4/sso/form-fbSignInBtn-hover.png);
}
#rg_form_label_container {
  width: 140px;
}
#rg_form_input_container {
  width: 310px;
}
#rg_form_container .rg_form_caption {
  margin-bottom: 18px;
}
.rg_form_label_holder {
  position: relative;
  vertical-align: top;
}
.rg_form_label {
  font-size: 15px;
  position: absolute;
  top: 4px;
  left: 6px;
}
.rg_form_input {
  width: 310px;
  padding-left: 8px;
  padding-right: 8px;
  color: #644f40;
  font-size: 16px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #b9b9b9;
  background: white;
}
.rg_form_input:focus {
  -moz-box-shadow: 0px 0px 7px 0px #b7a479;
  -webkit-box-shadow: 0px 0px 7px 0px #b7a479;
  box-shadow: 0px 0px 7px 0px #b7a479;
  border: 1px solid #b7a479;
}
.rg_separator {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #cccccc;
}
.rg_form_caption {
  font-size: 15px;
  font-weight: bold;
  color: #e64d25;
}
.rg_required {
  color: #f3542c;
  font-size: 16px;
}
.rg_color {
  color: #663920;
}
.rg_user_title_btn {
  width: 25%;
  padding: 5px;
  color: #644f40;
  font-size: 16px;
  border: 1px solid #bfbfbf;
}
.rg_user_title_btn.active {
  color: white;
  background: #904a30;
  background: -moz-linear-gradient(top, #904a30 5%, #b86445 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #904a30), color-stop(100%, #b86445));
  background: -webkit-linear-gradient(top, #904a30 5%, #b86445 100%);
  background: -o-linear-gradient(top, #904a30 5%, #b86445 100%);
  background: -ms-linear-gradient(top, #904a30 5%, #b86445 100%);
  background: linear-gradient(to bottom, #904a30 5%, #b86445 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#904a30', endColorstr='#b86445', GradientType=0);
  text-shadow: none;
}
.rg_form_a {
  text-align: right;
  color: #b15d3e;
  font-size: 11px;
  cursor: pointer;
}
.rg_form_a:hover {
  text-decoration: underline;
  color: #f3542c;
}
#rg_validate_img_container {
  width: 285px;
  margin-top: 8px;
  background-color: white;
  border: 1px solid #aaaaaa;
  -moz-border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#rg_form_submit_btn {
  margin-top: 45px;
  width: 200px;
}
#rg_sidebar_border_img {
  left: -9px;
  top: 15px;
}
#rg_sidebar_border_img_content {
  background: url(https://static7.orstatic.com/images/v4/sso/form-title-deco2.png);
  height: 37px;
  font-size: 15px;
  color: white;
  font-family: Arial;
  background-repeat: repeat-x;
}
/*----------register error page----------*/

#rg_e_container {
  width: 585px;
  margin: 15px auto 0 auto;
  background-color: white;
  -moz-box-shadow: 0px 0px 7px #aaaaaa;
  -webkit-box-shadow: 0px 0px 7px #aaaaaa;
  box-shadow: 0px 0px 7px #aaaaaa;
  -moz-border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/*----------Registration step1/2 common ----------*/

#rgs_common_container {
  margin: 30px auto 0 auto;
  width: 614px;
}
#rgs_common_header {
  width: 582px;
  height: 48px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #bbbbbb;
  background: #ffe04d;
  vertical-align: top;
  line-height: 1;
}
#rgs_common_content {
  background-color: white;
  -moz-box-shadow: 0px 0px 7px #aaaaaa;
  -webkit-box-shadow: 0px 0px 7px #aaaaaa;
  box-shadow: 0px 0px 7px #aaaaaa;
  -moz-border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rgs_common_btn {
  padding: 6px 13px;
  font-size: 15px;
  color: white;
  display: block;
  border: 1px solid #ff5a2c;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #ff8843;
  background-image: linear-gradient(center top, #ff8843 5%, #f3542c 100%);
  background-image: -o-linear-gradient(center top, #ff8843 5%, #f3542c 100%);
  background-image: -moz-linear-gradient(center top, #ff8843 5%, #f3542c 100%);
  background-image: -webkit-linear-gradient(center top, #ff8843 5%, #f3542c 100%);
  background-image: -ms-linear-gradient(center top, #ff8843 5%, #f3542c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff8843), color-stop(1, #f3542c));
  -moz-box-shadow: inset 0 1px 0 #ffdcc7;
  -webkit-box-shadow: inset 0 1px 0 #ffdcc7;
  box-shadow: inset 0 1px 0 #ffdcc7;
}
.rgs_common_btn:hover {
  background-color: #f3542c;
  background-image: linear-gradient(center top, #f3542c 5%, #ff8843 100%);
  background-image: -o-linear-gradient(center top, #f3542c 5%, #ff8843 100%);
  background-image: -moz-linear-gradient(center top, #f3542c 5%, #ff8843 100%);
  background-image: -webkit-linear-gradient(center top, #f3542c 5%, #ff8843 100%);
  background-image: -ms-linear-gradient(center top, #f3542c 5%, #ff8843 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f3542c), color-stop(1, #ff8843));
}
/*----------Registration step1 ----------*/

#rgs1_nav_1_img {
  background: url(//static6.orstatic.com/images/v4/sso/form-or-regist-tagBar_02.png);
  font-size: 20px;
  height: 33px;
  width: 250px;
  color: white;
}
#rgs1_nav_2_img {
  background: url(//static6.orstatic.com/images/v4/sso/form-or-regist-tagBar_05.png);
  font-size: 20px;
  height: 33px;
  width: 250px;
  color: #cccccc;
}
.rgs1_user_icon {
  width: 85px;
  height: 85px;
}
.rgs1_user_block {
  background-image: url(https://static8.orstatic.com/images/v4/previewImg/sr2-review-bk.gif);
  width: 445px;
  height: 55px;
  margin-left: 8px;
}
.rgs1_follower_icon {
  width: 35px;
  height: 35px;
  margin-left: 2px;
}
.rgs1_follow_btn,
.rgs1_unfollow_btn {
  width: 95px;
}
/*----------Registration step2 ----------*/

#rgs2_nav_1_img {
  background: url(//static6.orstatic.com/images/v4/sso/form-or-regist-tagBar_05.png);
  font-size: 20px;
  height: 33px;
  width: 250px;
  color: #cccccc;
}
#rgs2_nav_2_img {
  background: url(//static6.orstatic.com/images/v4/sso/form-or-regist-tagBar_02.png);
  font-size: 20px;
  height: 33px;
  width: 250px;
  color: white;
}
#rgs2_complete_btn {
  margin-top: 12px;
  width: 105px;
}
.rgs2_options_title {
  margin-bottom: 12px;
}
.rgs2_checkbox_container {
  width: 20%;
}
input[type='checkbox'].rgs2_checkbox {
  width: 16px;
  height: 16px;
  border: 1px solid #cccccc;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.rgs2_lb {
  font-weight: bold;
  font-size: 15px;
  width: 192px;
  color: #644f40;
  margin-top: 5px;
}
.rgs2_error_box {
  margin-left: 192px;
  font-size: 12px;
}
.rgs2_avatar_browse {
  padding: 6px 13px;
  font-size: 15px;
  color: white;
  display: block;
  border: 1px solid #ff5a2c;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #ff8843;
  background-image: linear-gradient(center top, #ff8843 5%, #f3542c 100%);
  background-image: -o-linear-gradient(center top, #ff8843 5%, #f3542c 100%);
  background-image: -moz-linear-gradient(center top, #ff8843 5%, #f3542c 100%);
  background-image: -webkit-linear-gradient(center top, #ff8843 5%, #f3542c 100%);
  background-image: -ms-linear-gradient(center top, #ff8843 5%, #f3542c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff8843), color-stop(1, #f3542c));
  -moz-box-shadow: inset 0 1px 0 #ffdcc7;
  -webkit-box-shadow: inset 0 1px 0 #ffdcc7;
  box-shadow: inset 0 1px 0 #ffdcc7;
  width: 80px;
  height: 30px;
}
.rgs2_avatar_browse:hover {
  background-color: #f3542c;
  background-image: linear-gradient(center top, #f3542c 5%, #ff8843 100%);
  background-image: -o-linear-gradient(center top, #f3542c 5%, #ff8843 100%);
  background-image: -moz-linear-gradient(center top, #f3542c 5%, #ff8843 100%);
  background-image: -webkit-linear-gradient(center top, #f3542c 5%, #ff8843 100%);
  background-image: -ms-linear-gradient(center top, #f3542c 5%, #ff8843 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f3542c), color-stop(1, #ff8843));
}
.rgs2_avatar_file {
  display: none;
}
input[type="radio"].or_radio_btn + label .rgs2_avatar_icon {
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 43px;
  height: 43px;
  border: 2px solid transparent;
}
input[type="radio"].or_radio_btn:checked + label .rgs2_avatar_icon {
  border: 2px solid #f3542c;
}
/* index */

.or_more_btn {
  font-size: 12px;
  color: white;
  background-color: #826d5e;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 9px;
  background-image: linear-gradient(center top, #826d5e 5%, #655041 100%);
  background-image: -o-linear-gradient(center top, #826d5e 5%, #655041 100%);
  background-image: -moz-linear-gradient(center top, #826d5e 5%, #655041 100%);
  background-image: -webkit-linear-gradient(center top, #826d5e 5%, #655041 100%);
  background-image: -ms-linear-gradient(center top, #826d5e 5%, #655041 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #826d5e), color-stop(1, #655041));
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.or_more_btn:hover {
  background-color: #655041;
  background-image: linear-gradient(center top, #655041 5%, #826d5e 100%);
  background-image: -o-linear-gradient(center top, #655041 5%, #826d5e 100%);
  background-image: -moz-linear-gradient(center top, #655041 5%, #826d5e 100%);
  background-image: -webkit-linear-gradient(center top, #655041 5%, #826d5e 100%);
  background-image: -ms-linear-gradient(center top, #655041 5%, #826d5e 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #655041), color-stop(1, #826d5e));
}
.or_more_flag {
  top: 8px;
  right: 8px;
  position: absolute;
  display: block;
}
.or_awardwinners .or_more_flag {
  top: 8px;
  right: 8px;
  position: absolute;
  display: block;
  top: 13px;
  right: 11px;
}
.article_highlight {
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #d1c7b8;
  background-color: white;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  height: 300px;
}
.or_recom_title {
  font-size: 12px;
  color: #644f40;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.6;
}
.or_recompic_box {
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  float: left;
  position: relative;
  margin-bottom: 10px;
  margin-right: 10px;
  word-break: break-word;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 0px;
}
.or_recompic_s {
  height: 140px !important;
  width: 140px !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.or_recompic_m {
  height: 187px !important;
  width: 187px !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.or_recompic_l {
  height: 187px !important;
  width: 286px !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.or_recompic_caption {
  background: rgba(100, 79, 64, 0.85) !important;
  background-color: #644f40;
  /* IE6, IE7, IE8 */
  filter: alpha(opacity=85);
  /* IE6, IE7, IE8 */

  color: white;
  bottom: 0px;
  left: 0;
  right: 0;
  position: absolute;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 10px 10px 15px 10px;
  height: 65px;
  box-sizing: border-box;
  font-size: 15px;
  color: #ffe11b !important;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: left;
}
.or_recompic_caption:hover {
  color: #ff592c !important;
  text-decoration: underline;
}
.article_recombox {
  font-size: 12px;
  margin-top: 12px;
  height: 200px;
  word-wrap: break-word;
}
.or_restpic_l {
  width: 140px;
  height: 140px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.or_restpic_m {
  width: 80px;
  height: 80px;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.or_restpic_s {
  width: 40px;
  height: 40px;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.or_restpic_xs {
  width: 50px;
  height: 50px;
  margin-left: -10px;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.or_pic_title {
  color: #ffe11b;
  font-size: 19px;
  font-weight: bold;
}
.or_visit_btn {
  background-color: #ffe11b;
  color: #644f40;
  font-size: 12px;
  padding: 2px 4px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.or_visit_btn:hover {
  background-color: white;
  text-decoration: none;
  color: #644f40;
}
.or_ibm_logo {
  height: 25px;
  color: #cccccc;
  font-size: 11px;
}
.or_caption {
  color: #938276;
}
.or_row {
  margin-left: -10px;
  position: relative;
  float: left;
}
.or_col1 {
  height: 250px;
}
.or_col2 {
  height: 512px;
}
/*---- or_vslider starts ----*/

.or_vslider_blocks {
  width: 65%;
  height: 100%;
}
.or_vslider_tabs {
  width: 35%;
  height: 100%;
}
.or_vslider_pic {
  width: 100%;
  height: 100%;
}
.or_vslider_tab {
  width: 100%;
  font-size: 15px;
}
.or_vslider_tab_h62 {
  height: 61.6px;
}
.or_vslider_tab_h55 {
  height: 55px;
}
.or_vslider_tab_h26 {
  height: 26.4px;
}
.or_vslider_sep {
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #d1c7b8;
  width: 100%;
}
.or_vslider_tab1 {
  color: #644f40;
  width: 100%;
  font-size: 15px;
  background-color: #eeeeee;
  background-image: linear-gradient(center top, #eeeeee 5%, #e2e2e2 100%);
  background-image: -o-linear-gradient(center top, #eeeeee 5%, #e2e2e2 100%);
  background-image: -moz-linear-gradient(center top, #eeeeee 5%, #e2e2e2 100%);
  background-image: -webkit-linear-gradient(center top, #eeeeee 5%, #e2e2e2 100%);
  background-image: -ms-linear-gradient(center top, #eeeeee 5%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #eeeeee), color-stop(1, #e2e2e2));
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #e2e2e2), color-stop(1, #eeeeee));
  width: auto;
}
.or_vslider_tab1:hover {
  color: #ff592c;
  background-color: white;
  background-image: linear-gradient(center top, white 5%, #f7f7f7 100%);
  background-image: -o-linear-gradient(center top, white 5%, #f7f7f7 100%);
  background-image: -moz-linear-gradient(center top, white 5%, #f7f7f7 100%);
  background-image: -webkit-linear-gradient(center top, white 5%, #f7f7f7 100%);
  background-image: -ms-linear-gradient(center top, white 5%, #f7f7f7 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, white), color-stop(1, #f7f7f7));
}
.or_vslider_tab2 {
  color: #ff592c;
  width: 100%;
  font-size: 15px;
  background-color: white;
  background-image: linear-gradient(center top, white 5%, #f7f7f7 100%);
  background-image: -o-linear-gradient(center top, white 5%, #f7f7f7 100%);
  background-image: -moz-linear-gradient(center top, white 5%, #f7f7f7 100%);
  background-image: -webkit-linear-gradient(center top, white 5%, #f7f7f7 100%);
  background-image: -ms-linear-gradient(center top, white 5%, #f7f7f7 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, white), color-stop(1, #f7f7f7));
  width: auto;
}
.or_vslider_arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
}
.or_vslider_arrow_pic {
  width: 11px;
  height: 22px;
}
/*---- or_vslider ends ----*/

.round_corners_bl {
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.round_corners_br {
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.round_corners_tl {
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}
.round_corners_tr {
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
.rank_num_basic {
  width: 30px;
  color: #644f40;
  font-family: 'Dosis', Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
}
.rank_num_l {
  font-size: 35px;
  width: 30px;
  color: #644f40;
  font-family: 'Dosis', Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
}
.rank_num_s {
  font-size: 18px;
  width: 30px;
  color: #644f40;
  font-family: 'Dosis', Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
}
.rank_top3_arrow {
  margin-top: 15px;
}
.rank_top10_arrow {
  margin: 5px 8px 0px 3px;
}
.rank_score_a {
  color: #644f40;
}
.rank_top3_info {
  width: 175px;
  border-bottom: 1px dashed #cccccc;
  margin-left: 10px;
}
.rank_text {
  font-family: 'Dosis', Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #f3542c;
  float: left;
  margin-left: 15px;
}
.rk_restname {
  font-family: 'Dosis', Arial, Helvetica, sans-serif;
  font-size: 19px;
}
.rk_top11_a:hover {
  background-color: #f6f6f6;
}
.or_fnews_div1 {
  width: 190px;
}
.or_fnews_div2 {
  width: 230px;
}
/*------- write review --------*/

.ReportBug {
  z-index: 99;
  position: fixed;
  bottom: 120px;
  width: 140px;
  height: 60px;
  margin-left: 50px;
  cursor: pointer;
  background-image: url(/images/en/ReportBlock-1.png);
}
.ReportBug:hover {
  background-image: url(/images/en/ReportBlock-2.png);
}
.wr_label {
  width: 120px;
  padding-top: 5px;
  font-weight: bold;
}
.wr_textarea {
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #d9d9d9;
  background-color: white;
  resize: none;
  padding: 10px;
}
#Body.wr_textarea {
  height: 480px;
  min-height: 480px;
  width: 705px;
}
#OtherInfo.wr_textarea {
  height: 60px;
  width: 705px;
}
#wr_rest_content {
  background-color: #fff3af;
  font-size: 15px;
  color: #644f40;
}
.wr_score_smile {
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 130px;
  height: 130px;
  background-color: none;
}
.wr_score_smile:hover {
  background-color: #fff9da;
}
.wr_score_smile.active {
  background-color: white;
}
.wr_score_smile.active .wr_text {
  color: #f3542c;
}
.wr_score_error_container {
  margin-top: 50px;
}
#Tag {
  width: 716px;
}
.rw_score_container {
  width: 46px;
}
.rw_score_container.disabled {
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.rw_score_container.enabled {
  cursor: normal;
}
.rw_score_container.enabled .rw_score1.active {
  background-color: #ffe11b;
}
.rw_score_container.enabled .rw_score2.active {
  background-color: #fcc21f;
}
.rw_score_container.enabled .rw_score3.active {
  background-color: #f99824;
}
.rw_score_container.enabled .rw_score4.active {
  background-color: #f67228;
}
.rw_score_container.enabled .rw_score5.active {
  background-color: #f3542c;
}
.rw_score_holder {
  height: 20px;
}
.rw_score {
  height: 15px;
  width: 46px;
  background-color: #efe4a5;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
#DayCategoryDisplay.wr_input[readonly],
#PriceTypeDisplay.wr_input[readonly] {
  background-color: white;
  border-color: #cccccc;
  cursor: pointer;
}
#wr_re_btn_container {
  background-color: #f7f7f7;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  padding-top: 15px;
  padding-left: 15px;
  border: 1px solid #d9d9d9;
  margin-bottom: 0px;
  border-bottom: 0;
}
#wr_re_btn_container .btn-group {
  margin-right: 8px;
  margin-left: 0px;
}
#wr_re_btn_container .btn-group .btn:last-child {
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#wr_re_btn_container .btn-group .btn:first-child {
  -moz-border-top-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#wr_re_btn_container .btn-group .btn {
  padding: 3px 8px;
}
#wr_re_btn_container .btn-group .btn img {
  margin-top: 5px;
  margin-bottom: 5px;
}
#wr_re_btn_container .wr_img_cnt {
  z-index: 20;
  top: -10px;
  right: -15px;
  border-radius: 10px;
  position: absolute;
}
#wr_re_btn_container .wr_img_cnt .wr_img_cnt_num {
  display: block;
  text-align: center;
  font-size: 12px;
  vertical-align: middle;
  color: white;
  margin-top: 7px;
}
.wr_slide_btn {
  position: absolute;
  bottom: -18px;
  z-index: 1;
  padding-left: 10px;
  padding-right: 10px;
  left: 320px;
  cursor: pointer;
  display: none;
}
.wr_panel_img {
  width: 90px;
  height: 90px;
  position: relative;
  border: 1px solid #cfcfcf;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  display: block;
}
.wr_panel_img.inserted .wr_panel_img_blur {
  background-color: white;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.wr_panel_img.inserted .wr_panel_img_insert {
  color: #aeaeae;
  cursor: default;
}
.wr_panel_img.pre_inserted .wr_panel_img_blur {
  background-color: white;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.wr_panel_img.pre_inserted .wr_panel_img_insert {
  color: #aeaeae;
  cursor: default;
}
.wr_panel_img img {
  width: 100%;
  height: 100%;
}
.wr_panel_img .btn {
  padding: 2px 3px;
}
#wr_photopanel_slider {
  max-height: 220px;
}
#submitReviewForm .defaultSimpleSkin table.mceLayout {
  -moz-border-top-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-top-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
}
#wr_icons {
  z-index: 3;
}
#wr_icons.active {
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 170px;
}
#wr_icons.active .wr_re_btn_popup {
  display: block;
  position: absolute;
  margin-top: 8px;
  padding: 5px;
  width: 296px;
  height: 148px;
  background: white;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.25);
  text-align: center;
  background: -moz-linear-gradient(top, white 5%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, white), color-stop(100%, #f7f7f7));
  background: -webkit-linear-gradient(top, white 5%, #f7f7f7 100%);
  background: -o-linear-gradient(top, white 5%, #f7f7f7 100%);
  background: -ms-linear-gradient(top, white 5%, #f7f7f7 100%);
  background: linear-gradient(to bottom, white 5%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
  z-index: 2;
}
#wr_icons.active .wr_re_btn_popup .FL.pointer {
  width: 36px;
  height: 36px;
}
#wr_icons.active .wr_re_btn_popup .FL.pointer:hover {
  border-radius: 4px;
  text-align: center;
  background: rgba(221, 221, 221, 0.5);
}
#wr_icons .wr_re_btn_popup {
  display: none;
}
.iconsActive .btn {
  z-index: 2;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #cccccc \9;
  color: #333333;
  background-color: #e6e6e6;
}
.corner_bub {
  top: -10px;
  left: 0px;
  position: absolute;
}
.corner_bub img {
  margin-left: 8px;
  margin-bottom: -1px;
}
.wr_re_btn {
  width: 35px;
  height: 35px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: white;
  background: -moz-linear-gradient(top, white 5%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, white), color-stop(100%, #f7f7f7));
  background: -webkit-linear-gradient(top, white 5%, #f7f7f7 100%);
  background: -o-linear-gradient(top, white 5%, #f7f7f7 100%);
  background: -ms-linear-gradient(top, white 5%, #f7f7f7 100%);
  background: linear-gradient(to bottom, white 5%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
  border: 1px solid #d9d9d9;
}
.photopending.deleted {
  display: none !important;
  visibility: hidden;
}
/*------Select Review Coupon----*/

#sc_container_active {
  background-color: white;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #d1c7b8;
  z-index: 200;
}
#sc_container_normal {
  width: 175px;
}
.sc_list_item:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff8c49), color-stop(1, #f5542c));
  background: -moz-linear-gradient(center top, #ff8c49 5%, #f5542c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8c49', endColorstr='#f5542c');
  background-color: #ff8c49;
  color: white;
  font-size: 12px;
}
.sc_list {
  border: 1px solid #cccccc;
  overflow: auto;
}
.sc_list_item td {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 5px;
}
.sc_list_item td:first-child {
  padding-left: 10px;
  padding-right: 5px;
}
.sc_list_item td:last-child {
  padding-left: 5px;
  padding-right: 10px;
}
.tagDiv {
  background-image: none;
  background-color: white;
  width: 705px;
}
.tagDiv input[type="text"] {
  background-image: none;
}
/*------SSO index-----------*/

#sso_login_box {
  width: 302px;
  margin-top: 50px;
  margin-right: 15px;
  background-color: white;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
.blockUILayer {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  background: white;
  filter: alpha(opacity=60);
  opacity: 0.6;
  ZOOM: 1;
}
.loadingImgContainer {
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.loadingImg {
  width: 66px;
  height: 66px;
  background: no-repeat url(/Images/large-ajax-loader.gif);
  margin-left: auto;
  margin-right: auto;
}
.sr2_icon {
  margin-top: 3px;
  margin-right: 2px;
}
.sr2_fb_likebox {
  height: 80px;
  width: 270px;
  margin-top: 10px;
  float: left;
}
.popup_action {
  top: 10%;
  z-index: 900;
}
#sso_fb_div {
  margin-top: 60px;
}
#sso_content {
  padding: 17px;
  background-image: url(https://static8.orstatic.com/images/v4/previewImg/sr2-review-bk.gif);
  color: #644f40;
}
#sso_content #btn_submit {
  margin: 20px auto 0 auto;
  width: 100%;
}
.sso_input {
  width: 235px;
  color: #666666;
  padding: 10px 30px 8px 30px;
  -moz-border-top-right-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  -moz-border-top-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-border-bottom-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -moz-border-bottom-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  font-size: 15px;
}
/*-----------write all-----------*/

.wa_lb {
  width: 150px;
}
.tooltips_wa .ui-tooltip-content {
  background-color: white;
  border: 1px solid #d1c7b8;
}
/* report step1  */

#rp_common_div {
  -moz-box-shadow: 0px 0px 7px #aaaaaa;
  -webkit-box-shadow: 0px 0px 7px #aaaaaa;
  box-shadow: 0px 0px 7px #aaaaaa;
  -moz-border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#rps1_nav_1_img {
  background: url(//static6.orstatic.com/images/v4/sso/form-or-regist-tagBar_02.png);
  font-size: 20px;
  height: 33px;
  width: 250px;
  color: white;
  width: 410px;
}
#rps1_nav_2_img {
  background: url(//static6.orstatic.com/images/v4/sso/form-or-regist-tagBar_05.png);
  font-size: 20px;
  height: 33px;
  width: 250px;
  color: #cccccc;
  width: 410px;
}
#rps2_nav_1_img {
  background: url(//static6.orstatic.com/images/v4/sso/form-or-regist-tagBar_05.png);
  font-size: 20px;
  height: 33px;
  width: 250px;
  color: #cccccc;
  width: 410px;
}
#rps2_nav_2_img {
  background: url(//static6.orstatic.com/images/v4/sso/form-or-regist-tagBar_02.png);
  font-size: 20px;
  height: 33px;
  width: 250px;
  color: white;
  width: 410px;
}
#rp_common_content {
  background-image: url(https://static8.orstatic.com/images/v4/previewImg/sr2-review-bk.gif);
}
.rps1_col {
  width: 25%;
}
.rps1_col a:hover {
  padding: 32px 15px 18px;
  background-image: -moz-linear-gradient(center bottom, white 5%, #f3f3f3 95%, #dddddd 100%);
  background-image: linear-gradient(to bottom, white 5%, #f3f3f3 95%, #dddddd 100%);
}
.rps1_col .or_grey_btn {
  width: 174px;
  padding: 30px 15px 20px 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.rps1_label {
  width: 174px;
  height: 40px;
  color: #644f40;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  display: table-cell;
  overflow: hidden;
  vertical-align: middle;
  text-decoration: none;
}
.rps1_label :hover {
  color: #ff592c;
  text-decoration: none;
}
#rp_update_form .or_input,
#rp_update_form .or_textarea {
  width: 315px;
}
#rp_update_form #Phone,
#rp_update_form #Price {
  width: 168px;
}
#rp_update_map {
  width: 400px;
  height: 400px;
}
#rp_update_form #NameChinese,
#rp_update_form #NameEnglish,
#rp_update_form #AddressChinese,
#rp_update_form #AddressEnglish {
  width: 290px;
}
#rp_close_form #OtherInfoChinese {
  width: 453px;
  height: 95px;
  padding: 13px;
  resize: none;
  color: #b1b1b1;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#rp_close_form #OtherInfoChinese:focus {
  color: #333333;
}
.rp_error_div {
  margin-left: 145px;
}
#rp_update_map_div {
  border: 1px solid #dddddd;
  width: 400px;
  height: 400px;
}
.sr1_nopoi_bk {
  background-image: url(https://static8.orstatic.com/images/v4/previewImg/sr2-review-bk.gif);
  border: 1px solid #d1c7b8;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
}
.sr1_nopoi_sor {
  font-size: 48px;
  font-family: 'Dosis', Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.sr1_nopoi_pic {
  width: 137px;
  height: 137px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.sr1_nopoi_block {
  width: 137px;
  margin-left: 12px;
  margin-top: 20px;
  position: relative;
  float: left;
}
/* TBD: iscroll carousel */

.or_hslider_s {
  display: block;
  float: left;
  width: 270px;
  height: 170px;
}
.or_hslider_s2 {
  display: block;
  float: left;
  width: 300px;
  height: 200px;
}
.or_hslider_tmpoi {
  display: block;
  float: left;
  width: 100%;
  height: 145px;
}
.or_hslider_m {
  display: block;
  float: left;
  width: 614px;
  height: 250px;
}
.sprite-global-slider-arrowL {
  z-index: 30;
  left: -10px;
  cursor: pointer;
  position: absolute;
  top: 45%;
}
.sprite-global-slider-arrowR {
  z-index: 30;
  right: -15px;
  cursor: pointer;
  position: absolute;
  top: 45%;
}
.or_awardwinners {
  background: url(/images/v4/previewimg/index_awardBK.jpg?DA25B604) left top no-repeat;
}
.or_tmpoi {
  border: 1px solid #d1c7b8;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 13px;
}
.or_tmpoi_title {
  color: #ffe11b;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.or_tmpoi_txt {
  color: white;
  margin-bottom: 5px;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.or_tmpoi_bookImg {
  cursor: pointer;
}
.or_tmpoi_pic {
  display: block;
  float: left;
  width: 300px;
  height: 200px;
  height: 146px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.or_tm_select {
  background-color: white;
  border-bottom: 1px solid #d9d9d9;
  font-family: Arial, Helvetica, sans-serif;
  padding: 6px 5px;
  margin-top: 2px;
  float: left;
  margin-right: 4px;
  display: inline-block;
  /*style for all drowdown*/

}
.or_tm_select a {
  text-decoration: none;
}
.or_tm_select ul,
.or_tm_select li {
  list-style: none;
}
.or_tm_select li.dropdown {
  height: 20px;
}
.or_tm_select .dropdown-toggle {
  color: #333333;
  width: 100%;
  display: block;
  text-decoration: none;
}
.or_tm_select .dropdown-toggle:hover {
  color: #333333;
}
.or_tm_select .or_tm_dropdown {
  padding: 0px;
  left: -6px;
  top: 25px;
  -moz-border-top-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-top-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  max-height: 124px;
  overflow: auto;
}
.or_tm_select .or_tm_dropdown a {
  color: #333333;
  font-size: 13px;
  padding: 5px;
  border-top: 1px solid white;
  cursor: pointer;
}
.or_tm_select .or_tm_dropdown a:hover {
  color: #333333;
  border-top: 1px solid #d9d9d9;
  background: #efefef;
}
.or_blue_btn {
  width: 87px;
  color: white;
  padding: 7px 10px;
  font-size: 15px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #086f9e;
  text-align: center;
  -moz-box-shadow: inset 0px 1px 0px 0px #95d2ec;
  -webkit-box-shadow: inset 0px 1px 0px 0px #95d2ec;
  box-shadow: inset 0px 1px 0px 0px #95d2ec;
  background-color: #2aa3d7;
  background-image: linear-gradient(top, #2aa3d7 5%, #0772a8 100%);
  background-image: -o-linear-gradient(top, #2aa3d7 5%, #0772a8 100%);
  background-image: -moz-linear-gradient(top, #2aa3d7 5%, #0772a8 100%);
  background-image: -webkit-linear-gradient(top, #2aa3d7 5%, #0772a8 100%);
  background-image: -ms-linear-gradient(top, #2aa3d7 5%, #0772a8 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #2aa3d7), color-stop(1, #0772a8));
  -moz-border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -moz-border-top-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-bottom-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.or_blue_btn:hover {
  background-color: #0772a8;
  background-image: linear-gradient(top, #0772a8 5%, #2aa3d7 100%);
  background-image: -o-linear-gradient(top, #0772a8 5%, #2aa3d7 100%);
  background-image: -moz-linear-gradient(top, #0772a8 5%, #2aa3d7 100%);
  background-image: -webkit-linear-gradient(top, #0772a8 5%, #2aa3d7 100%);
  background-image: -ms-linear-gradient(top, #0772a8 5%, #2aa3d7 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #0772a8), color-stop(1, #2aa3d7));
  color: white;
  text-decoration: none;
}
.or_orange_btn {
  background: #ff9a00;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #ff8400;
  font-family: '微軟正黑體', 'Microsoft JhengHei', 'Dosis', '新細明體', Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: white;
  text-align: center;
  padding: 2px 0px;
}
.or_orange_btn:hover {
  text-decoration: none;
  color: white;
  background: #7ac5e8;
  border: 1px solid #7ac5e8;
  cursor: pointer;
}
.progress {
  background: #644e40;
  height: 10px;
  padding-right: 5px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#or_pgbar {
  background: white;
  height: 6px;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  margin: 2px;
}
.rw_thumb_s {
  width: 47px;
  height: 47px;
  margin-right: 2px;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
/* for bootstrap gallery */

.modal-body {
  padding: 0;
}
.popup_photo_info {
  width: 315px;
  min-height: 500px;
  height: 100%;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.popup_photo_div {
  background-color: white;
  width: 315px;
  height: 485px;
  overflow: hidden;
}
.modal {
  background-color: transparent;
  -moz-border-top-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.modal-gallery .modal-body {
  background-color: black;
}
#modal-gallery {
  background-color: white;
}
#modal-gallery .modal-body {
  margin: 10px;
}
#modal-gallery .modal-body .popup_desc_div {
  background-color: white;
  /*min-width: 300px;*/
  z-index: 10;
}
#modal-gallery .popup_desc_div .caption {
  float: left;
  margin: 2px;
  font-size: 15px;
}
#modal-gallery .popup_desc_div .or_snap {
  float: right;
}
#modal-gallery .popup_desc_div .or_photoRating {
  position: absolute;
  background: #3c3c3c;
  opacity: 0.75;
  -moz-border-top-right-radius: 22px;
  -webkit-border-top-right-radius: 22px;
  border-top-right-radius: 22px;
  -moz-border-top-left-radius: 22px;
  -webkit-border-top-left-radius: 22px;
  border-top-left-radius: 22px;
  -moz-border-bottom-right-radius: 22px;
  -webkit-border-bottom-right-radius: 22px;
  border-bottom-right-radius: 22px;
  -moz-border-bottom-left-radius: 22px;
  -webkit-border-bottom-left-radius: 22px;
  border-bottom-left-radius: 22px;
  padding: 3px 9px 1px;
  margin: 5px;
  display: none;
}
.submit_copycheck .or_chkbox_icon {
  float: none !important;
}
.submit_copycheck .or_chkbox_lb {
  float: none;
  width: 400px;
}
#fm_rcp .or_chkbox_lb {
  width: 100px;
}
#rw_sorting .or_chkbox_lb {
  width: 80px;
}
.sr2_bpcat_form_list_s .or_chkbox_lb {
  padding-right: 15px;
  display: block;
  float: none;
  padding-left: 23px;
  width: inherit;
}
.sr2_bpcat_form_list_s input[type="checkbox"] + label .or_chkbox_icon {
  margin-top: 1px;
}
.or_chkbox_lb {
  width: 65px;
  float: left;
  font-size: 12px;
  margin-top: -2px;
}
/*Article*/

.article_sr1_title {
  width: 395px;
  line-height: 1.2;
}
.article_sr1_seperator {
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #cccccc;
}
.article_sr1_img {
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  max-width: 140px !important;
  max-height: 140px !important;
  max-width: 140px;
  max-height: 140px;
  width: 140px;
  height: 140px;
}
.article_poi_img {
  max-width: 80px !important;
  max-height: 80px !important;
  max-width: 80px;
  max-height: 80px;
}
.foodnews_slider_link {
  width: 220px;
}
.hotfoodnews {
  background-color: #d73737;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: white;
  font-size: 10px;
  padding: 2px 4px;
  margin-top: 2px;
  line-height: normal;
}
.whiteborder {
  border-top: 1px solid white;
}
.article_comment_bk {
  background-color: #fff3af;
  margin-bottom: 1px;
  width: 100%;
  margin: 0;
  font-size: 12px;
  border-top: 1px solid white;
}
.article_comment_bk .hc-preview {
  float: left;
}
.article_comment {
  margin-left: 5px;
  float: left;
}
.article_comment_reply {
  width: 665px;
  float: right;
}
.foodnews_seperator {
  border-bottom: 1px dashed #cccccc;
  margin-top: 8px;
  margin-bottom: 8px;
}
/*Article*/

/* horizontal slider jq_plugin - carouFredsel */

.caroufredsel_wrapper {
  cursor: default !important;
  position: relative;
}
a.carou_prev,
a.carou_next {
  background: url(https://static8.orstatic.com/images/v4/previewimg/HSlider.png) no-repeat transparent;
  /*width:53px;
	height:53px;*/

  display: block;
  position: absolute;
  top: 45%;
  display: none;
  /*opacity:0.0;*/

}
a.carou_prev {
  left: -12px;
  background-position: 0 0;
}
a.carou_prev:hover {
  margin-top: -3px;
  width: 59px;
  height: 59px;
  left: -15px;
  background-position: 0 -103px;
  /*.opacity_null;*/

}
a.carou_prev.disabled {
  background-position: 0 0px !important;
}
a.carou_next {
  right: -12px;
  background-position: 0 -212px;
}
a.carou_next:hover {
  margin-top: -3px;
  width: 59px;
  height: 59px;
  right: -15px;
  background-position: 0 -315px;
  /*.opacity_null;*/

}
a.carou_next.disabled {
  background-position: 0 -212px !important;
}
a.carou_prev.disabled,
a.carou_next.disabled {
  /*width:53px;height:53px;*/
  cursor: default;
}
a.carou_prev span,
a.carou_next span {
  display: none;
}
.carou_page {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.carou_page a span {
  display: none;
}
.carou_page a,
.carou_page li {
  background: url(https://static8.orstatic.com/images/v4/previewimg/HSlider.png) no-repeat transparent;
  background-position: 0 -544px;
  width: 10px;
  height: 10px;
  margin: 0 5px 0 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.carou_page a.selected,
.carou_page li.active {
  background: url(https://static8.orstatic.com/images/v4/previewimg/HSlider.png) no-repeat transparent;
  background-position: 0 -484px;
  height: 10px;
  width: 10px;
  cursor: default;
}
.carou_page_y a.selected,
.carou_page_y li.active {
  background-position: 0 -424px;
  height: 10px;
  width: 10px;
}
a.carou_prev.carou_fullpower,
a.carou_next.carou_fullpower {
  width: 53px;
  height: 53px;
}
a.carou_prev.disabled.carou_fullpower,
a.carou_next.disabled.carou_fullpower {
  width: 53px;
  height: 53px;
}
a.carou_prev.carou_fullpower:hover,
a.carou_next.carou_fullpower:hover {
  width: 59px;
  height: 59px;
}
a.carou_prev.disabled.carou_fullpower:hover,
a.carou_next.disabled.carou_fullpower:hover {
  width: 59px;
  height: 59px;
}
/* carouFredsel + or slider layout */

.img_slider_btn {
  background: url(https://static8.orstatic.com/images/v4/previewimg/HSlider.png) no-repeat transparent;
  width: 50px;
  height: 50px;
  margin: 20px;
  top: 0px;
  position: absolute;
  cursor: pointer;
}
/* custom design - carouFredsel */

.sr2-img-next1 {
  background-position: 0 -604px;
  width: 46px;
  height: 46px;
}
.sr2-img-next2 {
  background-position: 0 -700px;
  width: 46px;
  height: 46px;
}
.sr2-img-prev1 {
  background-position: 0 -988px;
  width: 46px;
  height: 46px;
}
.sr2-img-prev2 {
  background-position: 0 -1084px;
  width: 46px;
  height: 46px;
}
.img_slider_prev {
  background: url(https://static8.orstatic.com/images/v4/previewimg/HSlider.png) no-repeat transparent;
  width: 50px;
  height: 50px;
  margin: 20px;
  top: 0px;
  position: absolute;
  cursor: pointer;
  left: -25px;
  background-position: 0 -1084px;
  width: 46px;
  height: 46px;
}
.img_slider_prev.disabled {
  background: url(https://static8.orstatic.com/images/v4/previewimg/HSlider.png) no-repeat transparent;
  width: 50px;
  height: 50px;
  margin: 20px;
  top: 0px;
  position: absolute;
  cursor: pointer;
  left: -25px;
  background-position: 0 -988px;
  width: 46px;
  height: 46px;
  cursor: default;
  visibility: hidden;
}
.img_slider_next {
  background: url(https://static8.orstatic.com/images/v4/previewimg/HSlider.png) no-repeat transparent;
  width: 50px;
  height: 50px;
  margin: 20px;
  top: 0px;
  position: absolute;
  cursor: pointer;
  right: -25px;
  background-position: 0 -700px;
  width: 46px;
  height: 46px;
}
.img_slider_next.disabled {
  background: url(https://static8.orstatic.com/images/v4/previewimg/HSlider.png) no-repeat transparent;
  width: 50px;
  height: 50px;
  margin: 20px;
  top: 0px;
  position: absolute;
  cursor: pointer;
  right: -25px;
  background-position: 0 -604px;
  width: 46px;
  height: 46px;
  cursor: default;
  visibility: hidden;
}
.or_vlist {
  position: relative;
  height: 100%;
}
.or_vlistpage {
  height: 180px;
  position: relative;
  width: 100%;
}
.or_vlistitem1 {
  background-color: white;
  border-bottom: 1px solid #cccccc;
  color: #644f40;
  background-image: linear-gradient(center top, white 5%, #f7f7f7 100%);
  background-image: -o-linear-gradient(center top, white 5%, #f7f7f7 100%);
  background-image: -moz-linear-gradient(center top, white 5%, #f7f7f7 100%);
  background-image: -webkit-linear-gradient(center top, white 5%, #f7f7f7 100%);
  background-image: -ms-linear-gradient(center top, white 5%, #f7f7f7 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, white), color-stop(1, #f7f7f7));
  position: relative;
}
.or_vlistitem1:hover {
  color: #ff592c;
  background-color: whitesmoke;
  background-image: linear-gradient(center top, whitesmoke 5%, #e2e2e2 100%);
  background-image: -o-linear-gradient(center top, whitesmoke 5%, #e2e2e2 100%);
  background-image: -moz-linear-gradient(center top, whitesmoke 5%, #e2e2e2 100%);
  background-image: -webkit-linear-gradient(center top, whitesmoke 5%, #e2e2e2 100%);
  background-image: -ms-linear-gradient(center top, whitesmoke 5%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, whitesmoke), color-stop(1, #e2e2e2));
}
.or_vlistitem2 {
  border-bottom: #d1c7b8 1px solid;
  color: #ff592c;
  background-color: white;
  background-image: linear-gradient(center top, white 5%, #f7f7f7 100%);
  background-image: -o-linear-gradient(center top, white 5%, #f7f7f7 100%);
  background-image: -moz-linear-gradient(center top, white 5%, #f7f7f7 100%);
  background-image: -webkit-linear-gradient(center top, white 5%, #f7f7f7 100%);
  background-image: -ms-linear-gradient(center top, white 5%, #f7f7f7 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, white), color-stop(1, #f7f7f7));
}
.or_icon_arrow {
  margin: 6px 3px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.sr2_popupinfo_btn .or_icon_arrow {
  margin-top: 8px;
}
.or_ddpopup_info {
  z-index: 100;
  position: absolute;
  top: -6px;
  left: -10px;
}
.or_ddpopup_info_head {
  float: left;
  border: 1px solid #d1c7b8;
  background-color: white;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-bottom: -2px;
  border-bottom: 0px;
  box-shadow: none;
}
.or_ddpopup_info_body {
  padding: 5px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #d1c7b8;
  background-color: white;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
}
.or_ddpopup_info_img {
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 50px;
  height: 50px;
}
.sr2_morerest_img {
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 80px;
  height: 80px;
}
.or_dropdownarrow {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: absolute;
  cursor: pointer;
  top: 0px;
  right: 0px;
  margin: 10px;
}
#rw_search .or_input_dropdown {
  width: 85px;
  height: 34px;
  padding-right: 30px;
}
.tablemap_btn.or_ddpopup_btn > div {
  margin: 1px 0 0 5px;
}
.rw_sort {
  width: 128px;
  height: 165px;
  float: left;
}
.rw_sort2 {
  width: 256px;
  height: 165px;
  float: left;
}
.rw_sort2_half {
  width: 128px;
  float: left;
}
.rw_sort3 {
  width: 384px;
  height: 165px;
  float: left;
}
.sr2_popup {
  top: 20%;
  z-index: 900;
  position: fixed;
  border: 1px solid #d1c7b8;
  background-color: white;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.gourmet_timeline_1 {
  background: url(/images/css_sprite/v4/OpenRicer_popup_bkgd_400_135.png) no-repeat top left;
  background-position: 0 0;
  width: 400px;
  height: 135px;
}
.gourmet_timeline_2 {
  background: url(/images/css_sprite/v4/OpenRicer_popup_bkgd_400_135.png) no-repeat top left;
  background-position: 0 -185px;
  width: 400px;
  height: 135px;
}
.gourmet_timeline_3 {
  background: url(/images/css_sprite/v4/OpenRicer_popup_bkgd_400_135.png) no-repeat top left;
  background-position: 0 -370px;
  width: 400px;
  height: 135px;
}
.gourmet_timeline_4 {
  background: url(/images/css_sprite/v4/OpenRicer_popup_bkgd_400_135.png) no-repeat top left;
  background-position: 0 -555px;
  width: 400px;
  height: 135px;
}
.gourmet_timeline_5 {
  background: url(/images/css_sprite/v4/OpenRicer_popup_bkgd_400_135.png) no-repeat top left;
  background-position: 0 -740px;
  width: 400px;
  height: 135px;
}
.gourmet_timeline_6 {
  background: url(/images/css_sprite/v4/OpenRicer_popup_bkgd_400_135.png) no-repeat top left;
  background-position: 0 -925px;
  width: 400px;
  height: 135px;
}
.or_floater_h {
  z-index: 200;
  width: inherit;
  bottom: 150px;
  height: 250px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #d1c7b8;
  background-color: white;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  right: 0px;
  position: fixed;
  -moz-box-shadow: 1px 3px 6px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 3px 6px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 3px 6px 1px rgba(0, 0, 0, 0.3);
}
.rp_floater_h {
  z-index: 200;
  width: inherit;
  bottom: 150px;
  height: 250px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #d1c7b8;
  background-color: white;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  right: 0px;
  position: fixed;
  -moz-box-shadow: 1px 3px 6px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 3px 6px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 3px 6px 1px rgba(0, 0, 0, 0.3);
  height: 150px;
  float: right;
  top: 210px;
  bottom: auto;
  position: absolute;
}
.sr2_floater_h {
  z-index: 200;
  width: inherit;
  bottom: 150px;
  height: 250px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #d1c7b8;
  background-color: white;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  right: 0px;
  position: fixed;
  -moz-box-shadow: 1px 3px 6px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 3px 6px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 3px 6px 1px rgba(0, 0, 0, 0.3);
  width: auto;
}
.sr2_floater_gate {
  width: 35px;
  height: 250px;
  float: left;
  position: relative;
  cursor: pointer;
}
.sr2_relatedpois {
  width: 380px;
  border-left: #d1c7b8 1px solid;
  float: left;
  overflow: hidden;
  position: relative;
  height: 250px;
}
.sr2_movetopoi {
  height: 19px;
  font-weight: normal;
  padding: 2px 4px 0;
  border: 1px solid #f3542c;
  color: #f3542c;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  font-size: 12px;
  margin: 0 1px 0 1px;
  position: relative;
  top: -1px;
}
.or_title_grey {
  color: #b8afa2;
}
.sr1_title_grey {
  color: #bbbbbb;
}
.or_cat_title {
  font-size: 19px;
  color: #644f40;
  font-weight: bold;
  font-family: 'Dosis', '新細明體', Arial, Helvetica, sans-serif;
  float: left;
  width: 230px;
}
/* custom innerscroll */

.or_is_wrapper {
  height: 200px;
  width: 184px;
  overflow-x: hidden;
  overflow-y: hidden;
}
.or_is_content {
  height: 200px;
  width: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
.or_is_wrapper .ui-draggable {
  background-color: #dddddd !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -moz-border-top-right-radius: 5px !important;
  -webkit-border-top-right-radius: 5px !important;
  border-top-right-radius: 5px !important;
  -moz-border-top-left-radius: 5px !important;
  -webkit-border-top-left-radius: 5px !important;
  border-top-left-radius: 5px !important;
  -moz-border-bottom-right-radius: 5px !important;
  -webkit-border-bottom-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  -moz-border-bottom-left-radius: 5px !important;
  -webkit-border-bottom-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  width: 7px !important;
}
.sr2_media_play {
  position: absolute;
  top: -20px;
  left: 80px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.sr2_media_play:hover {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
/* English */

.sprite-sr1-tablemap-title-en {
  background: url(/Images/v4/previewimg/contentblk_logo_e.jpg) no-repeat top left;
  width: 261px;
  height: 29px;
}
.or_upimg_op {
  position: absolute;
  top: 40%;
  width: 150px;
  left: 15px;
}
.switch.switch-small.switch-small-en {
  width: 160px;
}
.switch.switch-small.switch-small-th.toggleBPCatPublic {
  min-width: 147px !important;
}
.switch.switch-small.switch-small-th.toggleBPCatPublic .switch-small {
  white-space: nowrap;
}
/*---- Index_TopTabs start ----*/

.or_bento_bag {
  position: relative;
  white-space: nowrap;
  font-size: 0;
}
.or_bento {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #d1c7b8;
  background-color: white;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 5px;
}
.or_bento01 {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #d1c7b8;
  background-color: white;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 5px;
  width: 300px;
}
.or_bento11 {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #d1c7b8;
  background-color: white;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 5px;
  width: 300px;
  height: 250px;
}
.or_bento12 {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #d1c7b8;
  background-color: white;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 5px;
  width: 300px;
  height: 250px;
  width: 612px;
}
.or_bento13 {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #d1c7b8;
  background-color: white;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 5px;
  width: 300px;
  height: 120px;
}
.or_bento21 {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #d1c7b8;
  background-color: white;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 5px;
  width: 300px;
  height: 512px;
}
.or_bento01_ad {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #d1c7b8;
  background-color: white;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 5px;
  width: 300px;
  -moz-border-top-right-radius: 0 !important;
  -webkit-border-top-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  -moz-border-top-left-radius: 0 !important;
  -webkit-border-top-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  -moz-border-bottom-right-radius: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  -moz-border-bottom-left-radius: 0 !important;
  -webkit-border-bottom-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border: none !important;
  background: none !important;
}
.or_bento11_ad {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #d1c7b8;
  background-color: white;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 5px;
  width: 300px;
  height: 250px;
  -moz-border-top-right-radius: 0 !important;
  -webkit-border-top-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  -moz-border-top-left-radius: 0 !important;
  -webkit-border-top-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  -moz-border-bottom-right-radius: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  -moz-border-bottom-left-radius: 0 !important;
  -webkit-border-bottom-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.or_bento11_ad1 {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #d1c7b8;
  background-color: white;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 5px;
  width: 300px;
  height: 120px;
  -moz-border-top-right-radius: 0 !important;
  -webkit-border-top-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  -moz-border-top-left-radius: 0 !important;
  -webkit-border-top-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  -moz-border-bottom-right-radius: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  -moz-border-bottom-left-radius: 0 !important;
  -webkit-border-bottom-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.or_bento11_tmpoi {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #d1c7b8;
  background-color: white;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 5px;
  width: 300px;
  height: 250px;
  border: 1px solid #d1c7b8 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) !important;
  -moz-border-top-right-radius: 5px !important;
  -webkit-border-top-right-radius: 5px !important;
  border-top-right-radius: 5px !important;
  -moz-border-top-left-radius: 5px !important;
  -webkit-border-top-left-radius: 5px !important;
  border-top-left-radius: 5px !important;
  -moz-border-bottom-right-radius: 5px !important;
  -webkit-border-bottom-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  -moz-border-bottom-left-radius: 5px !important;
  -webkit-border-bottom-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  font-size: 13px !important;
}
.or_bento11_tmpoi .selectionBlock {
  background-color: #f3f3f3;
}
.titlebar_tmpoi {
  background-repeat: repeat-x;
}
.common_idxTab {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.award_idxTab,
.orlift_idxTab,
.ortravel_idxTab,
.citibank_idxTab {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.award_idxTab {
  width: 68px;
  height: 68px;
  background-image: url("https://static6.orstatic.com/Images/v4/previewImg/index_btn_award.png");
}
.award_idxTab:hover {
  background-image: url("https://static8.orstatic.com/Images/v4/previewImg/index_btn_award_hover.png");
}
.orlift_idxTab {
  width: 68px;
  height: 68px;
  background-image: url("https://static7.orstatic.com/Images/v4/previewImg/index_btn_orlife.png");
}
.orlift_idxTab:hover {
  background-image: url("https://static5.orstatic.com/Images/v4/previewImg/index_btn_orlife_hover.png");
}
.ortravel_idxTab {
  width: 68px;
  height: 68px;
  background-image: url("https://static8.orstatic.com/Images/v4/previewImg/index_btn_travel.png");
}
.ortravel_idxTab:hover {
  background-image: url("https://static8.orstatic.com/Images/v4/previewImg/index_btn_travel_hover.png");
}
.citibank_idxTab {
  width: 68px;
  height: 68px;
  background-image: url("https://static6.orstatic.com/Images/v4/previewImg/index_btn_citibank.png");
}
.citibank_idxTab:hover {
  background-image: url("https://static7.orstatic.com/Images/v4/previewImg/index_btn_citibank_hover.png");
}
.feature_block {
  width: 300px;
}
.feature_idxTab {
  width: 66px;
  height: 65px;
  font-size: 22px;
  line-height: 23px;
  color: #644f40;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  font-family: '微軟正黑體', 'Microsoft JhengHei', 'Dosis', '新細明體', Arial, Helvetica, sans-serif;
  border-right: 1px solid #d1c7b8;
}
.buffet_idxTab,
.hotpot_idxTab,
.party_idxTab,
.japanese_idxTab,
.food_delivery_idxTab,
.live_football_idxTab {
  width: 77px;
  height: 31px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fffdfa), color-stop(1, #f1ece6));
  background: -moz-linear-gradient(center top, #fffdfa 5%, #f1ece6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfa', endColorstr='#f1ece6');
  background-color: #fffdfa;
  font-size: 15px;
  font-family: 'Dosis', Arial, Helvetica, sans-serif;
  color: #644f40;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  cursor: pointer;
}
.buffet_idxTab:hover,
.hotpot_idxTab:hover,
.party_idxTab:hover,
.japanese_idxTab:hover,
.food_delivery_idxTab:hover,
.live_football_idxTab:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f1ece6), color-stop(1, #fffdfa));
  background: -moz-linear-gradient(center top, #f1ece6 5%, #fffdfa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1ece6', endColorstr='#fffdfa');
  background-color: #f1ece6;
  color: #644f40;
  text-decoration: none;
}
.buffet_idxTab,
.hotpot_idxTab,
.party_idxTab {
  border-bottom: 1px solid #d1c7b8;
}
.buffet_idxTab,
.hotpot_idxTab,
.japanese_idxTab,
.food_delivery_idxTab {
  border-right: 1px solid #d1c7b8;
}
/*---- Index_TopTabs end ----*/

.or_global_cat {
  margin: 2px 5px 0px -1px;
  float: left;
}
.or_mustShow {
  display: block !important;
}
.sprite-chart-questionMark-o {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.sprite-chart-questionMark-o:hover {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.recent_search_tag {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: 1px solid #cccccc;
  color: #644f40;
  font-size: 12px;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  white-space: nowrap;
  overflow: hidden;
  margin: 5px 5px 0 0;
  padding: 4px 7px;
  line-height: 16px;
  max-width: 255px;
}
.recent_search_tag:hover {
  border: 1px solid #ff592c;
  color: #ff592c;
  text-decoration: none;
}
.mceContentBody {
  color: #644f40;
  font-family: '微軟正黑體', Arial, Helvetica, sans-serif;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 5px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 5px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 5px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 5px;
}
.ui-widget-content {
  background: white;
  border: 1px solid #d9d9d9;
  color: #644f40;
}
/*---- Revamp Common Classes start ----*/

.or_poiName {
  font-weight: bold;
  font-size: 15px;
}
.or_prevpage a.paging_number,
.or_nextpage a.paging_number {
  margin-top: -2px;
}
.or_shadow {
  -moz-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.6) !important;
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.6) !important;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.6) !important;
}
/*---- Revamp Common Classes end ----*/

/*---- For override the inline z-index of qtips ----*/

.z_idx_1 {
  z-index: 1 !important;
}
.z_idx_10000 {
  z-index: 10000 !important;
}
.sr1_suggestion {
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #644f40;
  font-size: 15px;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #fff5b3;
}
.sprite-sr2-photo-icon-comment {
  margin-top: 2px;
}
.sprite-sr2-icon-review {
  margin-top: 2px;
}
.sprite-sr2-icon-editorRecom {
  margin-top: -1px;
}
.sprite-sr2-icon-editorRecom-w {
  margin-top: -1px;
}
.or_carou,
.carousel-inner {
  overflow: hidden;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.or_carou_hidden {
  display: none !important;
  visibility: hidden;
}
/* ie-carou */

.carousel-indicators {
  top: auto;
  right: auto;
}
.carousel-indicators li {
  cursor: pointer;
  float: none;
  margin: 1px;
}
.carousel-indicators li.active {
  cursor: pointer;
  float: none;
  margin: 1px;
}
#wrapper_carou_indexnewuserranking .hc-details-open-left {
  left: -30px;
}
/*----- Promotion - Food Safety ------*/

.sr2_icon_foodsafety {
  background: url(https://static8.orstatic.com/images/FoodSafety/sr1logo.png) no-repeat top left;
  width: 119px;
  height: 21px;
}
.sr1_closed_rest_div {
  margin: 0px -15px -15px;
  padding: 0px 15px 10px 15px;
  cursor: pointer;
  font-size: 20px;
}
.sr1_closed_rest_div:hover {
  color: #f3542c;
  background-color: #e7e7e7;
}
.or_curruser:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
/*---- fb-layer start ----*/

#fb-layer-box {
  overflow: hidden;
  position: fixed;
  bottom: 20px;
  right: 0;
  width: 204px;
  height: 66px;
  z-index: 999999;
}
#fb-layer {
  position: absolute;
  top: 0;
  right: -204px;
  width: 204px;
  height: 66px;
  opacity: 0.95;
  background-image: url("//static6.orstatic.com/images/v4/facebook/float/bg.png");
}
#fb-layer-logo {
  display: block;
  position: absolute;
  top: 21px;
  left: 18px;
  width: 30px;
  height: 30px;
}
#fb-layer-close {
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("//static6.orstatic.com/images/v4/facebook/float/close_btn.png");
}
#fb-layer-close:hover {
  background-image: url("//static6.orstatic.com/images/v4/facebook/float/close_btn_o.png");
}
/*---- fb-layer end ----*/

.sr1_noresult_msg {
  top: 165px;
  left: 200px;
  width: 300px;
  position: absolute;
}
.foodsafety {
  width: 74px;
  height: 21px;
  background-image: url('//static6.orstatic.com/images/FoodSafety/sr1logo.png');
  background-repeat: no-repeat;
}
#sr2_bpcat_form .or_chkbox_lb {
  width: auto;
  max-width: 210px;
  word-wrap: break-word;
}
.r2_bpcat_form_list_s .or_chkbox_lb {
  width: auto;
}
.or_offshow {
  visibility: hidden;
  height: 1px;
}
.sr2_bpcat_border {
  border-bottom: #cccccc 1px solid;
}
.sr2_bpcat_add_btn {
  margin: 2px;
  padding: 2px 7px !important;
  font-weight: bold;
  font-size: 22px !important;
}
.sr2_bpcat_hovercard {
  float: right;
}
.sr2_bpcat_hovercard .hc-details {
  top: 15px;
}
.sr2_scoreoverall_ico {
  left: 90px;
}
.or_is_wrapper_popup .ui-draggable {
  background-color: #cccccc !important;
  background: -webkit-gradient(linear, 0 0, 100% 0, from(#cccccc), to(#cccccc)) !important;
  background-image: -moz-linear-gradient(top, #cccccc, #cccccc) !important;
  background-image: -o-linear-gradient(top, #cccccc, #cccccc) !important;
  opacity: 1.0 !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  width: 7px !important;
  left: -5px !important;
}
.orhq-htmlblock .htmlblockContext {
  margin-bottom: 10px;
}
a.or_searchresult_othercities {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #d1c7b8;
  background-color: white;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 5px;
  margin: 0;
  margin-bottom: 15px;
  margin-left: 15px;
  color: #644f40;
  width: 180px;
}
a.or_searchresult_othercities:hover {
  border: 1px solid #f3542c;
  color: #f3542c;
}
#ms_menu_content .som_map_div .som_map_title,
#ms_menu_content .som_map_inactive .som_map_title {
  float: left;
}
#ms_menu_content .som_map_inactive {
  position: relative;
}
#ms_menu_content .som_map_inactive .sprite-global-dropdownArrow4 {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 18px;
  margin-right: 21px;
}
#ms_menu_content .som_map_inactive > span {
  display: block;
}
#ms_menu_content .som_map_div .main_color3.selected_string {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#ms_menu_content .som_map_inactive .main_color3.selected_string {
  margin-right: 20px;
}
#ms_menu_content .som_map_div .som_map_active .selected_string {
  word-break: break-word;
}
#wr_main_content .or_input.or_input_dropdown {
  padding: 2px 12px;
  width: 120px;
}
#wrapper_carou_poiphotos .carou_poiphotos.or_snapbar {
  left: auto !important;
}
.or_snapbar {
  background-color: #454547;
}
.or_snapbar_start {
  float: left;
  width: 92px;
  height: 90px;
}
.or_snapbar_icon {
  margin: 24px 0 0 19px;
  border-style: none;
}
.or_snap_icon {
  width: 29px;
  height: 29px;
  background-image: url(/Images/v4/snap/sr1_opensnap_logo.gif);
}
.snap_widget_photo {
  width: 100%;
  height: 200px;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.snap_widget_divider {
  margin: 2px 0;
  border-top: 1px dashed #ff592c;
}
.snap_popup_title {
  float: left;
  margin-left: 5px;
  margin-top: 7px;
  font-size: 19px;
  font-family: 'Dosis', Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.snap_img_slider_btn {
  background: none;
}
.snap_slider_photo {
  border-left: 2px solid white;
  width: 90px;
  height: 90px;
}
.snap_slider_photo:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.sr2_website_nowrap {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.gourmet_widget_user_name {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#gourmet_search input[type='checkbox'][name='usergrade'] + label .or_chkbox_lb {
  width: 100px;
}
.report_rest_title {
  border-top: 1px solid #d1c7b8;
}
.report_rest_title legend {
  font-family: 'Dosis', '新細明體', Arial, Helvetica, sans-serif;
  font-size: 19px;
  color: #644f40;
  font-weight: bold;
  width: auto;
  line-height: normal;
  border: none;
  padding-right: 10px;
  padding-bottom: 5px;
}
.rg_sns_avatar {
  position: relative;
  display: inline-block;
  /* when checked (Default) */

  /* when unchecked */

}
.rg_sns_avatar.checked .sprite-form-or-regist-avatar-tick {
  display: inline-block;
}
.rg_sns_avatar.checked .sprite-form-or-regist-avatar-remove {
  display: none;
}
.rg_sns_avatar.checked .sprite-form-or-regist-avatar-uncheck {
  display: none;
}
.rg_sns_avatar.checked .rg_sns_avatar_image {
  opacity: 1;
  border-color: #e64d25;
}
.rg_sns_avatar.checked:hover .rg_sns_avatar_image {
  opacity: 0.7;
  border-color: #665041;
}
.rg_sns_avatar.checked:hover .sprite-form-or-regist-avatar-remove {
  display: inline-block;
}
.rg_sns_avatar.checked:hover .sprite-form-or-regist-avatar-tick {
  display: none;
}
.rg_sns_avatar .rg_sns_avatar_image {
  opacity: 0.5;
  border-color: #cbcbcb;
}
.rg_sns_avatar .sprite-form-or-regist-avatar-tick {
  display: none;
}
.rg_sns_avatar .sprite-form-or-regist-avatar-remove {
  display: none;
}
.rg_sns_avatar .sprite-form-or-regist-avatar-uncheck {
  display: inline-block;
}
.rg_sns_avatar_image {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  height: 92px;
  width: 92px;
  border: 3px solid #e64d25;
}
.rg_sns_avatar_status {
  position: absolute;
  right: 0;
  bottom: 0;
}
.normal_poiblock > .ib {
  width: 475px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.normal_poiblock .sr1_content .poi_score_board {
  float: left;
  margin-left: 5px;
  font-weight: bold;
  margin-top: 10px;
  margin-top: -3px;
}
.normal_poiblock #sr1_data {
  float: left;
  width: 285px;
}
.normal_poiblock #sr1_data .poiblock_top_margin {
  margin-top: 7px;
}
.normal_poiblock #sr1_data .sr1_info_item {
  padding-left: 20px;
  padding-right: 15px;
}
.normal_poiblock #sr1_data .sr1_condition_item {
  margin-left: 5px;
  float: left;
}
.normal_poiblock .inline_show.header2.sr1_poi_title .poi_link {
  color: #f3542c;
  font-size: 20px;
  font-family: 'Dosis', '新細明體', Arial, Helvetica, sans-serif;
  line-height: 20px;
  margin-bottom: 6px;
  word-wrap: break-word;
  word-break: break-word;
}
.normal_poiblock .inline_show.header2.sr1_poi_title .poi_link:hover {
  color: #f3542c;
}
.new_poiblock > .ib {
  width: 475px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.new_poiblock .sr1_content .poi_score_board {
  float: left;
  margin-left: 5px;
  font-weight: bold;
  margin-top: 10px;
  margin-top: -3px;
}
.new_poiblock #sr1_data {
  float: left;
  width: 285px;
}
.new_poiblock #sr1_data .poiblock_top_margin {
  margin-top: 7px;
}
.new_poiblock #sr1_data .sr1_info_item {
  padding-left: 20px;
  padding-right: 15px;
}
.new_poiblock #sr1_data .sr1_condition_item {
  margin-left: 5px;
  float: left;
}
.new_poiblock .inline_show.header2.sr1_poi_title .poi_link {
  color: #f3542c;
  font-size: 20px;
  font-family: 'Dosis', '新細明體', Arial, Helvetica, sans-serif;
  line-height: 20px;
  margin-bottom: 6px;
  word-wrap: break-word;
  word-break: break-word;
}
.new_poiblock .inline_show.header2.sr1_poi_title .poi_link:hover {
  color: #f3542c;
}
.new_poiblock > .ib {
  width: 250px;
}
.new_poiblock .sprite-global-icon8 + .sr1_info_item {
  margin-left: 5px;
  float: left;
  width: 250px;
}
.sponsor_poiblock > .ib {
  width: 475px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sponsor_poiblock .sr1_content .poi_score_board {
  float: left;
  margin-left: 5px;
  font-weight: bold;
  margin-top: 10px;
  margin-top: -3px;
}
.sponsor_poiblock #sr1_data {
  float: left;
  width: 285px;
}
.sponsor_poiblock #sr1_data .poiblock_top_margin {
  margin-top: 7px;
}
.sponsor_poiblock #sr1_data .sr1_info_item {
  padding-left: 20px;
  padding-right: 15px;
}
.sponsor_poiblock #sr1_data .sr1_condition_item {
  margin-left: 5px;
  float: left;
}
.sponsor_poiblock .inline_show.header2.sr1_poi_title .poi_link {
  color: #f3542c;
  font-size: 20px;
  font-family: 'Dosis', '新細明體', Arial, Helvetica, sans-serif;
  line-height: 20px;
  margin-bottom: 6px;
  word-wrap: break-word;
  word-break: break-word;
}
.sponsor_poiblock .inline_show.header2.sr1_poi_title .poi_link:hover {
  color: #f3542c;
}
.sponsor_poiblock .sr1_content .campaign_details_wrapper {
  float: left;
  margin: 10px 0 0 5px;
}
.sponsor_poiblock .sr1_content .campaign_details_wrapper .campaign_details_content {
  margin-left: 5px;
  float: left;
  width: 250px;
}
.sponsor_poiblock #sr1_data {
  width: 432px;
}
.sponsor_poiblock #sr1_data .poiblock_top_margin {
  width: 432px;
}
.closed_poiblock > .ib {
  width: 475px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.closed_poiblock .sr1_content .poi_score_board {
  float: left;
  margin-left: 5px;
  font-weight: bold;
  margin-top: 10px;
  margin-top: -3px;
}
.closed_poiblock #sr1_data {
  float: left;
  width: 285px;
}
.closed_poiblock #sr1_data .poiblock_top_margin {
  margin-top: 7px;
}
.closed_poiblock #sr1_data .sr1_info_item {
  padding-left: 20px;
  padding-right: 15px;
}
.closed_poiblock #sr1_data .sr1_condition_item {
  margin-left: 5px;
  float: left;
}
.closed_poiblock .inline_show.header2.sr1_poi_title .poi_link {
  color: #f3542c;
  font-size: 20px;
  font-family: 'Dosis', '新細明體', Arial, Helvetica, sans-serif;
  line-height: 20px;
  margin-bottom: 6px;
  word-wrap: break-word;
  word-break: break-word;
}
.closed_poiblock .inline_show.header2.sr1_poi_title .poi_link:hover {
  color: #f3542c;
}
.closed_poiblock .inline_show.header2.sr1_poi_title .poi_link {
  color: #f3542c;
  font-size: 20px;
  font-family: 'Dosis', '新細明體', Arial, Helvetica, sans-serif;
  line-height: 20px;
  margin-bottom: 6px;
  word-wrap: break-word;
  word-break: break-word;
  color: #bbbbbb;
}
.closed_poiblock .inline_show.header2.sr1_poi_title .poi_link:hover {
  color: #f3542c;
}
.or_facebook_icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 71px;
  height: 27px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url(https://static7.orstatic.com/images/facebook/fb.gif) left top no-repeat;
  cursor: pointer;
}
body .breadcrumb,
body .breadcrumb a {
  width: 926px;
  margin: auto;
  font-size: 12px;
  font-family: Arial, '新細明體', Heletica, sans-serif;
  color: #a1856a;
  font-weight: normal;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  stroke: initial;
  margin-top: 4px;
  margin-bottom: 5px;
}
body .breadcrumb .arrow {
  color: #aba098;
}
body .breadcrumb a {
  color: #aba098;
}
body .breadcrumb a:hover {
  text-decoration: underline;
}
.border_bottom_dot .optionButton {
  margin: 0px 8px 10px 8px;
}
.border_bottom_dot .optionButton .sprite-sr2-btn-writeReview_16x16,
.border_bottom_dot .optionButton .sprite-sr2-btn-provideInfo,
.border_bottom_dot .optionButton .sprite-sr2-icon-camera {
  margin-top: 3px;
  margin: auto;
  width: 17px;
  height: 17px;
}
.rec_papper_bg .ingredient,
.rec_papper_bg .seasoning {
  text-align: center;
}
.write_first_review_btn,
.write_first_photo_btn {
  display: block;
  font-family: Arial, "新細明體", Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 100%;
  text-align: left;
  color: #644f40;
  padding: 5px 5px 5px 5px;
  border: 1px solid #eed00e;
  box-shadow: 0 1px 0 white inset;
  border-radius: 3px;
  background-color: #ffd30d;
  background-image: -moz-linear-gradient(center bottom, #ffd30d 5%, #fff129 100%);
  padding: 5px 5px 3px;
}
.write_first_review_btn:hover,
.write_first_photo_btn:hover {
  color: #644f40;
  background-color: #fff129;
  background-image: -moz-linear-gradient(center bottom, #fff129 5%, #ffd30d 100%);
  text-decoration: none;
}
.write_first_review_btn .sprite-icon_editReviews_s {
  margin-bottom: -3px;
  width: 15px;
}
.write_first_photo_btn .sprite-icon_takePhoto_s {
  margin-bottom: -4px;
}
.new_rest_btn {
  display: inline-block;
  float: right;
  margin: 0px 5px 5px 0px;
  min-height: 30px;
}
.rel_pos.newRestBtnIcon {
  position: absolute;
  right: 0;
  margin-right: 15px;
  max-width: 250px;
  height: inherit;
}
.newRestBtnIcon .newRestCount {
  float: right;
  margin-top: 8px;
  margin-right: 5px;
}
.newRestBtnIcon .newRestCount .sprite-resIndex-icon-comment {
  margin-left: 30px;
}
.newRestItem {
  position: relative;
  padding: 15px;
  height: 65px;
  padding-right: 230px;
}
#sr2BookmarkTip {
  background-color: white;
  border: 1px solid #d1c7b8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  color: #644f40;
  height: auto;
  width: 308px;
  position: absolute;
  z-index: 100;
  /*margin-top: -96px;*/
  margin-top: -68px;
}
.sr2BookmarkTipBtn {
  background-color: #f3542c;
  background-image: -moz-linear-gradient(center bottom, #ff8843 5%, #f3542c 100%);
  background-image: linear-gradient(to bottom, #ff8843 5%, #f3542c 100%);
  border: 1px solid #ff5a2c;
  border-radius: 3px;
  box-shadow: 0 1px 0 #ffdcc7 inset;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  height: 28px;
  width: 68px;
  margin: 0 98px;
  padding: 0 6px;
  text-align: center;
  text-decoration: none;
}
.sr2BookmarkTipBtn:hover {
  background-color: #ff8843;
  background-image: -moz-linear-gradient(center bottom, #f3542c 5%, #ff8843 100%);
  background-image: linear-gradient(to bottom, #f3542c 5%, #ff8843 100%);
}
.sr2BookmarkIcon {
  display: inline-block;
  float: left;
}
.sr2BookmarkContentDiv {
  display: inline-block;
  width: 190px;
  float: left;
  margin: 0px 0px 10px 10px;
}
.sr2BookmarkTipTitle {
  font-size: 15px;
  line-height: 16px;
  text-align: left;
  color: #f3542c;
  font-weight: bold;
  margin-bottom: 5px;
}
.sr2BookmarkTipContent {
  font-size: 13px;
  line-height: 14px;
  text-align: left;
  color: #644f40;
  margin-bottom: 10px;
}
.sr2BookmarkTipReminder {
  font-size: 11px;
  line-height: 14px;
  text-align: left;
  color: #999999;
  margin: 0px;
}
#sr2BookmarkTipArrow {
  margin-top: 44px;
  margin-left: 124px;
  z-index: 101;
}
.sprite-icon_sina_logo {
  width: 35px;
  height: 31px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  background: url(/Custom_CN/Images/V4/New/xl_2.png) no-repeat;
}
.sprite-lo_sina {
  width: 35px;
  height: 31px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  background: url(/Custom_CN/Images/V4/New/xl_1.png) no-repeat;
}
.photoPopUpBtn {
  padding: 6px 10px 8px;
}
.sr2_fdbk_tabs_EN {
  margin-left: 0;
  padding: 0px 7px;
}
.sr2_menu_image {
  width: 59px;
  height: 59px;
  border-radius: 5px;
  border: 1px solid #c8c8c8;
  margin-right: 6px;
}
.sr2_menu_more_blk {
  width: 59px;
  height: 59px;
  border-radius: 5px;
  border: 1px solid #c8c8c8;
  background: #c8c8c8;
  float: left;
}
.sr2_menu_more_img {
  padding-top: 27px;
  padding-left: 17px;
}
#menuGrid .ui-draggable {
  margin-left: 6px;
  margin-top: 6px;
}
#menuGrid #content_jobs {
  overflow: hidden !important;
}
.sr1_coupon_grid .ui-draggable {
  margin-top: 0px !important;
  margin-bottom: -1px;
}
#menuFlag .global_title_deco2 {
  margin-bottom: 10px;
}
.engScore {
  width: 110px !important;
  margin-left: 15px;
}
#noMenuDiv {
  margin: auto;
  text-align: center;
  height: 150px;
}
#noMenuDiv #content {
  display: inline-block;
  position: relative;
  font-size: 18px;
  margin-top: 38px;
  width: 100%;
}
#noMenuDiv span {
  margin-right: 5px;
}
#noMenuDiv .btnTitle {
  margin-left: 20px;
  margin-top: 2px;
}
.snap_popup_ul {
  max-width: 260px;
}
.sr1_vote_info_item {
  display: flex;
  /*align-items: center;*/

}
.sr1_vote_info_item .desc {
  flex-grow: 1;
  padding-left: 7px;
  font-size: 12px;
  color: #f3542c;
  line-height: 1.4;
  hover: underline;
  margin-top: 6px;
}
.sr1_vote_info_item .sprite-common_icon_award {
  margin-bottom: 4px;
  margin-top: 4px;
}
.vote-botton {
  height: 25px;
  border: 25px;
  /*min-width: 68px;*/
  min-width: 50px;
  border-radius: 2px;
  border: 1px, solid #eed00e;
  background-color: #ffd30d;
  /*background-image: bottom, #ffd30d 5%, #fff129 100%;*/
  /*box-shadow: inset 0 1px 0 #white;*/
  padding: 5px;
  /*margin: 10px;*/
  font-size: 12px;
  /*float: right;*/
  text-align: center;
  /*font-color: #644fd0;*/
  height: 16px;
  color: #644f40;
  display: block;
  /*float: left;*/
  border: 1px solid #eed00e;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-image: linear-gradient(bottom, #ffd30d 5%, #fff129 100%);
  background-image: -o-linear-gradient(bottom, #ffd30d 5%, #fff129 100%);
  background-image: -moz-linear-gradient(bottom, #ffd30d 5%, #fff129 100%);
  background-image: -webkit-linear-gradient(bottom, #ffd30d 5%, #fff129 100%);
  background-image: -ms-linear-gradient(bottom, #ffd30d 5%, #fff129 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #ffd30d), color-stop(1, #fff129));
  -moz-box-shadow: inset 0 1px 0 white;
  -webkit-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white;
}
.vote-botton a {
  color: #644f40;
  text-decoration: none;
}
.vote-botton:hover {
  color: #644f40;
  background-color: #fff129;
  background-image: linear-gradient(bottom, #fff129 5%, #ffd30d 100%);
  background-image: -o-linear-gradient(bottom, #fff129 5%, #ffd30d 100%);
  background-image: -moz-linear-gradient(bottom, #fff129 5%, #ffd30d 100%);
  background-image: -webkit-linear-gradient(bottom, #fff129 5%, #ffd30d 100%);
  background-image: -ms-linear-gradient(bottom, #fff129 5%, #ffd30d 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #fff129), color-stop(1, #ffd30d));
}
.award-vote-info {
  display: flex;
  width: 100%;
  align-items: center;
}
.award-vote-info .award-vote-info-desc {
  padding-left: 5px;
  flex-grow: 1;
  font-size: 12px;
  color: #f3542c;
  line-height: 1.4;
  hover: underline;
}
.sprite-global-member-type-badge100 {
  background-image: url("//static8.orstatic.com/images/common_badge_vip_desktop.png?DA25B604");
  background-size: cover;
  width: 32px;
  height: 32px;
}
.sprite-global-member-type-badge100_w20 {
  background-image: url("//static8.orstatic.com/images/common_badge_vip_desktop.png?DA25B604");
  background-size: cover;
  width: 20px;
  height: 20px;
}
