.ui-corner-all {
	border: 1px solid #E5E5E5;
	border-radius: 4px;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background-color: #CCCCCC;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus a:hover {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

div.vm_button {
	margin-top: 35px;
	align: center;
	text-align: center;
}

.vm_button button {
	background: none repeat scroll 0 0 #E8E8E8;
    border: 1px solid #CAC9C9;
    border-radius: 4px 4px 4px 4px;
    padding: 5px 5px 4px;
    text-decoration: none;
    min-width: 150px;
}

.vm_button button:hover {
	background: none repeat scroll 0 0 #ACBB0D;
    border: 1px solid #CAC9C9;
    border-radius: 4px 4px 4px 4px;
    padding: 5px 5px 4px;
    text-decoration: none;
    color: #FFFFFF;
}

/****************************************
   REGISTER DEALER ACCOUNT
*****************************************/

#vm_dealer_account {
	margin-top: 25px;
}

.vm_dealer_account_section .control-group {
	width: 100%;
	float: left;
	margin-bottom: 9px;
}

.vm_dealer_account_section .control-label {
	width: 180px;
	float: left;
}

.vm_dealer_account_section .controls {
	margin-left: 1px;
	float: left;
}

@media (max-width: 550px) {
	.vm_dealer_account_section .control-label {
		width: 100%;
		float: left;
	}

	.vm_dealer_account_section .controls {
		width: 100%;
		float: left;
	}
}


/****************************************
    VEHICLE DETAIL VIEW
*****************************************/
div.vehicledetailswrapper {
	float: left;
	width: 100%;
	margin: 0 auto;
}

div.vehicledetails {
	float: left;
	width: 45%;
}

#vehicledetails_head {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 50px;
}

.vehicle_attribute_headline {
	float: left;
	width: 100%;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 2em;
	margin: 30px 0 10px 0;
}

.vehicle_attribute {
	float: left;
	width: 100%;
	margin: 2px 0;
}

.vehicle_attribute_option img {
	width: 145px;
	padding-left: 53%;
}

span.vehicle_label {
	float: left;
	display: inline-block;
	width: 53%;
	font-weight: bold;
}

.vehicle_detail_value {
	padding-right: 3px;
}

span.vehicle_value {
	float: left;
	width: 47%;
}

#vehicleimages {
	float: right;
	width: 55%;
}

div.dealer {
	margin-top: 25px;
	float: right;
	text-align: center;
	width: 54%;
	border-left: 1px solid #000000;
}

div.vehicle_thumbs_big {
	float: right;
}

div.vehicle_thumbs {
	clear: both;
	float: right;
	margin-top: 2px;
	text-align: left;
}

div.vehicle_thumbs img {
	border: none;
	margin: 0 0 0 2px;
}

div.description {
	/*width: 100%;
	float: left; */
	text-align: justify;
	margin-top: 45px;
}

div.extras {
	width: 100%;
	float: left;
	margin-top: 45px;
}

div.extras table {
	width: 100%;
	border: none;
	line-height: 1.5em;
}

div.extras td {
	width: 33%;
}

div.contact-form {
	float: left;
	margin-top: 45px;
	width: 100%;
}

#dealer_address {
	padding-top: 20px;
	padding-left: 5px;
}

#dealer_fax {
	
}

.dealer_vehicle_detail {
	margin: 4px 0;
}

.dealer_default_dealer_name {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 15px;
}

#price {
	font-weight: bold;
}

#price_discount {
	text-decoration: line-through;
}

#discountprice {
	font-weight: bold;
	padding-left: 53%;
}

/**********************************
   VEHICLE SEARCH
***********************************/
.vemacosearchwrapper {}

.vemacosearchbox {
	width: 100%;
}

.vemacosearchbox select {
	width: 150px;
}

.vemacosearchboxfoot {
	float: left;
	width: 100%;
}

.vemacosearchleftcol {
	float: left;
	width: 33%;
}

.vemacosearchcentercol {
	float: left;
	width: 33%;
}

.vemacosearchrightcol {
	float: right;
	width: 33%;
}

.vemacosearchextras {
	float: left;
	width: 100%;
	margin-top: 25px;
}

.vemacosearchextras table {
	width: 100%;
	border-style: none;
}

.vemacosearchextras td {
	padding: 5px 0;
}

div.vemacosearchextras input {
	float: left;
	margin-right: 5px;
}

div.vemacosearchextras label {
	float: left;
	width: 150px;
}

.vemacosearchlinkdetail {
	float: left;
	width: 160px;
}

.vemacosearchsubmit {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 25px;
}

.vemacodetailsearchextras {
	float: left;
	margin-top: 25px;
}

.vemacodetailsearchextras table {
	border-style: none;
}

div.vemacodetailsearchextras input {
	float: left;
	margin-right: 5px;
}

div.vemacodetailsearchextras label {
	float: left;
	width: 150px;
}

#price_search_from {
	width: 70px;
}

#price_search_to {
	width: 70px;
}

#mileage_array_from {
	width: 70px;
}

#mileage_array_to {
	width: 70px;
}

#registration_date_array_from {
	width: 70px;
}

#registration_date_array_to {
	width: 70px;
}

#general_inspection_array_from {
	width: 70px;
}

#general_inspection_date_array_to {
	width: 70px;
}

@media (max-width: 790px) {
	.vemacosearchleftcol {
		width: 100%;
		float: none;
	}
	
	.vemacosearchcentercol {
		width: 100%;
		float: none;
	}
	
	.vemacosearchrightcol {
		float: none;
		width: 100%;
	}
	
	.vemacosearchboxfoot {
    	float: none;
    	width: 100%;
	}
	
	.vemacosearchsubmit {
		float: none;
	}
}

/********************************
    VEHICLE LIST
********************************/
#dealer_head_vehicles_list {
	padding: 10px 0;
	font-size: 1.3em;
	font-weight: bold;
}

.vehiclelist {
	width: 100%;
	margin-top: 30px;
}

.vehiclelisthead {
	float: left;
	text-align: right;
	width: 100%;
}

.vehiclelist_item_wrapper {
	width: 99%;
	float: left;
	margin-bottom: 15px;
	border: 1px solid #7A7A7A;
}

#vehiclelist_item_left {
	float: left;
	padding-left: 5px;
	width: 23.8%;
}

#vehiclelist_item_left img { /*width: 90%;*/
	
}

#vehiclelist_item_center {
	float: left;
	padding-top: 5px;
	width: 100%;
}

#vehiclelist_item_center_top {
	width: 100%;
	float: left;
	margin: 0;
	background: #7A7A7A;
	color: #FFFFFF;
}

#vehiclelist_item_center_top p {
	margin: 3px 0;
}

#vehiclelist_item_center_top_left {
	float: left;
	font-size: 1.15em;
	width: 58%;
	padding: 10px 0 10px 5px;
	font-weight: bold;
}

#vehiclelist_item_center_top_left p {
	padding-left: 7px;
	font-weight: bold;
}

#vehiclelist_item_center_top_left a {
	color: #FFFFFF;
	text-decoration: none;
}

#vehiclelist_item_center_top_left a:hover {
	text-decoration: underline;
}

#vehiclelist_item_center_top_right {
	float: right;
	text-align: right;
	font-size: 1.1em;
	padding: 5px;
	width: 38%
}

#vehiclelist_item_center_top_right p {
	padding-right: 7px;
}

#vehiclelist_item_center_bottom {
	margin: 2px 0 0 0;
}

#vehiclelist_item_center_bottom_left {
	padding: 0 3px;
	width: 23.8%;
	float: left;
}

#vehiclelist_item_center_bottom_right {
	padding: 0 3px;
	width: 23.8%;
	float: left;
}

#vehiclelist_item_center_bottom_center {
	padding: 0 3px;
	width: 23.8%;
	float: left;
}

#center_top {
	font-weight: bold;
	color: #FFFFFF;
}

.vehiclelist .pagination {
	clear: both;
	margin: 10px 0;
	padding: 10px 0;
}

.pagination ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.vehiclelist a:link,a:visited {
	text-decoration: none;
}

.vehicle_list_attribute {
	line-height: 1.5em;
	margin: 3px 0;
}

.vehicle_list_label {
	font-weight: bold;
}

.vehicle_list_value {
	padding-right: 3px;
}

.vehiclelabelprice {
	font-weight: bold;
	width: 100px;
}

.vehiclelabelhead {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2em;
}

.vehicledescriptionhead {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2em;
}

.dealer_logo {
	
}

#vemacotax {
	font-size: 0.9em;
}

.spacer {
	height: 25px;
}

.searchlabel {
	font-weight: bold;
}

.searchfield {
	margin-bottom: 15px;
}

.searchextraslabel {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 10px;
}

.searchvehiclelabel {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 10px;
}

div.list-footer {
	text-align: center;
}

#price_list {
	font-weight: bold;
}

#price_discount_list {
	text-decoration: line-through;
}

#discountprice_list {
	font-weight: bold;
}

@media (max-width: 790px) {
	#vehiclelist_item_left {
		width: 31.8%;
	}
	
	#vehiclelist_item_center_bottom_left {
		width: 31.8%;
	}
	
	#vehiclelist_item_center_bottom_center {
		width: 31.8%;
	}
	
	#vehiclelist_item_center_bottom_right {
		display: none !important;
	}
}

@media (max-width: 510px) {
	#vehiclelist_item_center_top_left {
		width: 100%;
	}

	#vehiclelist_item_center_top_right {
		width: 100%;
		float: left;
		padding-left: 5px;
		text-align: left;
	}
	
	#vehiclelist_item_left {
		width: 48%;
	}
	
	#vehiclelist_item_center_bottom_left {
		width: 48%;
	}
	
	#vehiclelist_item_center_bottom_center {
		display: none !important;
	}
	
	#vehiclelist_item_center_bottom_right {
		display: none !important;
	}	
}

/********************************
    MY VEHICLE LIST
********************************/
#myvehiclelist {
	float: left;
	width: 100%;
	margin-top: 30px;
	position: relative;
}

.myvehiclelisthead {
	float: left;
	position: relative;
	text-align: right;
	width: 100%;
	margin-top: 15px;
}

.myvehiclelist_item_wrapper {
	width: 99%;
	float: left;
	margin-bottom: 15px;
}

#vemaco_myvehicles_head {
	width: 100%;
	padding: 2px 0;
	background: #CCCCCC;
	font-size: 1.1em;
	font-weight: bold;
}

#vemaco_myvehicles_image {
	display: inline-block;
	width: 15%;
}

#vemaco_myvehicles_offernumber {
	display: inline-block;
	width: 23%;
}

#vemaco_myvehicles_make {
	display: inline-block;
	width: 24%;
}

#vemaco_myvehicles_price {
	display: inline-block;
	width: 15%;
}

#vemaco_myvehicles_options {
	display: inline-block;
	width: 19%;
	text-align: center;
}

#vemaco_myvehicles_options img {
	padding: 0 3px;
}

/********************************
    DEALER INFORMATION
********************************/
.dealer_imprint {
	clear: both;
	padding-top: 15px;
}

.dealer_imprint_head {
	font-size: 1.25em;
	font-weight: bold;
}

.dealer_link_details {
	margin: 10px 0;
}

.dealer_link_vehicles {
	margin: 10px 0;
}

.dealer_logo {
	text-align: center;
	margin-bottom: 35px;
}

.dealer_name {
	margin: 15px 0;
	text-align: center;
}

.dealer_label {
	width: 30%;
	float: left;
	margin: 5px 0;
	font-weight: bold;
}

.dealer_value {
	width: 70%;
	float: left;
	margin: 5px 0;
}

/********************************
   VEHICLE EDIT FORM
********************************/

#vm_vehicle {
	margin-top: 25px;
}

.vm_vehicle_section .control-group {
	width: 100%;
	float: left;
	margin-bottom: 9px;
}

.vm_vehicle_section .control-label {
	width: 180px;
	float: left;
}

.vm_vehicle_section .controls {
	margin-left: 1px;
	float: left;
}

@media (max-width: 550px) {
	.vm_vehicle_section .control-label {
		width: 100%;
		float: left;
	}

	.vm_vehicle_section .controls {
		width: 100%;
		float: left;
	}
}

.vemaco_formelm {
	margin: 10px 0;
}

.vemaco_formelm label {
	display: inline-block;
	vertical-align: top;
	width: 17em;
}

form#adminForm .vemaco_formelm-area {
	padding: 5px 0;
}

form#adminForm .vemaco_formelm-area label {
	display: inline-block;
	vertical-align: top;
	width: 7.9em;
}

.formelm-buttons {
	margin-bottom: 10px;
	text-align: right;
}

#jform_currency {
    width: 60px;
}

.formelm-buttons button {
    background: none repeat scroll 0 0 #E8E8E8;
    border: 1px solid #CAC9C9;
    border-radius: 4px;
    padding: 5px 5px 4px;
    text-decoration: none;
    width: 152px;
}
.formelm-buttons button:hover {
    background: none repeat scroll 0 0 #ACBB0D;
    border: 1px solid #CAC9C9;
    border-radius: 4px;
    color: #FFFFFF;
    padding: 5px 5px 4px;
    text-decoration: none;
    width: 152px;
}

/********************************
  SLIDESHOW
********************************/
/* jssor slider arrow navigator skin 05 css */
/*
.jssora05l                  (normal)
.jssora05r                  (normal)
.jssora05l:hover            (normal mouseover)
.jssora05r:hover            (normal mouseover)
.jssora05l.jssora05ldn      (mousedown)
.jssora05r.jssora05rdn      (mousedown)
*/
.jssora05l, .jssora05r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 40px;
	height: 40px;
	cursor: pointer;
	overflow: hidden;
	background: rgba(0, 0, 0, 0) url("../../../libraries/images/a17.png") no-repeat scroll 0 0;
}

.jssora05l { background-position: -10px -40px; }
.jssora05r { background-position: -70px -40px; }
.jssora05l:hover { background-position: -130px -40px; }
.jssora05r:hover { background-position: -190px -40px; }
.jssora05l.jssora05ldn { background-position: -250px -40px; }
.jssora05r.jssora05rdn { background-position: -310px -40px; }

/* jssor slider thumbnail navigator skin 01 css */
/*
.jssort01 .p            (normal)
.jssort01 .p:hover      (normal mouseover)
.jssort01 .p.pav        (active)
.jssort01 .p.pdn        (mousedown)
*/
.jssort01 .p {
	position: absolute;
	top: 0;
	left: 0;
	width: 72px;
	height: 72px;
}
        
.jssort01 .t {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
        
.jssort01 .w {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
        
.jssort01 .c {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 68px;
	height: 68px;
	box-sizing: content-box;
}
        
.jssort01 .pav .c {
	top: 2px;
	left: 2px;
	width: 68px;
	height: 68px;
	border: #000 0px solid;
	background-position: 50% 50%;
}
        
.jssort01 .p:hover .c {
	top: 0px;
	left: 0px;
	width: 70px;
	height: 70px;
	background-position: 50% 50%;
}
        
.jssort01 .p.pdn .c {
	background-position: 50% 50%;
	width: 68px;
	height: 68px;
	border: #000 2px solid;
}
        
* html .jssort01 .c, * html .jssort01 .pdn .c, * html .jssort01 .pav .c {
	/* ie quirks mode adjust */
	width /**/: 72px;
	 height /**/: 72px;
}

/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
}

html,body {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

.vemacosearchsubmit input[type="submit"] {
	background: none repeat scroll 0 0 #E8E8E8;
    border: 1px solid #CAC9C9;
    border-radius: 4px 4px 4px 4px;
    padding: 5px 5px 4px;
    text-decoration: none;
}

.vemacosearchsubmit input[type="submit"]:hover {
	background: none repeat scroll 0 0 #ACBB0D;
    border: 1px solid #CAC9C9;
    border-radius: 4px 4px 4px 4px;
    padding: 5px 5px 4px;
    text-decoration: none;
    color: #FFFFFF;
}

address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

