/* TRUCKS STYLES SHEET */

@import "../css/pages.css";

.listItem {
	position: relative;
	margin-bottom: 8px;
	border: 1px solid #c6cad4;
	padding: 2px;
	height: 68px;
}
.listItem div { padding-left: 94px }
.listItem img {
	position: absolute;
	top: 6px;
	left: 8px;
}
.liTitle {
	background: #c6cad4;
	color: #fff;
	font-weight: bold;
	padding: 1px 3px;
}
.liTitle a { color: #fff }
.liTitle a:hover { color: #606570 }
.dtPic {
	margin: 1px 8px 0 0;
	border: 1px solid #c6cad4;
}
.dtPic img { margin: 8px }

.dtThumbs {
	border-top: 1px solid #c6cad4;
	padding-top: 7px;
	width: 180px;
}
.dtThumbs img { margin: 0 0 7px 7px }
.dtThumbs a { float: left }


