#loading {
	position: relative;
	width: 100%;
	padding: 50px 0;
}
#cars {
	width: 540px;
}

/* LIST TEMPLATE */
#cars .car {
	position: relative;
	width: 100%;
	height: 50px;
	clear: both;
}
#cars .even {
background-color: #e0e0e0;
}
#cars .odd {
background-color: #d7d6d6;
}
#cars .car:hover {
background-color: #c4c4c4;
}
#cars .car .description {
	float: left;
	height: 20px;
	padding: 7px 3px 0px 3px;
}
#cars .car .description .title {
	height: 20px;
	font-weight: bold;
}
#cars .car .description .info_container {
	position: relative;
}
#cars .car .description .info_container .info {
	float: left;
	width: 135px;
	height: 20px;
}
#cars .car .info_button {
	float: left;
	width: 40px;
	text-align: center;
	padding-top: 8px;
}
#cars .car .info_button a {
	width: 32px;
	height: 32px;
	display: block;
	background: transparent url('../../../images/red_info.gif') no-repeat top center;
}
#cars .car .info_button a span {
	display: none;
}
.photo_container {
	position: relative;
	display: block;
	margin: auto;
}
.photo_65 {
	width: 68px;
	height: 48px;
}
.photo_350 {
	width: 350px;
    height: 265px;
}
.photo_container img {
	border: none;
}
.photo_container .top_img {
	position: absolute;
	left: 0; 
	top: 0; 
	z-index: 1;
}
.photo_container .bottom_img {
	position: absolute;
	left: 0; 
	top: 0; 
	z-index: 2;
}
#cars .car .car_new {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #c91818;
	font-weight: bold;
}
#cars .car .car_expected {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #772bd6;
	font-weight: bold;
}

/* PHOTO TEMPLATE */
#cars .car .picture150 {
	position: relative;
	float: left;
    margin: 5px;
    width: 160px;
    height: 150px;
}
#cars .car .picture150 img {
    padding: 5px;
	border: 1px solid #ccc;
} 
#cars .car .picture150 img:hover { 
	padding: 5px;
	border: 1px solid #666; 
}
#cars .car .picture150 .name {
	position: absolute;
	top: 125px;
	left: 0;
	font-size: 10px;
}
#cars .car .picture150 .thumb_top {
	position: absolute;
	left: 0; 
	top: 0; 
	z-index: 1;
}
#cars .car .picture150 .thumb_bottom {
	position: absolute;
	left: 0; 
	top: 0; 
	z-index: 2;
}

/* PAGER */
.pager {
	margin: 0;
	width: 100%;
	height: 10px;
	padding: 10px 0px;	
	text-align: center;
	clear: both;
}
.pager .page {
	float: left;
	width: 20px;
	text-align: center;
}
.pager .next, .pager .prev {
	text-align: left;
	font-weight: bold;
	width: 65px;
}
.pager .next {
	text-align: right;
	padding-left: 12px;
}
.pager .next a:hover, .pager .prev a:hover {
	background-color: transparent;
	text-decoration: none;
}
.pager .listmode {
	float: right;
	width: 20px;
	font-weight: bold;
}


#divoccasions #tableheaders {
width: 100%;
font-size: 10px;
font-weight: bold;
}
#divoccasions #tableheaders .icon {
	width: 40px;
	text-align: center;
}
#divoccasions .pager {
	width: 100%;
	padding: 5px 0px 5px 0px;	
	text-align: center;
	clear: both;
}
#divoccasions .pager table td {
width: 18px;
text-align: center;
cursor: pointer;
color: #000;
}
#divoccasions .pager table td:hover {
background-color: #a8a8a8;
}
#divoccasions .pager table td.active {
background-color: #a8a8a8;
cursor: default;
}
#divoccasions .pager .nostyle {
cursor: default;
}
#divoccasions .pager .nostyle:hover {
background-color: transparent;
}
#search {
	width: 100%;
	text-align: center;
	margin: 5px 0px 0px 0px;
}
#search #search-left {
	float: left;
}
#search #search-right {
	float: right;
}
#search .searchtb {
	margin: 0;
	padding: 0;
}
#search .searchtb .input {
	background-color: #f6f6f6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cccccc;
	padding: 1px;
}
#search .searchtb .smallinput {
	background-color: #f6f6f6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cccccc;
	padding: 1px;
}
#search .searchtb .checkb {
	background-color: transparent;
	color: #e0e0e0;
	border: none;
}