h3.titoloPlugin
{
    margin: 0 0 12px 0;
    font-size:11px;
    border:none;
    padding:0;
}


/*----------------- PLUGIN CARRELLO -> 59*/

#carrelloPaginaContainer
{
}

#carrelloPaginaContainer ul#fasciaStepCarrello
{
    border-top:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
    padding:5px 0;
    margin: 0 0 10px 0;
    display:block;
    line-height:20px;	
    height:20px;
    vertical-align:bottom;	
}

#carrelloPaginaContainer ul#fasciaStepCarrello li
{
    float:left;
    margin:0 15px 0 0;
    line-height:20px;
    height:20px;	
}

#carrelloPaginaContainer ul#fasciaStepCarrello li.stepCarrello
{
    color:#BBBBBB;
    font-size:10px;
}

#carrelloPaginaContainer ul#fasciaStepCarrello li.stepCarrelloAttivo
{
    font-weight:bold;
    color:#1E5255;
    font-size:13px;	
    line-height:20px;
}

#carrelloPaginaContainer .tableCarrello
{
    border-collapse:collapse;
    border:none;
    width:100%;
}

#carrelloPaginaContainer .tableCarrello thead
{
    border-bottom:1px solid #CCCCCC;
}

#carrelloPaginaContainer .tableCarrello th
{
    padding:3px 3px;
    background-color:#999999;
    color:#FFFFFF;
}

#carrelloPaginaContainer .tableCarrello tr.rigaCarrello td
{
    padding:3px 3px;
}

#carrelloPaginaContainer .tableCarrello tfoot
{
    border-top:1px solid #CCCCCC;
}

#carrelloPaginaContainer .tableCarrello tfoot tr.borderRow
{
    border-top:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
}

#carrelloPaginaContainer .tableCarrello tfoot td
{
    padding:4px 0 ;
    vertical-align:top;
}


#carrelloPaginaContainer .tableCarrello tfoot td.infoAggiuntive
{
    font-size:10px;
}

/*-----------------FINE PLUGIN CARRELLO -> 59*/




#pluginIntroPagina
{
    padding: 0 25px;
}
#pluginIntroPagina div.fleft
{
    width:220px;
}
#pluginIntroPagina div.fright
{
    width:310px;
}




#pluginMenuCategorie
{
    background-color:#CFCFCF;
}

#pluginMenuMarche
{
    background-color:#A2A2A2;
}

/*-----------------PLUGIN MENU PAGINE FIGLIE->*/
div#pluginMenuPagineFiglie
{
    width: 100%;
    color:#000000;
}

div#pluginMenuPagineFiglie h2 {
    text-align: right;
    font-family: 'Roboto', sans-serif;
    background-color: transparent;
    font-size: 16px;
    padding: 2px 20px;
    color: #000000;
    margin-top: 9px;
}

div#pluginMenuPagineFiglie>ul
{
    left:13px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
div#pluginMenuPagineFiglie>ul>a>li
{
    margin:5px 0px;
    padding: 3px 23px;
    vertical-align:middle;
    text-align:right;
}

div#pluginMenuPagineFiglie>ul>a>li.separatore{
    margin:16px 5px;	
}

div#pluginMenuPagineFiglie>ul a img
{
    margin:0 auto;
}


/*************** slides ***************/

#slides-container {
	width:950px;
	padding:10px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#slides-example {
	width:916px;
	height:280px;
	position:relative;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:916px;
	overflow:hidden;
	position:relative;
	display:none;
	background:url(../img/bg-slide.png) top left no-repeat #cc110d;
	float:left;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:916px;
	height:280px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
	position: absolute;
	top: 255px;
	right: 20px;
	z-index: 9999999;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index: 500;
	position: relative;
	left: 0;
	width: 313px;
	height: 145px;
	font-size: 1.3em;
	line-height: 1.33;
	color: #fff;
	text-shadow: none;
	float: left;
	margin-top: 77px;
}

.caption h2{
	font-family: 'Chivo', sans-serif;
	color:#FFFFFF;
	font-size:23px;	
	font-weight:bold;
}

.fLeft{
	float:left;	
}

.nome-auto{
	background: #990d0a;
	height:75px;
	width:313px;	
	padding:8px 21px;
	text-align:left;
}

.dettaglio-auto{
	width:313px;
	height:70px;	
}
.dettaglio-auto .boxDettaglio{
	float:left;
	margin-left:21px;
	padding-top:21px;
	text-align:center;
	text-transform:uppercase;
	line-height:19px;
}

.dettaglio-auto .boxDettaglio h2{
	font-family: 'Chivo', sans-serif;
	color: #FFFFFF;
	font-size: 23px;
	font-weight: bold;
}
.dettaglio-auto .boxDettaglio h3{
	font-family: 'Chivo', sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
}

.dettaglio-auto .boxButtons{
		
}

.dettaglio-auto .boxButtons .btn1,.dettaglio-auto .boxButtons .btn2{
	float:left;
	margin-left: 21px;
	margin-top: 22px;
}

.box-price{
	position: absolute;
	left: 313px;
	background:url(../img/bg-fasciaPrezzo.png) left repeat-x;
	min-width: 190px;
	height: 75px;	
	top: 0px;
}
.box-price p {
	opacity: 1;
	color: #FFF;
	line-height: 23px;
	padding-top: 16px;
	padding-left: 10px;
	padding-right: 10px;
}
.box-price span{
	font-size:38px;
}