﻿body
{
    margin-top:1px;
    
}

div#content
{   position:relative; /*per il float dei link*/
    padding-top:26px;
    width:1000px; 
    background-image: url('../images/bg_hr_top.png'); 
    background-repeat: repeat-x;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

#header
{}

div#body
{
    
    width:100%;
    display:block;
    margin-top:12px;
    vertical-align:top;
    overflow:hidden;/*overflow:auto; risolve i problemi di float per i div interni*/
}



div#bodyLeft
{
    display:block;
    float:left;
    width: 298px;
}

div#bodyRight
{
    width: 702px;
    display:block;
    background-color:#7a7c7f;
    height:auto;
}

div#productBody
{
    background-color:White;
    text-align:left;
    width:562px;
    background-color:#e4e5e6;
    
}

div#productDetail
{
    padding:10px;
    font-family: Arial;
    font-size: 13px;
    color:#666666;
    width:402px;
    /*font-weight:bold;*/
    
}

div#productDetail h1
{
    font-size: 13px;
}

div#productImageClear
{
    width:140px; height:423px; background-color:#7a7c7f; display:block; 
}

div#paging 
{
    text-align:center;
    padding-top:20px; padding-bottom:20px;
}

.titleCat
{
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 14px;
    color:#A7963C;
    font-weight:bold;
}

div#product
{
      height:auto; display:block;
}

div#footer
{
 clear:both;
 margin-top:25px;
}

div#linkFooter
{
    font-family: Arial;
    font-size: 10px;
    color:#7a7c7f;
}

div#linkFooter a 
{
    border-left: 5px white solid; 
    border-right: 5px white solid; 
    color:#a4943f;
    text-decoration:none;
}

div#bgFooter
{
    margin-top:3px;
    line-height:23px; 
    background-image: url('../images/bg_hr_bottom.png'); 
    background-repeat: repeat-x;
}

div#credits
{
    margin-top:10px;
    font-family: Arial;
    font-size: 11px;
    color:#959593;
}

div#credits a 
{
    border-left: 5px white solid; 
    border-right: 5px white solid; 
    color:#a4943f;
    text-decoration:none;
}


div#contentBody
{

}



div#contentLink
{   position:absolute; top:100%;/*per il float dei link*/
    width:100%;
    right:auto;
    /*margin-top:10px;*/
    font-family: Arial;
    font-size: 11px;
    color:#959593;
    left: 0px;
}

div#contentLink a 
{
    border-left: 5px white solid; 
    border-right: 5px white solid; 
    color:#a4943f;
    text-decoration:none;
}

.left{ float:left; }

.right{ float:right; }



	/* MENU */
	#cssdropdown, #cssdropdown ul 
	{ 
	    list-style: none; 
	    width: 1000px;
        height:67px;
	    padding: 0px; 
	    text-align:center;
	    font-family: Times New Roman, Verdana, Arial;
        font-weight:bold;
        font-size: 12px;
        vertical-align: middle; 
        /*border: solid 1px black;*/
	}
	#cssdropdown, #cssdropdown * { padding: 0; margin: 0; }

    #cssdropdown li.brand { width: 283px; display: block; border-right: 14px white solid; float: left; /*background-image:url(../images/brand_vivaldi.png);*/}
	#cssdropdown li.headlink { width: 139px; line-height:65px; float: left; border-right: 2px white solid; text-align: center; }
	#cssdropdown li.headlinkend {border-right: 0px;}
	#cssdropdown li.headlink a { display: block; }

	#cssdropdown a { color:#7a7c7f;  text-decoration:none;} 
	#cssdropdown a:hover {} 
	#cssdropdown ul li a:hover {}
	#cssdropdown li.alternateColor1 a{ background-color:#e4e5e6;}
	#cssdropdown li.alternateColor2 a{ background-color:#d9dadb;}
	#cssdropdown li.alternateColor1 a:hover, #cssdropdown li.alternateColor2 a:hover { background-color:#7a7c7f; color:White; }
    #cssdropdown li.selected a { background-color:#7a7c7f; color:White; }
    
    /* FINE MENU */
    
    
img.borderAndFade{
	padding:2px;
	border:solid;
	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	border-width: 1px 1px 1px 1px;
	background-color:white;
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

img.borderAndFade:hover{
	padding:2px;
	border:solid;
	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	border-width: 1px 1px 1px 1px;
	background-color:white;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}    

.slideshow { height: 422px; width: 563px; }

