@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
/* MAKE THE OUTER LINKS RED WITH UNDERLINES */

a:link {
	color: #3A7FCC;
	text-decoration: none;
}
a:visited {
	color: #3A7FCC;
	text-decoration: none;
}
a:hover {
	color: #3A7FCC;
	text-decoration: underline;
}
a:active {
	color: #3A7FCC;
	text-decoration: none;
}
#container {
	width: 840px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
#header {
	height: 80px;
	padding-top: 15px;
} 
#header #theLogo {
	background-image: url(../images/cheaperflightsworldwidelogo.gif);
	background-repeat: no-repeat;
	height: 55px;
}
#header h1 {
	margin: 0;
	padding: 10px 0;
}
#hostelColLeft {
	float: left;
	width: 300px;
	font-weight: bold;
	color: #32416A;
}
#hostelColLeft p {
	font-size: 70%;
}

#hostelColLeft a:link, #hostelColLeft a:visited, #hostelColLeft a:hover, #hostelColLeft a:active  {
	font-weight: normal;
}
#hostelColRight {
	float: right;
	width: 125px;
}
#hostelWorldCenter {
	margin: 0 140px 0 315px;
	background-color: #EFF3FB;
} 
#hostelWorldCenter h2 {
	font-size: 100%;
	color: #32416A;
}
#hostelWorldCenter  p  {
	font-size: 75%;
}
#linkedText {
	font-size: 60%;
	color: #999999;
}
#linkedText a:link, #linkedText a:visited {
	text-decoration: none;
	color: #999999;
}
#linkedText a:hover, #linkedText .current {
	text-decoration: underline;
	color: #999999;
}
#centreDescription {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#searchBox {
	background-color: #32416A;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
}
#searchBox h1 {
	font-size: 135%;
	color: #ECECEC;
	font-weight: normal;
}
#searchBox ul {
	font-weight: normal;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 90%;
}
#searchBox li a:link, #searchBox li a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#searchBox li a:hover, #searchBox li .current {
	text-decoration: underline;
	color: #FFFFFF;
}
#topdeals h3 {
	font-size: 95%;
	color: #32416A;
}
#topdeals p {
	font-size: 75%;
	color: #32416A;
}
#topdeals a:link, #topdeals a:visited {
	text-decoration: none;
	color: #32416A;
}
#topdeals a:hover, #topdeals .current {
	text-decoration: underline;
	color: #32416A;
}
#footer {
	padding: 0 10px 0 20px;
	background:#EFF3FB;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 70%;
}
#hostelWorldNavigation {
	width: 100%;
	margin-bottom: 15px;
}
#hostelWorldNavigation ul {
	width: 100%;
	font-weight: normal;
	font-size: 60%;
	margin: 0;
	padding: 0;
	float: right;
	background: #EFF3FB;
	text-align: center;
}
#hostelWorldNavigation li a {
	float: left;
	padding: 6px 40px;
}
#hostelWorldNavigation li {
	display: inline;
}
#hostelWorldNavigation li a:link, #hostelWorldNavigation li a:visited {
	text-decoration: none;
	color: #32416A;
}
#hostelWorldNavigation li a:hover, #hostelWorldNavigation li .current {
	text-decoration: underline;
	color: #32416A;
}
.breadcrumbs {
	font-size: 70%;
	color: #32416A;
}
.imagenoborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.topdealsClass {
	font-size: 75%;
	color: #32416A;
}
.blacktextplain {
	font-weight: normal;
	color: #000000;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

