/* ==========================================================================
   Click to Call Element
   ========================================================================== */


#main_content .container_16{
/* 	position:relative; */
	margin-top:0px;
}


.usefullnumber_title{
	font-size:1.2em; 
	margin-bottom:5px;
}

.clicktocallelement{
	background:rgb(255,255,255); /* Old browsers */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(0%,rgba(237,237,237,1)), color-stop(100%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 0%,rgba(237,237,237,1) 100%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background:-moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 0%, rgba(237,237,237,1) 100%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background:-o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 0%,rgba(237,237,237,1) 100%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background:-ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 0%,rgba(237,237,237,1) 100%,rgba(255,255,255,1) 100%); /* IE10+ */
	background:linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 0%,rgba(237,237,237,1) 100%,rgba(255,255,255,1) 100%); /* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border-bottom:1px solid #B7B7B7;
	border-top:1px solid #B7B7B7;
	margin:0 auto 3%;
	padding-bottom:2%;
	padding-top:2%;
/* 	width:96%; */
}

a{
	text-decoration:none;
}

.imageline{
	padding-left:2%;
	padding-right:2%;
	width:50px;
}
.icone{
	text-align:center;
	width:5%;
}

.text{
	text-align:left;
	width:80%;
}

.text p{
	line-height:1.2em;
	margin:0;
}

.chevron{
	text-align:center;
	width:10%;
	padding-right: 5px;
}

.chevron img{
	width:15px;
}


.chevron-finance{
	text-align:right;
	padding-right:2%;
}

.clicktocallelement_title{
	color:#303030;
	font-size:1em;
	text-transform:uppercase;
}

.clicktocallelement_number, .clicktocallelement_number a{
	color:#FEBF04;
	font-size:1.4em;
	font-weight:bold;
}

.clicktocallelement_bottomtitle{
	color:#8d8d8d;
	/*text-transform:lowercase;*/
}

.clicktocallelement_bottomtitle a{
	color:blue;
}