﻿body
{
    background: #F5F5F5 url('Images/bk.jpg') repeat-y fixed center;
    font-family: Verdana;
    text-align: left;
}

hr
{
    height: 1px;
}

img { border-style: none;}
   

h1
{
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    color: #000033;
}

h2, h3, h4
{
	font-size: 12px;
	color: #000033;
}

p
{
    font-size: 12px;
    color: #000000;
}

ul
{
    font-size: 12px;
}

il
{
    font-size: 12px;
}

ol
{
    font-size: 12px;
}

a
{
	text-decoration: none;
	color: #003882;
}

a:visited 
{
	color: #003882;
}

a:hover
{
	text-decoration: underline;
	color: #003882;
}

a:active
{
    color: #003882; 
}

#main
{
    width: 750px;
    margin-right: auto;
    margin-left: auto;
}

#header
{
    height: 80px;
    width: 750px;
    position: relative;
}

#Logo
{
    position: absolute;
    height: 80px;
    top:0px;
    left:0px;
}

#MM
{
    float: right;
    border-top-style: solid;
    border-top-width: 2px;
    border-color: #FF6600;
    font-size: 12px;
    padding-top: 3px;
}

#footer
{
    clear: both;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #FF6600;
    padding-top: 3px;
    text-align: center;
    font-size: 11px;
    color: #333333;
}

#banner
{
    height: 150px;
    width: 750px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #FF6600;
}

#content
{
   /* background-color: #008000;*/
}

#left
{
    float: left;
    width: 180px;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#center
{
    padding: 5px;
    float: left;
    width: 550px;
    font-size: 12px;
    margin-right: 5px;
    margin-left: 5px;
}

/* Id specifici*/

#Dep
{
    padding: 5px;
    background-color: #F5F5F5;
}

#Cat
{
    padding: 10px 5px 10px 15px;
    background-color: #F4F4F4;
}

/* Divisione Stile dei prodotti */
#ProductByCat
{
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #808080;
}

#ProductRnd
{
/*
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #808080;*/
}

#Bk_Img_Small
{
    position:relative;
    width: 130px;
    height: 98px;
    background-image: url('Images/bk_Img_Small.jpg');
}

.Testohomeprodotti
{
    font-family: Verdana;
    font-size: 11px;
    color: #333333;
    
}

.Testohomeprodotti h1
{
    font-family: Verdana;
    font-size: 13px;
    color: #FFFFFF;
    background-color: #CC3300;
    font-weight: bold;
    display: block;
}

.Testohomeprodotti p
{
    font-family: Verdana;
    font-size: 11px;
    color: #333333;
    line-height: 11px;
}

.Img_Small
{
    position:absolute;
    top:5px;
    left:5px; 
}

.Txt11
{
    font-family: Verdana;
    font-size: 11px;
}

.Txt11Orange_Bold
{
    font-family: Verdana;
    font-size: 11px;
    color: #FF6600;
    font-weight: bold;
}

.Title_Product
{
    float:left;
    margin: 0;
    padding-left: 10px;
}

.ProductHead
{
    position:relative;
    width: 100%;
    height: 100px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #333333;
}

.ProductImg
{
   float:left;
    width: 130px;
    height: 98px;
    background-image: url('Images/bk_Img_Small.jpg');
}

.ProductBody
{
    margin-top: 10px;
}

.ProductDescription
{
   /* border: 1px solid #666666;
    float: left;
    width: 230px;*/
    font-size: 11px;
    color: #333333;
}

.ProductImages
{
    border: 1px solid #333333;
   /* float: right;
    width: 320px;*/
}