/* Default Used Inventory Page */

#usedInventory span, #usedInventory label, #usedInventory li, #usedInventory a, #usedInventory a:hover #newInventory span, #newInventory label, #newInventory li, #newInventory a, #newInventory a:hover, #inventoryVehicleOptions li, #inventoryVehicleGallery *
{
	font-size: 12px;
}

#inventoryVehicleOptions li, #inventoryVehicleGallery *, #newInventory div, #usedInventory div, #column1 label, #searchRefineBlock span, #column1 h2, #column2 h2
{
	color: #000000 !important;
}

#newInventoryFixedDisclaimer p
{
	line-height: 12px;
	margin: 0;
	padding: 0 0 5px;
}
#vehiclePerPageDiv a, #vehiclePerPageDiv a:hover, #SordOrder a, #SordOrder a:hover
{
	color: #B6132F;
}
h1
{
	font-size: 14px;
	font-family: arial,verdana;
	color: #00397F;
	margin: 0;
	padding: 0;
}
h1 a, h1 a:hover
{
	font-family: arial,verdana;
	color: #00397F;
}
h2
{
	font-size: 14px;
	font-family: arial,verdana;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
fieldset
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

div#usedInventory
{
	width: 100%;
	margin: 20px 0 0;
	padding: 0;
	float: left;
}

div#newInventory
{
	width: 100%;
	margin: 20px 0 0;
	padding: 0;
	float: left;
}
div#column1
{
	width: 210px;
	float: left;
	margin: 0;
	padding: 0;
}
div#column2
{
	width: 760px !important;
	float: right;
	margin: 0;
	padding: 5px;
}

div#searchDisplay, div#column1, div#column2
{
	margin-top: 0 !important;
}

/*-------------------------------------*/
div#inventorySearch, div#searchDisplay, div#searchRefine
{
	background-color: #F7F7F9;
	border: 1px solid #E1E1E8;
	float: left;
	padding: 8px !important;
	overflow: hidden;
	width: 192px !important;
	margin: 0 0 8px 0;
}

div#searchDisplay
{
	padding: 0;
	width: 210px;
}

div#searchDisplay h2, div#searchDisplay #searchDisplayBlock
{
	margin: 8px;
}

div#searchDisplay #resetFilter
{
	float: left;
	width: 210px;
	text-align: center;
	height: 30px;
	cursor: pointer;
	background: none repeat scroll 0 0 #E3E3E3;
	border: 1px solid #BBBBBB;
	border-left: 0;
	border-right: 0;
	box-shadow: 0 0 1px 1px #F6F6F6 inset;
	color: #333333;
	padding: 4px 0;
	text-align: center;
	text-shadow: 0 1px 0 #FFFFFF;
	margin-left: -10px;
}
div#searchDisplay #resetFilter h2
{
	font: bold 13px helvetica,arial,sans-serif;
}
div#searchDisplay #resetFilter:hover
{
	background: none repeat scroll 0 0 #D9D9D9;
	box-shadow: 0 0 1px 1px #EAEAEA inset;
	color: #222222;
	cursor: pointer;
}
div#searchDisplay #resetFilter:active
{
	background: none repeat scroll 0 0 #D0D0D0;
	box-shadow: 0 0 1px 1px #E3E3E3 inset;
	color: #000000;
}

/*-------------------------*/

#inventorySearchBlock div
{
	float: left;
	margin-bottom: 10px;
	width: 100%;
}

#inventorySearchBlock #inv_search_new_block, #inventorySearchBlock #inv_search_used_block
{
	float: left;
	margin-bottom: 0;
	width: 40%;
}


#inventorySearchBlock div#invReset, #inventorySearchBlock div#invSubmit
{
	width: auto;
}
#inventorySearch div.filter select
{
	width: 90px;
}

#inventorySearch div.filter select#distance
{
	width: 97%;
}
#inventorySearch #distanceFilter p
{
	margin: 10px 0;
}
#inventorySearch #distanceFilter #zipCode
{
	width: 108px;
}

#inventorySearch form
{
	float: left;
	margin-bottom: 5px;
}

#invSubmit.btn
{
	float: right;
	clear: none;
}
#invReset.btn
{
	float: left;
	clear: none;
}


/*-------------------------------------*/

#searchDisplayBlock
{
	width: 190px;
	float: left;
	padding-top: 10px;
}
#searchDisplayBlock a, #searchDisplayBlock a:hover
{
	background: transparent url(../../../styles/common/images/inventory_remove.png) no-repeat 0 1px;
	color: #333333;
	font-size: 11px;
	line-height: normal;
	padding: 0 0 2px 20px;
	width: 130px;
	margin: 2px 0 0 5px;
	float: left;
	text-decoration: none;
	cursor: pointer;
}
#searchDisplayBlock span
{
	color: #000000;
	font-size: 11px;
}

/*-------------------------------------*/

#searchRefineBlock div
{
	float: left;
}

#searchRefineBlock span
{
	width: 150px;
	float: left;
	margin-right: 10px;
	font-weight: bold;
	margin-bottom: 4px;
}

#searchRefineBlock img
{
	float: right;
	cursor: pointer;
}
#compareBtnBlock
{
	width: 220px;
	float: right;
}
#compareBtnBlock .btn4
{
	float: right;
	padding-left: 5px;
	clear: none;
}
#sortShowBlock
{
	float: left;
	padding-left: 5px;
	width: 98%;
}
#sortShowBlock #SordOrder
{
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
}
#sortShowBlock #SordOrder li
{
	float: left;
	margin: 0 5px 0 0;
	cursor: pointer;
}
#sortShowBlock #SordOrder li span
{
	padding-left: 12px;
}

#sortShowBlock #SordOrder li a
{
	font-weight: normal;
}

.desc
{
	background: transparent url(../../../styles/common/images/up-down.PNG) no-repeat left 8px;
}
.asc
{
	background: transparent url(../../../styles/common/images/up-down.PNG) no-repeat -242px 8px;
}

#sortShowBlock #SordOrder li a.active
{
	font-weight: bold;
	text-decoration: underline;
}


#vehiclePerPageDiv
{
	float: left;
	line-height: 23px;
	padding-left: 5px;
	width: 250px;
}
#vehiclePerPageDiv #vehicleNum
{
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
}
#vehiclePerPageDiv #vehicleNum li
{
	float: left;
	margin: 0 5px 0 0;
	cursor: pointer;
}
#vehiclePerPageDiv #vehicleNum li span
{
	padding-left: 5px;
}

#vehiclePerPageDiv #vehicleNum li a
{
	font-weight: normal;
}

#vehiclePerPageDiv #vehicleNum li a.active
{
	font-weight: bold;
	text-decoration: underline;
}

#searchRefine ul
{
	display: block;
	margin-left: 10px;
	padding-left: 0px;
}
#searchRefine ul li
{
	display: inline;
	float: left;
	width: 180px;
}
.pageControlBlock
{
	width: 100%;
	float: left;
	clear: both;
}

.pageBtn
{
	background: url(http://assets.dealeron.com/assets/styles/common/images/page_btn.PNG) no-repeat top left;
	width: 60px;
	height: 25px;
	border: 0;
	color: #2F2F2F;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 5px;
	cursor: pointer;
}
#pagePagingBlock .pageBtn, #pagePagingBlockB .pageBtn
{
	padding-left: 5px;
}
#pagePagingBlock a, #pagePagingBlock a:Hover
{
	color: #737373;
}
#pageCount
{
	color: #737373;
	padding-left: 5px;
	font-weight: bold;
}
#searchRefineBlock div .colorBox, #searchDisplay div .colorBox
{
	display: block;
	width: 12px;
	height: 12px;
	border: 1px solid #cccccc;
	float: left;
}

/*----------------- Inventory -------------------*/

#inventoryBlock
{
	width: 100%;
	float: left;
}
#inventoryBlock div.list_bg, #inventoryBlock div.list_bg_hi, #inventoryBlock div.list_bg2
{
	padding: 5px 5px 0 0;
	width: 98%;
	float: left; /*border:1px solid #E1E1E8;*/
	overflow: hidden;
	margin: 5px;
}
.list_bg2, .list_bg_hi
{
	background: transparent url(../../../styles/common/images/gardient.PNG) top left repeat-x;
}

.invBlock5 *
{
	text-align: right;
}
#fancybox-content
{
	text-align: left;
}


.invBlock1
{
	float: left;
	width: 78%;
	margin: 5px 0;
	padding-left: 5px;
	cursor: pointer;
}

.invBlock1 h1
{
	text-decoration: underline;
}
.invContainer
{
	float: left;
	width: 530px;
	padding: 0 0 5px 5px;
}

.vehiclePhoto
{
	float: left;
	position: relative;
	width: 150px;
}
.vehiclePhoto .soldLable
{
	background: transparent url(../../../styles/common/images/inventory_sold.png) left bottom no-repeat;
	float: left;
	height: 28px;
	left: 5px;
	opacity: 0.9;
	position: absolute;
	top: 4px;
	width: 148px;
	font-size: 0;
}
.vehiclePhoto .pendingLable
{
	background: transparent url(../../../styles/common/images/inventory_pending.png) left bottom no-repeat;
	float: left;
	height: 28px;
	left: 5px;
	opacity: 0.9;
	position: absolute;
	top: 4px;
	width: 148px;
	font-size: 0;
}
.vehiclePhoto .comingsoonLable
{
	background: transparent url(../../../styles/common/images/inventory_comingsoon.png) left bottom no-repeat;
	float: left;
	height: 28px;
	left: 5px;
	opacity: 0.9;
	position: absolute;
	top: 4px;
	width: 148px;
	font-size: 0;
}
.vehiclePhoto .newarrivalLable
{
	background: transparent url(../../../styles/common/images/inventory_newarrival.png) left bottom no-repeat;
	float: left;
	height: 28px;
	left: 5px;
	opacity: 0.9;
	position: absolute;
	top: 4px;
	width: 148px;
	font-size: 0;
}
.vehiclePhoto .leasespecialLable
{
	background: url(../../../styles/common/images/inventory_leasespecial.png) no-repeat scroll left bottom transparent;
	float: left;
	height: 28px;
	left: 5px;
	opacity: 0.9;
	position: absolute;
	top: 4px;
	width: 148px;
	font-size: 0;
}
.vehiclePhoto .onorderLable
{
	background: url(http://assets.dealeron.com/assets/styles/common/images/inventory_onorder.png) no-repeat scroll left bottom transparent;
	float: left;
	height: 28px;
	left: 5px;
	opacity: 0.9;
	position: absolute;
	top: 4px;
	width: 148px;
	font-size: 0;
}

.vehiclePhoto img
{
	width: 148px;
	margin-left: 3px;
	margin-top: 2px;
	border: 2px solid #cccccc;
	cursor: pointer;
}
.stockPhoto
{
	height: 107px;
	background: url(../../../styles/common/images/inventory_stockPhoto.PNG) no-repeat left bottom;
	margin-bottom: 3px;
}

.invBlock2
{
	width: 185px;
	float: left;
	margin-left: 7px;
	cursor: pointer;
}
.invBlock3
{
	width: 170px;
	float: left;
	margin-left: 10px;
	cursor: pointer;
}

.invBlock5
{
	width: 200px;
	float: right;
	text-align: right;
	padding-right: 5px;
}
.invBlock5 h1
{
	text-decoration: underline;
	font-size: 12px;
}
#inventoryBlock ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #000;
}

#inventoryBlock li
{
	padding-bottom: 6px;
}
.compareBlock
{
	float: right;
	font-weight: bold;
	width: 15%;
	text-align: right;
}

.invBlock5 .price strong
{
	font-size: 12px;
}

.invBlock5 .price .double
{
	font-size: 14px;
}

.invBlock5 .price a, .invBlock5 .price a:hover
{
	font-size: 13px !important;
}

.ePrice
{
	color: #658000;
	font-weight: bold;
}
.savePrice, .ePrice a, .ePrice a:hover
{
	color: #658000;
	text-transform: uppercase;
	font-weight: bold;
}
.savePrice
{
	font-size: 14px;
}
.ePrice a, .ePrice a:hover
{
	text-decoration: underline;
}


#findMyCarBlock
{
	background: transparent url(../../../styles/common/images/findCarFormBk.PNG) no-repeat top left;
	margin-left: 4px;
	float: left;
	clear: both;
	width: 757px;
	height: 202px;
}

#findCarform
{
	width: 280px;
	float: right;
	margin-top: 20px;
}
#findCarform span
{
	color: #ffffff;
	font-weight: bold;
	float: left;
}

#findCarform label, #findCarform p
{
	width: 98%;
	float: left;
	margin: 3px;
}

#findCarform span
{
	width: 50px;
	float: left;
}
#findCarform input
{
	width: 200px;
	margin-left: 10px;
}

#findCarform #f_fcfirstname, #findCarform #f_fclastname
{
	width: 93px;
	margin-left: 10px;
}
#findCarform #selMake, #findCarform #selModel
{
	width: 93px;
	margin-left: 10px;
}
#findCarform #selFrom, #findCarform #selTo
{
	width: 93px;
	margin-left: 10px;
}

#f_fcSubmit
{
	width: 98%;
	float: left;
	margin: 10px 0;
}
#submit_fc
{
	float: right;
	margin-right: 11px;
}


/*-------------------------------------------------*/
#pagNumDiv
{
	float: left;
	line-height: 33px;
}
#pagingDiv
{
	float: right;
}
#pagingDiv a, #pagingDiv a:hover
{
	color: #000000;
}
#pagingDiv div
{
	margin-left: 3px;
}
#pagingDiv #pageNumberLinks a, #pagingDiv #pageNumberLinks a:hover
{
	color: #737373;
}
#pagingDiv #pageNumberLinks
{
	float: left;
	display: block;
	height: 23px;
	margin-top: 8px;
}
#pagingDiv .btn4
{
	clear: none;
}

#pagingDivB a, #pagingDiv a:hover
{
	color: #000000;
}
#pagingDivB div
{
	margin-left: 3px;
}
#pagingDivB #pageNumberLinks a, #pagingDivB #pageNumberLinks a:hover
{
	color: #737373;
}
#pagingDivB #pageNumberLinks
{
	float: left;
	display: block;
	height: 23px;
	margin-top: 8px;
}
#pagingDivB .btn4
{
	clear: none;
}

a.RSSBlock
{
	background: url(../../../styles/common/images/inv_rss.png) no-repeat top left;
	padding-left: 15px;
	display: block;
	height: 22px;
	padding-left: 23px;
	padding-top: 3px;
}
.carfaxOneOwner
{
	left: 10px;
	position: absolute;
	top: -28px;
}

.invBlock4
{
	width: 100%;
	float: left;
	margin-top: 4px;
	padding: 5px 9px; /*	border: 1px solid #B3B3B3;*/
	background-color: transparent;
	float: left;
	border-left: 0;
	border-right: 0;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
}

#lotSeparator
{
	padding: 6px;
	width: 97%;
	float: left;
	margin: 5px;
	background: #a5bb6b;
	background-image: -moz-linear-gradient(#bcd788, #a5bb6b);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #a5bb6b),color-stop(1, #bcd788));
	border-width: 1px;
	border-style: solid;
	border-color: #acba7c #7b8e57 #687d43;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

.invBlock4 span, .invBlock4 a, .invBlock4 a:hover
{
	font-size: 11px;
	min-height: 18px;
	font-weight: bold;
	color: #000000;
	float: left;
	padding-left: 18px;
	display: block;
	margin: 5px 0 0 8px;
}

a.fbLike
{
	background: url(../../../styles/common/images/fb-like.PNG) no-repeat scroll left top transparent;
	display: block;
	float: left;
	height: 23px;
	width: 37px;
	margin: 0;
}
a.fbLike:hover
{
	background-position: left bottom;
	display: block;
	float: left;
	height: 23px;
	width: 37px;
	margin: 0;
}

div.ptLike
{
	display: block;
	float: left;
	height: 23px;
	width: 43px;
	margin-top: 2px;
}
div.ptLike a, div.ptLike a:hover
{
	margin: 0;
	padding: 0;
}
.nDisplayPhotoIcon, .uDisplayPhotoIcon
{
	background: url(../../../styles/common/images/inventory_photo_icon.PNG) no-repeat top left;
}
.nDisplayOptionsIcon, .uDisplayOptionsIcon
{
	background: url(../../../styles/common/images/inventory_opt_icon.PNG) no-repeat top left;
}
.nDisplayCommentsIcon, .uDisplayCommentsIcon
{
	background: url(../../../styles/common/images/inventory_com_icon.PNG) no-repeat top left;
}
.nDisplaySpecialIcon, .uDisplaySpecialIcon
{
	background: url(../../../styles/common/images/inventory_special_icon.PNG) no-repeat top left;
}
.nDisplayExtSpecialIcon, .uDisplayExtSpecialIcon
{
	background: url(../../../styles/common/images/inventory_ext_special_icon.PNG) no-repeat top left;
}
.nDisplayWindowStickerIcon, .uDisplayWindowStickerIcon
{
	background: url(../../../styles/common/images/inventory_window_sticker_icon.PNG) no-repeat top left;
	cursor: pointer;
}
.nDisplayVideoBottomIcon, .uDisplayVideoBottomIcon
{
	background: url(../../../styles/common/images/inventory_video_icon.PNG) no-repeat top left;
	cursor: pointer;
}
.nDisplayVideoBottomIcon span, .uDisplayVideoBottomIcon span
{
	display: none;
}


.nDisplayVideoTopIcon, .uDisplayVideoTopIcon
{
	background: url(../../../styles/common/images/playVideoSmall.PNG) no-repeat top left;
	cursor: pointer;
	width: 30px;
	height: 31px;
	position: absolute;
	top: 30px;
	left: 59px;
	outline: none;
}

.cpoIcon
{
	margin-left: 0 !important;
	margin-top: -1px !important;
	padding-left: 10px !important;
}


/*---------------------------------------------------------------------------*/

hr.lineBreak
{
	background-color: #E5E5E5;
	border-bottom: 1px solid #FFFFFF;
	clear: both;
	float: left;
	height: 1px;
	margin: 10px 0;
	width: 99%;
}
/* ----------------------- */

#stockNumBlock, #vinNumBlock, #stockSubmit, #vinSearch
{
	float: left;
}
#stockSearch, #vinSearch
{
	padding: 5px 9px;
	height: 11px;
	width: 110px;
	border: 1px solid #B3B3B3;
	font: normal 13px arial, helvetica;
	background: #f1f1f1;
	float: left; /* -moz-border-radius: 5px 0px 0px 5px;          border-radius: 5px 0px 0px 5px; */
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
}
#stockSubmit, #vinSubmit
{
	background: #a5bb6b;
	background-image: -moz-linear-gradient(#bcd788, #a5bb6b);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #a5bb6b),color-stop(1, #bcd788));
	-moz-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #acba7c #7b8e57 #687d43;
	height: 23px;
	margin: 0;
	padding: 0;
	width: 60px;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	color: #23441e;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
#stockSubmit:hover, #vinSubmit:hover
{
	background: #bcd788;
	background-image: -moz-linear-gradient(#a5bb6b, #bcd788);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #bcd788),color-stop(1, #a5bb6b));
}

#stockSubmit:activem, #vinSubmit:active
{
	background: #bcd788;
	outline: none;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}

#stockSubmit::-moz-focus-inner, #vinSubmit::-moz-focus-inner
{
	border: 0; /* Small centering fix for Firefox */
}

#stockSearch.placeholder, #vinSearch.placeholder
{
	color: #9c9c9c;
	font-style: italic;
}
#stockSearch.placeholder:focus, #vinSearch.placeholder:focus
{
	color: #000;
}
/* ----------------------- */

div#inventorySearch, div#searchDisplay, div#searchRefine, div#column2
{
	background-color: #f8f8f8;
}