#product_list_table #product_list_table_head {
    display: none;
}

td#image_data {
    width: 54px;
}
#used_products {
    float: right;
    margin-top: 0px;
    padding-bottom: 5px;
}
table.watajax_table th {
	border-bottom: 1px solid #888;
	background-color: #000;
	color: #fff;
	text-align: left;
	cursor: pointer;
}
div.page_button {
	cursor: pointer;
}

div.test_table_search, div.search_title, div.table_pager {
	margin-right: 10px;
        margin-top: 10px;
	float: left;
}
div.table_search {
	float: right;
	margin-right: 10px;
}
div.page_button, div.pager_title{
	float: left;
	border: 1px solid #999;
	padding: 2px;
	margin-right: 2px;
	font-size: 12px;
}
div.pager_title {
	border: none;
}
div.page_dots {
	border: none;
	cursor: default;
}
div.current_page {
	border: 1px solid #f00;
}
.virtual {
	cursor: default;
}
.header_sorting {
	color: #f00;
}
tr.zebra {
	background-color: #f2f2f2;
}
tr.errorMsg td {
    padding-left: 10px;
}
tr.highlight td {
    /*border-top: 1px solid #900;
    border-bottom: 1px solid #900;*/
}
tr.filter td {
	background-color: #bbb;
}
tr.filter select {
	width: 100%;
	font-size: 9px;
}
div.ajax_loading {
	background-color: #f00;
        background: url('../../images/ajax-loader.gif') no-repeat;
	width: 16px;
	height: 16px;
	float: right;
	margin-right: 10px;
}
table.watajax_table {
	margin-top: 10px;
	width: 100%;
	clear: left;
}
div#test, div#test2 {
	width: 800px;
}
span#number_items {
	font-size: 9px;
	color: #999;
	display: block;
	float: left;
	margin-top: 5px;
	margin-left: 7px;
}
div.search_title {
	font-size: 11px;
	margin-top: 4px;
	font-weight: bold;
}
table.watajax_table td a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
div#product_list_more_rows_button span{
	cursor: pointer;
	display: none;
}

#product_list #product_list_table #image_data {
    width: 54px;
}

#product_list #product_list_table #name_data {
    width: 382px;
}

#product_list #product_list_table #price_data {
    width: 52px;
}

#product_list #product_list_table #tools_data {
    width: 43px;
}
