@charset "utf-8";
/* CSS Document */
body{
    margin:0;
    padding:0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
    width: 800px;
    margin: 0 auto;
    padding:0;
    position:relative;
}

#logo {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    width: 160px;
    height: 100px;
    background:url(../images/logo.jpg);
}
#logo_testo {
    float: left;
    width: 583px;
    height: 100px;
    margin-top: 20px;
    clear:right;
    color: #000066;
}

#logo_testo h3 {
    font-size: 22px;
    color: #324996;
    margin-left: 5px;
    font-weight: normal;
}

#menu{
    float:left;    
    font-weight:bold;
    font-size: 14px;
    color: #000066;
    height:296px;
    width:160px;
    height: 400px;
}

#menu a:link {
    text-decoration:none;
    color: #000066;
}

#menu img{ 
    vertical-align:top;
    padding-left:55px;
    border:0px;
}

.menu_li{
    margin:0;
    padding:0;
    list-style-type:none;
    padding-bottom:12px;
    padding-top:12px;
}

.menu_a {
    text-decoration: none;
}

.menu_a:hover {
    text-decoration: none;
}

.menu_a:visited {
    text-decoration: none;
}

#immagine{
    float:left;
    margin:0;
    padding:0;
    padding-top:60px;
    padding-left:14px;
    margin-right:36px;
}

#categorie{
    margin:0;
    padding:0;
    width:148px;
    height:400px;
    float:left;
    background-color:#324996;
}

#angUp{
    float:left;
    width:17px;
    height:17px;
    background-image:url(../images/angolo_su_sx.jpg);
    background-position:top left;
}

#riga_su{
    float:left;
    clear:right;
    background-image:url(../images/bg_su.jpg);
    width:131px;
    height:17px;
}

#colonnina_sx{
    float:left;
    background:url(../images/bg_sx.jpg) repeat-y;
    width:17px;
    height:383px;
}

/*
#logo_ap{
float:left;
clear:right;
margin-top:-20px;
padding-left:40px;
margin-right: 500px;
}
*/

#skyline{
    background:url(../images/skyline.jpg) no-repeat;
    background-position:bottom left;
    width: 652px;
    height: 98px;
    float: left;
}

#donnina{
    float: right;
    width: 148px;
    height: 98px;
    background:url(../images/donna.jpg);
    background-position:top right;
    clear: right;
}

#donnina2{
    float: right;
    width: 148px;
    height: 98px;
    background:url(../images/donna2.gif);
    background-position:top right;
    clear: right;
}

#footer {
    float:left;
    width: 800px;
    height:60px;
    background-color:#273564;
}

#footer img {
    padding-left:25px;
    border:0px;
}

#testo{
    font-size: 14px;
    float:left;
    margin:0;
    padding:0;
    padding-top:0px;
    padding-bottom:30px;
    padding-left:14px;
    margin-right:56px;
    width: 560px;
}

#flotto{
    float:left;
    background: url(../images/sfondo.gif) repeat-y;
    border-left: 1px solid #F9AE2D;
}

.nopunti{
    list-style-type:none;
}

h3 {
    color: #000066;
}

a {
    color: #000066;
    text-decoration: underline;
}

a:hover {
    color: #324996;
    text-decoration: underline;
}

a:visited {
    text-decoration: underline;
}

.categoriaTitolo {
    font-size: 14px;
    font-weight: bold;
    color: white;
    border-bottom: 1px solid white;
    margin-right: 10px;
}

.categoriaMenu {
    list-style-type: none;
    margin-left: -22px;
    padding: 0;
    font-size: 14px;
    color: white;
}

#testoCategorie {
    font-size: 14px;
    float:left;
    margin-left: 20px;
    padding:0;
    padding-top:20px;
    padding-bottom:30px;
    padding-left:14px;
    margin-right:56px;
    width: 540px;
}

select {
    border: 1px solid #000066;
}

input[type="text"] {
    border: 1px solid #000066;
}

input[type="file"] {
    border: 1px solid #000066;
}

input[disabled] {
    background-color: #F9AE2D;
    color: #000066;
}

input[type="password"] {
    border: 1px solid #000066;
}

input[type="submit"] {
    border: 1px solid #000066;
    color: #000066;
}

input[type="submit"]:hover {
    border: 1px solid #F9AE2D;
    background-color: #000066;
    color: #F9AE2D
}

input[type="reset"] {
    border: 1px solid #000066;
    color: #000066;
}

input[type="reset"]:hover {
    border: 1px solid #F9AE2D;
    background-color: #000066;
    color: #F9AE2D
}

input[type="button"] {
    border: 1px solid #000066;
    color: #000066;
}

input[type="button"]:hover {
    border: 1px solid #F9AE2D;
    background-color: #000066;
    color: #F9AE2D
}

textarea  {
    border: 1px solid #000066;
}

.sceltaCategoria {
    line-height: 25px;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 10px;
    height: 50px;
    border-bottom: 1px solid #000066;
}

.tableNegozio {
    width: 100%;
    border-spacing:  5px;
    padding: 5px;
}

.tHeadNegozio {    
    color: #000066;
    font-weight: bold;
    border-bottom: 1px solid #000066;
}

.headNegozio {
    border-bottom: 1px solid #000066;
}

.tBodyNegozio {
    font-size: 10px;
}

.row0Negozio {
    background-color: #fef1dc;
}

.row1Negozio {
    background-color: #F9AE2D;
}

.categoriaLink {
    color: white;
    text-decoration: none;
}

.categoriaLink:hover {
    color: white;
    text-decoration: underline;
}

.categoriaLink:visited {
    color: white;
    text-decoration: none;
}

.menuSel {
    color: #000066;
    font-weight: bold;
    list-style-type: circle;
}

.marchio {
    color: #000066;
    font-weight: bold;
}

.gallery_li {
    list-style-type: none;
    padding-top: 5px;
}

.fotoImg {
    padding: 10px;
}

.dateCell {
    width: 90px;
    text-align: center;
}

#logoNegozio {
    width: 250px;
    float: left;
}

#titoloNegozioLogo {
    text-align: left;
    width: 310px;
    float: left;
}

#titoloNegozio {
    width: 560px;
    float: left;
}

.anagNegozio {
    width: 560px;
    float: left;
}

.tableAnagNegozio {
    margin-top: 20px;
    width: 560px;
}

.lblNegozio {
    font-size: 10px;
    width: 100px;
    font-weight: bold;
    color: #000066;
}

.lineNegozio {
    padding-bottom: 10px;
    border-bottom: 1px solid #000066;
}

.esternoNegozio {
    text-align: right;
    width: 250px;
}

.internoNegozio {
    text-align: center;
    width: 200px;
}

#loginFrm {    
    width: 300px;
    margin: 0 auto;
    margin-top: 100px;
    padding: 10px;
    background: url(../images/sfondo.gif) repeat-y;
    border: 1px solid #F9AE2D;
}

.loginTable {
    width: 300px;
}

.lbl {
    color: #000066;
    font-size: 11px;
}

#adminPanel {
    width: 800px;
    margin: 0 auto;
    height: 100px;
    background: url(../images/sfondo.gif) repeat-y;
    border: 1px solid #F9AE2D;
}

#infoPanel {
    float: left;
    width: 200px;
    height: 100px;
    text-align: center;
    border-right: 1px solid #F9AE2D;
}

#menuPanel {
    float: left;
}

.menuTable {
    width: 100%;
    height: 100px;
}

.menuButton {
    padding-left: 10px;
    width: 250px;
    height: 20px;
}

a.menuLink {
    text-decoration: none;
    font-size: 12px;
    
}

#context {
    width: 800px;
    margin: 0 auto;
    border-left: 1px solid #F9AE2D;
    border-right: 1px solid #F9AE2D;
    border-bottom: 1px solid #F9AE2D;
}

.lstTable {
    width: 100%;
}

.lstTitle {
    text-align: center;
    font-weight: bold;
    color: #000066;
}

.headTd {
    border: 1px solid #F9AE2D;
    font-size: 12px;
    font-weight: bold;
    color: #000066;
}

.opeHeadTd {
    text-align: center;
    font-size: 10px;
}

.opeCellTd {
    text-align: center;
    font-size: 10px;
    background-color: white;
}

.row0Tr {
    background-color: white;
    font-size: 11px;
}

.row1Tr {
    background-color: #FFF0D9;
    font-size: 11px;
}

.detTable {
    width: 100%;
    padding: 10px;
    border-spacing: 10px;
}

.detTitle {
    text-align: center;
    font-weight: bold;
    color: #000066;
}

.detBtn {
    border-top: 1px solid #000066;
    padding-top: 5px;
    text-align: center;
}
