/*list action css */

.paglink , .paglink a:link, .paglink a:visited, .paglink a:hover , .paglink a:active
{
	text-decoration: none;
	font-weight: bold;
	color: blue;
	font-size:15px;
}



.manage_btn
{
	width:130px;
	float:left;
}

.paglink 
{
	color: white;
}

.list_div_left
{
	float: left;
}
.list_div_cent
{
	float: left;
	width: 400px;
	font-size: 12pt;
	margin-left: 10px;
}
.list_link a:link, .list_link a:visited, .list_link a:hover , .list_link a:active
{
	text-decoration: none;
	font-weight: bold;
	color: blue;
}
.list_div_right
{
	float: left;
}


.list_details_img, .cntbtn, .imgbtn div
{
	background-image: url(../images/btnback.png);
	height:20px;
	width:80px;
	border:1px solid white;
	cursor:pointer;
	background-repeat:repeat-x;
	text-align:center;
	color:black;
	font-weight:bold;
	text-decoration: none;
	line-height: 19px;
}

.list_thumb
{
	margin-left: 1px;
	margin-top: 1px;
}
.list_div
{
	padding-top: 12px;
	height: 90px;
	border-bottom: 1px dashed #AFAFAF;
	width: 600px;
}
.list_img
{
	border:1px solid white;
	width: 105px;
	height: 80px;
	float: left;
	/*background-image: url(../images/thumbnail.png);*/
}
.list_make
{
	color: #2f5a8f;
	font-weight: bold;
	font-size: 12pt;
	margin-left: 10px;
	float: left;
	height: 25px;
}
.list_title
{
	margin-left: 10px;
	float: left;
	width: 70px;
	height: 25px;
}
.list_details
{
	float: left;
	width: 400px;
	height: 18px;
	overflow-y: hidden;
}
.list_date
{
	margin-left: 10px;
	float: left;
	width: 70px;
	height: 25px;
	font-size: 9pt;
}
.list_price span
{
	margin-top: 5px;
	color: #FF0000;
	font-weight: bold;
	font-size: 12pt;
	font-family: "arial";
}

.list_make a:link
{
	color: #0b53d7;
	text-decoration: none;
}
.list_make a:visited
{
	color: #6595ec;
	text-decoration: none;
}
.list_make a:hover
{
	color: #0b53d7;
	text-decoration: none;
}
.list_make a:active
{
	color: #0b53d7;
	text-decoration: none;
}

/* show action css */

.showimglarge
{
	margin-bottom: 5px;
	width: 248px;
	height: 188px;
	background-image: url(/images/lshowframe.png);
}
.showimglarge img
{
	border: 0px solid white;
}
.showimgsmall
{
	float: left;
	margin-left: 2px;
	width: 121px;
	height: 92px;
	background-image: url(/images/sshowframe.png);
}
.showimgsmall img
{
	border: 0px solid white;
}
.showbold
{
	font-weight: bold;
	color: #0b53d7;
}
.showmodel
{
	font-size: 23px;
	font-weight: bold;
}
.showdetail
{
	margin-top: 5px;
}
.showdetail textarea
{
	width: 325px;
	height: 250px;
	color:#ffffff;
	background-color: black;
	border: 1px solid white;
	padding:5px;
}
.showtable
{
	width: 300px;
	clear: left;
	clear: right;
	height: 185px;
}
.showrow
{
	width: 330px;
}
.showprice
{
	color: #ff0000;
	font-weight: bold;
}
.showrightcell
{
	width: 165px;
	height: 20px;
	float: right;
	text-align: right;
	border-bottom: 1px solid #949494;
}
.showleftcell
{
	font-weight: bold;
	border-bottom: 1px solid #949494;
	text-align: left;
	float: left;
	width: 165px;
	height: 20px;
}
#showcontinfo
{
	clear: left;
	margin-top: 5px;
	color:#ffffff;
	width: 332px;
	height: 88px;
	border:1px solid white;
	
}
#showinfotitle
{
	clear: left;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}

.showinfoline span
{
	font-weight: bold;
	width:80px;
	margin:right:10px;
}

.showinfoline
{
	margin-top: 4px;
	margin-left: 5px;
	font-size: 15px;
}

.contacttext
{
	float:left;
}
.contactbtns
{
		float:right;
}
.contactbtns a
{
	text-decoration: none;
}

.cntbtn
{
	width:100px;	
	margin-right:5px;
	margin-top:5px;
}

.imgbtn div
{
	width:25px;
	margin-right:3px;
}
.imgbtn a
{
		float:left;
		text-decoration: none;
}

#searchform tr td select, #motolistings_zip
{
		width:180px;
}

#searchform tr td 
{
	padding:6px 5px 1px 5px;
}

#searchform 
{
	border:1px solid white;
}


