
a:link, a:visited {
	color: #F1E5AE;
}
.salePrice {
	font-weight: bold;
	color: #090;
}

.dataTables_wrapper {
    clear: both;
    margin-left: 0;
}

.dataTables_processing {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 11px;
	padding: 2px 0;
}

.dataTables_length {
	width: 40%;
	float: left;
}

.dataTables_filter {
    color: #FFFFFF;
    float: left;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 10px;
    margin-left: 4px;
    text-align: left;
    width: 35%;
}

.dataTables_info {
	width: 60%;
	float: left;
	color: yellow;
}

.dataTables_paginate {
	width: 44px;
	* width: 50px;
	float: right;
	text-align: right;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
    clear: both;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.75em;
    margin: 0 auto;
    width: 100%;
}

table.display thead th {
	padding: 3px 18px 3px 10px;
	border-bottom: 1px solid black;
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
	* cursor: hand;
	background-color:#5B1B08;
	color: white;
}

table.display tfoot th {
	padding: 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}

table.display tr.heading2 td {
	border-bottom: 1px solid #aaa;
}

table.display td {
    padding: 6px 8px;
    text-align: left;
}

table.display li {
    margin-left:12px;
}
table.display td.center {
	text-align: center;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
	background: url('../images/asc.gif') no-repeat center right;
	padding-right:20px;
	background-color: #921D1D !important;
}

.sorting_desc {
	background: url('../images/dsc.gif') no-repeat center right;
	padding-right:20px;
	background-color: #921D1D !important;
}

.sorting {
	background: url('../images/asc-dsc.gif') no-repeat center right;
	padding-right:20px;
	background-color: #660000 !important;
}

.sorting_asc_disabled {
	background: url('../images/sort_asc_disabled.jpg') no-repeat center right;
	padding-right:20px;
	background-color: #660000 !important;
}

.sorting_desc_disabled {
	background: url('../images/sort_desc_disabled.jpg') no-repeat center right;
	padding-right:20px;
	background-color: #660000 !important;
}

.sorting_disabled {
	background-color: #660000 !important;
}


tr.odd {
	background-color: #F1D8D2; !important;
}

tr.even {
	background-color: #FFF4F4; !important;
}





/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.top, .bottom {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

.top .dataTables_info {
	float: none;
}

.clear {
	clear: both;
}

.dataTables_empty {
	text-align: center;
}

tfoot input {
	margin: 0.5em 0;
	width: 100%;
	color: #444;
}

tfoot input.search_init {
	color: #999;
}

td.group {
	background-color: #d1cfd0;
	border-bottom: 2px solid #A19B9E;
	border-top: 2px solid #A19B9E;
}

td.details {
	background-color: #d1cfd0;
	border: 2px solid #A19B9E;
}



table.display tr.even.row_selected td {
	background-color: #B0BED9;
}

table.display tr.odd.row_selected td {
	background-color: #9FAFD1;
}


/*
 * Sorting classes for columns
 */
/* For the standard odd/even */
tr.odd td.sorting_1 {
	background-color:#9E3DE;
}

tr.odd td.sorting_2 {
	background-color:#9E3DE;
}

tr.odd td.sorting_3 {
	background-color:#9E3DE;
}

tr.even td.sorting_1 {
}

tr.even td.sorting_2 {
}

tr.even td.sorting_3 {
}

#bascoRebates {
	margin-left: 1%;
	margin-right: 1%;
}
#bascoRebates th {
	color:yellow;
	text-align:left;
	padding-left:4px;
	background-color: #660000
}

.rebateLogo {
	text-align:center;
	padding: 18px;
}

.rebateLogo img{
	width:100px;
}

#bascoRebates_filter input {
    background-color: #D2EBFC;
    border-width: 3px;
    height: 30px;
    margin-bottom: 8px;
    width: 320px;
}
.lastUpdate {
	font-size: 13px;
}


