/* Drop Search */

.dropsearch {
	clear: both;
	display: block;
	float: left;
	padding: 5px 0 15px;
	width: 100%;
}
.dropsearch fieldset {
	clear: none;
	display: block;
	float: left;
	margin-right: 10px;
	padding: 0;
	position: relative;
	width: auto;
}
.dropsearch fieldset legend {
	-moz-border-radius: 3px;
	background: url(../images/ui/dropsearch-legend-bg.png) repeat-x 0 bottom;
	border: #aaa solid 1px;
	border-color: #999 #bbb #ddd #bbb;
	clear: both;
	display: block;
	float: left;
	width: auto;
}
.dropsearch fieldset legend b {
	background: url(../images/ui/arrows-legend.png) no-repeat right 3px;
	clear: both;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 45px 7px 15px;
	width: auto;
}
.dropsearch fieldset:hover legend b {
	background-position: right -27px;
	color: #000;
	cursor: default;
}
.dropsearch fieldset div {
	display: none;
}
.dropsearch fieldset:hover div {
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	background-color: #fff;
	border: #aaa solid 1px;
	border-color: #ddd #bbb #999 #bbb;
	clear: both;
	display: block;
	float: left;
	margin-left: 0;
	padding: 8px 0;
	position: absolute;
	top: 27px;
	width: 160px;
	z-index: 100;
}
.dropsearch fieldset div label {
	background-color: transparent;
	clear: both;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 160px;
}
.dropsearch fieldset div label:hover {
	background-color: #eee;
	cursor: pointer;
}
.dropsearch fieldset div label .checkbox,
.dropsearch fieldset div label .radio {
	background-color: transparent;
	clear: none;
	display: block;
	float: left;
	margin: 0;
	padding: 5px 5px 5px 15px;
}
.dropsearch fieldset div label .label {
	background-color: transparent;
	clear: none;
	display: block;
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 6px 0 4px 3px;
}

/* Sort */

.dropsearch fieldset div p {
	clear: both;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 160px;
}
.dropsearch fieldset div p a {
	color: #333;
	display: block;
	font-family: "open sans", arial, helvetica, sans-serif;
	padding: 7px 15px;
	text-decoration: none;
	width: 130px;
}
.dropsearch fieldset div p a:hover {
	background-color: #eee;
	color: #000;
}

/* Shoes */

.dropsearch fieldset.shoe-type {
	clear: none;
	display: block;
	float: left;
	margin-right: 10px;
	padding: 0;
	position: relative;
	width: auto;
}

.dropsearch fieldset.shoe-type legend {
	background: url(../images/ui/dropsearch-legend-bg.png) repeat-x 0 bottom;
	border: #aaa solid 1px;
	border-color: #999 #bbb #ddd #bbb;
	clear: both;
	display: block;
	float: left;
}
.dropsearch fieldset.shoe-type legend b {
	background: url(../images/ui/arrows-legend.png) no-repeat right 3px;
	clear: both;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 45px 7px 15px;
	width: auto;
}
.dropsearch fieldset.shoe-type:hover legend b {
	background-position: right -27px;
	color: #000;
	cursor: default;
}
.dropsearch fieldset.shoe-type .container {
	display: none;
}
.dropsearch fieldset.shoe-type:hover .container {
	background: #fff url(../images/ui/shoe-type-bg.png) repeat-y 0 0;
	border: #aaa solid 1px;
	border-color: #ddd #bbb #999 #bbb;
	clear: both;
	display: block;
	float: left;
	margin-left: 0;
	padding: 8px 0 25px;
	position: absolute;
	top: 27px;
	width: 240px;
	z-index: 100;
}
.dropsearch fieldset.shoe-type .container div {
	background-color: transparent;
	border: none;
	clear: none;
	display: block;
	float: left;
	margin: -15px 0 10px 0;
	padding: 8px 0 0;
	position: relative;
	width: 80px;
	z-index: 101;
}
.dropsearch fieldset.shoe-type div p {
	clear: none;
	display: block;
	float: left;
	margin: -20px 0 0 0;
	padding: 3px 0 3px 10px;
	width: 70px;
}
.dropsearch fieldset.shoe-type div label {
	clear: both;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 80px;
}
.dropsearch fieldset.shoe-type div label:hover {
	background-color: #eee;
	cursor: pointer;
}
.dropsearch fieldset.shoe-type div label .checkbox,
.dropsearch fieldset.shoe-type div label .radio {
	clear: none;
	display: block;
	float: left;
	margin: 0 0 1px 0;
	padding: 5px 5px 4px 15px;
}
.dropsearch fieldset.shoe-type div label .label {
	clear: none;
	display: block;
	float: left;
	font-size: 11px;
	margin: 0 0 1px 0;
	padding: 6px 0 4px 3px;
}
