/* SERVICES */
div.customselect
  {
  position: relative;
  width: 282px; height: 19px;
  background: url('http://static2.geocell.ge/img/geocell/select-bg.gif') no-repeat;
  font: 8pt 'Arial', sans-serif;
  line-height: 19px;
  z-index: 99;
  float: right;
  }

div.customselect div.selected
  {
  width: 240px;
  margin-left: 8px;
  overflow: hidden;
  cursor: default;
  white-space: nowrap;
  }

div.customselect div.options
  {
  width: 254px; height: 12em;
  left: 4px; top: 18px;
  display:none;
  position:absolute;
  z-index: 1;
  overflow: auto;
  border: 1px solid #ADADAD;
  background-color: #FFF; color: #000;
  line-height: 1.5em;
  }

div.customselect div.option
  {
  padding: 0 4px 0 4px;
  overflow: hidden;
  cursor: default;
  white-space: nowrap;
  }

div.customselect div.optionhover
  {
  background-color: #888;
  color: #FFF;
  }

/* NEWS: YEAR */
div.selectYear
  {
  position: relative;
  width: 92px; height: 19px;
  background: url('http://static2.geocell.ge/img/geocell/select_year.gif') no-repeat;
  font: 8pt 'Arial', sans-serif;
  line-height: 18px;
  z-index: 99;
  float: left;
  margin: 0 5px 0 10px;
  }

div.selectYear div.selected
  {
  width: 60px;
  margin-left: 8px;
  overflow: hidden;
  cursor: default;
  white-space: nowrap;
  }

div.selectYear div.options
  {
  width: 63px; height: 12em;
  left: 4px; top: 18px;
  display:none;
  position:absolute;
  z-index: 1;
  overflow: auto;
  border: 1px solid #ADADAD;
  background-color: #FFF; color: #000;
  line-height: 1.5em;
  }

div.selectYear div.option
  {
  padding: 0 4px 0 4px;
  overflow: hidden;
  cursor: default;
  white-space: nowrap;
  }

div.selectYear div.optionhover
  {
  background-color: #888;
  color: #FFF;
  }

/* NEWS: MONTH */
div.selectMonth
  {
  position: relative;
  width: 112px; height: 19px;
  background: url('http://static2.geocell.ge/img/geocell/select_month.gif') no-repeat;
  font: 8pt 'Arial', sans-serif;
  line-height: 18px;
  z-index: 99;
  float: left;
  }

div.selectMonth div.selected
  {
  width: 100px;
  margin-left: 8px;
  overflow: hidden;
  cursor: default;
  white-space: nowrap;
  }

div.selectMonth div.options
  {
  width: 103px; height: 12em;
  left: 4px; top: 18px;
  display:none;
  position:absolute;
  z-index: 1;
  overflow: auto;
  border: 1px solid #ADADAD;
  background-color: #FFF; color: #000;
  line-height: 1.5em;
  }

div.selectMonth div.option
  {
  padding: 0 4px 0 4px;
  overflow: hidden;
  cursor: default;
  white-space: nowrap;
  }

div.selectMonth div.optionhover
  {
  background-color: #888;
  color: #FFF;
  }
