html, body
{
	border: 0;
	margin: 0;
	text-align: center;
	background: url('/img/repeat.png') repeat-x #FFF;
}

select.text
{
	border: 1px solid #8daec2;
	color: #54626b;
}

.vcSubHead
{
	font-size: 10px;
	color: #A7B6BF;
	text-align: right;
}

input.text
{
	border: 1px solid #8daec2;
	color: #54626b;
	padding: 2px;
	margin: 0;
	margin-top: 2px;
	margin-bottom: 2px;
	height: 22px;
}

.ppn_cal_selects input.text
{
	color: #8daec2;
}

#totalContainer
{
	width: 1024px;
	
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #54626b;
}

#headContainer
{
	height: 119px;
	background: url('/img/top.png');
}

#wide_headContainer
{
	height: 22px;
	background: url('/img/wide_top.png');
}

#bodyContainer
{
	width: 1024px;
	clear: both;
	float: none;
}

#footContainer
{
	height: 119px;
	width: 1024px;
	clear: both;
	float: none;
	background: url('/img/bot.png');
}

#resultsContainer
{
	text-align: center;
}

#left, #right, #wide_left, #wide_right
{
	width: 96px;
	height: 396px;
	float: left;
}

#right
{
	background: url('/img/right.png');
}

#wide_right
{
	width: 246px;
	height: 409px;
	background: url('/img/wide_right.png');

}

#left
{
	background: url('/img/left.png');
}

#wide_left
{
	width: 221px;
	height: 409px;
	background: url('/img/wide_left.png');
}

#middle
{
	float: left;
	width: 23px;
	height: 396px;
	background: url('/img/mid.png');
}

#searchContainer
{
	float: left;
	width: 480px;
	height: 396px;
}

#wide_searchContainer
{
	float: left;
	width: 557px;
	background: url('/img/wide_leftBoxRepeat.png') repeat-y;
}


#typeContainer
{
	height: 27px;
	padding-left: 255px;
	padding-top: 10px;
}
#typeContainer input
{
	float: left;
}
#typeContainer .label
{
	display: block;
	float: left;
	color: #FFF;
	font-weight: bold;
	margin-top: 2px;
	padding-left: 3px;
	width: 80px;
}

#searchTop
{
	background: url('/img/leftBoxTop.png');
	height: 37px;
}

#wide_searchTop
{
	background: url('/img/wide_leftBoxTop.png');
	height: 39px;
}


#searchMiddle
{
	padding: 0px 30px 0 30px;
	width: 480px;
	height: 246px;
	background: url('/img/leftBoxMid.png');
}

#wide_searchMiddle
{
	padding: 0px 30px 0 30px;
	background: url('/img/wide_leftBoxMid.png') no-repeat top left;
}

#searchBottom
{
	width: 480px;
	height: 113px;
	background: url('/img/leftBoxBot.png');
	text-align: center;
}

#wide_searchBottom
{
	height: 73px;
	background: url('/img/wide_leftBoxBot.png') bottom left;
	text-align: center;
}


#adsTop
{
	width: 325px;
	height: 39px;
	background: url('/img/rightBoxTop.png');
}

#adsMiddle
{
	width: 325px;
	height: 333px;
	background: url('/img/rightBoxMid.png');

}

#adsBottom
{
	width: 325px;
	height: 24px;
	background: url('/img/rightBoxBot.png');
}

#adsContainer
{
	float: left;
	width: 325px;
	height: 396px;
}
#adsList
{
	padding-bottom: 10px;
}

.oddAdd, .evenAdd
{
	margin-left: 2px;
	margin-right: 2px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
}

.oddAdd
{
	background: #e9e9e9;
}

.adText
{
	padding-top: 4px;
	display: block;
	float: left;
	width: 190px;
}

.adPrice strong
{
	font-size: 18px;
	color: #ac0909;
}

.column
{
	float: left;
	width: 190px;
	margin-left: 10px;
}

.instructionsColumn
{
	border-left: 1px solid #C3D4DF;
	margin-top: 12px;
	text-align: left !important;
	padding-left: 20px;
}

.tinyColumn
{
	margin: 0 !important;
	margin-left: 10px !important;
}

.tilesColumn
{
	margin-left: 20px;
	margin-right: 20px;
}

.autocomplete_results_box
{
	display: none;
}

.row
{
	clear: both;
}

#searchMiddle .row
{
	width: 420px;
}

.bigRow
{
	padding-top: 20px;
	
}

.clear
{
	clear: both;
}

.mediumRow
{
	padding-top: 20px;
	text-align: center;
}

.tipRow
{
	padding-top: 20px;
	text-align: left;
}

.redLink
{
	color: #AC0909 !important; font-weight: bold; text-decoration: underline !important;
}

.redText
{
	color: #AC0909 !important;
}

.tipBox
{
	margin-left: 72px;
	margin-top: 52px;
}

.whiteLink
{
	color: #FFF !important; font-weight: bold; text-decoration: underline !important;
}

.smallRow
{
	text-align: center;
	padding-top: 12px;

}

#oneWayContainer
{
	display: none;
}

#searchButton
{
	width: 203px;
	height: 62px;
	background: url('/img/search.png');
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}

#vcList
{
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
}

#resultsContainer #vcList
{
	padding-left: 0; padding-right: 0;
}

.vcHead
{
	color: #2a547c;
	font-weight: bold;
	font-size: 14px;
}

.hovered
{
	text-decoration: underline;
}

.hoveredTile
{
	background: #B00A0A !important;
}

.clickable
{
	cursor: pointer;
}

.bannerItem
{
	padding-top: 10px;
	clear: both;
}

.bannerItem a
{
	font-weight: bold;
	color: #ac0909;
}

.itemTitle
{
	margin-bottom: 3px;
}


.itemImage
{
	float: left;
	margin-right: 20px;
	margin-left: 10px;
}

#resultsContainer .itemImage
{
	margin-left: 0px;
	margin-right: 5px;
	height: 75px;
}

.itemBody
{
}

#resultsContainer .itemBody
{
	font-size: 75%;
}

.bannerItem img
{
	width: 65px;
	height: 65px;
	padding: 0;
	margin: 0;
	border: none;
	float: left;
}

#autocomplete_search input.text
{
	width: 180px;
}

.ppn_cal_selects input.text
{
	width: 152px;
}

form
{
	margin: 0;
	padding: 0;
}

#resultsContainer img { border: none; margin: 0; padding: 0; }

#resultsContainer #vcList { border-top: 1px solid #8daec2; padding-top: 4px; margin-top: 8px; }

#resultsContainer .itemTitle a { text-decoration: underline; }

.tileImg
{
	float: left;
	padding: 3px !important;
	border: 1px solid #8daec2 !important;
	margin: 0;
	height: 30px;
}

.tileLink
{
	background: #8daec2;
	padding: 7px 4px 7px 4px;
	float: left;
	height: 24px;

}
.resultsButton
{
	width: 100%;
	background: #999999;
	border: 2px solid;
	border-color: #CCC #333 #333 #CCC;
	color: #FFFFFF;
	cursor:pointer;
	font-weight: bold;
}
.hoveredButton
{
	border: 2px solid;
	border-color: #333 #CCC #CCC #333;
}

#resultsContainer a
{
	color: #54626B;
	text-decoration: none;
}

#resultsContainer a:hover
{
	color: #54626B;
	text-decoration: underline;
}

.searchText
{
	color: #FFF !important;
	padding-top: 10px;
	padding-left: 52px;
	display: block;
	font-size: 16px;
	font-weight: bold;
}