 TABLE.mytable{
	 border-collapse: collapse;
	 width: 975px;
	 border: 0px !important;
	 outline: none!important;
 -webkit-border-top-right-radius: 10px; 
-moz-border-top-right-radius: 10px;
	 border-top-right-radius: 10px;
	 
 -webkit-border-top-left-radius: 10px; 
-moz-border-top-left-radius: 10px;
	 border-top-left-radius: 10px;

}
 TABLE.headerTable{
	 width: 975px;
	 
	 	 
 -webkit-border-top-right-radius: 10px; 
-moz-border-top-right-radius: 10px;
	 border-top-right-radius: 10px;
	 
 -webkit-border-top-left-radius: 10px; 
-moz-border-top-left-radius: 10px;
	 border-top-left-radius: 10px;
	 
}
 TABLE.mytable TD{
border: 1px solid #cccccc;
padding: 6px 5px 6px 10px;
vertical-align: top;
text-align: center;
width: 140px;

}
 TABLE.mytable TD.comments{
font-size: .8em;
text-align: left;
width: 180px;
 word-wrap: break-word !important;
}
TABLE.mytable TD.brand{
font-weight: bold;
width: 270px;
}
TABLE.mytable TD.car{
background: #dff3c9;
font-weight: bold;
}


 TABLE.mytable TR.headerRow{ 
font-size: 20px; 
background:  #89c33e url(../images/back-table.png)  0 0 repeat-x;
}
 TABLE.mytable TR.headerRow TD.car{ 
font-size: 20px; 
background:  #89c33e  url(../images/back-table.png)  0 -30px  repeat-x;
}
 TABLE.mytable TR:hover,  TABLE.mytable TR TD.car:hover{
background: #f2fff2;
}
 TABLE.mytable TR.headerRow TD.car:hover{ 
background:  #89c33e  url(../images/back-table.png)  0 0px  repeat-x;
text-decoration: underline;
}
 TABLE.mytable TR.headerRow:hover{ 
background:  #89c33e  url(../images/back-table.png)  0 0 repeat-x;
}
 TABLE.mytable TR.headerRow TD{
vertical-align: bottom;
border: 0px;

}
TABLE.mytable TR.headerRow TD.brand{ 
width: 400px;

}

TABLE.mytable TR.headerRow TD.comments{
font-size:1em;
-moz-border-top-right-radius: 10px;
border-top-right-radius: 10px;
/*width: 300px;*/
text-align:center;
}
TABLE.mytable TR.headerRow TD.brand{
-moz-border-top-left-radius: 10px;
border-top-left-radius: 10px;
}
 TABLE.mytable TR.headerRow SPAN{
font-size: 11px;
display: block;
line-height: 13px !important;
}
 TABLE.mytable TR.headerRow A{
color: #ffffff;
text-decoration: none;
}
 TABLE.mytable TR.headerRow A:hover{
text-decoration: underline;
}


DIV.searchBox{
width: 440px;
height: 45px;
padding: 10px 0px 0 5px;
background: url(../images/back-search.png)  0 0 no-repeat;
color: #ffffff;
font-size: 18px;
font-weight: bold;
float: left;
}
DIV.tip{
font-size: .85em; width: 470px; 
}
 
INPUT{

	outline: none;
	border: none;
	
	}
	
DIV.searchBox input[type="text"]{
	width: 262px;
	height: 30px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-left: 10px;
	outline: none;
	border: none;
	
	}
	DIV.searchBox IMG.submitBut{
 
width: 45px;
height: 52px;
outline: none;
border: none; 
margin: -10px 0 0 0;
padding: 0px;
	float: right; 
	}
	
	DIV.likeBox{
 width: 400px;
	float: right; 
	text-align: right;
	margin-top: 10px;
	margin-right: -10px;
	}
	DIV.likeBox .fleft{
margin-left: 5px;
}
	
	DIV.scrollWrap{
width:100%; overflow:auto;
height:700px;
border-bottom: 1px solid #cccccc;
	}
	
	#livesearch{
border: 1px solid #ffffff !important;
	}