/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/
/*-------------------------------------------	FORM STYLING FOR VARIOUS SELECT DROP-DOWNS*/
/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/
/*-----------------------------------------------------*/
/*--------	darkest grey drop-downs in top utility bar navigation*/
/*-----------------------------------------------------*/
#searchNav {
	width: 150px;
	height: 21px;
	float: left;
	margin-right: 60px;
	margin-left: -2px;
	background: #FFFFFF url(../../Content/Forms/utilityNavSelect.jpg) top left no-repeat;
}
*html #searchNav{background-image: none; margin-left: 0px;}

#searchNavInput{
	float: left;
	margin-right: 30px;
	}
	
#searchNavInput input{
	color: #57390F;
	font-size:9px;
	text-transform:uppercase;
	float: left;
	margin-right: 0px;
	border: 1px solid #B0B0A4; padding: 3px; width: 135px; 
	
	}
#searchNavInput input.search_button{border: 1px solid #FFFFFF; width: 37px; height: 17px; margin-left: 4px; position: relative; margin-top: -2px;}

#quicksearchWrapperRight #searchNav {
	margin-right: 20px;
}

#advancedsearchWrapperRight2 #searchNav {
	margin-right: 20px;
}
#searchNav select {
	width: 150px;
	opacity: 0;
padding: 0px;
	font-size: 9px;
	text-transform: uppercase;
	color: #917856;
	background-color: #FFFFFF;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	filter:alpha(opacity=0);
}

*+html #txt_patternType, *+html #txt_patternScale, *+html #txt_producttype,*+html #txt_deliveryRequirements, *+html #txt_sustainCat, *+html #txt_pricerange, *+html #txt_faceWeight, *+html #txt_results_per_page, *+html #txt_sort_by, *+html #txt_styleSelect, *+html #txt_collectionSelect, *+html #txt_nameSelect, *+html #txt_patternScale, *+html #txt_sustainCat, *+html #txt_priceRange, *+html #txt_faceWeight, *+html #txt_searchUtilityNav {
	color: #57390F;
	display: block;
	height: 10px;
	width: 127px;
	padding: 4px;
	margin: -17px 0 0 3px;
	font-size:9px;
overflow: hidden;
	text-transform:uppercase;
}

*html #txt_patternType, *html #txt_patternScale, *html #txt_producttype,*html #txt_deliveryRequirements, *html #txt_sustainCat, *html #txt_pricerange, *html #txt_faceWeight, *html #txt_results_per_page, *html #txt_sort_by, *html #txt_styleSelect, *html #txt_collectionSelect, *html #txt_nameSelect, *html #txt_patternScale, *html #txt_sustainCat, *html #txt_priceRange, *html #txt_faceWeight, *html #txt_searchUtilityNav {
	color: #57390F;
	display: block;
	height: 10px;
	width: 127px;
	padding: 4px;
	margin: -17px 0 0 3px;
	font-size:9px;
overflow: hidden;
	text-transform:uppercase;
}




#txt_patternType, #txt_patternScale, #txt_producttype,#txt_deliveryRequirements, #txt_sustainCat, #txt_pricerange, #txt_faceWeight, #txt_results_per_page, #txt_sort_by, #txt_styleSelect, #txt_collectionSelect, #txt_nameSelect, #txt_patternScale, #txt_sustainCat, #txt_priceRange, #txt_faceWeight, #txt_searchUtilityNav {
	color: #57390F;
	display: block;
	height: 10px;
	width: 127px;
	padding: 4px;
	margin: -17px 0 0 3px;
        overflow: hidden;
	font-size:9px;
	text-transform:uppercase;
	[text-transform:uppercase;
	margin: -12px 0 0 3px;
	]
}


#txt_browseCatalog	
{
	color: #57390F;
	display: block;
	height: 10px;
	width: 117px;
	padding: 4px;
	margin: -23px 0 0 3px;
	font-size:9px;
	text-transform:uppercase;}

#txt_browseCatalog2	
{
	color: #57390F;
	display: block;
	height: 10px;
	width: 117px;
	padding: 4px;
	margin: -20px 0 0 3px;
	font-size:9px;
	text-transform:uppercase;}
*+html #txt_browseCatalog2{margin: -23px 0 0 3px;}
/*--------------------------------------------------------------------------------------*/
/*----------------------------------------------	FORM STYLING FOR CHECKBOXES / TEXT AREAS*/
/*--------------------------------------------------------------------------------------*/
img {
	border:0;
}
.niceform .number {
	display: inline;
	color: #4e4c4e;
	padding: 0 5px 0 6px;
	letter-spacing: 0px;
	font-weight: lighter;
}
.niceform label {
	display: block;
	padding-bottom: 10px;
	padding-top: 2px;
	color: #57390F;
	font-weight:lighter;
}
#container {
	padding:20px;
}
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}
/*Transparent items*/
.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:15px;
	height:14px;
	font-size:0;
	cursor:pointer;
}
.radioArea {
	background:url(../../Content/radio.gif) no-repeat left top;
}
.radioAreaChecked {
	background:url(../../Content/radio.gif) no-repeat left bottom;
}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:17px;
	height:17px;
	font-size:0;
	padding:0 0 0 4px;
	margin-top:0;
	cursor:pointer;
}
.checkboxArea {
	background:url(../../Content/checkbox.gif) no-repeat left top;
}
.checkboxAreaChecked {
	background:url(../../Content/checkbox.gif) no-repeat left bottom;
}
.focused {
	border:1px dotted #ddd;
}
/*Text inputs*/
.textinput, .textinputHovered {
	height:16px;
	background:url(../../Content/input_bg.gif) repeat-x left top;
	border:none;
	margin-top: 0px;
	padding:5px 0;
	vertical-align:middle;
}
.textinputHovered {
	background-position:left bottom;
}
.inputCorner {
	padding-bottom:0;
	vertical-align:middle;
}
/*Text areas*/
.txtarea .tr, .txtarea .tr_xon 
{
	background:url(../../Content/txtarea_tr.gif) no-repeat top right;
}
.txtarea .tr_xon {
	background:url(../../Content/txtarea_tr_xon.gif) no-repeat top right;
}
.txtarea img.txt_corner {
	width:5px;
	height:5px;
	display:block;
}
.txtarea .br, .txtarea .br_xon 
{
	
	background:url(../../Content/txtarea_br.gif) no-repeat top right;
}
.txtarea .br_xon {
	background:url(../../Content/txtarea_br_xon.gif) no-repeat top right;
}
.txtarea .cntr {
	background:url(../../Content/txtarea_cntr.gif) repeat-y right top;
}
.txtarea .cntr_xon {
	background:url(../../Content/txtarea_cntr_xon.gif) repeat-y right top;
}
.txtarea .cntr_l, .txtarea .cntr_l_xon {
	width:5px;
	
	background:url(../../Content/txtarea_l.gif) repeat-y left top;
	float:left;
}
.txtarea .cntr_l_xon {
	background:url(../../Content/txtarea_l_xon.gif) repeat-y left top;
}
.txtarea textarea {
	border:0;
	background:none;
	padding:0;
	margin:5px;
}
/*Button*/
.buttonSubmit {
	height:25px;
	color:#FFF;
	width: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-transform:uppercase;
	padding:2px;
	background:url(../../Content/button_bg.gif) repeat-x left top;
	cursor:pointer;
	border:none;
}
.buttonImg {
	vertical-align:bottom;
}

