﻿/*------------------------------- GalleryHome -------------------*/

div.galleryhome
{
    float:left;
    padding-left:35px;
    margin-top:25px;
    padding-bottom:20px;
}

div.galleryhome div#container
{
    float:left;
    padding:25px;
    padding-bottom:15px;
    padding-top:15px;
    padding-left:28 !important;
    background:#606bab;
    border:1px solid #9B9C9E;
}



/*---------------------------- Link utili -------------------*/

div.linkutili
{
    margin-left:35px;
    margin-top:20px;
    margin-bottom:25px;
}

div.linkutili h1.header
{
    color:#b8b8bf;
    font-size:16px;
    margin-bottom:5px;
}

div.linkutili div.box
{
    border-top:1px dotted #b8b8bf;
    margin-top:10px;
    padding-top:14px;
    width:90%;
}

div.linkutili div.box div.img
{
    width:100px;
    overflow:hidden;
    float:left;
}

div.linkutili div.box div.img img
{
    height:100px;
}

div.linkutili div.box h1 a
{
    color:#b8b8bf;
    font-size:13px;
    text-decoration:none;
}

div.linkutili div.box h1
{
    padding-left:120px;
}

div.linkutili div.box p
{
    color:#fcfcfb;
    font-size:11px;
    padding-top:4px;
    padding-left:120px;
}

div.linkutili div.box div.button
{
    text-align:right;
}

div.linkutili div.box div.button a
{
    display:block;
    color:#da0303;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    padding-top:10px;
    margin-right:10px;
}


/*---------------------------- offerte speciali lista/scheda -------------------*/

div.offertespecialischeda,
div.offertespecialilista
{
    margin-left:35px;
    margin-top:20px;
    margin-bottom:20px;
}

div.offertespecialischeda h2.titolo,
div.offertespecialilista h1.header
{
    color:#b8b8bf;
    font-size:16px;
    margin-bottom:5px;
}

div.offertespecialischeda h2.titolo
{
    border-bottom:1px dotted #b8b8bf;
    margin-bottom:10px;
    padding-bottom:10px;
}

div.offertespecialischeda div.box
{
	width: 90%;
}

div.offertespecialilista div.box
{
    border-top:1px dotted #b8b8bf;
    margin-top:10px;
    padding-top:10px;
    width:90%;
	 min-height:90px;
}

div.offertespecialischeda div.box div.img,
div.offertespecialilista div.box div.img
{
    float:left;
    margin-right:15px;
    margin-bottom:5px;
    max-height:100px;
}
div.offertespecialischeda div.box div.img
{
    overflow:visible;
    margin-right:0px;
}

div.offertespecialischeda div.box div.img img,
div.offertespecialilista div.box div.img img
{
    width:100px;
}

div.offertespecialischeda div.box div.container_des
{
    padding-left:120px;
}

div.offertespecialischeda div.box h2 span, 
div.offertespecialilista div.box h1 span,
div.offertespecialilista div.box h1 a
{
    color:#b8b8bf;
    font-size:13px;
    text-decoration:none;
}


div.offertespecialilista div.box p
{
    color:#fcfcfb;
    font-size:11px;
    padding-top:4px;
}

div.offertespecialischeda div.box span
{
    color:#fcfcfb;
    font-size:11px;
    display:block;
    overflow:visible;
}

div.offertespecialischeda div.box span.nome
{
    display:none;
    visibility:hidden;
}

div.offertespecialischeda div.button,
div.offertespecialilista div.box div.button
{
    text-align:right;
    padding-right:10px;
}

div.offertespecialischeda div.button
{
	width: 90%;
	margin-bottom: 20px;	
}

div.offertespecialischeda div.button a,
div.offertespecialilista div.box div.button a
{
    display:block;
    padding-top:10px;
    color:#da0303;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
}

