#detailedSearches .formSeperator {
	font-weight:bold;
	text-transform:uppercase;
	color:#786c64;
}

#detailedSearches > form {
	margin:0.5em 0 2em;
	border:2px solid #ac9b92;
	background:#fff;
}
* html #detailedSearches form {
	height: 1%;
	padding-bottom:3px;
}
	#detailedSearches > form > fieldset {
		margin:0;
		padding:0;
		border:none;
	}
		#detailedSearches > form > fieldset > legend {
			display:none;
		}
		#detailedSearches > form > fieldset > ol {
			margin:0;
			padding:0;
			list-style-type:none;
		}
			#detailedSearches > form > fieldset > ol > li {
				clear:both;
				overflow:auto;
				padding:3px;
				border-top:1px solid #c9c2ba;
			}
				#detailedSearches > form > fieldset > ol > li:first-child {
					border-top:none;
				}
					#detailedSearches > form > fieldset > ol > li > div.fieldLabelContainer {
						display:block;
						overflow:hidden;
						padding:3px;
						background:#ac9b92;
						font-size:10px;
						text-transform:uppercase;
					}

						#detailedSearches > form > fieldset > ol > li > div.fieldLabelContainer > span,
			   			#detailedSearches > form > fieldset > ol > li > div.fieldLabelContainer > label {
			   		        display:inline-block;
			   		        vertical-align:middle;
			   		        width:100px;
			   		        font-size:10px;
			   		        text-transform:uppercase;
			   		        color:#fff;
			   			}
							#detailedSearches > form > fieldset > ol > li > div.fieldLabelContainer > span {
								padding:5px 0;
							}
							#detailedSearches > form > fieldset > ol > li > div.fieldLabelContainer > input[type=text] {
								display:inline-block;
								width:90px;	
								vertical-align:middle;
								color:#786c64;
							}

		
		
						#detailedSearches > form > fieldset > ol > li > div.fieldLabelContainer > a.expandable span {
							display:inline-block;
							width:100px;
							padding:5px 0;
							background:url('/img/layout/search_form_arrow.png') no-repeat right center;
							
							font-size:10px;
							text-transform:uppercase;
							vertical-align:middle;
							color:#fff;
							outline:0;
						}
							#detailedSearches > form > fieldset > ol > li > div.focused > a.expandable span {
								background-image:url('/img/layout/search_form_arrow_focused.png');
							}
							#detailedSearches > form > fieldset > ol > li > div.fieldLabelContainer > a.expandable > input[type=text] {
								width:100px;	
								vertical-align:middle;
								color:#786c64;
							}
							#detailedSearches #productThemeField > div.fieldLabelContainer > a.expandable > span { width:55px; }



						#detailedSearches > form > fieldset > ol > li > input[type=submit],
						#detailedSearches > form > fieldset > ol > li > input[type=image],
						#detailedSearches > form > fieldset > ol > li > input[type=button] {
							float:right;
                            border:none;
                            background:#786c64;
                            font-weight:bold;
                            text-transform:uppercase;
                            color:#fff;
						}





#detailedSearches #productPatternSearch input[type=text] {
	vertical-align:bottom;	
}






#detailedSearches .subOptions { overflow:hidden; }


#detailedSearches .subOptionList {
	margin:0;
	padding:3px 0 0;
	list-style-type:none;
	overflow:hidden;
}
	#detailedSearches .subOptionList a {
		display:block;
		padding:3px 10px;
		color:#786c64;
		zoom:1;
	}
	#detailedSearches .subOptionList a:hover {
		text-decoration:underline;
	}
	#detailedSearches .subOptionList a.selected {
		background:#e2dcd9;
		outline:0;
	}



#detailedSearches ul.subOptionRadioList.first { border-right:1px solid #c9c2ba; padding-right:5px; margin-right:5px; }
#detailedSearches p {
	margin:1em 5px;
	color:#786c64;
	font-size:0.8em;
}
#detailedSearches .subOptionRadioList {	
	float:left;
	width:90px;
	margin:3px 5px 0;
	padding:0;
	list-style-type:none;
}
	#detailedSearches .subOptionRadioList li { margin-bottom:5px; }
		#detailedSearches .subOptionRadioList a {
			zoom:1;
			display:block;
			padding-left:14px;
			background:url('/img/layout/checkboxes1.png') no-repeat 0px 0px;
			font-size:10px;
			color:#786c64;
			outline:0;
		}
		#detailedSearches .subOptionRadioList a.selected {
			background-position:-190px 0px;
		}
#detailedSearches .subOptionRadioList .specialOption {
	margin-top:20px;
	font-weight:bold;
}









#detailedSearches .subFields {
	margin:0 -3px;
	padding:5px 0 0;
	list-style-type:none;
	color:#786c64;
}
	#detailedSearches .subFields > li {
			clear:both;
			overflow:hidden;
			padding:0 3px;
		}
		#detailedSearches .subFields .subFieldsHeader {
			margin:0;
			padding:0;
		}
			#detailedSearches .subFields .subFieldsHeader a.subFieldHeaderLink {
				outline:0;
				display:block;
				width:100%;
				position:relative;
			}		
				#detailedSearches .subFields .subFieldsHeader a.subFieldHeaderLink span {
					float:left;
					display:block;
					width:60px;
					padding:6px 0;
					background:url('/img/layout/search_form_arrow2.png') no-repeat right center;

					font-size:10px;
					font-weight:normal;
					text-align:left;
					text-transform:uppercase;
					color:#786c64 !important;
				}
					#detailedSearches .subFields .subFieldsHeader.focused a.subFieldHeaderLink span {
						background-image:url('/img/layout/search_form_arrow2_focused.png');
					}
			
				#detailedSearches .subFields .subFieldsHeader a.subFieldHeaderLink .selectedColor {
					float:right;
					width:155px;
					height:18px;
					margin-right:2px;
				}

			#detailedSearches .subFields .subFieldsHeader.focused a.subFieldHeaderLink {	
				float:left;
				width:70px;
			}
			#detailedSearches .subFields .subFieldsHeader a.searchAllColorsLink {
				float:right;
				width:155px;
				height:20px;
				margin-right:2px;
			}



		#detailedSearches .subFields .colorList {
			clear:both;
			margin:5px 0 0;
			padding:0;
			list-style-type:none;
			text-align:right;
		}
			#detailedSearches .subFields .colorList li {
					clear:both;
					overflow:hidden;
					margin-bottom:3px;
					padding:1px;
					border:1px solid #fff;
				}
				#detailedSearches .subFields .colorList li a span.colorName {
			        float:left;
			        width:55px;
					margin-top:4px;
			        margin-right:1px;
			        font-size:10px;
			        text-align:right;
			        color:#786c64;
				}
				#detailedSearches .subFields .colorList li a span.colorSwatch  {
					display:block;
			        float:right;
					width:155px;
					height:18px;
				}
		#detailedSearches .subFields .selectedColor img,
		#detailedSearches .subFields .colorList li span.colorSwatch img { display:block; }
		
		
		#detailedSearches .subFields .colorList .checkedColor {
			border:1px solid #5f5f5f;
		}



#primaryColorField {
	border-bottom:1px solid #c7c8ca;
	margin-bottom:5px;
}



.pinksSwatch { background-color:#bf2253; }
.redsSwatch { background-color:#d0222a; }
.orangesSwatch { background-color:#9d4300; }
.yellowsSwatch { background-color:#d8aa00; }
.greensSwatch { background-color:#53752f; }
.bluesSwatch { background-color:#006689; }
.purplesSwatch { background-color:#60284f; }
.blacksSwatch { background-color:#000; }
.brownsSwatch { background-color:#583d26; }
.metallicsSwatch { background-color:#8e6e4a; }
.whitesSwatch { background-color:#fff; }
.beigesSwatch { background-color:#d9c2ae; }








.formSeperator {
	margin-left:3px;
}
#detailedSearches > form.singleFieldForm {
	border:none;
}
#detailedSearches > form.singleFieldForm > fieldset > ol > li {
	border:none;
}



	

