/* General */
body{
  margin:0px;
  background-color:#C4C4BC;  
  font-family: arial,verdana,tahoma;
  font-size: 12px;
}

form{
  padding:0px;
  margin:0px;
}

h2{
  margin: 0;  
	font-family: arial, tahoma, verdana;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	padding: 5px 0 0 6px;
}

a:link, a:visited{
  color:#888888;
  text-decoration: underline;
}

a:hover{
  text-decoration: none;
}

img{
  margin:0px;
  padding:0px;  
}

.clearBoth{
  clear:both;
}

.floatLeft{
  float:left;
}

.floatRight{
  float:right;
}

/* Layout */
#main{
  margin:auto;
  width:971px;  
  background-image:url(../images/main-bg-tile.gif);
  background-repeat:repeat-y;
}

#contentWrapper{
  margin:auto;
  width:971px;  
  background-image:url(../images/top-bg.gif);
  background-repeat:no-repeat;  
}

#header{
  margin:0px 21px 0px 21px;
  height:116px;
}

#header div.logo{
  width:506px;
  float:left;
}

#header div.banner{
  margin:15px 0px 24px 0px;
  width:412px;
  float:right;
}

#content{
  margin:0px 21px 0px 21px;
}

#content div.dottedline{
  padding:5px 0px 5px 0px;
  height:10px;
  background-image: url(../images/dotted-tile.gif);
  background-repeat: repeat-x;
  background-position: center center;
}

#content div.left{
  padding-left:6px;
  width:183px;
  float:left;
}

#content div.right{
  width:740px;
  float:right;
}

#content div.advertiserconrner{
  margin: 3px 0px 5px 0px;  
  width:166px;
  background-color:#4CC1EF;
  border:1px solid #FFFFFF;
}

#content div.advertiserlogin{
  margin: 3px 0px 5px 0px;  
  width:166px;
  background-color:#4CC1EF;
  border:1px solid #FFFFFF;
}

#content2{
  margin:0px 21px 0px 21px;
}

#content2 div.dottedline{
  padding:5px 0px 5px 0px;
  height:10px;
  background-image: url(../images/dotted-tile.gif);
  background-repeat: repeat-x;
  background-position: center center;
}

#content2 div.left{
  padding-left:6px;
  width:183px;
  float:left;
}

#content2 div.right{
  width:740px;
  float:right;
}

#content2 div.advertiserconrner{
  margin: 3px 0px 5px 0px;  
  width:166px;
  background-color:#4CC1EF;
  border:1px solid #FFFFFF;
}

#content2 div.advertiserlogin{
  margin: 3px 0px 5px 0px;  
  width:166px;
  background-color:#4CC1EF;
  border:1px solid #FFFFFF;
}

#menu div.menuimg{
  height:28px;
}

#leftclassified{
  background-image:url(../images/left-bg-tile.gif);
  background-repeat:repeat-y;
}

#leftclassified .header{
  height: 31px;
  margin-bottom:10px;
}

#leftclassified .classified{
  width:150px;
  margin:auto;
  background-color:#FFFFFF;
  margin-bottom: 7px;
  text-align:center;
}

#leftclassified div.latestclassified{
  margin: 3px 0px 0px 0px;  
  width:166px;
  background-color:#4CC1EF;
  border:1px solid #FFFFFF;
}

#leftclassified div.newsletter{
  margin: 16px 0px 16px 0px;
  width:166px;
  background-color:#4CC1EF;
  border:1px solid #FFFFFF;
}

#leftclassified div.mostviewed{
  margin: 16px 0px 16px 0px;
  width:166px;
  background-color:#4CC1EF;
  border:1px solid #FFFFFF;
}

#search{
  margin:0px 0px 4px 0px;
  /*height: 68px;*/
}

#spotlight{
  margin:0px 0px 7px 0px;
  width: 732px;
  height: 250px;
  border: 3px solid #6E6E6E;
}

#leftside{
  width:559px;
  float:left;
}

#leftside div.classifieds{
  margin:0px 9px 0px 9px;  
}

#leftside div.contentarea{
  margin:0px 9px 0px 9px;
}

#rightside{
  width:176px;
  float:right;
  text-align:center;
}




#rightside div.newsletter{
  margin: 16px 0px 16px 0px;
  width:166px;
  background-color:#4CC1EF;
  border:1px solid #FFFFFF;
}





#contentbanner{
  width: 561px;
  height: 109px;
  margin:0px 0px 7px 0px;
}

.divImage{
  border:3px solid #6E6E6E;
  height:100px;
  width:150px;  
  text-align:center;  
}

#footer{  
  text-align:center;  
  margin:0px 7px 0px 7px;
  padding: 10px 0px 20px 0px;
  border-top:2px solid #555555;
  font-size: 11px;
}

#footer div.footercontent{
  width:559px;
  margin:auto;
  text-align:left;
}

/* Image */
div.picFrame {
  vertical-align: middle;
  text-align: center;
  background-image: url(../images/l-frame.gif);
  background-repeat: no-repeat;
  width:210px;
  height:140px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height:140px;
}

div.picFrame img{
  vertical-align: middle;
}

div.smallFrame {
  vertical-align: middle;
  text-align: center;
  background-image: url(../images/s-frame.gif);
  background-repeat: no-repeat;
  width:90px;
  height:58px;
  padding-top: 9px;
  padding-bottom: 9px;
  line-height:58px;
}

div.smallFrame img{
  vertical-align: middle;  
}

div.thumbnailFrame {    
  vertical-align: middle;
  text-align: center;
  background-image: url(../images/thumb-frame.gif);
  background-repeat: no-repeat;
  width:150px;
  height:100px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height:100px;
}

div.thumbnailFrame img{
  vertical-align: middle;  
}

/* Text */


h1.mainTitle{
  padding-left:10px;
  color:#FFFFFF;
  font-size: 14px;
  height:31px;
  line-height:31px;
  background-image:url(../images/header-bg.gif);
  background-repeat:no-repeat;
  margin:0px 0px 3px 0px;
}

a.white:link, a.white:visited{
  color:#FFFFFF;
}

a.white:hover{
  text-decoration: none;
}

a.red:link, a.red:visited{
  color:#FF0000;
  font-size: 14px;
  font-weight:bold;
  text-decoration: none;  
}

a.red:hover{
  text-decoration: underline;
}

a.cartlink:link, a.cartlink:visited {
  color:#525152;
  text-decoration: underline;
}

a.cartlink:hover{
  text-decoration: none;
}

a.review_title:link, a.review_title:visited {
  font-family: tahoma, arial, verdana;
  font-size: 12px;
  color:#cc0000;  
  font-weight:bold;
}

a.review_title:hover {
  color: #ff2020;
}

a.paging:link, a.paging:visited{
  color: #1871A5;
  border:1px solid #CEDBE7;
  padding:2px 5px 2px 5px;
  text-decoration: none;
}

a.paging:hover{
  color: #FFFFFF;
  background-color: #4AC3EF;
  text-decoration: none;
}

.sub_title{
  color:#959595;
  font-size:10px;
}

div.bullet-1, p.bullet-1, a.bullet-1 {
  background-image:url(../images/bullet-1.gif);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 10px;
  margin-left: 5px; 
  font-size:12px;
  color:#2C1801;
}

div.bullet-2, p.bullet-2, a.bullet-2 {
  background-image:url(../images/bullet-1.gif);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 10px;
  margin-left: 5px; 
  font-size:11px;
  color:#2C1801;
}

.label {
	font-family: arial, tahoma, verdana;
	font-size: 11px;
	font-weight: normal;
  color:#000000;	
  vertical-align:top;
  text-align:right;
}

.small{
  font-family: arial;
	font-size: 11px;
	color: #808080;
	font-weight: normal;	
	line-height: 15px;
}

.text_11{
  font-family: arial, tahoma, verdana;
  font-size:11px;
  padding-left:10px;
}

.red {
  color: #dc0000; 
}

.fdset{
  border:1px solid #BFBFBF;
  padding:3px;
}

.lg{
  color:#000000;
  font-weight:bold;
}

/* Table */
.search_table{
  background-image:url(../images/search-bg-tile.gif);
  background-repeat:repeat-x;
  color:#FFFFFF;
  font-size:11px;
}

.header2 td{
  border-right:0px;
  background-color:#FF0000;
  padding:3px;
  color:#FFFFFF;
  font-weight:bold;
  font-size:11px;
}

.tabulartable{
  border-bottom:1px solid #bfbfbf;
  border-left:1px solid #bfbfbf;
  border-right:1px solid #bfbfbf;
}

.tabulartable td{
  border-top:1px solid #bfbfbf;
}

.classifiedTable td{
  border-bottom: 1px solid #bfbfbf;
	padding:5px;
}

.classifiedlist td{
	padding:5px;
}


/* Form */
input, textarea, select {
  border: 1px solid #cccccc;
  font-family: tahoma,verdana,arial;
  font-size: 12px;
  color: #8f8f8f;
}

.field{
  height:21px;
  border:1px solid #F0F0F0;
}

input.button2{
  background-image:url(../images/btn2_tile.gif);
  background-repeat:repeat-x;
  border:1px solid #000000;
  color: #000000;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.selectBox120{
  width: 124px;
}

/* Pop Menu */
div.menuBox {
  position: absolute;
  /*
  left: 0;
  top: 0;
  */
  background: #F7F7F7;
  border: 1px solid #FF9900;
  display: none;
  z-index: 999;
  color:red;
}

div.menuBox input {
  border: 0;
}

div.menuBox div.menuCloseBar {
  padding: 2px;
  color:#000000;
  font-size:11px;
  border-bottom: 1px solid #FF9900;
  background: #FFEBCC;
  text-align: center;
  cursor: pointer;
}

div.menuBox div.menuContent {
  padding: 6px 10px;
}

div.menuContent label {
  white-space: no-wrap;  
  color:#333333;
}

div.menuBox div.menuItem {
  padding: 1px 0;
}

div.menuBar {
	display:block;
	overflow:hidden;
	border:1px solid #F0F0F0;	
  width:180px;
  height:16px;
  background-color:#FFFFFF;
  background-image:url("../images/select-button.gif");
  background-repeat:no-repeat;
  background-position:top right;
  font-family:Tahoma, Verdana, Arial;  	
	color:#333333;	
}


#agencies-directory {
	text-align:left;
}

#agencies-directory h2{
	padding:0;
	color:#0199CB;
}


#agencies-directory a.blue:link, a.blue:visited{
  color:#0198cd;
  font-size: 11px;
  text-decoration: none;
}

#agencies-directory a.blue:hover{
  text-decoration: underline;
}

#agencies-directory #packages,
#agencies-directory #hotels,
#agencies-directory #flights {
	float:left;
	padding-right:15px;
	width:31.5%;
}
#agencies-directory #packages ul,
#agencies-directory #hotels ul,
#agencies-directory #flights ul {
	padding:0;
	margin:0;
}

.natas-booth {
	font-size: 10px;
	color: #ffffff;
	background: #FE0000;
	padding: 2px;
	font-weight: bold;
	font-family:"century gothic", arial, sans-serif;
}

#menu {
	margin:-5px;
}

span.description{font-size:11px;}
textarea.big { width:500px; height:350px; border:1px solid #bbb; padding:5px; }
textarea.medium { width:300px; height:80px; border:1px solid #bbb; padding:5px; }
textarea.large { width:400px; height:180px; border:1px solid #bbb; padding:5px; }
.errMsg {font-size:10px;color:#ff0000;}
.errFld {border:2px solid #FF0000;background:#FFFF22;}

ul.msg {margin:0;padding:10px;color:#ff0000;background:#ffff88;display:inline-table;}
ul.msg li {list-style:none;}