/* ********************************************************************************
 * Building blocks
 * h2, h3, p, etc        Standard html tags
 * div.gbBlock           Sidebar or content section with style for contained lists
 * ul.gbBreadCrumb       List of links/path elements
 * table.gbDataTable     Table for data/form elements with styles for shading rows
 */

#gallery {
    background: url(/images/back-head.png) repeat-x;
    width: 980px;
    margin: 0 auto;
}

#gallery h2, #gallery h3, #gallery h4, #gallery form {
    margin: 0;
    padding: 0;
}

#gallery p {
    margin: 0.6em 0;
    padding: 0;
}

#gsHeader {
    position: relative;
    height: 60px;
    padding-top: 10px;
}

#gsFooter {
    text-align: center;
}

.gbBlock {
    padding: .3em .6em;
    border-width: 0 0 1px 0;
    border-style: inherit;
    border-color: inherit;
    /* IE can't inherit these */
    border-style: expression(parentElement.currentStyle.borderStyle);
    border-color: expression(parentElement.currentStyle.borderColor);
}

.gbBlock ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.gbBlock ul ul {
    margin: 0 0 0.5em 1.0em;
}

.gbBlock li {
    padding: 6px 0 0 0;
}

#gallery .gbBlock h3 {
    margin-bottom: 0.5em;
}

#gallery .gbBlock h4 {
    margin-top: 0.5em;
}


ul.gbBreadCrumb {
    margin: 0;
    padding: 4px 8px;
    list-style-type: none;
}

ul.gbBreadCrumb li {
    display: inline;
}

table.gbDataTable {
    margin-bottom: 4px;
}

table.gbDataTable th, table.gbDataTable td {
    padding: 4px;
}


.giBlockToggle {
    padding: 0 0.4em 0.1em;
}
.giBlockToggle:hover {
    cursor: pointer;
}


.gbMarkupBar {
    margin: 4px 0;
}

#gallery .gbMarkupBar input {
    margin: 0;
    padding: 0;
}


/* ********************************************************************************
 * Sections
 * body.gallery     Page body in G2 standalone (doesn't apply to embedded)
 * #gallery         Page container
 * #gsSystemLinks   Top bar with breadcrumb and other links
 * #gsSidebar       Sidebar
 * #gsContent       Main content
 */

body.gallery {
    margin: 0;
    padding: 0;
}

#gallery {
    padding: 8px;
}

#gsSystemLinks {
    border-top-width: 1px;
    border-bottom-width: 1px;
    margin: 16px 0;
}

#gsSystemLinks div {
    float: right;
    padding: 4px 6px;
}
#gsSystemLinks div span {
    padding: 0 4px;
}

#gsSidebar {
    border-right-width: 1px;
    width: 170px;
}
#gsSidebarCol {
    padding-right: 18px;
    width: 1%; /* Expand to fit content ("0" bad4 firefox, "1px" bad4 opera) */
}

ul#left-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul#left-menu li a {
    display: block;
    background: url(/images/left-menu.png) no-repeat;
    height: 20px;
    padding: 6px 5px 0px 20px;
    color: #000;
    font-size: 110%;
}

ul#left-menu li a:hover {
    background: url(/images/left-menu-active.png) no-repeat;
    color: #000;
}

div#search-box {
    position: absolute;
    top: 30px;
    right: 20px;
    width: 273px;
    height: 48px;
    background: url(/images/back-search.png) no-repeat;
}

table.articles th {
    text-align: left;
    background: #AFAFAF;
    padding: 3px;
}

table.articles td {
    background: #EFEFEF;
    padding: 3px;
}

form.article label {
    display: block;
    font-weight: bold;
}

form.article input {
    margin-bottom: 10px;
}

div.article-detail {
    padding: 20px 10px;
}

div#topnav {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 110%;
  font-weight: bold;
  color: #6A7173;
}

div#topnav a {
  padding: 0 15px;
  color: #6A7173;
}

form#SearchSystemContent {
  position: relative;
}

input#inputTypeSearch {
  position: absolute;
  top: 7px;
  left: 208px;
  width: 35px;
  height: 19px;
  background: url(/images/search-button.png) no-repeat;
  border: none;
  font-size: 0;
  cursor: pointer;
}

input#searchCriteria {
  position: absolute;
  top: 5px;
  left: 63px;
  margin-top: 2px;
  height: 15px;
  width: 135px;
  border: 1px solid #C5C5CC;
}

label#searchText {
  position: absolute;
  top: 10px;
  left: 0;
  color: #94959C;
  font-size: 110%;
  font-weight: bold;
  padding: 0 5px;
}

.corner-left-news {
  background: url(/images/corner-left-news.png) top left no-repeat!important;
}

.corner-right-news {
  background: #DEE2EE url(/images/corner-right-news.png) top right no-repeat!important;
}

.corner-left-album {
  background: url(/images/corner-left-album.png) top left no-repeat!important;
}

.corner-right-album {
  background: #B4C2EE url(/images/corner-right-album.png) top right no-repeat!important;
}

div.advertisment {
  text-align: center;
}

div.advertisment h5 {
  text-align: left;
  color: #898989;
  margin-bottom: 3px;
}

img.SearchImageFrame_blue {
  border: 5px solid #aec3ef!important;
}

td.gbItemAlbum {
  vertical-align: top;
}

#hotels {
border:1px #F0F0F0 Solid;
width:520px;
margin:0px;
padding:0px;
}
#hotels h3 {
margin:0px;
margin-bottom:10px;
color:#FF0000;
}
#hotels ul {
margin:0px;
}
#hotels li {
width:250px;
margin-left:10px;
margin-bottom:5px;
float:right;
list-style:none;
text-align:center;
}
.clearit {
clear:both;
}
