/****************************************************************/
/*		theOttimo Default CascadeStyleSheet		*/
/****************************************************************/
/*
#2f3195 #27b3fe #66aef2 #a4dfff
*/
body {
 font-family: Verdana, Tahoma, "DejaVu Sans", "Bitstream Vera Sans", Arial, Sans-Serif;
 color: #2f3195;
 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 { width: 75%; padding: 1px }
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 #66aef2 }
a:hover img { border: 1px solid #2f3195 }

.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% }
/*
.hidden { visibility: hidden }
.visible { visibility: visible }
.none { display: none }
.inline { display: inline }
*/
/* Busy Waiting Div */
/*
div#busy {
 position: fixed !important;
 position: absolute;
 top: 0px;
 left: 0px;
 bottom: 0px !important;
 bottom: -999px;
 right: 0px;
 cursor: wait;
 z-index: 200;
}
*/
/**
 *  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: #27b3fe;
 text-decoration: none;
 background: none;
 border-bottom: none;
}
#foot .calink:hover, #foot .prilink:hover {
 color: #2f3195;
 border-bottom: none;
}

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

h1 {
 color: #fff;
 text-align: center;
 font-size: 1.6em;
 font-weight: bold;
 margin: 0;
 background: #fff url('/images/h1_bg.jpg') 50% 0 repeat-y;
 border-bottom: 1px solid #a4dfff;
}
h2 {
 color: #2f3195;
 padding-left: 4px;
 font-size: 1.2em;
 border-left: 1px solid #2f3195;
 border-bottom: 1px solid #2f3195;
}
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: none;
 background: #fff url('/images/h1_bg.jpg') 50% 100% no-repeat;
}

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

a, a:link, a:visited {
 color: #1e8bc5 /*#27b3fe*/;
 font-weight: bold;
 text-decoration: none;
}
a:hover { color: #2f3195; background-color: #66def2 }

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: #fafafa;
 border: 1px solid #66aef2;
}
input[type=text]:focus, input[type=password]:focus {
 border: 1px solid #2f3195;
 background-color: #a4dfff;
}
input[type=checkbox], input[type=radio] {
 color: #2f3195;
 margin: 1px 3px;
 vertical-align: middle;
}
input[type=submit], input[type=button], input[type=reset] {
 color: #fff;
 font-weight: bold;
 border: 1px solid #2f3195;
 background-color: #66aef2;
}
input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover {
 color: #2f3195;
 border: 1px solid #2f3195;
 background-color: #a4dfff;
}
input[type=submit]:focus, input[type=button]:focus, input[type=reset]:focus {
 color: #000;
 border: 1px solid #2f3195;
 background-color: #a4dfff;
}
textarea {
 height: 200px;
 width: 420px;
 padding: 4px;
 margin: 4px auto;
 border: 1px solid #66aef2;
 background-color: #fafafa;
}
textarea:focus {
 border: 1px solid #2f3195;
 background-color: #a4dfff;
}
select {
 margin: 1px;
 padding: 0px 1px;
 vertical-align: middle;
 border: 1px solid #66aef2;
}
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 { width: 770px; margin: 10px auto 0 auto; border: 1px solid #2f3195 }
#t0r0c0 { height: 120px; background: url('/images/head.jpg') 0 0 no-repeat; border-bottom: 2px solid #66aef2 }
#t0r0c0 div#logo { text-align: center; font-size: 4.0em }
#t0r0c0 div#logo span /*, #dove_siamo p */ { visibility: hidden }
#t0r1c0 { border-left: 6px solid #66aef2; border-right: 6px solid #66aef2 }
#t0r1c0 #t1r0c0 { width: 200px; margin: 0 auto }
#t0r1c0 #t1r0c1 { float:left; width: 530px; margin: 8px; padding: 4px 6px }
#t0r1c0 #t1r0c1 div.module { border: 1px solid #27b3fe }
#t0r1c0 #t1r0c1 div.module div.content { padding: 10px; text-align: justify }
#t0r2c0 { border-left: 6px solid #66aef2; padding: 6px; border-right: 6px solid #66aef2; border-bottom: 1px solid #66aef2 }

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

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

div#shopcart_prod a img, div#shopcart_prod a:hover img { border: none; background: none; padding: 0 }
div#shopcart_prod a.sop_m, div#shopcart_prod a.sop_x { color: #000; width: 12px; height: 12px }
div#shopcart_prod a.sop_m:hover, div#shopcart_prod a.sop_x:hover { color: #f00 }
div#shopcart_info { background-color: #fff; border: 1px solid #abefff }

/**
 *  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 li, #n_Root_2 li { display: inline }
#n_Root li a, #n_Root_2 li a {
 display: block;
 margin: 2px 0;
 padding-left: 4px;
 text-align: left;
 border-top: 1px solid #a4dfff;
 border-right: 1px solid #a4dfff;
 border-bottom: 1px solid #a4dfff
}
#n_Root_2 li a { background-color: #f0f0f0 }
#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: #2f3195;
 background-color: #a4dfff;
 border-top: 1px solid #66aef2;
 border-right: 1px solid #66aef2;
 border-bottom: 1px solid #66aef2
}
#n_Root li a span, #n_Root_2 li a span { width: 100%; height: 100% }

#n_Root ul { margin: 0 auto; padding: 0px 5px 2px 5px }
#n_Root ul li a, #n_Root li.current ul a,  #n_Root li.current_parent ul a {
 background-color: #cfefff;
 border: 1px solid #a4dfff
}
#n_Root ul li a:hover, #n_Root li.current ul a:hover, #n_Root li.current_parent ul li.current a {
 background-color: #a4dfff;
 border: 1px solid #66aef2
}

