
.CarSelectorItem
{
	position: absolute;
	cursor: pointer;
	cursor: hand;
	width: 100%;
}

.CarSelectorItem img
{
	vertical-align: middle;
	position: absolute; /* relative; */
}

/*
.CarSelectorItem img.ItemImage
{
	position: absolute;
}
*/

.CarSelectorItem img.ItemLabel
{
	margin-top: 5px;
	margin-left: 70px;
	position: absolute;
}

.CarSelectorItem .ArrowLeft
{
	position: absolute;
	z-index: -1;
	border-left: solid 1px #D6DFEA;
	margin-top: 10px;
}

.CarSelectorItem .ArrowBack
{
	background: #CAD1DA url(/CfgAPImagesCentral/Images/Medias/Layout/carSelector_arrowCheck.gif) no-repeat left center;
	border-bottom: solid 1px #A5B1C1;
	margin-right: 10px;
	padding-right: 18px;
}

.CarSelectorItem .ArrowRight
{
	background: url(/CfgAPImagesCentral/Images/Medias/Layout/carSelector_arrowRight.gif) no-repeat right;
}

.CarSelectorItem.Selected .ArrowLeft
{
	border-left: solid 1px #C3CBD4 !important;
}

.CarSelectorItem.Selected .ArrowBack
{
	background-color: #9DA7B5 !important;
	background-image: url(/CfgAPImagesCentral/Images/Medias/Layout/carSelector_arrowCheckSelected.gif) !important;
	border-bottom: solid 1px #7C848E !important;
}

.CarSelectorItem.Selected .ArrowRight
{
	background-image: url(/CfgAPImagesCentral/Images/Medias/Layout/carSelector_arrowRightSelected.gif) !important;
}
