﻿/* ----------  preview della home page --------------*/
DIV.galleryPreview
{
    width: 330px; /*border: solid 1px #FF0000;   float: left;*/
}
DIV.galleryPreview_long
{
    width: 660px; /* border: solid 1px #FF0000;  float: left;*/
}
DIV.galleryPreview_long A
{
    display: block;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    width: 630px;
    background-color: #ffffff;
    border: solid 1px #ffff85;
    text-decoration: none;
    color: #464646;
    background-image: url(images/home-gallery.jpg);
    background-repeat: repeat-x;
    min-height: 40px;
}
DIV.galleryPreview A
{
    display: block;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    width: 300px;
    background-color: #ffffff;
    border: solid 1px #ffff85;
    text-decoration: none;
    color: #464646;
    background-image: url(images/home-gallery.jpg);
    background-repeat: repeat-x;
    min-height: 50px;
}
DIV.galleryPreview A:visited, DIV.galleryPreview_long A:visited
{
    background-color: #ffffff;
    border: solid 1px #ffff85;
    text-decoration: none;
    color: #464646;
}
DIV.galleryPreview A:hover, DIV.galleryPreview_long A:hover
{
    background-color: #ffffff;
    border: solid 1px #f56107;
    text-decoration: none;
    color: #ae0a00;
}
DIV.galleryPreview A.h2, DIV.galleryPreview_long A.h2
{
    padding: 0;
    border: none 0px;
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    color: #f56107;
    margin-bottom: 4px;
    background-color: #ffffff;
    min-height: 29px;
    height: 29px;
    padding-left: 8px;
    padding-top: 6px;
    background-image: url(images/a-h2-bg.jpg);
    background-repeat: no-repeat;
    text-decoration: none;
}
DIV.galleryPreview SPAN.title, DIV.galleryPreview_long SPAN.title
{
    display: block;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    color: #ae0a00;
    margin: 5px 5px 5px 0px;
}
