﻿
/* search-panel */
#search-panel-block { margin-top:13px; }
#search-panel { margin-left: auto; margin-right: auto; text-align:left;}

/*
.search-panel-TL { background: url("/Images/SearchPanel/search-panel-TL.gif") no-repeat; }
.search-panel-TR { background: url("/Images/SearchPanel/search-panel-TR.gif") no-repeat; }
.search-panel-BL { background: url("/Images/SearchPanel/search-panel-BL.gif") no-repeat; }
.search-panel-BR { background: url("/Images/SearchPanel/search-panel-BR.gif") no-repeat; }
*/

.search-panel-WW { background: url("/Images/SearchPanel/search-panel-WW.gif") repeat-x; }
.search-panel-HH { background: url("/Images/SearchPanel/search-panel-HH.gif") repeat-y; }

.search-panel-body 
{
	background: #edecec url("/Images/SearchPanel/search-panel-gradient-bak.gif") repeat-x;
	width:870px; padding:12px; padding-left:23px;
	border: solid 1px #ccc;	
}

/* search-form */
#search-form-panel { padding: 4px; }
.search-form-label, .search-form-label-red
{
	font-size: 16px; font-weight:bold; color:#DF7A10;
	padding-bottom:5px;
}
.search-form-label-red { color:#c04232; }

.search-form-input {padding-right:6px; }
.search-form-input input, select
{
	border: solid 1px #000; 
}

.search-form-submit { padding-top:18px; padding-left:5px; }

#q-keywords { width:275px; }
#q-near { width:275px; }
#q_radius { width:150px; }

/* search-links */

#search-links-panel { padding-top:6px; padding-left:17px; padding-bottom:11px;}
.search-links-column { padding-right: 42px; }
.search-links-title 
{
	font-weight: bold;
	font-size:15px;
	padding-top: 11px; padding-bottom:5px;
}
.search-link { padding-left:1px; padding-top:2px;}

/* search-tabs */

#search-tabs-panel { padding-top:8px; }

.search-tab-row { cursor: pointer; }

.search-tab-button-left { background: url("/Images/SearchPanel/tab-button-white-left.gif") no-repeat; }
.search-tab-button-right { background: url("/Images/SearchPanel/tab-button-white-right.gif") no-repeat; }

.search-tab-button-sep { background: url("/Images/SearchPanel/tab-border-middle.gif") no-repeat; }

.search-tab-button-text 
{
	 background: url("/Images/SearchPanel/tab-button-white-bak.gif") repeat-x; 
	 font-size:16px; font-weight:bold;
	 color:#005fa1; text-align:center;
	 padding-top: 10px;
	 width:166px;
}

.search-tab-button-text-hover { color: #DF7A10; }
.s2earch-tab-button-left-hover { background: url("/Images/SearchPanel/tab-button-blue-left.gif") no-repeat; }
.s2earch-tab-button-right-hover { background: url("/Images/SearchPanel/tab-button-blue-right.gif") no-repeat; }

.s2earch-tab-button-text-hover
{
	 background: url("/Images/SearchPanel/tab-button-blue-bak.gif") repeat-x; 
	 color:#fff; text-align:center;
}

.search-tab-button-left-selected { background: url("/Images/SearchPanel/tab-button-grey-left.gif") no-repeat; }
.search-tab-button-right-selected { background: url("/Images/SearchPanel/tab-button-grey-right.gif") no-repeat; }

.search-tab-button-text-selected
{
	 background: url("/Images/SearchPanel/tab-button-grey-bak.gif") repeat-x; 
	 color:#fff; text-align:center;
}

/* selection-panel */

#search-selection-options-panel 
{ 
	padding-left:4px; padding-top:5px; padding-bottom: 3px; 
	width: 852px; display:none; 
}

.selection-panel-TL { background: url("/Images/SearchPanel/selection-panel-TL.gif") no-repeat; }
.selection-panel-TR { background: url("/Images/SearchPanel/selection-panel-TR.gif") no-repeat; }
.selection-panel-BL { background: url("/Images/SearchPanel/selection-panel-BL.gif") no-repeat; }
.selection-panel-BR { background: url("/Images/SearchPanel/selection-panel-BR.gif") no-repeat; }

.selection-panel-TT { background: url("/Images/SearchPanel/selection-panel-TT.gif") repeat-x; }
.selection-panel-BB { background: url("/Images/SearchPanel/selection-panel-BB.gif") repeat-x; }
.selection-panel-LL { background: url("/Images/SearchPanel/selection-panel-LL.gif") repeat-y; }
.selection-panel-RR { background: url("/Images/SearchPanel/selection-panel-RR.gif") repeat-y; }

.selection-panel-body 
{
	background: url("/Images/SearchPanel/selection-panel-bak.gif") repeat;
	width:820px; padding-left:23px; padding-top:3px;
}

/* selection-options */

.selection-options-panel { display:none; }

.cuisine-options-column { width:156px; }
.business-options-column { width:192px; }
.amenities-options-column { width:197px; }
.spirits-options-column { width:232px; }
.atmosphere-options-column { width:198px; }

.selection-option {margin:8px; cursor:pointer; }
.selection-option-left { background: url("/Images/SearchPanel/selection-grey-dark-left.gif") no-repeat; }
.selection-option-right { background: url("/Images/SearchPanel/selection-grey-dark-right.gif") no-repeat; }

.selection-option-text 
{ 
	background: url("/Images/SearchPanel/selection-grey-bak.gif") repeat-x; 
	padding:2px; padding-bottom: 4px; color: #fff;
}
.selection-option-text-hover { text-decoration: underline; }
.s2election-option-left-hover { background: url("/Images/SearchPanel/selection-silver-dark-left.gif") no-repeat; }
.s2election-option-right-hover { background: url("/Images/SearchPanel/selection-silver-dark-right.gif") no-repeat; }
.s2election-option-text-hover { background: url("/Images/SearchPanel/selection-silver-bak.gif") repeat-x; }

.selection-option-left-selected { background: url("/Images/SearchPanel/selection-orange-dark-left.gif") no-repeat; }
.selection-option-right-selected { background: url("/Images/SearchPanel/selection-orange-dark-right.gif") no-repeat; }
.selection-option-text-selected { background: url("/Images/SearchPanel/selection-orange-bak.gif") repeat-x; }

.selection-option-checkbox {display:none;}

/* display-option */

#display-option-noresults 
{ 
	font-size:12px; font-weight: bold; color: #c04232; 
    padding-top:12px; padding-left:18px;
}
#display-option-results { display:none; width:843px; padding-left:14px; padding-top:14px; }

.display-option { padding-right:6px; display:inline;}
.display-option-table { display:inline-table;}
.display-option-left { background: url("/Images/SearchPanel/selection-orange-light-left.gif") no-repeat; }
.display-option-right 
{ 
	background: url("/Images/SearchPanel/selection-orange-light-right.gif") no-repeat; 
	cursor:pointer;
}

.display-option-text 
{ 
	background: url("/Images/SearchPanel/selection-orange-bak.gif") repeat-x; 
	padding:2px; padding-bottom: 10px; padding-right:6px; color: #fff;
}

.display-option-left-hover { background: url("/Images/SearchPanel/selection-blue-light-left.gif") no-repeat; }
.display-option-right-hover { background: url("/Images/SearchPanel/selection-blue-light-right.gif") no-repeat; }
.display-option-text-hover { background: url("/Images/SearchPanel/selection-blue-bak.gif") repeat-x; }

/* advanced-search */
#expand-search-options { padding-left:17px; padding-top:4px; }
#collapse-search-options { padding-left:17px; padding-top:10px; }
