/* CSS Document */

/* TABLE   */

.resultsHeaderSelected
{
text-align:left;
background:#fff;
/*border-bottom:#E4E5E2;*/
border-bottom:solid 1px #fff;
border-right:none;
}

.resultsHeader
{
text-align:left;
background:#fff;
border-right:none;
}

#thumbnail{
border-right:solid 1px #E8E9E5;
}


table{
width: 98%;
/*border: 1px solid #A8AAA3;*/
font-size:100%;
margin:0;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

*html table
{
	width:95%;
	}


table caption
{
margin:0;
padding: 4px 10px;
text-align:left;
border:solid 1px #E8E9E5;
border-bottom:none;
background:#fff;
}

table th
{
margin: 0;
padding: 4px 10px;
text-align: center;
border: 1px solid #E8E9E5;
}

table td
{
margin: 0;
text-align: center;
vertical-align:top;
border-left: 1px solid #E8E9E5;
border-bottom: 1px solid #E8E9E5;
padding:12px 2px 0 2px;
color:#787878;
/*padding: 4px 10px;*/
/*border-right: 1px solid #A8AAA3;*/
}

table img{
display:block;
border:0;
}

#thumbnail-caption
{
font-size:85%;
color:#A8AAA3;
background:#fff;
padding:0;
}

table th{
background:#A8AAA3;
}

table .name{
text-align:left;
padding-left:8px;
}

table{
empty-cells: show; 
}


.row0{
background:#E8E9E5 /*url(../../../images/hbmotorcycles/row0.gif) no-repeat top left*/;
}

/*
.row1{
background:url(../../../images/hbmotorcycles/row1.gif) no-repeat top left;
}*/

table a:link, table a:visited
{
color:#2075BC;
text-decoration:none;
font-weight:bold;
display:block;
}


table a:hover 
{
text-decoration:underline;
font-weight:bold;
display:block;
color:#666;
}


table td a:{
display:block;
font-weight:bold;
}

th a:link, th a:visited
{
color:#2075BC;
text-decoration:underline;
font-weight:bold;
display:block;
}

th a:hover 
{
color:#666;
text-decoration:underline;
font-weight:bold;
display:block;
}

.tablefooter
{
background:#fff;
font-size:110%;
}

.tablefooter a:visited
{
color:#333333;
}

.model{
width:35%;
text-align:left;
}

.price{
width:10%;
text-align:left
}

.mileage{
width:10%;
text-align:left
}

.colour{
width:10%;
text-align:left
}

.engine{
width:10%;
text-align:left
}

.added{
width:10%;
text-align:left
}

.photo{
width:10%;
text-align:left;
border-right:none;
}



