﻿body 
{
    background-color:#000000;
	margin:0px;
	font-family: Arial, sans-serif;
  	font-size: 11px;
	font-style: normal;
	color: #6e6e6e;
	line-height:17px;
}

body.bodyLogin
{
    background-position: top center;
    background-repeat:no-repeat;
    background-color:#000000;
	margin:0px;
	font-family: Arial, sans-serif;
  	font-size: 11px;
	font-style: normal;
	color: #ffffff;
	line-height:17px;
}

img{
	border:none;
}

table{
	border-collapse:collapse;
	width:100%;
	border:none;
}

a
{
    text-decoration:none;
    color:#000000;
}

a:hover
{
    color:#a5a5a5;
}


ul
{
    margin:0px;
    padding:0px;
}

#logout
{
    width:10px;
    height:10px;
    position:absolute;
    left:0px;
}

#header
{
    width:100%;
    height:25px;
    background-color:#009534;
    
    text-align:right;
    line-height:32px;
    padding-right:35px;
}

#wrapper
{
    width:100%;
    background-color:#ffffff;
    margin-top:50px;
    position:relative;
}

#footer
{
    width:100%;
    background-color:#000000;
    position:relative;
    color:#ffffff;
    font-size:10px;
    line-height:12px;
    height:100px;
}

#logo
{
    float:left;
}

#logo img
{
    position:absolute;
    top:7px;
    left:20px;
}    

#menu
{
    float:right;
    margin-right:30px;
}

#menu ul li
{
    list-style-type:none;
    margin:0px;
    float:left;
    padding:5px 12px;
    margin-right:3px;
    background-color:#3876cb;
    background-image:url('../img/back_menu.gif');
    color:#ffffff;
    font-weight:bold;
}

#menu ul li a
{
    float:left;
    display:block;
    color:#ffffff;
    font-weight:bold;
    letter-spacing:-1px;
    text-decoration:none;
}

#menu ul li a:hover
{
    color:#000000;
}

#randomImage
{
    float:left;
    width:405px;
    height:265px;
}

#backFlash
{
    float:right;
    width:570px;
    height:265px;
    background-image:url('../img/backFlash.jpg');
}

#content
{
    min-height:200px;
}

#superOfferte
{
    width:100%;
    clear:both;
    background-image:url('../img/back_grigio_offerte.gif');
    background-position:bottom;
    margin-top:1px;
    line-height:15px;
}

#newsBox
{
     float:left;
     /*background-color:Aqua;*/
     width:780px;
}

#newsBox ul
{
    margin:0px;
    padding:0px;
}

#newsBox ul li
{
    list-style-type:none;
    margin:20px;
    padding:10px;
    float:left;
    list-style-type:none;
    float:left;
    width:320px;
    height:100px;
    border-bottom:1px #959595 dotted;
    display:block;
    line-height:14px;
}

#newsBox ul li div.newsTitolo
{
    clear:both;
    font-weight:bold;
    font-size:18px;
    line-height:30px;
    letter-spacing:-1px;
}

#newsBox ul li div.newsParagrafo
{
    width:210px;
    font-size:10px;
    text-align:justify;
}

#registrazioneBox
{
    width:340px;
	position:absolute;
	left:550px;
	top:160px;
}

#loginBox
{
     width:180px;
     float:left;
     padding:40px 0px; 
}

.titoloOfferte
{
    text-transform:uppercase;
    font-size:17px;
    font-weight:bold;
    letter-spacing:-1px;
    padding-top:18px;
}

div.testoContent
{
    float:left;
    padding:20px 40px 0px 20px;
    width:720px;
}

table thead tr td
{
    color:#ffffff;
    font-weight:bold;
    background-color:#86aeea;
    background-image:url('../img/back_menu.gif');
    background-position:bottom;
    background-repeat:repeat-x;
    letter-spacing:-1px;
    font-size:12px;
    text-align:center;
}

table tr td
{
    padding:6px;
    line-height:13px;
}

#detOfferta{
    width:100%;
    text-align:center;
    padding-top:20px;
    font-size:16px;
}

.pulsante
{
    cursor:pointer;
}

.lowerCase
{
    text-transform:lowercase;
}

#container{
	width:1000px;
	height:600px;
	margin:auto;
	margin-top:70px;
	position:relative;
	clear:both;
}

#loginBoxx{
	width:340px;
	position:absolute;
	left:570px;
	top:170px;
}

/* FORM */
input, select
{
    width:120px;
    background-color:#f2f2f2;
    border: 1px solid #bcbcbc;
    font-size:11px;
    padding:4px;
}

textarea
{
    color:#777777;
    border: 1px solid #bcbcbc;
    font-family: Arial, sans-serif;
    font-size:11px;
    padding:4px;
}

div.label
{
    color:#ffffff;
    font-weight:bold;
    width:70px;
    float:left;
    padding-top:3px;
}

label
{
    color:#323232;
    font-weight:bold;
}

.checkBox{
    background-color:#ffffff;
    border:none;
    width:16px;
}

/* COLORI */
.bold{color:#000000;font-weight:bold;}
.bianco{color:#ffffff;}
.grigio{color:#757575}
.colore1{color:#009534;}