
/**************************************************/
/*
/*		DESTINATION SEARCH
/*
/**************************************************/

#destinationSearchForm .categorySelector_holder
{
	padding: 0px 0px 0px 8px;
	background-color: #eef9dd;
	border-bottom:2px solid white
}

#destinationSearchForm .destinationTypeSelector_holder
{
	padding: 6px 5px 5px 10px;
	background-color: #eef9dd;
	border-right:2px solid white;	
}

#destinationSearchForm .locationCaptions_holder
{
	padding: 2px 0px 0px 10px;
	background-color: #eef9dd;
}

#destinationSearchForm .locationSelector_holder
{
	padding: 8px 0px 0px 0px;	/* FF */
	.padding: 5px 0px 0px 0px;	/* IE7 */
	background-color: #eef9dd;
}

#destinationSearchForm .submitButton_holder
{
	padding: 0px 10px 0px 10px;
	background-color: #eef9dd;
}


#destinationSearchForm select,
#destinationSearchForm label,
#destinationSearchForm input
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}

.locationTextInput
{
	width: 168px;
}

#destinationSearchForm label
{
	line-height: 22px;
}

#destinationSearchForm select,
#destinationSearchForm input
{
	line-height: 11px;
}

#destinationSearchForm select#dest_cat
{
 	width: 214px;
	margin: 0 0 0 4px; 
}

#destinationSearchForm select#dest_subcat
{
 	width: 214px;
	margin: 0 0 0 4px;
}

#destinationSearchForm .radio_destinationType
{
	padding: 0px;
	/* this is an important styling hack here for the future!!!  do not delete this comment!!!   */
	/* the margin-bottom value below (5px) is not used because we want some bottom spacing for this tag,
	/* this will actually prevent the radiobutton label text to float aroundand therefore under the radiobutton/checkbox,
	/* if the label text is longer then it could fit to one single line	(if its value was only 0px, the text would flow under the radiobutton) */
	margin: 5px 3px 0px 0px;	/* FF */
	.margin: 1px 4px 0px 0px;	/* IE7 */
	float: left;
	text-align:left;
	width: 16px;
	align: left;
	clear:both;
}

a.restartSearchButton
{
	background-image: url("../images/buttons/button_start_new_search.gif");
	width: 140px;
	height: 25px;
	display: block;	
}

/************************************************
/
/	SEARCH RESULTS LIST PAGER	
/
/***********************************************/

table.searchResultList_pager
{
	border-top: 1px dotted #bbbbbb;
	border-bottom: 1px dotted #bbbbbb;
}

td.resultsNumber_holder,
td.pager_holder
{
	padding:7px 5px 7px 5px;
}

ul#searchResultList_pagerLinks
{
	list-style:none;
	height:1%;
	float: right;
	padding:0px 20px 0px 20px;
	font-weight: bold;
}

ul#searchResultList_pagerLinks li
{
	float: left;
}

ul#searchResultList_pagerLinks li.separator
{
	float: left;
	padding: 0px 3px 0px 3px;
	font-weight: normal;
	color: #aaaaaa;
}

a.pagerLink_active
{
	text-decoration: underline;
	float: right;
	color: #0000ee;
}

span.pagerLink_inactive
{
	text-decoration: none;
	color: #999999;
	float: right;
}

table.searchResultList
{
	margin:10px 0px 10px 0px;
}

td.resultLine_impair,
td.resultLine_pair
{
	padding:5px 5px 5px 5px;
}

td.resultLine_impair
{
	background-color: #f4f9fb;
}

td.resultLine_pair
{
	background-color: #ffffff;
}


/************************************************
/
/	ALPHABETICAL LIST
/
/***********************************************/

td.destination_search_alphabet_holder
{
	background-color: #f1f1f1;
	padding:7px 10px 7px 10px;
}

ul#destination_search_alphabet
{
	list-style:none;
	height:1%;
	float: left;
	font-weight: bold;
}


ul#destination_search_alphabet li
{
	float: left;
}

ul#destination_search_alphabet li.separator
{
	float: left;
	padding: 0px 3px 0px 3px;
	font-weight: normal;
	color: #aaaaaa;
}



/************************************************
/
/	CATEGORIES
/
/***********************************************/

td.categoryLinks_column
{
	background-color: #edf6fa;
	padding: 5px 10px 5px 10px;
}

ul.destination_categories {
	margin: 10px 0px 0px 0px;	/* FF  */
	font-weight: bold;
	float:none;
	clear:both;
	border: 0px red solid;	
	text-align:left;
}

ul.destination_categories li {
	font-weight: bold;
	background: none;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;	/* FF  */
	list-style-image: none;
	list-style:none;
	float:none;
	text-align:left;	
	border: 0px green solid;
}


ul.destination_categories li a {
	font-weight: bold;
	font-size: 11px;
	text-decoration:underline;
	padding:  0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

ul.destination_categories li a:hover {
	text-decoration:underline;
}

ul.destination_categories li ul.destination_subcategories {
	margin: 5px 0px 5px 15px;		/* FF */
	.margin: 5px 0px 5px 10px;		/* IE7 */
	padding: 0px;					
	float: none;
	clear:both;
	border: 0px blue solid;
	width: 220px;
}



ul.destination_categories li ul.destination_subcategories li {
	margin: 0px 0px 5px 0px;
	padding:  0px 0px 0px 0px;
	border: 0px blue solid;
	float:  none;
	list-style-image: none;
	list-style:none;
	display:block;
}



ul.destination_categories li ul.destination_subcategories li a {
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;		/* FF */
	float: none;
	text-decoration:underline;
	}

ul.destination_categories li ul.destination_subcategories li a:hover {
	text-decoration:underline;
}