/*-------------------------------------------------------------
The main style sheet is in the dottravel root on sun, all of
these styles exist in the root of dottravel (styles.css)
This file only serves to specify the colors.
This file is only needed when colorchanges are needed.
------------------------------------------------
---------------------------------------------------------------*/
h2,#homeSearchBox,a.bookLink{
	background-color: #b9bbbd;
}
h2{
	color:#000;
}
h2,h3{
	font-weight: bold;
	text-transform:none;
	padding: 3px 5px;
	margin: 0 0 5px 0;
	font-size: 10pt;
}
#homeSearchBox{
	background: #ededed url(images/search_arrow.gif) no-repeat top right;
}
h1 b, .dealPrice, .features li b {
	color: #8f3b96;
}
a, a:visited, a:hover{
	color:#8f3b96;
}
#nav{
	background-color: #8f3b96;
}
#nav ul li a{
	background-color:#ededed;
	color: #000;
}
.features a{
	color: #000;
}
.resultsRow1,.resultsRow2 .gridBG{
	background-color: #fff;
}
.resultsRow1 .gridBG,.resultsRow2{
	background-color: #eee;
}
#homeSearchBox{
	border-color:#8f3b96;
}