/****************************************************************************************/
/*	DIV Tags 																			*/
/****************************************************************************************/
#search {
	float: right;
	padding: 0px;
	margin-top: 50px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#search .rbContent form {
	margin: 0px;
}
/****************************************************************************************/
/*	CSS Classes 																		*/
/****************************************************************************************/
ul.menu {
	list-style-image: none;
	list-style-type: none;
	display: inline;
}
ul.menu li {
	display: inline;
	list-style-image: none;
	list-style-type: none;
	margin: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
ul.menu a {
	text-decoration: none;
	padding: 5px;
}
.redText {
	color: #FF0000;
	font-size: 12px;
}
/****************************************************************************************/
/*	Orange Round Box CSS																		*/
/****************************************************************************************/
/* General Structure:-
<div class="orangeRoundBox">
	<div class="rbHead">
		<span class="rbHdRCorner"><span class="rbHdContent">Title</span></span>
	</div>
	<div class="rbContent">
		Content here
	</div>
	<div class="rbFoot"><span class="rbFtRCorner"><span class="rbFtContent"></span></span></div>
</div>
*/
div.orangeRoundBox {
	background-color: #FFFFFF;
}
div.orangeRoundBox div.rbContent {
	background-repeat: repeat-x;
	background-position: center center;
	padding: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ECBC5B;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #ECBC5B;
}
div.orangeRoundBox div.rbHead {
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	margin: 0px;
}
div.orangeRoundBox div.rbFoot {
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 10px;
	margin: 0px;
}
div.orangeRoundBox div.rbHead span.rbHdRCorner {
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	height: 100%;
	padding-right: 10px;
	text-align: left;
	color: #000000;
}
div.orangeRoundBox div.rbFoot span.rbFtRCorner {
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	height: 100%;
	padding-right: 10px;
	text-align: left;
	color:#000000;
}
div.orangeRoundBox div.rbHead span.rbHdContent{
	background-repeat:repeat-x;
	display: block;
	height: 100%;
	width: 100%;
	font-size:18px;
	font-weight:bold;
}
div.orangeRoundBox div.rbFoot span.rbFtContent {
	background-repeat: repeat-x;
	display: block;
	height: 100%;
	width: 100%;
	background-position: bottom;
}
/****************************************************************************************/
/*	Gray Round Box CSS																		*/
/****************************************************************************************/
/* General Structure:-
<div class="roundBox">
	<div class="rbHead">
		<span class="rbHdRCorner"><span class="rbHdContent">Title</span></span>
	</div>
	<div class="rbContent">
		Content here
	</div>
	<div class="rbFoot"><span class="rbFtRCorner"><span class="rbFtContent"></span></span></div>
</div>
*/
div.roundBox {
	background-color: #FFFFFF;
}
div.roundBox div.rbContent {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	padding: 0px;
}
html div.roundBox div.rbContent
{
	background-color: #FFFFFF;
	position:relative;
	padding: 5px;
	vertical-align: top;
}
div.roundBox div.rbHead {
	background-image: url(../images/tl.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-left: 10px;
}
html div.roundBox div.rbHead
{
	position: relative;
}
div.roundBox div.rbHead span.rbHdRCorner {
	background-image: url(../images/tr.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	height: 100%;
	text-align: left;
	color: #999999;
	padding-right: 10px;
}
div.roundBox div.rbHead span.rbHdContent{
	background-image: url(../images/tbg.png);
	background-repeat:repeat-x;
	display: block;
	height: 100%;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size:16px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
}
div.roundBox div.rbFoot {
	background-image: url(../images/bl.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 15px;
	height: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	z-index: 1000;
}
div.roundBox div.rbFoot span.rbFtRCorner {
	background-image: url(../images/br.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	height: 100%;
	padding-right: 10px;
	z-index: 1000;
}
div.roundBox div.rbFoot span.rbFtContent {
	background-image: url(../images/bbg.png);
	background-repeat: repeat-x;
	display: block;
	height: 100%;
	width: 100%;
	background-position: center bottom;
}
/****************************************************************************************/
/*  Shadowed Box CSS
/****************************************************************************************/
/* General Structure:-
<div id="weather" class="box">
	<div class="boxBorder">
	<div class="boxTitle">Title</div>
		content here
	</div>
</div>
*/
div.boxBorder {
	border: 2px solid #FF9900;
	padding: 10px;
	position: relative;
	left: -3px;
	top: -3px;
	background-color: #FFFF99;
}
div.boxTitle {
	border: 2px solid #FF9900;
	width: 45%;
	top: -20px;
	background-color: #FFFFFF;
	position: relative;
	font-size: 16px;
	color: #000000;
	background-image: url(../images/logo-bg.png);
	background-repeat:repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}
div.box
{
	padding: 0px;
	background-color: #999999;
}
.scroll {
	overflow: scroll;
	float: left;
	height: 55px;
	position: relative;
	left: 0px;
	top: 0px;
	width: 190px;
}
#productsID {
	height: 55px;
	overflow: hidden;
	border-bottom-color: #999999;
	padding: 5px;
}
.categoryHeader {
	font-size: 18px;
	color: #000000;
	background-position: center;
}
.pageNavigation {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #000000;
	font-weight: bold;
}
.pageNavigationRight {
	float: left;
}
.tableInline {
	display: inline;
}
#overflowHide {
	overflow: hidden;
	height: 60px;
}
#insurance {
	width: 350px;
	background-color: #FFFFFF;
}
.sidebarHeader {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
}
.centre {
	background-position: center;
}
.progressBar {
	z-index: 0;
	position: absolute;
	left: 50px;
	top: 50px;
}
.travelInsurance {
	position: relative;
	z-index: 2000;
}
#domesticAirlines {
	padding: 3px;
	float: left;
	width: 280px;
	vertical-align: text-top;
	display: inline;
}

.imageAlignLeft {
	float: left;
}
.imagePadding {
	padding: 5px;
}
#SearchAccommodation {
	float: left;
	height: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
