/*
 * Copyright 2009 Don Benjamin
 * Licensed under the Apache License, Version 2.0 (the "License"); 
 * you may not use this file except in compliance with the License. 
 * You may obtain a copy of the License at 
 *
 * 	http://www.apache.org/licenses/LICENSE-2.0 
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS, 
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
 * See the License for the specific language governing permissions and 
 * limitations under the License.
 */
.searchform-label {
        display: block;
        float: left;
        width: 35%;
        overflow: hidden;
        font-size:1.1em;
        font-family: sans-serif;
        font-weight: bold;
        padding-top: 4px;
}
.searchform-input-wrapper {
        display: block;
        float: left;
	text-align: right;
        width: 60%;
}
.searchform-input-wrapper .radio-button-wrapper input {
	float: left;
}
#sidebar .searchform-input-wrapper input,
.searchform-input-wrapper input,
.searchform-input-wrapper select{
        width: 100%;
}
.searchform-param {
        clear: left;
}
.searchform-params {
        clear: left;
}
.searchform-controls {
        clear: left;
        text-align: right;
}
.searchform-spoiler {
	width: 100%;
	text-align: center;
	size: 0.5em;
	opacity: 50%;
	margin: 5px;
}

/* ---------- Custom ---------- */

.custom_search{
	float:left;
	margin:0 2.6% 40px;
	padding-bottom:30px;
	border-bottom:1px dotted #DDD;
}
.custom_search .searchform-params{
	float:left;
}
.custom_search .DropDownField{
	position:relative;
	float:left;
	margin-right:30px;
	width:170px;
}
.custom_search .searchform-label{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	line-height:42px;
	padding:0;
	text-align:center;
	font-size:1em;
	color:#555;
	background:rgba(255, 255, 255, 0.8);
	display:none;
}
.custom_search .searchform-input-wrapper{
	width:100%;
}
.custom_search .DropDownField:nth-of-type(1) .searchform-input-wrapper{
	padding-top:42px;
	background:url(http://idees-cadeaux.leetchi.com/files/2012/09/search_who.png) no-repeat center 6px;
}
.custom_search .DropDownField:nth-of-type(2) .searchform-input-wrapper{
	padding-top:42px;
	background:url(http://idees-cadeaux.leetchi.com/files/2012/09/search_why.png) no-repeat center top;
}
.custom_search .DropDownField:nth-of-type(3) .searchform-input-wrapper{
	padding-top:42px;
	background:url(http://idees-cadeaux.leetchi.com/files/2012/09/search_price.png) no-repeat center 8px;
}
.custom_search .DropDownField:nth-of-type(4) .searchform-input-wrapper{
	padding-top:42px;
	background:url(http://idees-cadeaux.leetchi.com/files/2012/09/search_categories.png) no-repeat center 7px;
}
.custom_search .searchform-input-wrapper select{
	margin:0;
	padding:1px;
}
.custom_search .searchform-controls{
	clear:none;
	float:left;
	width:148px;
	margin-top:31px;
}
.custom_search .searchform-controls input{
	width:100%;
	height:35px;
	line-height:32px;
	margin:0;
	padding:0;
	font-weight:bold;
	color:#FFF;
	background:url(http://idees-cadeaux.leetchi.com/files/2012/09/button-background.png) repeat-x left bottom #D81C35;
	border:1px solid #B7B7B7;
	border-top-width:2px;
	border-radius:4px;
	-webkit-transition:background 0.25s;
	-moz-transition:background 0.25s;
	-o-transition:background 0.25s;
	transition:background 0.25s;
}
.custom_search .searchform-controls input:hover{
	background-color:#F83C55;
}

/*.searchform-params{
	overflow:hidden;
	color:#FFF;
}
.searchform-params .RadioButton{
	margin-bottom:5px;
}
.searchform-label{
	width:100%;
	padding:5px 10px;
	font-size:1em;
	text-transform:uppercase;
	background:#EB483C;
}
.searchform-input-wrapper{
	clear:left;
	float:none;
	width:100%;
	text-align:left;
}
.radio-button-wrapper label{
	display:block;
	padding-left:10px;
	background:#CCC;
}
.radio-button-wrapper label:hover, .radio-button-wrapper input:checked + label{
	background:#555;
}
.radio-button-wrapper input{
	display:none;
}
.searchform-controls input{
	width:100%;
	margin:0;
	font-size:1.2em;
	text-transform:uppercase;
	color:#FFF;
	background:#EB483C;
	border:0;
	border-radius:0.3em;
	cursor:pointer;
	-webkit-transition:background 0.25s;
	-moz-transition:background 0.25s;
	-o-transition:background 0.25s;
	transition:background 0.25s;
}
.searchform-controls input:hover{
	background:#CCC;
}
.page-title{
	font:15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing:0;
	color:#373737;
	text-transform:none;
}
.page-title span span{
	font-weight:bold;
	color:#EB483C;
}
#content .page-header{
	display:none;
}*/