/* CSS Document */
#searchInterface
{
	position: relative;
}

#keywordSearchArea
{
	position: relative;
	width: 351px;
	margin: 0 auto;
}

#keywordSearchArea #keyword
{
	width: 200px;
}

#searchTabs
{
	position: relative;
	left: 3px;
	
	height: 44px;
}

/*

.searchTab, .searchTab_active
{
	position: absolute;
	width: 108px;
	height: 44px;

	text-align: center;
	
	background-position: bottom;
	background-repeat: no-repeat;
	
}

*/

.searchTab
{
	position: absolute;
	width: 108px;
	height: 44px;
}

.searchTab img
{
	position: absolute;
	bottom: 0px;
}

/*
#searchTab2, #searchTab3
{
	height: 24px;
	padding-top: 1px;
}
*/

/*
.searchTab
{
	background-image: url(../images/search/newSearchTab_inactive.png);
}

.searchTab_active
{
	background-image: url(../images/search/newSearchTab_active.png);
}

*/

.searchTab a:link, .searchTab a:visited, .searchTab a:hover, .searchTab a:active
{
	color: #999999;
}

.searchTab_active a:link, .searchTab_active a:visited, .searchTab_active a:hover, .searchTab_active a:active
{
	color: #3e5394;
}

#searchTab1
{
	left: 0px;
}
#searchTab2
{
	left: 108px;
}
#searchTab3
{
	left: 216px;
}
#searchTab4
{
	left: 324px;
}
#searchTab5
{
	left: 432px;
}

#searchMessage
{
	position: relative;
	width: 543px;
	height: 43px;
	
	margin-bottom: 5px;
}

.searchMessage_visible
{
	display: block;
}

.searchMessage_invisible
{
	display: none;
}

#searchFieldsArea
{
	position: relative;
	width: 535px;
	height: 181px;
		
	padding: 0 4px;
	
	background-image: url(../images/search/searchBG_new.jpg);
	background-repeat: no-repeat;
	background-color: white;
}

html>body #searchFieldsArea
{
	height: auto;
	min-height: 181px;
}

#searchFieldsInnerArea
{
	position: relative;
	margin: 0 auto 0 auto;
	
	padding-top: 30px;
	
	width: 220px;
}

.searchFieldInnerArea
{
	display: none;
}

#categoryID_2, #categoryID_3, #categoryID_4, #subcategoryID_2, #subcategoryID_3, #subcategoryID_4
{
	width: 200px;
	margin-bottom: 5px;
}

.commonCheckboxes, #whereToStayCheckboxes
{
	position: relative;
	width: 240px;
	margin-left: -20px;
}

#whereToStayCheckboxes span.hiddenCheckboxSpan
{
	display: none;
}

#whereToStayCheckboxes span.visibleCheckboxSpan
{
	display: inline;
}

#searchFieldsBottomDividerArea
{
	position: relative;
	width: 540px;
	height: 2px;
	
	border-bottom: 1px solid #cccccc;
}

/*
#whereToStayCheckboxes span.hiddenCheckboxSpan
{
	display: none;
	width: 120px;
}

#whereToStayCheckboxes span.visibleCheckboxSpan
{
	display: block;
	float: left;
	width: 120px;
}

#searchFieldsBottomDividerArea
{
	position: relative;
	clear: both;
	width: 540px;
	height: 2px;
	
	border-bottom: 1px solid #cccccc;
}
*/