/* <% Response.contentType = "text/css" %> */
/*  File: dataTables.css    */
/*  By:   Jeremy Tredway    */
/*  Ver:  2008-08-14        */


#finder_results_filter {
	display: none;
}

#product_finder_results table {
	background: #fff;
	table-layout: fixed;
	width: 100%;
	clear: both;
}

#product_finder_results thead {
	background: #c38f33;
}
#product_finder_results thead th {
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	line-height: 18px;
	padding: 6px 0 5px 10px;
}

.sorting_asc .sort_by {
	background: transparent url("../img/icon_sprite.png") no-repeat 100% -94px;
	padding-right: 27px;
}
.sorting_desc .sort_by {
	background: transparent url("../img/icon_sprite.png") no-repeat 100% -144px;
	padding-right: 27px;
}

#product_finder_results tbody td {
	font-size: 12px;
	padding: 12px 0 12px 10px;
	vertical-align: top;
}
#product_finder_results tbody h2 {
	font-size: 14px;
}

#product_finder_results tbody .even {
	background-color: #d7d7d7;
}

#finder_results_wrapper {
	clear: both;
	min-height: 60px;
	padding-bottom: .5em;
	position: relative;
}

#results_title {
	font-size: 14px;
	font-weight: bold;
	height: 20px;
}

#finder_results_info_ext,
#finder_results_info {
	float: left;
	height: 23px;
	width: 60%;
}

#finder_results_paginate_ext,
#finder_results_paginate {
	float: right;
	height: 23px;
	text-align: right;
	width: 48px;
}
#finder_results_previous_ext,
#finder_results_next_ext,
#finder_results_previous,
#finder_results_next {
	background: transparent url("../img/icon_sprite.png") no-repeat 0 0;
	border: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	cursor: pointer;
	float: left;
	height: 19px;
	margin-left: 3px;
	width: 19px;
}
#finder_results_previous_ext,
#finder_results_next_ext {
	border: 1px solid #999;
}

.paginate_enabled_next {
	background-position: 0 -200px !important;
}
.paginate_disabled_next {
	background-position: 0 -250px !important;
	cursor: default !important;
}
.paginate_enabled_previous {
	background-position: 0 -300px !important;
}
.paginate_disabled_previous {
	background-position: 0 -350px !important;
	cursor: default !important;
}

#finder_results_processing {
	background-color: #eee;
	border: 1px solid #ddd;
	left: 50%;
	margin-left: -310px;
	padding: 20px;
	position: absolute;
	text-align: center;
	top: 39px;
	width: 580px;
}

#finder_results_wrapper:after,
#product_finder_results:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
}

