/* ==========================================================================
   Page Gamme / Range
   ========================================================================== */

#main_content .container_16{
/* 	position:relative; */
	margin-top:0px;
}



.choice-car{

	width:100%;
}
	   
.choice-car h3{
	cursor:pointer;	
	font-size: 0.85em;
    font-weight: bold;
	padding: 20px 0;
	margin:0 4%;
	text-transform:uppercase;	
	line-height: 1;
}

/*.inactive h3{
	background-color:#ebebeb;
}*/



.arrow{
	/*display:none;*/
	height:22px;
	position:absolute;
	right: 4%;
	top: -21px;
	width:42px;
}

.arrow > img{
	height:22px;
	width:42px;
}

.choice-car .inner-list{
	margin:15px 0 0;
	position:relative;
	padding-bottom: 2px;
	display: none;
}

.choice-car ul{
	background:#f0f0f0;
	border-left:1px solid #c5c5c5;
	border-right:1px solid #c5c5c5;
	border-top:none;
	box-sizing:border-box;
	list-style:none;
	margin:0 auto 1em;
	padding:0;
	width:100%;
}

.choice-car li{
	border-top:1px solid #fff;
	border-bottom:1px solid #c5c5c5;
	margin:0;
	padding:0.5em;
}

.choice-car li:first-child{
	border-top:1px solid #c5c5c5;
}

.choice-car li img{
	height:31px;
	margin:0 0.8em 0 0;
	vertical-align:middle;
	width:46px;
}

.choice-car a, .choice-car a:hover{
	color:#000;
	font-size:0.8em;
	text-decoration:none;
	text-transform:uppercase;
}

.choice-car a:hover {
	color: #fdb519;
}

/* ==========================================================================
   Lanscape Styles
   ========================================================================== */
   
@media (orientation:landscape){
	
.choice-car h3, .active h3{
/*	background-size:3%;*/
	background-size:20px;
}
	
.arrow{
	height:22px;
	right:4%;
	top:-21px;
	width:42px;
}

.arrow > img{
	height:22px;
	width:42px;
}

}