#quicksearch {
    margin: 0px 10px 10px 0px;
    background: #E5E5E5;
    height: 155px;
}
#quicksearch form {
    background: url('../images/quicksearch4.gif') no-repeat 10px 20px;
    width: 780px;
}
#quicksearch table {
    margin-left: 105px;
}
#quicksearch select {
    border: 1px solid #999;
    border-right: 0;
    padding: 0;
    width: 125px;
}
#quicksearch select#model {
    width: 160px;
}
#quicksearch select#year { width: 80px; }
#quicksearch select option.selected{
    background-color: #0A246A;
    color: #FFF;
}
#quicksearch table td {
	padding-right: 5px;
}
#quicksearch table td h3 {
	margin-bottom: 0;
}
#inventory_title {
    padding-top: 10px;
    margin-bottom: 0;
}
#InventoryTable {
	text-align: left;
}
#InventoryTable table {
	width: 99%;
	margin-top: 5px;	
	text-align: center;
	font-size: 13px;
	border-spacing: 0;
    border-collapse: collapse;
}
#InventoryTable thead {
	background-color: #000863;
	color: #FFF;
}
#InventoryTable thead th {
	text-align: center;	
}
#InventoryTable thead a {
	color: #FFF;
}
#InventoryTable a {
    color: #000863;
}
#InventoryTable a:hover {
	text-decoration: none;
}
#InventoryTable tr {
    border-bottom: 1px solid #FFF;
}
#InventoryTable td {
	padding: 1px 8px;
}
#InventoryTable td.equipment {
    text-align: left;
	overflow: hidden;
}
#InventoryTable td.odometer {
    white-space: nowrap;
}
#InventoryTable td.equipment abbr {
	border-bottom: 1px dotted #000;
}
#InventoryTable .link {
	text-decoration: underline;
}
#InventoryTable a.sold {
    color: #F00;    
}
#InventoryTable tbody tr {
	cursor: pointer;
}
#InventoryTable .yui-dt-even {
	background-color: #E5E5E5;
}
#InventoryTable .yui-dt-odd {
	background-color: #CCCCCC;
}
#InventoryTable tr.hover {
	background-color: #FFF;
}
#InventoryTable .yui-dt-sortedbyasc span {
	padding-left: 20px;
	background: url('../images/up_arrow.jpg') no-repeat center left;
}
#InventoryTable .yui-dt-sortedbydesc span {
	padding-left: 20px;
	background: url('../images/down_arrow.jpg') no-repeat center left;
}
span.yui-dt-pagelinks {
    display: block;
    text-align: right;
    margin-right: 10px;
    padding-top: 5px;
}
span.yui-dt-pagelinks a, span.yui-dt-pagelinks span {
    padding: 0 5px;
    padding-bottom: 1px;
    border: 1px solid #BB1D1E;
    font-weight: normal;
}
span.yui-dt-pagelinks span {
    color: #777;
}