<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*************************************/
/* 
  10px &gt;&gt; 0.6em || x-small
  12px &gt;&gt; 0.8em || small
  16px &gt;&gt; 1.0em || medium
*/
/* general rules */
body{
  color                 : #595959;
  font-family           : Geneva, Arial, Helvetica, sans-serif;
  font-size             : 0.75em;
  font-weight           : normal;
  min-height            : 300px;
  max-width             : 1200px;
  min-width             : 980px;
  text-decoration       : none; 
	margin:0 auto;
}
img{
  border                : 0px;
}
.left{
  float: left;
}
.right{ 
  float: right;
}
.bold{
  font-weight           : bold;
}
.textLeft{
  text-align            : left;
}
.textRight{
  text-align            : right;
}
/* navigation-frame  */
div#topPane{
  /* color                 : #EBEBEB; */
  font-weight           : bold;
  margin-bottom         : 5px;
  padding-bottom        : 5px;
  width                 : 100%;
  z-index               : 1;
}
div#leftPane{
  float                 : left;
  overflow-x            : hidden;
  padding               : 1px;
  width                 : 20%;
  z-index               : 1;
	margin: 0px 0px 10px 5px;
}
div#rightPane{
  float                 : right;
  padding               : 1px 3px 1px 1px;
  width                 : 200px;
	margin-right					: 0px;
	
}
div#mainPane{
  font-size             : 0.9em;
  float                 : left;
  padding-left          : 5px;
  width                 : 55%;
}
div#watermark{
  z-index               : -1;
  position              : absolute;
  right                 : 10px;
}
input{
  font-size             : 0.9em;
}
select{
  font-size             : 0.9em;
}
div#bottomPane{
  clear                 : both;
  padding-top           : 5px;
  width                 : 100%;
}
 div#navShadowMain .navShadow2, div#navShadowMain .navShadow3, div#navShadowMain .navShadow4 
,div#navShadowMain .navShadow5, div#navShadowMain .navMain{
  left                  : -1px;
  position              : relative;	
	top                   : -1px;
} 
div#navShadowMain .navShadow1{
  background-color      : #F1F1F1;
}
div#navShadowMain .navShadow2{
  background-color      : #E7E7E7;
}
div#navShadowMain .navShadow3{
  background-color      : #DEDEDE;
}
div#navShadowMain .navShadow4{
  background-color      : #D5D5D5;
}
div#navShadowMain .navShadow5{
  background-color      : #CCCCCC;
}
div#navShadowMain .navMain{
  background-color      : #FFFFFF;
  background-image      : url("/images/watermark.gif");
  background-position   : 100% 110px;
  background-repeat     : no-repeat;
  border                : 1px solid #999999;
}
/* navigation header */
div#navHeaderBGText{
  color                 : #595959;
  font-family           : tbFontType; 
  font-size             : 2em; 
  left                  : 237px;  
  position              : absolute;
  opacity               : 0.2;
  -ms-filter            : "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter                : alpha(opacity=20);

}

div#navHeaderTagLineText{
  color                 : #595959;
  font-weight           : bold;
  margin-right          : 5px;
  text-align            : right;
}
h1#navHeaderTagLineText{
  color                 : #595959;
  font-size             : 1.5em;
  font-weight           : bold;
  margin                : 0px 5px 0px 0px;
  text-align            : right;
}
div#navHeaderMenu{
  color                 : #000066;
}
div#navHeaderText{
  /* padding               : 3px 0px 3px 0px; */
}
img#logo{
  margin                : 10px; 
}
/* navigation - footer */
div.footer{
  background-color      : #2058A3;
  height                : 20px;
  line-height           : 20px;
  text-align            : center;
}
/* containers */
div.container{
  overflow              : hidden;
}
/* theme : red */
.ry1h, .ry2h, .ry3h, .ry4h, .ry2hc, .ry3hc, .ry4hc{
  display               : block;
  font-size             : 1px;
  overflow              : hidden;   
}
.ry1h{
  background            : #A61111; 
  height                : 1px;  
  margin                : 0px 5px;
}
.ry2h, .ry2hc{
  background            : #A61111; 
  border-left           : 2px solid #A61111; 
  border-right          : 2px solid #A61111; 
  height                : 1px; 
  margin                : 0px 3px;
}
.ry3h, .ry3hc{
  background            : #A61111; 
  border-left           : 1px solid #A61111; 
  border-right          : 1px solid #A61111; 
  height                : 1px; 
  margin                : 0px 2px;
}
.ry4h, .ry4hc{
  background            : #A61111; 
  border-left           : 1px solid #A61111; 
  border-right          : 1px solid #A61111; 
  height                : 2px; 
  margin                : 0px 1px;
}
.ry2hc, .ry3hc, .ry4hc{
  background-color      : #F0EDCC;
}
.ryh{
  background            : #A61111; 
  border-left           : 1px solid #A61111;
  border-right          : 1px solid #A61111; 
}
.ryh div.containerHeader{
  font-weight           : bold;
  margin                : 0px 10px 0px 10px; 
  padding-bottom        : 3px;
}
.ryc{
  background-attachment : scroll;
  background-color      : #F0EDCC;
  /* background-image      : url(/images/search-bg.jpg); */
  background-position   : 0 0;
  background-repeat     : no-repeat;
  border-left           : 1px solid #A61111;
  border-right          : 1px solid #A61111;
}
.ryc div.containerContent{
  color                 : #595959;
  font-weight           : normal; 
  padding               : 3px;
  text-decoration       : none;
}
/* theme : blue */
.bw1h, .bw2h, .bw3h, .bw4h, .bw2hc, .bw3hc, .bw4hc{
  display               : block;
  font-size             : 1px; 
  overflow              : hidden;   
}
.bw1h{
  background            : #2058A3; 
  height                : 1px;  
  margin                : 0px 5px;
}
.bw2h, .bw2hc{
  background            : #2058A3; 
  border-left           : 2px solid #2058A3; 
  border-right          : 2px solid #2058A3; 
  height                : 1px; 
  margin                : 0px 3px;
}
.bw3h, .bw3hc{
  background            : #2058A3; 
  border-left           : 1px solid #2058A3; 
  border-right          : 1px solid #2058A3; 
  height                : 1px; 
  margin                : 0px 2px;
}
.bw4h, .bw4hc{
  background            : #2058A3; 
  border-left           : 1px solid #2058A3; 
  border-right          : 1px solid #2058A3; 
  height                : 2px; 
  margin                : 0px 1px;
}
.bw2hc, .bw3hc, .bw4hc{
  background-color      : #F9F9F9;
}
.bwh{
  background            : #2058A3; 
  border-left           : 1px solid #2058A3;
  border-right          : 1px solid #2058A3; 
}
.bwh div.containerHeader{
  font-weight           : bold;
  margin                : 0px 10px 0px 10px; 
  padding-bottom        : 3px;
}
.bwc{
  background-color      : #F9F9F9;
  border-left           : 1px solid #2058A3;
  border-right          : 1px solid #2058A3; 
}
.bwc div.containerContent{
  color                 : #595959;
  font-weight           : normal; 
  padding               : 3px;
  text-decoration       : none;
}
/* theme : grey  */
.gw1h, .gw2h, .gw3h, .gw4h, .gw2hc, .gw3hc, .gw4hc{
  display               : block;
  font-size             : 1px; 
  overflow              : hidden;   
}
.gw1h{
  background            : #929292; 
  height                : 1px;  
  margin                : 0px 5px;
}
.gw2h, .gw2hc{
  background            : #929292; 
  border-left           : 2px solid #929292; 
  border-right          : 2px solid #929292; 
  height                : 1px; 
  margin                : 0px 3px;
}
.gw3h, .gw3hc{
  background            : #929292; 
  border-left           : 1px solid #929292; 
  border-right          : 1px solid #929292; 
  height                : 1px; 
  margin                : 0px 2px;
}
.gw4h, .gw4hc{
  background            : #929292; 
  border-left           : 1px solid #929292; 
  border-right          : 1px solid #929292; 
  height                : 2px; 
  margin                : 0px 1px;
}
.gw2hc, .gw3hc, .gw4hc{
  background-color      : #F9F9F9;
}
.gwh{
  background            : #929292; 
  border-left           : 1px solid #929292;
  border-right          : 1px solid #929292; 
}
.gwh div.containerHeader{
  font-weight           : bold;
  margin                : 0px 10px 0px 10px; 
  padding-bottom        : 3px;
}
.gwc{
  background-color      : #F9F9F9;
  border-left           : 1px solid #929292;
  border-right          : 1px solid #929292; 
}
.gwc div.containerContent{
  color                 : #595959;
  font-weight           : normal; 
  padding               : 3px;
  text-decoration       : none;
}
.round1, .round2, .round3, .round4{
  font-size             : 1px; 
  overflow              : hidden; 
  display               : block;
}
.round1{
  height                : 1px; 
  background            : #CF7011; 
  margin                : 0px 5px;
}
.round2{
  height                : 1px; 
  background            : #FFFFFF; 
  border-right          : 2px solid #CF7011; 
  border-left           : 2px solid #CF7011; 
  margin                : 0px 3px;
}
.round3{
  height                : 1px; 
  background            : #FFFFFF; 
  border-right          : 1px solid #CF7011; 
  border-left           : 1px solid #CF7011; 
  margin                : 0px 2px;
}
.round4{
  height                : 2px; 
  background            : #FFFFFF; 
  border-right          : 1px solid #CF7011; 
  border-left           : 1px solid #CF7011; 
  margin                : 0px 1px;
}
.roundContent{
  background            : #FFFFFF; 
  border-right          : 1px solid #CF7011; 
  border-left           : 1px solid #CF7011;
}
/* breadcrumb*/
div.breadcrumb{
  color                 : #595959;
  font-weight           : normal;
  margin                : 0px 5px; 
  text-decoration       : none;
}
/* links */
a:link{
  color                 : #000066;
  font-weight           : normal;
  text-decoration       : none;
}
a:visited{
  color                 : #000066;
  font-weight           : normal;
  text-decoration       : none;
}
a:hover{
  color                 : #FF7F00;
  font-weight           : normal;
  text-decoration       : underline;
}
a.blue:link{
  color                 : #000066;  
  font-weight           : normal;
  text-decoration       : none;
}
a.blue:visited{
  color                 : #000066;
  font-weight           : normal;
  text-decoration       : none;
}
a.blue:hover{
  color                 : #FF7F00;
  font-weight           : normal;
  text-decoration       : none;
}
a.blueb:link{
  color                 : #000066;  
  font-weight           : bold;
  text-decoration       : none;
}
a.blueb:visited{
  color                 : #000066;
  font-weight           : bold;
  text-decoration       : none;
}
a.blueb:hover{
  color                 : #FF7F00;
  font-weight           : bold;
  text-decoration       : none;
}
a.dark:link{
  color                 : #3E82C8;
  font-weight           : bold;
  text-decoration       : none;
}
a.dark:visited{
  color                 : #3E82C8;
  font-weight           : bold;
  text-decoration       : none;
}
a.dark:hover{
  color                 : #FF7F00;
  font-weight           : bold;
  text-decoration       : none;
}
a.red:link {
  color                 : #990000;
  font-weight           : bold;
  text-decoration       : none;
}
a.red:visited {
  color                 : #990000;
  font-weight           : bold;
  text-decoration       : none;
}
a.red:hover {
  color                 : #FF7F00;
  font-weight           : bold;
  text-decoration       : none;
}
a.white:link{
  color                 : #FFFFFF;
  font-weight           : bold;
  text-decoration       : none;
}
a.white:visited{
  color                 : #FFFFFF;
  font-weight           : bold;
  text-decoration       : none;
}
a.white:hover{
  color                 : #FF7F00;
  font-weight           : bold;
  text-decoration       : underline;
}
/* 3D button effect */
a.button:link {
  display               : block;
  border                : 1px solid;
  border-color          : #AAAAAA #000000 #000000 #AAAAAA;
  padding               : 1px;
  background            : #FFCC00;
  color                 : #000066;
  font-weight           : normal;
  text-decoration       : none;
}
a.button:visited {
  background            : #FFCC00;
  border                : 1px solid;
  border-color          : #AAAAAA #000000 #000000 #AAAAAA;
  color                 : #000066;
  display               : block;
  font-weight           : normal;
  padding               : 1px;
  text-decoration       : none;
}
a.button:hover{
  border-color          : #000000 #AAAAAA #AAAAAA #000000;
  color                 : #000066;
  font-weight           : normal;
  left                  : 1px;
  position              : relative;
  text-decoration       : none;
  top                   : 1px;
}
a.button2:link {
  background            : #DDDDDD;
  border                : 1px solid;
  border-color          : #AAAAAA #000000 #000000 #AAAAAA;
  color                 : #3E82C8;
  display               : block;
  font-weight           : bold;
  padding               : 1px 3px;
  text-align            : center;
  text-decoration       : none;
}
a.button2:visited {
  background            : #DDDDDD;
  border                : 1px solid;
  border-color          : #AAAAAA #000000 #000000 #AAAAAA;
  color                 : #3E82C8;
  display               : block;
  font-weight           : bold;
  padding               : 1px 3px;
  text-align            : center;
  text-decoration       : none;
}
a.button2:hover{
  border-color          : #000000 #AAAAAA #AAAAAA #000000;
  color                 : #FF7F00;
  font-weight           : bold;
  left                  : 1px;
  position              : relative;
  text-align            : center;
  text-decoration       : none;
  top                   : 1px;
}
a.submit{
  background            : #CCCCCC !important;
  color                 : #595959 !important;
  display               : table-cell !important; 
  font-size             : 1.1em;
  height                : 3em; 
  text-align            : center; 
  vertical-align        : middle; 
  width                 : 22em;
}
/* text */
.dark{
  color                : #262626;
  font-weight           : normal;
  text-decoration       : none;
}
.darkb{
  color                 : #262626;
  font-weight           : bold;
  text-decoration       : none;
}
.grey{
  color                 : #EBEBEB;
  font-weight           : normal;
  text-decoration       : none;
}
.greyb{
  color                 : #EBEBEB;
  font-weight           : bold;
  text-decoration       : none;
}
.lightblue {
  color                 : #1B61A9;
  font-weight           : bold;
}
.pagetitle{
  border-bottom         : 1px solid #990000;
  color                 : #990000;
  font-size             : 1.2em;
  font-weight           : bold;
  /* margin                : 2px 5px 2px 5px; */
  text-decoration       : none;
}
.pagetitlebutton{
  color                 : #990000;
  cursor                : pointer;
  float                 : right;
  font-weight           : bold;
  text-decoration       : none;
}
.pagetitleblue{
  border-bottom         : 2px dotted #2058A3;
  color                 : #2058A3;
  font-weight           : bold;
  text-decoration       : none;
}
.plain{
  color                 : #595959;
  text-align            : left;
  text-decoration       : none;
}
.white{
  color                 : #FFFFFF;
  font-weight           : normal;
  text-decoration       : none;
}
.whiteb{
  color                 : #FFFFFF;
  font-weight           : bold;
  text-decoration       : none;
}
.wine {
  color                 : #7A1F1F;
}
/* left pane */
div.leftPane .b1, .b2, .b3, .b4{
  background-color      : #C5DAF5;
  display               : block;
  font-size             : 1px;
  overflow              : hidden; 
}
div.leftPane .b1 {
  background            : #999999; 
  height                : 1px; 
  margin                : 0px 5px 0px 0px;
}
div.leftPane .b2 {
  background-color      : #FFCC00; /* #F0FFF0 */
  border-right          : 2px solid #999999;
  height                : 1px; 
  margin                : 0px 3px 0px 0px;
}
div.leftPane .b3 {
  background-color      : #FFCC00; /* #F0FFF0 */
  border-right          : 1px solid #999999;
  height                : 1px; 
  margin                : 0px 2px 0px 0px;
}
div.leftPane .b4 {
  background-color      : #FFCC00; /* #F0FFF0 */
  border-right          : 1px solid #999999; 
  height                : 2px;  
  margin                : 0px 1px 0px 0px;
}
div.leftPane .content {
  background-color      : #FFCC00; /* #F0FFF0 */
  border-right          : 1px solid #999999;
}
div.leftPane select{
  background-color      : #F5F5DC
}
div.leftPane input{
  background-color      : #F5F5DC
}

/* featured hotels*/
div.f0{
  float                 : left;
  height                : 100px;
  width                 : 100%;
}
div.f1{
  background-color      : #CCCCCC;
  float                 : left;
  height                : 100px;
  margin-right          : 2px;
  width                 : 100px;
  
}
div.f1 img{
  height                : 100px;
  width                 : 100px;
}
div.d2{
  padding-top           : 1px;
  margin-left           : 60px;
}
div.d3{
  padding-top           : 1px;
  margin-left           : 60px;
}
div.d4{
  float                 : right;
}
div.d5{
  margin-left           : 60px;
  padding-top           : 1px;
}


/* top hotels*/
div.d0{
  float                 : left;
  height                : 70px;
  width                 : 49%;
}
div.d1{
  background-color      : #CCCCCC;
  float                 : left;
  height                : 60px;
  margin-right          : 2px;
  width                 : 60px;
  
}
div.d1 img{
  height                : 60px;
  width                 : 60px;
}
div.d2{
  padding-top           : 1px;
  margin-left           : 60px;
}
div.d3{
  padding-top           : 1px;
  margin-left           : 60px;
}
div.d4{
  float                 : right;
}
div.d5{
  margin-left           : 60px;
  padding-top           : 1px;
}
/* advanced search */
div.AdvSearchButton{
  margin                : 5px 0px 10px 0px;
  text-align            : right; 
}
div.AdvSearchOptions{ 
  font-variant          : small-caps; 
  margin                : 5px 3px 0px 3px; 
  padding               : 8px 3px 6px 3px;
}
div.AdvSearchOptions img{
  vertical-align        : middle;
}
div.AdvSearchPaneElement{
  padding               : 0px 0px 5px 5px;
}
div.MainCriteriaPane{
  margin                : 0px 5px 0px 5px;
}
div.tbRow{
  clear                 : both; 
  margin                : 1px;
  padding               : 2px;
}
div.tbRow2, div.tbRowSelected{
  clear                 : both;
  margin                : 1px;
  overflow              : auto;
  padding               : 2px;
}
div.tbRowSelected{
  background-color      : #66CC00;
  color                 : #FFFFFF;
}
div.tbRow div.tbAdv1{
  float                 : left;
}
div.tbRow div.tbAdv2{
  text-align            : right;
}
div.tbRow2 div.tbAdv1, div.tbRowSelected div.tbAdv1{
  text-align            : left;
}
div.tbRow2 div.tbAdv2, div.tbRowSelected div.tbAdv2{
  float                 : right;
}
div#slider{
  margin                : 5px auto;
  width                 : 90%;
}
div#sliderTXT{

}
/* hitlist */
div#legenda{
  background-color      : #FFFFFF;
  border                : 1px solid #CCCCCC;
  cursor                : help;
  display               : none;
  position              : absolute;
  width                 : 350px
}
div.hotelmap{
  background-color      : white;
  border                : 1px solid #000000;
  display               : none;
  height                : 210px;
  position              : absolute;
  width                 : 390px; 
}
div.orderby{
  float                 : right;
  font-weight           : normal;
}
div.pagebar{
  border-bottom         : 1px solid #3E82C8;
  border-top            : 1px solid #3E82C8;
  color                 : #3E82C8;
  display               : table;
  width                 : 100%;
}
span.pagebaritem{
  text-align            : center;
  padding-left          : 5px;
  padding-right         : 5px;
}
td.avHeader{
  border-bottom         : 1px solid #999999;
  font-weight           : bold;
  text-align            : center;
}
td.hitlist1{
  background-color      : #ECECEC;
}
td.hitlist2{
  background-color      : #FFFFFF;
}

ul.hlMenu{
  float                 : right; 
  margin                : 0px;
  text-align            : left;
}
ul.hlMenu li{
  border-left           : 1px solid #999999;
  border-right          : 1px solid #999999;
  border-top            : 1px solid #999999;
  display               : inline;
  margin                : 0px 2px 0px 2px;
  padding               : 0px 5px 0px 5px;
  text-align            : center;
  text-transform        : capitalize;
}
ul.hlMenu li.selected{
  background-color      : #ECECEC; 
}
h4.subTitle{
  border-bottom         : 1px solid #999999;
  margin-bottom         : 5px;
  margin-top            : 0px;
}

/* last visited hotels */ 
.lastVisitedHotel{
  border-bottom         : 1px dotted #999999;
  clear                 : both;
	width									:25%;
  padding               : 5px 0px 5px 0px; 
}

/* city page */
div.cityGuideBox{
  float                 : left;
  width                 : 33%;
}
div.cityGuideBoxTitle{
  border-bottom         : 1px solid #CCCCCC;
  font-weight           : bold;
  margin                : 5px 10px 5px 0px;
}

/* index page */
.q1, .q2{
  margin-bottom         : 20px;
  padding               : 3px;
}
.q1{
  /*background-color      : #F0F0F0;%/
}
.q2{
  background-color      : #FFCC00; /* #F0EDCC; */
}
div.addyourhotel{
  background-image      : url('/images/add-hotel.gif'); 
  display               : table-cell; 
  height                : 22px; 
  text-align            : center;
  vertical-align        : middle;
  width                 : 170px; 
}
h3.tbh3{
  border-bottom         : 1px solid #CCCCCC;
  margin                : 3px;
}

/* rest */

td.summarySub{
  background-color      : #ECECEC;
  font-weight           : bold;
}
td.summaryTotal{
  background-color      : #ECECEC;
  border-top            : 3px double #999999;
  font-weight           : bold;
}

DIV#ImagePane {
    position            : relative;
}

DIV#ImageBoiler {
    position            : absolute;
    left                : 0px;
    top                 : 0px;
}

DIV#ImageView {
    position            : absolute;
    left                : 0px;
    top                 : 0px;
}
/*
DIV#ImagePane {
    position : relative;
    left      : 380px;
}

DIV#ImageBoiler{
    position : absolute;
    left     : 0px;
    top      : 0px;
    height   : 135px;
    width    : 180px;
}

DIV#ImageView{
    position : absolute;
    left     : 0px;
    top      : 0px;
}
*/
.HeaderText{
  color                 : #FFFFFF;
} 
iframe.mapframe {
    border              : 0px none;
    height              : 680px;
    margin              : 0px;
    overflow            : hidden;
    vertical-align      : top;
    width               : 730px;
}

/* BOOKING PAGES */

  input.content{
      width: 95%;
  }
  select.content{
      width: 95%;
  }
  fieldset.content{
    border        : 1px solid #CCCCCC;
  }

  input.cvc {
      width: 30px;
  }

  div.cvchelp {
      position: absolute;
      visibility: hidden;
      width: 240px;
      background-color: #FFE4C4;
      border: 1px solid;
      padding: 5px;
      margin-top: 0px;
      z-index: 100;
      text-align: justify;
  }

  div.LoginPane {
      width   : 300px;
      float   : right;
  }

  div.cancellationhelp {
      position: absolute;
      visibility: hidden;
      width: 250px;
      bottom: 60px;
      right: 320px;
      background-color: #FFE4C4;
      z-index: 100;
      text-align: justify;
  }

  img.cvcinfo {
      vertical-align: middle;
      cursor: help;
  }

  a.helplink {
      cursor: help;
  }
  
 /* HOTELPAGE - REVIEW*/
 div.reviewComment{
  border-bottom: 1px dashed #999999;
  margin-bottom: 3px;
  font-weight: bold;
}
div.defaultTitle{
  border-bottom: 1px solid #CC6633;
  color: #CC6633;
  font-weight: bold;
  margin: 0px 0px 5px 10px !important;
  text-align: left;
  text-decoration:none;
}
div.customerTitle{
  border-bottom: 1px solid #3E82C8;
  color: #3E82C8;
  font-weight: bold;
  margin: 0px 0px 5px 10px !important;
  text-align: left;
  text-decoration:none;
}
div.defaultComments{
  margin-left:170px;
  margin-right:10px;
  border-left: 1px dashed #CC6633;
  padding-left: 5px;
}
div.customerComments{
  margin-left:170px;
  margin-right:10px;
  border-left: 1px dashed #3E82C8;
  padding-left: 5px;
}
select.review{
  width: 150px;
}
select.review2{
  width: 90px;
}
div#generalScore{
  background-color: #3E82C8;
  color: #FFFFFF;
  width: 100px;
  float:left;
  text-align: center;
}
div#detailedScore{
  margin-left: 15px;
  float:left;
  text-align: center;
  width: 110px;
}
div#searchCriteria{
  margin-left: 15px;
  float:left;
  text-align: center;
  width: 250px;
}
div#orderResultsBy{
  margin-left: 15px;
  float:left;
  text-align: center;
  width: 130px;
}
div.paging{
  text-align:center;
  padding-left: 5px;
  padding-right: 5px;
  float:left;
}
div.orderby{
  color:#3E82C8;
  cursor: pointer;
  font-weight:bold;
  text-decoration:none;
  text-align:right; 
  float:right;
 }
/* hotelpage */
  ul#tabbar {
    float: right;
    margin: 0px;
    padding: 0px;
    text-align : left;
  }

  ul#tabbar li.selected {
    background : #990000;
    border  : 1px solid #CCCCCC;
    color : #FFFFFF;
    cursor : default;
    display : inline;
    margin : 1px;
    padding : 0px 5px 0px 5px;
    text-align : left;
  }

  ul#tabbar li.mouseover {
    background : #CCCCCC;
    border  : 1px solid #999999;
    display : inline;
    margin : 1px;
    padding : 0px 5px 0px 5px;
  }

  ul#tabbar li.mouseout {
    border-bottom  : 1px solid #CCCCCC;
    border-left  : 1px solid #CCCCCC;
    border-right  : 1px solid #CCCCCC;
    display : inline;
    margin : 1px;
    padding : 0px 5px 0px 5px;
    text-transform: capitalize;
  } 
  div.hotelinfo{
    overflow: auto;
  }
  div.hotelphotos{
    margin : 0px 5px 5px 5px;
  }
  div.hoteldescription{
    margin : 5px;
  }
  div.hotelphotos img{
    cursor: pointer;
    width : 40px;
    height : 40px;
    border : 1px solid #FF7F00;
  }
  div.policyblock{
    margin-bottom: 10px;
  }
  div.blockheader{
    background-color      : #3E82C8;
    color                 : #FFFFFF;
    font-size             : 1.2em;
    font-weight           : bold;
    margin-bottom         : 2px;
    padding               : 2px;
    text-decoration       : none;
  } 
	
	div.blockheaderBlank{
    background-color      : #FFFFFF;
    color                 : #3E82C8;
    font-size             : 1.5em;
    font-weight           : bold;
    margin-bottom         : 2px;
    padding               : 2px;
    text-decoration       : none;
  } 
  /* side menu */
    div.bbpHeader{
    border-bottom: 1px solid #990000;
    font-weight: bold;
    padding-bottom: 3px;
    text-align: center; 
  }
  div.bbpTop{
    border-bottom: 1px solid #3E82C8;
    margin-top : 5px;
  }
  div.bbpBottom{
    margin-bottom : 5px;
  }
  /*FAQ pages*/
  div.help_question {
  border-bottom         : 1px solid;
  color                 : #FF7F00;
  font-size             : 10pt;
  font-weight           : bold;
  margin-top            : 10px;
  text-decoration       : none;
}

div.help_header {
  padding               : 0px 0px 5px 20px;
}
#sidebar {
    width: 174px;
    height: 128px;
		background-image:url(/images/room-discount-200.jpg);
    overflow: hidden;
    background: #ffffff;
    margin: 0 auto;
    float: right;
    clear: right;
    //padding: 8px;
    //background: #e5e5e5;
    border: 1px solid;
		margin-left:5px;
		top:5em;
		right:0em;
		border-radius: 5px 0px 0px 5px;
}

.fixed {
  margin-left: 350px !important;
	position: fixed;
	top: 0;   
}
</pre></body></html>