﻿@charset "UTF-8";
/* CSS Document */

body, html {
	background-color: #ffffff;
	/*overflow: hidden; - made18072012*/
}
.carousel-selezione-targa {
	background-image: none;
	background-color: #ffffff;
	float: none;
	position: absolute;
	/*right: 100px; - made18072012*/
	left: 680px;
	top: 60px;
	width: 270px;
	/*z-index: 1000;*/
	z-index: 0;
}
.carousel-selezione-targa h1 {
	border-bottom: 1px dotted #666666;
	color: #2C3A73;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 2px;
	width: 250px;
	text-transform: uppercase;
}
.carousel-selezione-targa span {
	float: left;
	width: 15px;
	height: 40px;
	border: none;
	background: none;
	background-color: trasparent;
	cursor: pointer;
	margin-left: 2px;
}

.search-targa {	
	margin-top: 0px;
}

.seleziona-mercato {
	position: absolute;
	top: 0;
	width: 980px;
	left: 35px;
	height: 30px;
	color: #666666;
	font-weight: bold;
	font-size: 11px;
}
.seleziona-mercato p {
	font-weight: bold;
}
.seleziona-mercato h1 {
	border-bottom: 1px dotted #cccccc;
	font-size: 14px;
	font-weight: bold;
	/*display: block;*/
	line-height: 30px;
	text-transform: uppercase;
}
.lingue {
	left: 10px;
	top: 60px;
}
.lingue div:first {
	margin-top: 7px;
}
.lingue div:first {
	text-align: right;
	max-height: 32px;
	min-height: 32px;
	margin-bottom: 7px;
}
.lingue div:first label {
	background: url(images/lingua_label_background.png) no-repeat bottom right;
	line-height: 32px;
	float: left;
	display: block;
	width: 146px;
	padding-right: 10px;
	color: #666666;
	font-weight: bold;
	font-size: 11px;
}
.lingue div.header-custom-select {
	float: right;
}
#next {
	display: inline-block;
	width: 85px;
	height: 42px;
	cursor: pointer;
	/*height: 42px;
	line-height: 42px;
	padding-left: 15px;
	font-weight: bold;
	*/
	text-transform: uppercase;
	z-index: 100000;
	text-decoration: none;
	/*background: url(../brand/fiat/css/layout/fiat/next.png)no-repeat;*/
	padding: 13px 16px;
	float: right;
}
#previous {
	display: inline-block;
	width: 88px;
	height: 42px;
	cursor: pointer;
	/*line-height: 42px;
	text-align: right;
	padding-right: 15px;
	font-weight: bold;
	*/
	text-transform: uppercase;
	z-index: 100000;
	text-decoration: none;
	/*background: url(../brand/fiat/css/layout/fiat/next.png)no-repeat;*/
	padding: 13px 15px;
	/*float: left;*/
}
.carousel_position_nav {
	position: absolute;
	top: 400px;	
	/*width: 100%; - made18072012*/
	width: 1050px;
	z-index: 100000;
	height: 10px;
}
.carousel_nav {
	width: 410px;
	padding: 0 10px;
	margin: 45px auto;
	height: 10px;
}

/*  ROUNDABOUT */

/*
ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 1050px;
	height: 300px;
}
ul li {
	height: 200px;
	width: 237px;
	text-align: center;
	cursor: pointer;
}
li img {
	width: 100%;
}
li.roundabout-in-focus {
	cursor: default;
}
*/

.model_img
{
    /*height: 100px;*/
    width: 100%;
    max-width: 131px;
}

.flagsRow .model
{
    min-width: 84px;
    width: auto;
    margin-bottom: 5px;
}

.flagsRow .model:only-child
{
    margin-left:-47%;
}

.flagsRow a
{
    border: 2px solid white;
    border-radius: 10px;
    height: auto;/*176px;*/
}

.flagsRow a .model_name
{
    text-transform: uppercase;
    margin: 0px;
    background-color: #aa272f;
    max-width: 131px; /*125px*/
    height: 60px;
    /*border: 2px solid white;*/
    border-radius: 0px 0px 8px 8px;
    color: white;
    /*padding: 5px 2px;*/
    word-wrap: break-word;
    font-size: 15px;
    width: 100%;
}

.flagsRow a:hover
{
    border-color: black;
}

.flagsRow .model.notvisible
{
    display: none;
}

/*JEEP*/
.brand_57 .flagsRow a .model_name
{
    border-color: rgb(153, 107, 1);
    background-color: rgb(153, 107, 1);
    /*background-image: linear-gradient(rgb(255, 179, 2), rgb(153, 107, 1));*/
    color: #ffffff;
}

.brand_57 .flagsRow a:hover
{
    border-color: rgb(153, 107, 1);
}

/*FIAT*/
.brand_00 .flagsRow a .model_name
{
    border-color: rgb(91, 18, 24);
    background-color: rgb(91, 18, 24);
    /*background-image: linear-gradient(rgb(160, 33, 57), rgb(91, 18, 24));*/
    color: #ffffff;
}

.brand_00 .flagsRow a:hover
{
    border-color: rgb(91, 18, 24);
}

/*ALFA*/
.brand_83 .flagsRow a .model_name
{
    border-color: rgb(197, 2, 2);
    background-color: rgb(197, 2, 2);
    /*background-image: linear-gradient(rgb(174, 10, 10), rgb(197, 2, 2));*/
    color: #ffffff;
}

.brand_83 .flagsRow a:hover
{
    border-color: rgb(197, 2, 2);
}

/*LANCIA*/
.brand_70 .flagsRow a .model_name
{
    border-color: rgb(13, 63, 131);
    background-color: rgb(13, 63, 131);
    /*background-image: linear-gradient(rgb(0, 2, 54), rgb(13, 63, 131));*/
    color: #ffffff;
}

.brand_70 .flagsRow a:hover
{
    border-color: rgb(13, 63, 131);
}

/*PROFESSIONAL*/
.brand_77 .flagsRow a .model_name
{
    border-color: rgb(91, 18, 24);
    background-color: rgb(91, 18, 24);
    /*background-image: linear-gradient(rgb(160, 33, 57), rgb(91, 18, 24));*/
    color: #ffffff;
}

.brand_77 .flagsRow a:hover
{
    border-color: rgb(91, 18, 24);
}

/*PROFESSIONAL*/
.brand_66 .flagsRow a .model_name
{
    border-color: rgb(255, 204, 0);
    background-color: rgb(255, 204, 0);
    /*background-image: linear-gradient(rgb(206, 155, 0), rgb(255, 204, 0));*/
    color: #ffffff;
}

.brand_66 .flagsRow a:hover
{
    border-color: rgb(255, 204, 0);
}

/*ram*/
.brand_55 .flagsRow a .model_name
{
    border-color: rgb(69, 140, 18);
    background-color: rgb(69, 140, 18);
    /*background-image: linear-gradient(rgb(69, 140, 18), rgb(69, 140, 18));*/
    color: #ffffff;
}

.brand_55 .flagsRow a:hover
{
    border-color: rgb(69, 140, 18);
}

#mainForm
{
    background: #ebeaea;
}

.above
{
    height: auto;
}

.above_inner
{
    float:left;
    width: 50%;
}

.carousel-selezione-targa
{
    background-color: transparent;
    float: right;
    width: 25%;
    position: relative;
    left: 0;
    top: 0;
}

.carousel-selezione-targa .tooltip
{
    margin: 0px 0px 0px 25px; 
    left: 0px; 
    width: 15px; 
    display: block; 
    position: relative;
}

#imgBrand
{
    /*min-height: 200px;*/
    display: block;
    max-width: 50%;
    max-height: 150px;
}

#divBrand
{
    width: 100%;
    margin-top: 80px;
    justify-content: center;
    display: -ms-flexbox; /* IE10 */
    display: flex;
    margin-bottom: 10px;
}

.targa_container
{
    width: 100%;
    text-align: center;
    max-width: 300px;
    margin-left: calc(55% - 150px);
    margin-top: 30px;
}