<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* =============================================================
Projet: autoExpert v2 - Mobile version
File: ae-theme.css
Version: v1.3
Last Update: 2012-05-01
By: Christophe Humbert

Copyright (c) 2012 | Publications Le Guide | All rights reserved.

Supported Browsers: - IE9/IE10(beta)
					- Firefox 4/11
					- Opera 10/11
					- Safari 4/5
					- Chrome (all)

Mobile devices: - iPad / iPhone
					- Android devices (smart phone &amp; tablet PC)
					- Windows Phone (version 8+)
============================================================= */

@charset "utf-8";


/* #####################################################################################*/
/* 					start::AE-V2-MOBILE MAIN FRAMEWORK THEME  COLOR (A)					*/
/* #####################################################################################*/
.ui-bar-a,
.ui-bar-b {
	border: 1px solid #B3B3B3;
	background: #eeeeee;
	color: #f0f0f0;
	font-weight: bold;
	text-shadow: 0 1px 1px #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#dddddd)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#f0f0f0, #dddddd); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#f0f0f0, #dddddd); /* FF3.6 */
	background-image:     -ms-linear-gradient(#f0f0f0, #dddddd); /* IE10 */
	background-image:      -o-linear-gradient(#f0f0f0, #dddddd); /* Opera 11.10+ */
	background-image:         linear-gradient(#f0f0f0, #dddddd); /* W3C */
}


.ui-bar-a:hover,
.ui-bar-b:hover {
	border: 1px solid #B3B3B3;
	background: #eeeeee;
	font-weight: bold;
	text-shadow: 0 1px 1px #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#f0f0f0)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#dddddd, #f0f0f0); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#dddddd, #f0f0f0); /* FF3.6 */
	background-image:     -ms-linear-gradient(#dddddd, #f0f0f0); /* IE10 */
	background-image:      -o-linear-gradient(#dddddd, #f0f0f0); /* Opera 11.10+ */
	background-image:         linear-gradient(#dddddd, #f0f0f0); /* W3C */
}

.ui-bar-a .ui-link-inherit { color: #3E3E3E; }

.ui-bar-a,
.ui-bar-a input,
.ui-bar-a select,
.ui-bar-a textarea,
.ui-bar-a button { font-family: Helvetica, Arial, sans-serif; }

.ui-body-a,
.ui-overlay-a {
	border: 1px solid #aaaaaa;
	color: #333333;
	text-shadow:  0 1px 0 #ffffff;
	background: #f9f9f9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(  #f9f9f9), to(  #eeeeee)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#f9f9f9, #eeeeee); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#f9f9f9, #eeeeee); /* FF3.6 */
	background-image:     -ms-linear-gradient(#f9f9f9, #eeeeee); /* IE10 */
	background-image:      -o-linear-gradient(#f9f9f9, #eeeeee); /* Opera 11.10+ */
	background-image:         linear-gradient(#f9f9f9, #eeeeee); /* W3C */
}

.ui-btn-up-a {
	border: 1px solid #D1D1D1;
	background: #E3E3E3;
	font-weight: bold;
	color: #2F3E46;
	text-shadow:  0 1px 0  #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#888888)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#FFFFFF, #888888); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#FFFFFF, #888888); /* FF3.6 */
	background-image:     -ms-linear-gradient(#FFFFFF, #888888); /* IE10 */
	background-image:      -o-linear-gradient(#FFFFFF, #888888); /* Opera 11.10+ */
	background-image:         linear-gradient(#FFFFFF, #888888); /* W3C */
}

.ui-btn-up-a a.ui-link-inherit { color: #2F3E46; }

.ui-btn-hover-a {
	border: 1px solid #848484;
	background: #E3E3E3;
	font-weight: bold;
	color: #2F3E46;
	text-shadow:  0 1px 0 #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#bcbcbc)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#FFFFFF, #bcbcbc); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#FFFFFF, #bcbcbc); /* FF3.6 */
	background-image:     -ms-linear-gradient(#FFFFFF, #bcbcbc); /* IE10 */
	background-image:      -o-linear-gradient(#FFFFFF, #bcbcbc); /* Opera 11.10+ */
	background-image:         linear-gradient(#FFFFFF, #bcbcbc); /* W3C */
}

.ui-btn-hover-a a.ui-link-inherit { color: #2F3E46; }

.ui-btn-down-a {
	border: 1px solid #bbbbbb;
	background: #d6d6d6;
	font-weight: bold;
	color: #2F3E46;
	text-shadow: 0 1px 0 #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d0d0d0), to(#dfdfdf)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#d0d0d0, #dfdfdf); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#d0d0d0, #dfdfdf); /* FF3.6 */
	background-image:     -ms-linear-gradient(#d0d0d0, #dfdfdf); /* IE10 */
	background-image:      -o-linear-gradient(#d0d0d0, #dfdfdf); /* Opera 11.10+ */
	background-image:         linear-gradient(#d0d0d0, #dfdfdf); /* W3C */
}

.ui-btn-down-a a.ui-link-inherit { color: #2F3E46; }

.ui-listview-a { background-color: #ffffff; }
/* #####################################################################################*/
/* 					end::AE-V2-MOBILE MAIN FRAMEWORK THEME COLOR (A)					*/
/* #####################################################################################*/



/* #####################################################################################*/
/* 					start::AE-V2-MOBILE MAIN FRAMEWORK THEME COLOR (B)					*/
/* #####################################################################################*/
.ui-bar-b_____ {
	border: 1px solid #000000;
	background: #303030;
	color: #ffffff;
	font-weight: bold;
	text-shadow:  0 1px 1px #000000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#303030 ), to(#303030 )); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#303030, #303030); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#303030, #303030); /* FF3.6 */
	background-image:     -ms-linear-gradient(#303030, #303030); /* IE10 */
	background-image:      -o-linear-gradient(#303030, #303030); /* Opera 11.10+ */
	background-image:         linear-gradient(#303030, #303030); /* W3C */
}

.ui-bar-b .ui-link-inherit { color: #ffffff; }

.ui-bar-b .ui-link {
	color: #7cc4e7;
	font-weight: bold;
}

.ui-bar-b,
.ui-bar-b input,
.ui-bar-b select,
.ui-bar-b textarea,
.ui-bar-b button { font-family: Helvetica, Arial, sans-serif; color: #000000; text-shadow: 0 1px #ffffff; }

.ui-body-b,
.ui-overlay-b {
	border: 1px solid #000000;
	color: #333333;
	text-shadow: 0 1px 0 #ffffff;
	background: #f9f9f9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eeeeee)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#f9f9f9, #eeeeee); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#f9f9f9, #eeeeee); /* FF3.6 */
	background-image:     -ms-linear-gradient(#f9f9f9, #eeeeee); /* IE10 */
	background-image:      -o-linear-gradient(#f9f9f9, #eeeeee); /* Opera 11.10+ */
	background-image:         linear-gradient(#f9f9f9, #eeeeee); /* W3C */
}

.ui-overlay-b {
	background-image: none;
	border-width: 0;
}

.ui-body-b .ui-link-inherit { color: #333333; }

.ui-btn-up-b {
	border: 1px solid #000000;
	background: #303030;
	font-weight: bold;
	color: #C6C6C6;
	text-shadow:  0 1px 0 #000000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#434343), to(#1c1c1c)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#434343, #1c1c1c); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#434343, #1c1c1c); /* FF3.6 */
	background-image:     -ms-linear-gradient(#434343, #1c1c1c); /* IE10 */
	background-image:      -o-linear-gradient(#434343, #1c1c1c); /* Opera 11.10+ */
	background-image:         linear-gradient(#434343, #1c1c1c); /* W3C */
}

.ui-btn-up-b a.ui-link-inherit { color: #C6C6C6; }

.ui-btn-hover-b {
	border: 1px solid #000000;
	background: #303030;
	font-weight: bold;
	color: #ffffff;
	text-shadow:  0 1px 0 #000000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1c1c1c), to(#434343)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#1c1c1c, #434343); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#1c1c1c, #434343); /* FF3.6 */
	background-image:     -ms-linear-gradient(#1c1c1c, #434343); /* IE10 */
	background-image:      -o-linear-gradient(#1c1c1c, #434343); /* Opera 11.10+ */
	background-image:         linear-gradient(#1c1c1c, #434343); /* W3C */
}

.ui-btn-hover-b a.ui-link-inherit { color: #ffffff; }

.ui-btn-down-b {
	border: 1px solid #000000;
	background: #303030;
	font-weight: bold;
	color: #ffffff;
	text-shadow:  0 1px 0 #000000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#434343), to(#1c1c1c)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#434343, #1c1c1c); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#434343, #1c1c1c); /* FF3.6 */
	background-image:     -ms-linear-gradient(#434343, #1c1c1c); /* IE10 */
	background-image:      -o-linear-gradient(#434343, #1c1c1c); /* Opera 11.10+ */
	background-image:         linear-gradient(#434343, #1c1c1c); /* W3C */
}

.ui-btn-down-b a.ui-link-inherit { color: #ffffff; }
/* #####################################################################################*/
/* 					end::AE-V2-MOBILE MAIN FRAMEWORK THEME COLOR (B)					*/
/* #####################################################################################*/



/* #####################################################################################*/
/* 					start::AE-V2-MOBILE MAIN FRAMEWORK THEME COLOR (C)					*/
/* #####################################################################################*/
.ui-bar-c,
.ui-btn-up-c {
	border: 1px solid #000000;
	background: #096B93;
	color: #ffffff;
	font-weight: bold;
	text-shadow:  0 1px 1px #000000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#096B93 ), to(#0B303F )); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#096B93, #0B303F); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#096B93, #0B303F); /* FF3.6 */
	background-image:     -ms-linear-gradient(#096B93, #0B303F); /* IE10 */
	background-image:      -o-linear-gradient(#096B93, #0B303F); /* Opera 11.10+ */
	background-image:         linear-gradient(#096B93, #0B303F); /* W3C */
}

.ui-bar-c .ui-link-inherit { color: #ffffff; }
.ui-bar-c .ui-link {
	color: #7cc4e7;
	font-weight: bold;
}

.ui-bar-c,
.ui-bar-c input,
.ui-bar-c select,
.ui-bar-c textarea,
.ui-bar-c button { font-family: Helvetica, Arial, sans-serif; }

.ui-body-c-,
.ui-overlay-c- {
	border: 1px solid #aaaaaa;
	color: #333333;
	text-shadow:  0 1px 0 #ffffff;
	background: #f9f9f9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(  #f9f9f9), to(  #eeeeee)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#f9f9f9, #eeeeee); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#f9f9f9, #eeeeee); /* FF3.6 */
	background-image:     -ms-linear-gradient(#f9f9f9, #eeeeee); /* IE10 */
	background-image:      -o-linear-gradient(#f9f9f9, #eeeeee); /* Opera 11.10+ */
	background-image:         linear-gradient(#f9f9f9, #eeeeee); /* W3C */
}

.ui-overlay-c {
	background-image: none;
	border-width: 0;
}

.ui-body-c .ui-link-inherit { color: #333333; }

.ui-btn-up-c a.ui-link-inherit { color: #C6C6C6; }

.ui-btn-hover-c {
	border: 1px solid #000000;
	background: #303030;
	font-weight: bold;
	color: #ffffff;
	text-shadow:  0 1px 0 #0B303F;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0B303F), to(#096B93)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#0B303F, #096B93); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#0B303F, #096B93); /* FF3.6 */
	background-image:     -ms-linear-gradient(#0B303F, #096B93); /* IE10 */
	background-image:      -o-linear-gradient(#0B303F, #096B93); /* Opera 11.10+ */
	background-image:         linear-gradient(#0B303F, #096B93); /* W3C */
}

.ui-btn-hover-c a.ui-link-inherit { color: #ffffff; }

.ui-btn-down-c {
	border: 1px solid #000000;
	background: #0D84B5;
	font-weight: bold;
	color: #ffffff;
	text-shadow:  0 1px 0 #000000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0D84B5), to(#085777)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#0D84B5, #085777); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#0D84B5, #085777); /* FF3.6 */
	background-image:     -ms-linear-gradient(#0D84B5, #085777); /* IE10 */
	background-image:      -o-linear-gradient(#0D84B5, #085777); /* Opera 11.10+ */
	background-image:         linear-gradient(#0D84B5, #085777); /* W3C */
}

.ui-btn-down-c a.ui-link-inherit { color: #ffffff; }
/* #####################################################################################*/
/* 					end::AE-V2-MOBILE MAIN FRAMEWORK THEME COLOR (C)					*/
/* #####################################################################################*/


/* #####################################################################################*/
/*  		 start::AE-V2-MOBILE COMMON ELEMENTS OF THE MAIN THEME (A+B+C+MISC)			*/
/* #####################################################################################*/
.ui-bar-a .ui-link,
.ui-bar-b .ui-link,
.ui-bar-c .ui-link {
	color: #7cc4e7;
	font-weight: bold;
}

.ui-bar-a .ui-link:hover,
.ui-bar-b .ui-link:hover,
.ui-bar-c .ui-link:hover 	{ color:  #2489CE; }

.ui-bar-a .ui-link:active,
.ui-bar-b .ui-link:active,
.ui-bar-c .ui-link:active 	{ color:  #2489CE; }

.ui-bar-a .ui-link:visited,
.ui-bar-b .ui-link:visited,
.ui-bar-c .ui-link:visited	{ color:  #2489CE; }

.ui-overlay-a,
.ui-overlay-b,
.ui-overlay-c {
	background-image: none;
	border-width: 0;
}

.ui-body-a, .ui-body-b, .ui-body-c,
.ui-body-a input, .ui-body-b input, .ui-body-c input,
.ui-body-a select, .ui-body-b select,  .ui-body-c select,
.ui-body-a textarea, .ui-body-b textarea, .ui-body-c textarea,
.ui-body-a button, .ui-body-b button, .ui-body-c button { font-family: Helvetica, Arial, sans-serif; }

.ui-body-a .ui-link,
.ui-body-b .ui-link,
.ui-body-c .ui-link {
	color:  #2F3E46;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.3em;
	display: block;
}

.ui-body-a .ui-link:hover,
.ui-body-b .ui-link:hover,
.ui-body-c .ui-link:hover 	{ color:  #2F3E46; }

.ui-body-a .ui-link:active,
.ui-body-b .ui-link:active,
.ui-body-c .ui-link:active 	{ color:  #2F3E46; }

.ui-body-a .ui-link:visited,
.ui-body-b .ui-link:visited,
.ui-body-c .ui-link:visited	{ color:  #2F3E46; }


.ui-btn-up-a, .ui-btn-up-b, .ui-btn-up-c,
.ui-btn-hover-a, .ui-btn-hover-b, .ui-btn-hover-c,
.ui-btn-down-a, .ui-btn-down-b, .ui-btn-down-c {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
}

/* Misc */
.ui-btn-up-alert {
	border: 1px solid #D1D1D1;
	background: #ed1c24;
	font-weight: bold;
	color: #ffffff;
	text-shadow:  0 1px 0  #000000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#ed1c24, #aa1317); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#ed1c24, #aa1317); /* FF3.6 */
	background-image:     -ms-linear-gradient(#ed1c24, #aa1317); /* IE10 */
	background-image:      -o-linear-gradient(#ed1c24, #aa1317); /* Opera 11.10+ */
	background-image:         linear-gradient(#ed1c24, #aa1317); /* W3C */
}


.ui-bar-header {
	border: 1px solid #B3B3B3;
	background: #545050;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0 1px 1px #000000;
}


/* custom nav icons */
.custom-icons .ui-btn .ui-btn-inner { padding-top: 40px !important; }

.custom-icons .ui-btn .ui-icon {
	width: 30px!important;
	height: 30px!important;
	margin-left: -15px !important;
	box-shadow: none!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

#map .ui-icon 		{ background:url(../images_mobile/nav-icons/map.png) 		50% 50% no-repeat;  background-size: 30px 30px;	}
#sms .ui-icon 		{ background:url(../images_mobile/nav-icons/sms.png) 		50% 50% no-repeat;  background-size: 30px 30px;	}
#mail .ui-icon		{ background:url(../images_mobile/nav-icons/mail.png)		50% 50% no-repeat;  background-size: 30px 30px;	}
#phone .ui-icon 	{ background:url(../images_mobile/nav-icons/phone.png) 	50% 50% no-repeat;  background-size: 30px 30px;	}
#search .ui-icon 	{ background:url(../images_mobile/nav-icons/search.png) 	50% 50% no-repeat;  background-size: 30px 30px;	}
#listing .ui-icon 	{ background:url(../images_mobile/nav-icons/listing.png) 	50% 50% no-repeat;  background-size: 30px 30px;	}
#twitter .ui-icon 	{ background:url(../images_mobile/nav-icons/twitter.png)	50% 50% no-repeat;  background-size: 30px 30px;	}
#wordpress .ui-icon { background:url(../images_mobile/nav-icons/wordpress.png)	50% 50% no-repeat;  background-size: 58px 30px; margin-left: -30px !important; width: 58px !important;}

.ui-block-b .car-info {
	display: block;
	clear: both;
	font-weight: normal;
	text-shadow: 0 -1px #CFCFCF;
	list-style-type:circle
}


.ui-block-b .car-info:before {
	content: "- ";
	font-size: 10px;
	color: #000000!important;
}

.ui-listview-a .ui-li-static.ui-li { padding: 0.4em 5px; }



/* Results pagination */
.localnav {
    margin: 0 0 5px;
    overflow: hidden;
}

.localnav li { float: left; }

.localnav .ui-btn-inner {
    font-size: 100%;
    padding: 0.6em 24px;
}

.nav-results{
	display: block;
    font-size: 18px;
    line-height: 2.6em;
}

.main-paginator {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 320px;
}

/* #####################################################################################*/
/* 			end::AE-V2-MOBILE COMMON ELEMENTS OF THE MAIN THEME (A+B+C+MISC)			*/
/* #####################################################################################*/





/* #####################################################################################*/
/* 						start::AE-V2-MOBILE MAIN FRAMEWORK STRUCTURE					*/
/* #####################################################################################*/

/* links within "buttons"  */
a.ui-link-inherit { text-decoration: none !important; }


/* button inner top highlight */
.ui-btn-inner {
	border-top: 1px solid #fff;
	border-color: rgba(255,255,255,.3);
}


/* corner rounding classes */
.ui-corner-tl {
	-webkit-border-top-left-radius: .6em;
	   -moz-border-radius-topleft:	.6em;
			border-top-left-radius: .6em;
}
.ui-corner-tr {
	-webkit-border-top-right-radius:.6em;
	   -moz-border-radius-topright:	.6em;
			border-top-right-radius:.6em;
}
.ui-corner-bl {
	-webkit-border-bottom-left-radius:.6em;
	   -moz-border-radius-bottomleft: .6em;
			border-bottom-left-radius:.6em;
}
.ui-corner-br {
	-webkit-border-bottom-right-radius: .6em;
	   -moz-border-radius-bottomright:  .6em;
			border-bottom-right-radius:	.6em;
}
.ui-corner-top {
	-webkit-border-top-left-radius: .6em;
	   -moz-border-radius-topleft:  .6em;
			border-top-left-radius:	.6em;
	-webkit-border-top-right-radius:.6em;
	   -moz-border-radius-topright: .6em;
			border-top-right-radius:.6em;
}
.ui-corner-bottom {
	-webkit-border-bottom-left-radius: .6em;
	   -moz-border-radius-bottomleft:  .6em;
			border-bottom-left-radius: .6em;
	-webkit-border-bottom-right-radius: .6em;
	   -moz-border-radius-bottomright:  .6em;
			border-bottom-right-radius: .6em;
	}
.ui-corner-right {
	-webkit-border-top-right-radius:.6em;
	   -moz-border-radius-topright: .6em;
			border-top-right-radius:.6em;
	-webkit-border-bottom-right-radius:.6em;
	   -moz-border-radius-bottomright: .6em;
			border-bottom-right-radius:.6em;
}
.ui-corner-left {
	-webkit-border-top-left-radius:.6em;
	   -moz-border-radius-topleft: .6em;
			border-top-left-radius:.6em;
	-webkit-border-bottom-left-radius: .6em;
	   -moz-border-radius-bottomleft:  .6em;
			border-bottom-left-radius: .6em;
}
.ui-corner-all {
	-webkit-border-radius: .6em;
	   -moz-border-radius: .6em;
			border-radius: .6em;
}
.ui-corner-none {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}

/* Form field separator */
.ui-br {
	border-bottom: rgb(130,130,130);
	border-bottom: rgba(130,130,130,.3);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

/* Interaction cues */
.ui-disabled { opacity: .3; }
.ui-disabled,
.ui-disabled a {
	cursor: default !important;
	pointer-events: none;
}
.ui-disabled .ui-btn-text {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
	filter: alpha(opacity=30);
	zoom: 1;
}

/* Icons */
.ui-icon,
.ui-icon-searchfield:after {
	background: #FFFFFF;
	background: rgba(0,0,0,0.4);
	background-image:  url(../images_mobile/icons-18-white.png);
	background-repeat: no-repeat;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}

.ui-icon-english {
	background:  url(../images_mobile/en.png) no-repeat -5.8px -6px transparent;
	height: 29px;
	width: 31px;
}

.ui-icon-french {
	background:  url(../images_mobile/fr.png) no-repeat -5.8px -6px transparent;
	height: 29px;
	width: 31px;
}

/* Alt icon color */
.ui-icon-alt {
	background: #fff;
	background: rgba(255,255,255,.3);
	background-image: url(../images_mobile/icons-18-black.png);
	background-repeat: no-repeat;
}

/* HD/"retina" sprite */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (		min--moz-device-pixel-ratio: 1.5),
       only screen and (		min-resolution: 240dpi) {
		.ui-icon-plus,
		.ui-icon-minus,
		.ui-icon-delete,
		.ui-icon-arrow-r,
		.ui-icon-arrow-l,
		.ui-icon-arrow-u,
		.ui-icon-arrow-d,
		.ui-icon-check,
		.ui-icon-gear,
		.ui-icon-refresh,
		.ui-icon-forward,
		.ui-icon-back,
		.ui-icon-grid,
		.ui-icon-star,
		.ui-icon-alert,
		.ui-icon-info,
		.ui-icon-home,
		.ui-icon-search,
		.ui-icon-searchfield:after,
		.ui-icon-checkbox-off,
		.ui-icon-checkbox-on,
		.ui-icon-radio-off,
		.ui-icon-radio-on {
			background-image:  url(../images_mobile/icons-36-white.png)
			-webkit-background-size: 776px 18px;
			   -moz-background-size: 776px 18px;
				 -o-background-size: 776px 18px;
					background-size: 776px 18px;
		}

		.ui-icon-alt { background-image: url(../images_mobile/icons-36-black.png); }
}

/* plus minus */
.ui-icon-plus 		{ background-position: -0 50%; }
.ui-icon-minus 		{ background-position: -36px 50%; }

/* delete/close */
.ui-icon-delete 	{ background-position: -72px 50%; }

/* arrows */
.ui-icon-arrow-r 	{ background-position: -108px 50%; }
.ui-icon-arrow-l 	{ background-position: -144px 50%; }
.ui-icon-arrow-u 	{ background-position: -180px 50%; }
.ui-icon-arrow-d 	{ background-position: -216px 50%; }

/* misc */
.ui-icon-check 			{ background-position: -252px 50%; }
.ui-icon-gear 			{ background-position: -288px 50%; }
.ui-icon-refresh 		{ background-position: -324px 50%; }
.ui-icon-forward 		{ background-position: -360px 50%; }
.ui-icon-back 			{ background-position: -396px 50%; }
.ui-icon-grid 			{ background-position: -432px 50%; }
.ui-icon-star 			{ background-position: -468px 50%; }
.ui-icon-alert 			{ background-position: -504px 50%; }
.ui-icon-info 			{ background-position: -540px 50%; }
.ui-icon-home 			{ background-position: -576px 50%; }
.ui-icon-checkbox-off	{ background-position: -684px 50%; }
.ui-icon-checkbox-on 	{ background-position: -648px 50%; }
.ui-icon-radio-off 		{ background-position: -756px 50%; }
.ui-icon-radio-on 		{ background-position: -720px 50%; }

.ui-icon-search,
.ui-icon-searchfield:after { background-position: -612px 50%; }

/* checks,radios */
.ui-checkbox .ui-icon {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.ui-icon-checkbox-off,
.ui-icon-radio-off { background-color: transparent;	}

.ui-checkbox-on .ui-icon,
.ui-radio-on .ui-icon { background-color: #096B93; }


/* start::loading-icon */
.ui-icon-loading {
	background: url(../images_mobile/ajax-loader.gif);
	background-size: 46px 46px;
}
/* start::loading-icon */



/* start::button-corner-classes */
.ui-btn-corner-tl {
	-webkit-border-top-left-radius: 1em;
		-moz-border-radius-topleft: 1em;
			border-top-left-radius: 1em;
}
.ui-btn-corner-tr {
	-webkit-border-top-right-radius: 1em;
		-moz-border-radius-topright: 1em;
			border-top-right-radius: 1em;
}
.ui-btn-corner-bl {
	-webkit-border-bottom-left-radius: 1em;
		-moz-border-radius-bottomleft: 1em;
			border-bottom-left-radius: 1em;
}
.ui-btn-corner-br {
	-webkit-border-bottom-right-radius: 1em;
		-moz-border-radius-bottomright: 1em;
		border-bottom-right-radius: 1em;
}
.ui-btn-corner-top {
	-webkit-border-top-left-radius: 1em;
		-moz-border-radius-topleft: 1em;
			border-top-left-radius: 1em;
	-webkit-border-top-right-radius: 1em;
		-moz-border-radius-topright: 1em;
			border-top-right-radius: 1em;
}
.ui-btn-corner-bottom {
	-webkit-border-bottom-left-radius: 1em;
		-moz-border-radius-bottomleft: 1em;
		border-bottom-left-radius: 1em;
	-webkit-border-bottom-right-radius: 1em;
		-moz-border-radius-bottomright: 1em;
			border-bottom-right-radius: 1em;
}
.ui-btn-corner-right {
	-webkit-border-top-right-radius: 1em;
		-moz-border-radius-topright: 1em;
			border-top-right-radius: 1em;
	-webkit-border-bottom-right-radius: 1em;
		-moz-border-radius-bottomright: 1em;
		border-bottom-right-radius: 1em;
}
.ui-btn-corner-left {
	-webkit-border-top-left-radius: 1em;
		-moz-border-radius-topleft: 1em;
			border-top-left-radius: 1em;
	-webkit-border-bottom-left-radius: 1em;
		-moz-border-radius-bottomleft: 1em;
			border-bottom-left-radius: 1em;
}
.ui-btn-corner-all {
	-webkit-border-radius:  1em;
		-moz-border-radius: 1em;
			border-radius:  1em;
}
/* end::button-corner-classes */


/* start::radius-cleanup */
.ui-corner-tl,
.ui-corner-tr,
.ui-corner-bl,
.ui-corner-br,
.ui-corner-top,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-left,
.ui-corner-all,
.ui-btn-corner-tl,
.ui-btn-corner-tr,
.ui-btn-corner-bl,
.ui-btn-corner-br,
.ui-btn-corner-top,
.ui-btn-corner-bottom,
.ui-btn-corner-right,
.ui-btn-corner-left,
.ui-btn-corner-all {
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}
/* end::radius-cleanup */



/* start::overlay-modal */
.ui-overlay {
	background: #666;
	opacity: .5;
	filter: Alpha(Opacity=50);
	position: absolute;
	width: 100%;
	height: 100%;
}
.ui-overlay-shadow {
	-webkit-box-shadow: 0px 0px 12px rgba(0,0,0,.6);
	   -moz-box-shadow: 0px 0px 12px rgba(0,0,0,.6);
			box-shadow: 0px 0px 12px rgba(0,0,0,.6);
}
.ui-shadow {
	-webkit-box-shadow: 0px 1px  4px rgba(0,0,0,.3);
	   -moz-box-shadow: 0px 1px  4px rgba(0,0,0,.3);
			box-shadow: 0px 1px  4px rgba(0,0,0,.3);
}
.ui-bar-a .ui-shadow,
.ui-bar-b .ui-shadow ,
.ui-bar-c .ui-shadow  {
	-webkit-box-shadow: 0px 1px 0 rgba(255,255,255,.3);
	   -moz-box-shadow: 0px 1px 0 rgba(255,255,255,.3);
			box-shadow: 0px 1px 0 rgba(255,255,255,.3);
}
.ui-shadow-inset {
	-webkit-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
	   -moz-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
			box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
}
.ui-icon-shadow {
	-webkit-box-shadow: 0px 1px 0 rgba(255,255,255,.4);
	   -moz-box-shadow: 0px 1px 0 rgba(255,255,255,.4);
			box-shadow: 0px 1px 0 rgba(255,255,255,.4);
}
/* end::overlay-modal */



/* Focus state - set here for specificity (note: these classes are added by JavaScript) */
.ui-btn:focus {
	outline: 0;
}

.ui-focus,
.ui-btn:focus {
	-webkit-box-shadow: 0px 0px 12px #000000;
	   -moz-box-shadow: 0px 0px 12px #000000;
			box-shadow: 0px 0px 12px #000000;
}

/* unset box shadow in browsers that don't do it right */
.ui-mobile-nosupport-boxshadow * {
	-webkit-box-shadow: none !important;
	   -moz-box-shadow: none !important;
		box-shadow: 	none !important;
}

/* ...and bring back focus */
.ui-mobile-nosupport-boxshadow .ui-focus,
.ui-mobile-nosupport-boxshadow .ui-btn:focus {
	outline-width: 1px;
	outline-style: dotted;
}

.ui-button-link a { text-decoration: none !important; }

/* #####################################################################################*/
/* 						 end::AE-V2-MOBILE MAIN FRAMEWORK STRUCTURE 					*/
/* #####################################################################################*/



/* ====================== start::generic-stuff ====================== */
body { font-family: Helvetica, Arial, sans-serif; }
body.ui-bkg { background-color: #E3EDF5; }

.hr,
.spacer,
.divider {
    clear: both;
    display: block;
}

.hr {
	background-color: #6E6E6E;
	height: 1px;
    -moz-box-shadow: 0 0 2px #000000;
    -webkit-box-shadow: 0 0 2px #000000;
    box-shadow: 0 0 2px #000000;
}

.spacer				{ height:  1em; }
.spacer.big			{ height:  2em; }
.spacer.bigger		{ height:  3em; }
.spacer.medium		{ height: .8em; }
.spacer.small		{ height: .5em; }
.spacer.smaller		{ height: .3em; }
.spacer.smallest 	{ height: .1em; }

.hr					{ margin:  1em 0; }
.hr.big         	{ margin:  2em 0; }
.hr.bigger      	{ margin:  3em 0; }
.hr.medium      	{ margin: .8em 0; }
.hr.small   	    { margin: .5em 0; }
.hr.smaller			{ margin: .3em 0; }
.hr.smallest		{ margin: .1em 0; }

.ui-page { padding-bottom: 0 !important }

.alignleft  { float: left;  margin: 5px 15px 5px 0; }
.alignright { float: right; margin: 5px 0 5px 15px; }
	.alignleft.small  { margin-right: 10px; }
	.alignright.small { margin-left: 10px; }

/* text-position */
.left       { text-align: left !important; 		}
.right      { text-align: right !important; 	}
.center     { text-align: center !important; 	}
.justify    { text-align: justify !important;	}

/* text-formatting */
.bold       { font-weight: bold !important; 			}
.italic     { font-style: italic !important; 			}
.underline  { text-decoration: underline !important;	}
.uppercase  { text-transform: uppercase; 				}

/* text-size */
small,
.text.smallest  { font-size:  .5em  !important; }
.text.smaller   { font-size: .85em  !important; }
.text.small     { font-size: 1em    !important;	}
.text.medium    { font-size: 1.25em !important;	}
.text.big       { font-size: 1.5em  !important; }
.text.bigger    { font-size: 2.5em  !important; }
.text.huge      { font-size: 3.5em  !important; }

/* text-color */
.txtBlue    { color: #0F4358 !important; }
.txtBlack   { color: #000000 !important; }
.txtWhite   { color: #ffffff !important; }
.txtOrange  { color: #FF9400 !important; }
.txtYellow  { color: #FFF000 !important; }
.txtRed     { color: #AC1318 !important; }
.txtGreen   { color: #008E28 !important; }
.txtGray    { color: #2B2B2B !important; }

/*a { text-decoration: none !important; }*/
/* ====================== end::generic-stuff ====================== */



/* ====================== start::twitter-feed ====================== */
ul.tweetList{
	margin:0;
	padding:0;
	list-style-type:none
}

#jstwitter {
	width:100%;
	background:url(../images_mobile/twitterBack.png) repeat;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding:0px;
	-webkit-box-shadow:  1px 1px 1px #0f0f0f;
	-moz-box-shadow: 1px 1px 1px #0f0f0f;
	box-shadow: 1px 1px 1px #0f0f0f;
}

.tweet {
	padding: 15px 20px;
	color:#ffffff;
	border-bottom:1px solid #000000;
	border-top:1px solid #353434;
	text-shadow: 0 1px 0 #000000;
	margin: 0 10px;
	font-size:13px
}

.followButton { margin: 0 0 20px 0; }

.time {
	font-size: 11px;
	font-style:italic
}

.tweet a {
    color: #2489CE;
    font-weight: bold;
}
/* ====================== end::twitter-feed ====================== */



/* ====================== start::ae-blue-color ====================== */
.blueAE {
	background-color: #096B93;
	/* IE9 SVG | 'filter' value must be 'none' */
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcyMzUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiMwOTZCOTMiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMwQjMwM0YiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cyMzUpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgb(9,107,147) 0%, rgb(11,48,63) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(9,107,147)), color-stop(100%, rgb(11,48,63))); /* Chrome, Safari 4+ */
	background: -webkit-linear-gradient(top, rgb(9,107,147) 0%, rgb(11,48,63) 100%); /* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, rgb(9,107,147) 0%, rgb(11,48,63) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(9,107,147) 0%, rgb(11,48,63) 100%); /* IE10+ */
	background: linear-gradient(top, rgb(9,107,147) 0%, rgb(11,48,63) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#096B93', endColorstr='#0B303F',GradientType=0 ); /* IE6-8 */
}
/* ====================== end::ae-blue-color ====================== */



/* ====================== start::main-header ====================== */
.page-header {
	border: 0px;
	border-bottom: 1px solid #bfc0c0;
	color: #ffffff;
	height: 35px;
	text-shadow: 0 -1px 1px #000000;
}

.page-header:hover {
	background-color: #096B93;
	/* IE9 SVG | 'filter' value must be 'none' */
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcyMzUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiMwOTZCOTMiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMwQjMwM0YiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cyMzUpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgb(9,107,147) 0%, rgb(11,48,63) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(9,107,147)), color-stop(100%, rgb(11,48,63))); /* Chrome, Safari 4+ */
	background: -webkit-linear-gradient(top, rgb(9,107,147) 0%, rgb(11,48,63) 100%); /* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, rgb(9,107,147) 0%, rgb(11,48,63) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(9,107,147) 0%, rgb(11,48,63) 100%); /* IE10+ */
	background: linear-gradient(top, rgb(9,107,147) 0%, rgb(11,48,63) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#096B93', endColorstr='#0B303F',GradientType=0 ); /* IE6-8 */
}

.logo {
    border: 2px solid #D9D9D9;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    height: 60px;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px;
    width: 120px;
}

.logo h1 { margin: 0; }

.portal-logo {
	margin: 0 auto;
	width: 136px;
	height: 35px;
}

.portal-logo h1 { margin: 0; }

.portal-logo h1.ae-logo a {
	display: block;
	background: url(../images_mobile/logo-light.png) top center no-repeat;
	text-indent: -9999px;
}


.page-header .icon-home { top: 4px; }
/* ====================== end::main-header ====================== */



/* ====================== start::seconday-footer ====================== */
#ui-footerbar {
    background-color: #242424;
    border-top: 1px solid #3C3C3C;
    padding: .5em 0;
    overflow: hidden;
    height: 20px;
}

#ui-footerbar p {
    color: #ffffff;
    font-size: .7em;
    text-shadow: none;
    margin: 0;
    text-align: center;
}

#ui-footerbar a {
	color: #ffffff;
	display: inline-block;
	font-size: 1em;
}

.footer-full {
    width: 100%;
}
/* ====================== end::seconday-footer ====================== */


/* ====================== start::social-icons-styles ====================== */
.ui-social {
	text-align:center;
	background-color:rgba(238,238,238,0.4);
	padding: 0 0 5px 0;
	border:1px solid #ccc;
	-webkit-transition-duration:0.8s;
  	-moz-transition-duration:0.8s;
  	-o-transition-duration:0.8s;
  	transition-duration:0.8s;
  	-o-border-radius: 10px 10px 10px 10px;
  	-webkit-border-radius: 10px 10px 10px 10px;
  	-moz-border-radius: 10px 10px 10px 10px;
  	border-radius: 10px 10px 10px 10px;
}

.ui-social:hover {
	background-color:rgba(238,238,238,1);
	border:1px solid #c1bfbf;
}

.ui-social img {
	width: 12%;
	margin-right: 10px;
	max-width: 60px;
}

.ui-social &gt; p {
	/* leave it empty */
}
/* ====================== end::social-icons-styles ====================== */





/* ====================== start::det-car-styles ====================== */
.det-car-file li 			{ border-bottom: 1px solid #1B314A; }
.det-car-file li:last-child	{ border-bottom: 0; }

.det-tech-label {
	font-weight: bold;
	color: #1B314A;
	text-shadow: 0 1px #ffffff;
}

.det-car-price {
	font-weight: bold;
	color: #AF2D2D;
	font-size: 1.5em;

}

.det-reg-info { font-weight: normal;}
.det-car-desc { text-align:justify; }
/* ======================- end::det-car-styles ======================= */





/* ====================== start::neutral-listview ====================== */
#neutral {  box-shadow: none; }
#neutral .ui-corner-top { border-radius: 0 ; }
#neutral .ui-body-a { border: 0 ;}
#neutral .ui-body-a, #neutral .ui-overlay-a { background: #ffffff; }
#toggle .ui-collapsible-content { padding: 0 }
#neutral { margin: 0; padding: 0;}
.ui-collapsible-set { margin: 0.4em; }#neutral .ui-li-static.ui-li { border-bottom: 1px solid #1B314A; }
.myAds { color: #000000; text-align: center; padding: 0;}
.myContact { font-size: 14px !important;}
div.social img {
    height: 50px;
    margin-right: 0;
    width: 50px;
}
.aeads {
    display: block;
    font-size: 8px;
}
/* ====================== end::neutral-listview ======================== */</pre></body></html>