.gwt-SliderBar-shell {
	border:0px;
 	background-color: transparent;
}
.gwt-SliderBar-line {
	border-style: outset;
	border-width: 1px;
 	background-color: #EEE;
 	overflow: hidden;
}
.gwt-SliderBar-knob {
 	z-index: 1;
 	cursor: pointer;
}
.gwt-SliderBar-label {
 	font-size: 8pt;
 	cursor: default;
	font-weight:normal;
}
.gwt-SliderBar-label.dimm {
 	color: #CCC;
 	font-weight: normal;
}
.gwt-SliderBar-tick {
 	width: 1px;
 	height: 5px;
 	background: black;
 	overflow: hidden;
}
.gwt-SliderBar-tick.dimm {
 	width: 1px;
 	background: #CCC;
}
.gwt-SliderBar-line-sliding {
 	background-color: #999;
 	cursor: pointer;
}
.searchTitle{
	font-family:"ArialNarrow", arial narrow, arial, helvetica, sans-serif;
	font-size:2em;
	text-decoration:none;
	color:#666;
	float:left;
}
.searchTitle span{
	visibility:hidden;
}	
.gwt-searchControlPanel{
	float: left;
	margin: 0px;
	width:755px;
	display:inline;
}
.searchControls{
	background: #ffffff url(../images/advSearchBackground.gif) repeat-x top;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #999;
	margin:0px;
	height: 210px;
	font-size:12px;
}
.searchButton, input.searchTerm{
	float:left;
	margin-left:5px;
	margin-top:8px;
	/*margin-bottom:-18px;cheating the bottom margin up to accommodate FF3/Mac's problem with the sliding door button padding*/
}
input.searchTerm{
	width:20em;
	margin-top:3px!important;
	font-size:1.4em;
	color:#666;
}
.searchType, .orderByDate, .inventorySegment{
	padding-bottom:7px;
}
.category{
	padding-bottom:5px;
}
.category select{
	margin-bottom:2px;
}
.source, .availability, .specialCharacters, .maximums{
	width:120px;
	position:relative;
	float:left;
	margin-right:12px;
	display: inline;
}
.maximums{
	margin-right:0px!important;
	width:145px!important;
}
.tlds{
	width:34em;
	float:left;
	position:relative;
	margin:6px 12px 0px 0px;
}
.typeListTitle, .category .listTitle, .maximums .listTitle, .availability .listTitle, .tlds .listTitle, .specialCharacters .listTitle, .priceRange .rangeTitle, .source .listTitle, .inventorySegment .listTitle, .orderByDate .listTitle {
	color:#666;
	font-weight:bold;
	float:left;
	position:relative;
	margin-bottom:2px;
}
.priceRange .rangeTitle{
	width:147px;
	margin-bottom:2px;
}
.tlds .listTitle {
	width:auto;
	height:auto;
	overflow:visible;
	border:0;
}
.tlds {}
.tlds a {
	padding-left: 10px;
}
.tlds .contextHelpLink {
	display: none;
}
.tlds div {
	display: inline-block;
}
.tlds div.checkboxList {
	overflow: auto;
	border: 1px solid #999;
	height: 6.5em;
}
.tlds div span {
	display: inline-block;
	float: left;
	padding-bottom: .5em;
	white-space: nowrap;
	width: 6.4em;
}
.availability span, .specialCharacters span, .source span{
	display:block;
	margin:0;
	padding:0;
	cleaR:left;
}
.availability span input, .specialCharacters span input, .source span input{
	padding:0;
	height:1.4em;
	vertical-align:middle;
	margin:3px 2px 0px 0px;
	position:relative;
	top:-2px;
}
.storeLink{
	float:left;
	margin-top:7px;
	margin-left:20px;
	cursor:pointer;
}
.storeLink a{
	padding-left:20px;
	background: transparent url(../images/collapse.png) no-repeat left;
}

.searchResults{
	clear:both;
}
.availability a, .source a, .specialCharacters a {
	display:none;
}
/*.availability a, .source a {
	left:110px;
}*/
.tlds a{
	padding-left:10px;
}
.specialCharacters a{
	visibility:hidden;
	margin-bottom:-15px;
}
.specialCharacters .contextHelpLink a{
	visibility:visible;
}
/*.orderByDate div table{
	clear:both;
}*/
.selected-value{
	width:10em;
}
.maximums,.priceRange, .charLength, .wordCount{
	float:left;
	clear:right;
}
.priceRange{
	margin:6px 0px 0px 0px;
	height:40px;
}
.charlength{
	top:-35px;
	height:30px;
	border:0;
	margin:0;
}
.wordCount{
	top:-40px;
	height:30px;
	border:0;
	margin:0;
}
.charLength div.rangeTitle, .wordCount div.rangeTitle{
	display:none;
}
.maximums div.rangeMaxLabel,.priceRange div.rangeMaxLabel, .charLength div.rangeMaxLabel, .wordCount div.rangeMaxLabel{
	display:inline;
	float:left;
	width:96px;
	height:2em;
}
.maximums div input.gwt-TextBox, .priceRange div input.gwt-TextBox, .charLength div input.gwt-TextBox, .wordCount div input.gwt-TextBox{
	width:4em;
	float:right;
	border:1px solid #999;
	margin:0px 0px 0px 0px;
}
.helpLink{
	background:url(../images/help.png) left no-repeat;
	white-space:nowrap;
	padding-left:20px;
	padding-right:7px;
	margin-top:7px;
	float:right;
	cursor:pointer;
	width:175px;
}
.contextHelpLink{
	float:left;
	clear:right;
}
.tlds .contextHelpLink{
	display:none;
}
.contextHelpLink a{
	font-size:.8em;
	text-decoration:none;
	display:inline;
	position:relative;
	width:15px;
	height:15px;
	top:0px;
	padding-left:3px;
	cursor:pointer;
}



.savedSearchPanel{
	float: right;
	width: 195px;
	margin-left:8px;
	font-size:12px!important;
}
.savedSearch{
	background: #ffffff url(../images/advSearchBackground.gif) repeat-x top;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #999;
	padding:0px 0px 0px 5px;
	height: 210px;
	font-size:12px;
}
.savedSearchHeader{
	color:#666;
	font-weight:bold;
	margin:5px 0px;
}
.savedSearchEntry{
	padding:5px 0px;
}
div.savedSearchEntry input{
	width:16em;
}
.savedSearchAlertCheck{
	padding:0px;
	display:block;
}
span.savedSearchAlertCheck input{
	top:0px;
	z-index:1;
}
.savedSearchList{
	width:175px;
}
.loadSearch{
	color:#666;
	font-weight:bold;
	margin:5px 0px;
	clear:both;
}
.loadSearch .button, .loadSearch .buttonDisabled{
	position:relative;
	top:15px;
}
.orangeHeader2{
	padding:0px;
	float:left;
	clear:left;
	white-space:nowrap;
}
.searchClear{
	clear:both;
	height:38px;
}
.resultsReserveMet, .resultsReserveMet .sortColumn{
	background:transparent!important;
	cursor:default!important;
}
.secondLevelCat{
	display:none;
}
.paginationPanel{
	float:right!important;
	padding:0!important;
}
.modalPopup{
	width:594px!important;
}
.modalContent{
	background-color:#fff;
	width:585px!important;
	padding:0px 5px 0px 10px;
	font-size:0.8em;
}
.modalContent .gwt-HTML{
	height:5px;
}
.modalTop{
	background: url(../images/modalPopupTopLong.png) no-repeat top!important;
	width:594px!important; 
	height:10px;
}
.modalLeft{
	background:url(../images/modalPopupLeft.png) repeat-y!important;
	width:4px;
}
.modalRight{
	background:url(../images/modalPopupRight.png) repeat-y!important;
	width:5px;
}
.modalBottom{
	background: url(../images/modalPopupBottomLong.png) no-repeat top!important;
	width:594px!important;
	height:31px;
}
.modalBottomLeft{
	background: url(../images/modalPopupBottomLeftLong.png) no-repeat top!important;
	width:594px!important;
	height:31px;
}
.padding{
	padding:5px;
}
.leftCol{
	width:180px;
	float:left;
}
.leftCol select{
	width:14em;
}
.topRight, .bottomRight{
	float:left;
	width:545px;
}
.secondSearchButton{
	margin:30px 0px 0px 30px;
	font-size:13px;
}
.secondSearchButton div div.button div{
	padding:0 0.7em 1em 1.2em;
}
.searchDownloadControlRight {
	padding: 5px 0px;
	float: right;
}
.centeredTitle {
	text-align:center;
	color:#666666;
	font-family:"Arial Narrow",Arial,Helvetica,sans-serif;
	font-size:18px !important;
	font-weight:bold;
}
.rightColLinks {
	float:left;
	padding-top:20px;
	padding-left:10px;
	margin-left:10px;
	width:180px;
}
.important {
	font-weight: bold;
}
.searchButtonTop {
	margin-top: 7px;
	margin-left: 7px;
	display: inline;
	float: left;
}
.searchButtonTop div.button {
    background: url("../images/orange_button_end.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    height: 20px;
    width: 60px;
    text-decoration: none;
    float: none;
    margin: 0;
    margin-left: auto;
}

.premiumDomains {
	width: 190px;
}

.premiumDomainsTitle {
	text-align:center;
	color:#666666;
	font-family:"Arial Narrow",Arial,Helvetica,sans-serif;
	font-size:18px !important;
	font-weight:bold;
}

.premiumDomainsMore {
	text-align:center;
	font-size:11px;
}

.premiumDomainsInfo {
	text-align:center;
	font-size:11px;
}

.storeLinkNoImage {
	margin-top: 7px;
	padding: 0 14px;
	cursor: pointer;
	display: inline-block;
	float: left;
}

.listLabel {
	color: #666;
	font-weight: bold;
	margin-bottom: 2px;
}

.listLabelLeft {
    color: #666666;
    float: left;
    font-weight: bold;
    margin-bottom: 2px;
}

.linkToStoreFront{
	margin: 10px 0px;	
}