/****************************************************************/
/*		theOttimo Default CascadeStyleSheet		*/
/****************************************************************/
/*
#369 #096 #ff0 #fa8
*/
body {
 font-family: Tahoma, Verdana, "DejaVu Sans", "Bitstream Vera Sans", Arial, Sans-Serif;
 color: #000;
 font-size: 0.7em;
 width: 770px;
 text-align: left;
 margin: 0px auto;
 padding: 0;
 background-color: #fff;
}

/**
 *  Stili di Base
 */

div, p, table, td, tr {
 margin: 0 auto;
 padding: 0;
}

div.table, #main { display: table; width: 100% }
div.caption { display: table-caption; width: 100% }
div.row, div.table > div { display: table-row; width: 100% }
div.col, div.table > div > div { display: table-cell }

/* uabuhabuha */
#main, div#table, div#table > div, div#table > div > div, div.row, div.col { position: relative }

td, div.col { vertical-align: top }
table { border-collapse: collapse; border-spacing: 0; width: 100%;  }
tr { padding: 3px }
th { padding: 4px; font-weight: bold }
td { padding: 3px 4px; }
/*
table { border: 1px solid #676767 }
th { background-color: #e3e3e3; border-bottom: 1px solid #c0c0c0; border-left: 1px solid #c0c0c0 }
td { color: #114d7b; background-color: #f9f9f9; border-bottom: 1px solid #e3e3e3; border-left: 1px solid #e3e3e3 }
*/

img { padding: 2px; vertical-align: middle }
a img { background-color: #fff; border: 1px solid #F1F1F1; }
a:hover img { background-color: #F8F8F8 }

.xxs { font-size: xx-small }
.xs { font-size: x-small }
.s { font-size: small }
.l { font-size: large }
.xl { font-size: x-large }
.xxl { font-size: xx-large }

.notice, .warning, .alert { font-size: large }
.notice { color: #88f }
.warning { color: #afa }
.alert, .txt_error { color: #f00 }

.left { text-align: left }
.center { text-align: center }
.right { text-align: right }
.top { vertical-align: top }
.middle { vertical-align: middle }
.bottom { vertical-align: bottom }

.fleft { float: left }
.fright { float: right }

.light { background-color: #f8f8f8 }
.dark { background-color: #ededed }
.ulight { background-color: #f2f2f2 }
.udark { background-color: #ececec }

.bold { font-weight: bold }
.italic { text-decoration: underline }
.stroke { text-decoration: line-through }

.red { color: #b00 }
.green { color: #0b0 }
.blue { color: #00b }

.w100 { width: 100% }
.w75 { width: 75% }
.w50 { width: 50% }
.w33 { width: 33% }
.w25 { width: 25% }
.pad5 { padding: 5px;}
.cboth { clear: both;}
.cleft { clear: left;}
.cright { clear: right;}

/*
.hidden { visibility: hidden }
.visible { visibility: visible }
.none { display: none }
.inline { display: inline }
*/
/* Busy Waiting Loader Div */
div#busy {
 position: fixed !important;
 position: absolute;
 top: 0px;
 left: 0px;
 bottom: 0px !important;
 bottom: -999px;
 right: 0px;
 cursor: wait;
 z-index: 200;
}
div#busy { display: none }

/**
 *  Note a pi�di pagina
 */

#foot {
 text-align: center;
 font-weight: bold;
 clear: both;
 padding: 2px 0px 3px 0px;
}
#foot img {
 vertical-align: middle;
 padding: 0;
 border: none;
}
#foot .footnote, #foot .privacy { color: #5a5a5a }
#foot .calink, #foot .prilink {
 color: #C0C0C0;
 text-decoration: none;
 background: none;
 border-bottom: none;
}
#foot .calink:hover, #foot .prilink:hover {
 color: #369;
 border-bottom: none;
}

/**
 *  Header, Links, Liste, Separatori
 */

h1 {
 color: #233F8E;
 text-align: left;
 font-size: 1.2em;
 font-weight: bold;
 padding-left: 5px;
 padding-right: 100px;
 margin: 0;
 background: #FFF url('../images/h1_bg.jpg') 50% 0 repeat-y;
 border-bottom: 1px solid #CDCDCD;
 line-height: 20px;
}
h2, .h2 {
 color: #233F8E;
 padding-left: 4px;
 font-size: 1.1em;
/*  border-left: 1px solid #369; */
 border-bottom: 1px solid #CDCDCD;
 background-color: #FCFCFC;
/* border: 1px solid #777879;*/
/*  background: #FFF url('../images/h1_bg.jpg') 50% 0 repeat-y; */
 line-height: 20px;
}
h3 {
 padding-left: 10px;
 font-size: 0.9em;
 text-transform: uppercase;
}
h4 {
 font-weight: bold;
 font-size: 0.8em;
 text-decoration: underline;
}
h1 img, h2 img, h3 img { vertical-align: middle }

hr {
 /*width: 100%;*/
 margin: 4px 0px;
 line-height: 1px;
 height: 1px;
 border: 0px solid black;
 background: #fff url('../images/h1_bg.jpg') 50% 100% no-repeat;
}

hr.clear { clear: both; visibility: hidden }

a, a:link, a:visited {
 color: #233F8E;
 font-weight: bold;
 text-decoration: none;
}
a:hover { color: #369 }

li { list-style-type: circle }
li:hover { list-style-type: disc }

span.box_title {
 display: block;
 font-weight: bold;
 background: url('../images/h1_bg.jpg') 75% 100% no-repeat;
}

/**
 *  Stili dei Form e dei Campi di Input
 */

form {
 display: inline;
 padding: 0px;
 margin: 0px auto;
}
input {
 font-family: Verdana, Tahoma, "DejaVu Sans", "Bitstream Vera Sans", Arial, Sans-Serif;
 margin: 1px;
 padding: 1px 3px 1px 3px;
 vertical-align: middle;
}
input[type=text], input[type=password] {
 height: 14px;
 background-color: #F8F8F8;
 border: 1px solid #CDCDCD;
}
input[type=text]:focus, input[type=password]:focus {
 border: 1px solid #CDCDCD;
 background-color: #F1F1F1;
}
input[type=checkbox], input[type=radio] {
 color: #369;
 margin: 1px 3px;
 vertical-align: middle;
}
input[type=submit], input[type=button], input[type=reset] {
 font-weight: bold;
 border: 1px solid #CDCDCD;
 background-color: #F8F8F8;
}
input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover {
 color: #369;
 border: 1px solid #CDCDCD;
 background-color: #FFF;
}
input[type=submit]:focus, input[type=button]:focus, input[type=reset]:focus {
 color: #000;
 border: 1px solid #CDCDCD;
 background-color: #F1F1F1;
}
textarea {
 height: 200px;
 width: 420px;
 padding: 4px;
 margin: 4px auto;
 border: 1px solid #CDCDCD;
 background-color: #F8F8F8;
}
textarea:focus {
 border: 1px solid #CDCDCD;
 background-color: #F1F1F1;
}
select {
 margin: 1px;
 padding: 0px 1px;
 vertical-align: middle;
 border: 1px solid #ff0;
}
select[disabled=disabled] { color: #cacaca }
option[selected=selected] { background-color: #6b9ec5 }

fieldset { margin: auto 6px; padding: 4px }
legend { margin-left: 6px; font-weight: bold }

/**
 *  Stili dei Moduli di Base
 */

/* Logo & Testata */
#main { margin: 10px 0 0 0; border: 1px solid #CDCDCD; background-color: #F8F8F8; }
#t0r0c0 { height: 100px; background: #233F8E url('../images/head.jpg') 0 0 no-repeat; text-align: center; }
#t0r0c0 div#logo { text-align: center; margin: 0 auto;  }
#t0r0c0 div#logo span /*, #dove_siamo p */ { visibility: hidden }
/*#t0r1c0 { border-left: 6px solid #ff0; border-right: 6px solid #ff0 }*/
#t0r1c0 #t1r0c0 { width: 200px; margin: 0 auto }
#t0r1c0 #t1r0c1 {   margin: 8px; padding: 4px 6px }
#t0r1c0 #t1r0c1 div.module { border: 0px solid #CDCDCD }
#t0r1c0 #t1r0c1 div.module div.content { padding: 10px; text-align: justify; background-color: #FFF; min-height: 300px; }
/*#t0r2c0 { border-left: 6px solid #ff0; padding: 6px; border-right: 6px solid #ff0; border-bottom: 1px solid #ff0 }*/
#t0r2c0 {background-color: #233F8E; color: #FFF; font-weight: bold; line-height: 30px; width: 100%; font-size: 0.9em;}
#t0r2c0 a{ color: #FFF;}

div#registration_box, div#shopcart_box, div#newsletter_box { text-align: center; padding: 2px; margin: 8px 0; background-color: #fa8; border: 1px solid #ff0; border-left: none }

div#language_flags { text-align: center; padding: 2px; background-color: #fa8; border-top: 1px solid #ff0; border-bottom: 1px solid #ff0; border-right: 1px solid #ff0 }
div#language_flags img { margin: 0 2px }
div#language_flags a .flag { padding: 2px; border: 1px solid #ff0 }
div#language_flags a:hover .flag { padding: 2px; border: 1px solid #369 }
div#language_flags .flag_selected { padding: 2px; background-color: #fff; border: 1px solid #000 }

/**
 *  Stili dei Menu di Navigazione (Navigator)
 */
/* Menu Principale: #n_Root - Menu Secondario: #n_Root_2 */

#n_Root, #n_Root_2 {
 list-style: none;
 margin: 6px auto;
 padding: 0;
}
#n_Root, #n_Root_2 {
 margin-left: 0px;
}
#n_Root li, #n_Root_2 li { display: inline }
#n_Root li a, #n_Root_2 li a {
 display: block;
 margin: 0px 0;
 padding-left: 4px;
 text-align: left;
 border-top: 1px solid #CECECE;
 border-right: 1px solid #CDCDCD;
 border-left: 0px solid #CDCDCD;
 border-bottom: 1px solid #D3D3D3;
 background-color: #ECECEC;
 background: #ECECEC url('../images/menubg.jpg') 50% 0 repeat-x;
 line-height: 18px;
}
#n_Root li ul li a{
border-top: 0px solid #CDCDCD;
border-left: 1px solid #CDCDCD;
}

#n_Root_2 li a { background-color: #f0f0f0 }
#n_Root li.current a, #n_Root li.current_parent a{
 background: #ECECEC url('../images/menubg_current.jpg') 50% 0 repeat-x;
}
#n_Root li.current a, #n_Root li.current_parent a, #n_Root li a:hover,
#n_Root_2 li.current a, #n_Root_2 li a:hover {
 color: #369;
}
#n_Root li a span, #n_Root_2 li a span { width: 100%; height: 100% }

#n_Root ul { margin: 0 auto; padding: 0px 0px 2px 15px }
#n_Root ul li a, #n_Root li.current ul a,  #n_Root li.current_parent ul a {
 background-color: #fff;
 background-image: none;
}
#n_Root ul li a:hover, #n_Root li.current ul a:hover, #n_Root li.current_parent ul li.current a {
 background-color: #F2F3F5;
}


