/* Copyright 2006 EveryTravelDeal */

#notice {right: auto; right:0px; top:15px;}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
  font-family: Arial,sans-serif;
  color: #333333;
  line-height: 1.166;
  margin: 0px;
  padding: 0px;

  background-image:none;
  background-repeat:repeat-x;
  background-color:#ffffff;
}
/************** utility styles *****************/

#utility{
  top: 0px;
  color: black;
  text-align: right;
}

#utility a{
  color: #21befe;
}

#utility a:hover{
  background-color: white;
  text-decoration: underline;
}


#masthead{
  margin-top:5px;
  border:0px;
}

.pagecell1{
  top: 70px;
}


#deals a {
  color: #21befe;
}
#deals a:hover{
  background-color: auto;
  text-decoration: underline;
}

/************** popup styles *******************/
#popContainer {
  position:relative;
  margin-left:auto;
  margin-right:auto;
  top: 0px;
  width:550px;
}
#popMasthead{
  position: absolute;
  top: 0px;
  width:550px;
}
#popCell{
  position:absolute;
  top: 70px;
  width:550px;
  height:100px;
  background-color: #ffffff;
}


#filterLeft h3 {
  color: #effbfe;
}

#filterSection {
  background-color: #00bafe;
  margin-bottom: 2px;
  color: #effbfe;
  vertical-align: center;
}

#filterSection a {
  color: black;
}

#filterRight {
  border-left: 2px dotted #61c7fe;
}

#filterRight th{
  color: #effbfe;
}
.button {
  background-color: white;
  color: #00bafe;
  font-weight: bold;
  cursor: pointer;
}
.filterLink {
  color: black;
}