﻿
#dealerSection .phone{
	_position: fixed;
	display: block;
	padding: 8px 0 8px 0;
	margin: 3px 0 5px 0;
	border-top: 1px #aaa solid;
	border-bottom: 1px #aaa solid;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	color: #c00000;
}

#photosSection{
	position: relative;
}

#photosSection .salepending{
	position: absolute;
	left: 1px;
	top: 1px;
	width: 200px;
	height: 140px;
	background: url(images/salepending.png) no-repeat left top;
	
}

#photosSection .viewall-photos{
	float: right; 
	display: inline-block; 
	margin: 5px 0; 
	padding: 2px 7px 2px 12px; 
	color: #fff; 
	text-decoration: none;
	background: transparent url(images/arrow-rt-10x16.gif) no-repeat scroll left center;
	background-size: 8px 10px;
}


#titleSection tr.pb-row > td {
	padding: 4px;
	white-space: nowrap;
}

#titleSection .financing {
	margin: 5px 0;
	padding: 5px;
	
	text-align: center;
	display: block;
	background: #009000;
	color: #fff;
	text-decoration: none;
	line-height: 16px;
}

#titleSection .financing:hover {
	background: #00a000;
}

.btn{
	padding: 5px 5px;
	text-align: center;
	border-radius: 2px;
	box-shadow: 0 0 1px 0 rgba(0,0,0,1);
	text-decoration: none;
	font-weight: 500;
}



.btn.pb{
	display: inline-block;
	width: 44%;
	
	background: #a00;
	border: 1px #900 solid;
	
	
	color: white;

}

.btn.pb:hover{
	background: #b00;
}

.btn.pb.pb-mo{
	margin-right: 5px;
}

.btn.pb.pb-ip{

}


.btn.greenflag-pq{
	display: block;

	margin: 2px 4px 2px 4px;
	
	background: #4674BE;
	border: 1px #3C62AD solid;
	color: white;
}

.btn.greenflag-pq:hover{
	background: #567ebf;
}

#photosSection {
	
}

#photosSection > table {
	width: 100%;
}

#photosSection .warr-overlay {
	position: absolute;
	/*
	top: 318px;
	left: 0;
	*/
	width: 100%;
	height: 40px;
	margin-top: -50px;
	padding: 5px 0;
	background: rgba(255, 255, 255, .4);
	
	text-align: center;
}

#photosSection .warr-overlay img {
	display: inline-block;
	height: 40px;
	
	margin-right: 20px;
	
	filter: drop-shadow(0 0 #ccc)
	        drop-shadow(0 0 #ccc)
	        drop-shadow(0 0 #ccc)
	        drop-shadow(0 0 #ccc);
}

#photosSection .warr-overlay img:last-of-type {
	margin-right: 0;
}