/*   first some corrections */
div.tabs_search ul {
	padding-bottom: 0px;
	height: 31px;
}
div.tabs_search .ui-tabs-panel {
	border: none;
	background: none;
	margin: 0px;
}
div.tabs_search .ui-tabs-nav {
	height: 31px;
	background: none;
}
div.tabs_search .ui-tabs-nav li {
	padding: 0px;
}

div.ndx-search {
	width: 606px;
	margin-top: 2px;
}
.search-panel span {
	line-height: 32px;
	height: 32px;
}
div.pag-panel {
	height: 4px;
}
div.search-panel {
	background-image: url(/_static/img/tab-pub-ndx-active.gif);
	height: 32px;
	margin:2px 0;
}
div.namedrive_spotlight {
	display: block;
	min-height: 280px;
}
div.namedrive_spotlight div.auctions {
	width: 63%;
	min-height: 280px;
	max-height: 295px;
	border: 1px solid #989898;
	float:left;
	position:relative;
	overflow:hidden;
}
div.namedrive_spotlight div.domains {
	width: 35%;
	min-height: 280px;
	max-height: 295px;
	border: 1px solid #989898;
	float:right;
	position:relative;
	overflow:hidden;
}
div.namedrive_spotlight div.title {
	background-image: url(/_static/img/tab-pub-ndx-active.gif);
	height: 32px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 2px;
	font-size: 14px;
	line-height: 32px;
	border-bottom: 1px solid #ffffff;
	padding-left: 13px;
}
div.namedrive_spotlight .ndx_latest_table {
	/*table-layout: fixed;*/
}
div.namedrive_spotlight .ndx_latest_table th {
	background: #e2e1e6;
	border-right: 2px solid #FFFFFF;
	padding-left: 13px;
	padding-right: 5px;
}
div.namedrive_spotlight .ndx_latest_table th.bid {
	width: 80px;
}
div.namedrive_spotlight .ndx_latest_table th.time {
	width: 60px;
}
/* HACK: terrible safari hack, no better way to target safari right now */
@media screen and (-webkit-min-device-pixel-ratio:0) {
div.namedrive_spotlight .ndx_latest_table th.bid {
	width: 95px;
}
div.namedrive_spotlight .ndx_latest_table th.time {
	width: 80px;
}
}
div.namedrive_spotlight .ndx_latest_table th:last-child {
	border: none;
}
div.namedrive_spotlight .ndx_latest_table td {
	border-right: 2px solid #FFFFFF;
	padding-left: 13px;
	padding-right: 5px;
}
div.namedrive_spotlight .ndx_latest_table td:last-child {
	border: none;
}
div.namedrive_spotlight div.spotlight_more {
	font-weight: bold;
	text-align: leftt;
	font-size: 8pt;
	padding: 4px;
	padding-top: 5px;
	padding-left: 13px;
	position:absolute;
	top:3px;
	right:2px;
}
div.namedrive_spotlight div.spotlight_more a:link,
div.namedrive_spotlight div.spotlight_more a:visited {
	color:#fff;
	text-decoration:none;
}
div.namedrive_spotlight div.spotlight_more a:active,
div.namedrive_spotlight div.spotlight_more a:hover {
	text-decoration:underline;
}
input.home-search-tab {
	border-top: 1px;
	border-bottom: 1px;
}
