/*********************************************/
/* CSS RESET                                 */
/*********************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

/*********************************************/
/* CSS DI BASE                               */
/*********************************************/

body {
    background-color: #111111;
  	background-repeat: no-repeat;
	background-position: center top;
    background-image: url(../img/foto-sfondo.jpg);
    background-attachment: fixed;
    font: 12px/18px arial, helvetica, sans-serif;
    text-align: center;
    color: #4d4d4d;
}

p {
    margin-top: 0;
    margin-bottom: 18px;
}

p.space {
    margin-top: 0;
    margin-bottom: 6px;
}

p.end {
    margin-top: 0;
    margin-bottom: 0;
}

p.centrato {
    text-align: center;
}

p.destra {
    text-align: right;
}

p.giustificato {
    text-align: justify;
}

a:link, a:visited {
    font-weight: normal;
    color: #2b89b4;
    text-decoration: none;
}

a:hover, a:active {
    color: #4d4d4d;
    text-decoration: underline;
}

textarea {
    overflow: auto;
}

img.blocco {
    display: block;
}

/*********************************************/
/* CSS SEZIONI                               */
/*********************************************/

div.container {
    width: 972px;
    margin: 0 auto;
    text-align: left;
}

div#header {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 972px;
    height: 142px;
    background-color: transparent;
}

div#navigazione-container {
    height: 62px;
    background: transparent url(../img/menu-sfondo.png) repeat-x;
}

div#navigazione {
	position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 972px;
    height: 62px;
	margin: 0 auto;
}

div#content-top {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 972px;
    height: 16px;
    background: transparent url(../img/content-top.png) no-repeat top;
}

#wrapper {
    background: transparent url(../img/content-sfondo.png) repeat-y;
    overflow: hidden;
    width: 100%;
}

div#content {
    float: left;
    width: 940px;
    margin: 0 16px 0 16px;
    background-color: #ffffff;
    display: inline; /* Risolve Double Margin Bug IE */
}

div#content-bottom {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 972px;
    height: 16px;
    background: transparent url(../img/content-bottom.png) no-repeat top;
}

div#footer {
	position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 972px;
    height: 156px;
	margin: 0 auto;
}

.clear { clear: both; background: none; }

/*********************************************/
/* CSS HEADER                                */
/*********************************************/

img#logo-piscina {
    position: absolute;
    top: 52px;
    left: 16px;
    width: 224px;
    height: 46px;
}

img#logo-piscina-slogan {
    position: absolute;
    top: 103px;
    left: 56px;
    width: 215px;
    height: 8px;
}

img#carrello-ordine {
    position: absolute;
	top: 107px;
	right: 16px;
	width: 160px;
	height: 29px;
}

/*********************************************/
/* CSS MENU NAVIGAZIONE                      */
/*********************************************/

ul#main-menu {
    position: absolute;
    overflow: hidden;
    list-style-type: none;
	top: 0;
	left: 0;
    margin: 0;
    padding: 0;
    width: 972px;
    height: 44px;
}

ul#main-menu li {
    float: left;
    margin: 0;
    padding: 0;
}

ul#main-menu li a {
    font: 12px/44px verdana, arial, helvetica, sans-serif;
    text-decoration: none;
    display: block;
    padding: 0 16px 0 16px;
    color: #ffffff;
}

ul#main-menu li a:hover {
    color: #aaddf0;
}

ul.menu-blue {
    list-style-type: none;
    margin: 0;
    padding: 0 12px 0 12px;
	background-color: #f1f1f1;
}

ul.menu-blue li a {
    display: block;
    padding-left: 15px;
    margin-bottom: 0;
    text-align: left;
    text-decoration: none;
	color: #4d4d4d;
    background: transparent url(../img/dot-blue.gif) no-repeat center left;
}

ul.menu-blue li a:hover {
    color: #4bb1e1;
}

ul.menu-green {
    list-style-type: none;
    margin: 0;
    padding: 0 12px 0 12px;
	background-color: #f1f1f1;
}

ul.menu-green li a {
    display: block;
    padding-left: 15px;
    margin-bottom: 0;
    text-align: left;
    text-decoration: none;
	color: #4d4d4d;
    background: transparent url(../img/dot-green.gif) no-repeat center left;
}

ul.menu-green li a:hover {
    color: #47af47;
}

/*********************************************/
/* CSS SPOT                                  */
/*********************************************/

div.thumb p {
    font-size: 11px;
    font-weight: normal;
    line-height: 16px;
}

span.cap-title {
    color: #2b89b4;
    font-size: 11px;
    font-weight: bold;
}

/*********************************************/
/* CSS GRID                                  */
/*********************************************/

div.grid {
    float: left;
    width: 940px;
}

div.grid div.sx {
    float: left;
    width: 218px;
    margin-right: 10px;
}

div.grid div.dx {
    float: left;
    width: 712px;
}

div.content-box {
    margin: 20px 27px 20px 27px;
}

/*********************************************/
/* CSS GRID PRODOTTI                         */
/*********************************************/

div.box-prodotti-top {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 658px;
    height: 10px;
    background: transparent url(../img/box-prodotti-top.gif) no-repeat top;
}

div.box-prodotti-top-giardino {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 658px;
    height: 10px;
    background: transparent url(../img/box-prodotti-top-giardino.gif) no-repeat top;
}

div.grid-prodotti {
    float: left;
    width: 658px;
    background: transparent url(../img/box-prodotti-sfondo.gif) repeat-y;
}

div.grid-prodotti-giardino {
    float: left;
    width: 658px;
    background: transparent url(../img/box-prodotti-sfondo-giardino.gif) repeat-y;
}

div.grid-prodotti div.prodotto, div.grid-prodotti-giardino div.prodotto {
    float: left;
    width: 146px;
    margin-left: 7px;
    margin-right: 13px;
}

div.grid-prodotti div.prodotto-fine, div.grid-prodotti-giardino div.prodotto-fine {
    float: left;
    width: 146px;
    margin-left: 7px;
    margin-right: 7px;
}

div.box-prodotti-bottom {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 658px;
    height: 34px;
    background: transparent url(../img/box-prodotti-bottom.gif) no-repeat top;
}

div.box-prodotti-bottom-giardino {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 658px;
    height: 34px;
    background: transparent url(../img/box-prodotti-bottom-giardino.gif) no-repeat top;
}

img.box-bottone {
    position: absolute;
    top: 7px;
    width: 146px;
    height: 20px;
}

.uno { left: 7px; }
.due { left: 173px; }
.tre { left: 339px; }
.quattro { left: 505px; }

span.prezzi {
    font-weight: bold;
    color: #ff0000;
}

span.prezzi strike {
    font-weight: normal;
}

span.rosso-scuro {
    color: #993333;
}

span.rosso {
    color: #ff0000;
}

a.allegato {
    display: block;
    padding-left: 20px;
    margin-bottom: 0;
    text-align: left;
    text-decoration: none;
    color: #2b89b4;
    background: transparent url(../img/icona-allegato.png) no-repeat center left;
}

a.icona-montaggio {
    display: block;
    padding-left: 20px;
    margin-bottom: 0;
    text-align: left;
    text-decoration: none;
    color: #2b89b4;
    background: transparent url(../img/icona-montaggio.png) no-repeat center left;
}

a.prodotto-collegato{
    display: block;
    padding-left: 20px;
    margin-bottom: 0;
    text-align: left;
    text-decoration: none;
    color: #2b89b4;
    background: transparent url(../img/icona-prodotto-collegato.png) no-repeat center left;
}

a.allegato:hover, a.icona-montaggio:hover, a.prodotto-collegato:hover {
	color: #4d4d4d;
    text-decoration: underline;
}

img.bordata {
    border: 1px solid #aaddf0;
    padding: 1px;
}

/*********************************************/
/* TOOLTIPS                        */
/*********************************************/

.aToolTip {
    position: absolute;
    display: none;
    width: 130px;
    background-color: #111111;
    color: #ffffff;
	margin: 0;
    padding: 6px 10px 6px 10px;
    font: 11px/16px arial, helvetica, sans-serif;
    text-align: left;
    z-index: 100;
}

span.aggiuntivo {
    display: none;
}

/*********************************************/
/* CSS CATEGORIE PRODOTTI                    */
/*********************************************/

div.categoria-box {
    position: relative;
    overflow: hidden;
    width: 712px;
    height: 29px;
    top: 0;
    left: 0;
}

img.categoria-sfondo {
    position: absolute;
    top: 0;
    left: 0;
    width: 712px;
    height: 29px;
}

div.categoria-titolo {
    position: absolute;
    top: 0;
    left: 28px;
    width: 656px;
    height: 29px;
    font: 12px/29px arial, helvetica, sans-serif;
    color: #4d4d4d;
}

/*********************************************/
/* CSS GRID ORDINE                            */
/*********************************************/

div.box-ordine-top {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 658px;
    height: 48px;
    background: transparent url(../img/box-ordine-top.gif) no-repeat top;
}

div.grid-ordine {
    float: left;
    width: 658px;
    background: transparent url(../img/box-ordine-sfondo.gif) repeat-y;
}

div.grid-ordine div.ordine {
    float: left;
    width: 312px;
    margin-left: 7px;
    margin-right: 13px;
}

div.grid-ordine div.ordine-fine {
    float: left;
    width: 312px;
    margin-left: 7px;
    margin-right: 7px;
}

div.box-ordine-bottom {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 658px;
    height: 34px;
    background: transparent url(../img/box-ordine-bottom.gif) no-repeat top;
}

/*********************************************/
/* CSS SEPARATORI                            */
/*********************************************/

div.separatore {
    clear: both;
    background-color: transparent;
    width: 100%;
}

div.h6 {
    height: 6px;
}

div.h18 {
    height: 18px;
}

div.h20 {
    height: 20px;
}

div.h30 {
    height: 30px;
}

/*********************************************/
/* CSS BOX RICERCA                           */
/*********************************************/

div#box-ricerca {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 218px;
    height: 48px;
    background: transparent url(../img/box-ricerca.gif) no-repeat top;
}

img#bottone-ricerca {
    position: absolute;
    top: 12px;
    right: 9px;
    width: 24px;
    height: 24px;
}

div#campo-ricerca {
    position: absolute;
	top: 12px;
	left: 12px;
	width: 166px;
	height: 24px;
}

div#campo-ricerca input {
    position: absolute;
    margin: 0;
    padding: 0;
	top: 4px;
	left: 4px;
    width: 158px;
    height: 16px;
    background: none;
    border-width: 0;
    color: #4d4d4d;
    font: 12px/16px arial, helvetica, sans-serif;
}

/*********************************************/
/* CSS CONTENT                               */
/*********************************************/

div.riquadro-box {
    position: relative;
    overflow: hidden;
    width: 146px;
    height: 110px;
    top: 0;
    left: 0;
}

div.riquadro-box div.sconto-box {
    position: absolute;
    margin: 0;
    padding: 0;
	top: 0;
	right: 0;
    width: 33px;
    height: 22px;
    background: #eb130b;
    color: #ffffff;
    text-align: center;
    font: 11px/22px arial, helvetica, sans-serif;
    font-weight: bold;
    z-index: 90;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
}

img.icona-left {
    float: left;
}

img.icona-right {
    float: right;
}

span.testo-small {
    font: 11px/16px arial, helvetica, sans-serif;
}

ul.lista {
    list-style-type: square;
    list-style-position: outside;
    margin-top: 0;
    margin-bottom: 18px;
    padding-left: 32px;
}

div.elemento-testo {
    margin: 0;
    padding: 0;
}

div.elemento-testo p {
    margin: 0;
    padding: 0;
}

div.elemento-testo span {
    line-height: 1.5em;
}

div.elemento-testo a:link, div.elemento-testo a:visited {
    font-weight: normal;
    color: #4bb1e1;
    text-decoration: none;
}

div.elemento-testo a:hover, div.elemento-testo a:active {
    color: #4d4d4d;
    text-decoration: underline;
}

div.elemento-testo ul {
    list-style-type: disc;
    list-style-position: outside;
	margin: 0;
    padding-left: 32px;
}

div.elemento-testo ol {
    list-style-type: decimal;
    list-style-position: outside;
	margin: 0;
    padding-left: 32px;
}

/*********************************************/
/* CSS TABELLE                               */
/*********************************************/

table.tb312 {
    width: 312px;
}

table.tb658 {
    width: 658px;
}

table.tbfull {
    width: 100%;
}

table.tbfull td {
	padding: 2px;
}

table.tbnomargin td {
    margin: 0;
    padding: 0;
}

td.intop {
    vertical-align: top;
}

td.inmiddle {
    vertical-align: middle;
}

td.inbottom {
    vertical-align: bottom;
}

td.sfazzurro {
    background-color: #e6f4fa;
}

td.dotted {
    background: white url(../img/dotted.gif) repeat-x center;
}

/*********************************************/
/* CSS MAPPA GOOGLE                          */
/*********************************************/

div#map {
    width: 658px;
    height: 400px;
    margin: 0;
    padding: 0;
    display: none;
}

/*********************************************/
/* CSS GALLERIE                              */
/*********************************************/

div#galleria {
    height: 400px;
}

/*********************************************/
/* CSS FOOTER                                */
/*********************************************/

img#footer-separatore {
    position: absolute;
	top: 30px;
	left: 234px;
	width: 2px;
	height: 90px;
}

div#footer-text-sx {
	position: absolute;
	top: 50px;
	left: 6px;
    width: 180px;
    height: 44px;
	margin: 0;
	padding: 0;
    color: #ffffff;
    text-align: right;
    font-size: 11px;
    line-height: 22px;
}

div#footer-text-dx {
	position: absolute;
	top: 50px;
	left: 268px;
    width: 688px;
    height: 44px;
	margin: 0;
	padding: 0;
    color: #ffffff;
    text-align: left;
    font-size: 11px;
    line-height: 22px;
}

span.evidenziato {
    color: #4bb1e1;
}

a.footer-link:link, a.footer-link:visited {
    text-decoration: none;
    color: #ffffff;
}

a.footer-link:hover, a.footer-link:active {
    color: #4bb1e1;
}

img#footer-inizio-pagina {
    position: absolute;
	top: 38px;
	right: 34px;
	width: 150px;
	height: 68px;
}

/*********************************************/
/* CSS FORM                                  */
/*********************************************/

div.modulo-container {
    width: 540px;
    margin: 0 auto;
}

label.etichetta {
    float: left;
    width: 100px;
    color: #666666;
    font: 12px arial, helvetica, sans-serif;
    padding: 6px 5px 6px 5px;
}

label.obbligatorio {
    font-weight: bold;
}

.textbox {
    background: #ffffff url(../img/modulo-sfondo.png) no-repeat top left;
    color: #666666;
	font: 12px arial, helvetica, sans-serif;
    font-weight: normal;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #d2d2d2 #e2e2e2 #e2e2e2 #d2d2d2;
}

.textbox:focus {
    border-color: #4bb1e1;
}

.textbox-ordine {
    background: #ffffff url(../img/modulo-sfondo.png) no-repeat top left;
    color: #666666;
	font: 12px arial, helvetica, sans-serif;
    font-weight: normal;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #d2d2d2 #e2e2e2 #e2e2e2 #d2d2d2;
}

.textbox-ordine:focus {
    border-color: #4bb1e1;
}

input.normale {
    width: 250px;
}

.selectbox {
    background: #f9f9f9 url(../img/modulo-sfondo.png) no-repeat top left;
    color: #666666;
	font: 12px arial, helvetica, sans-serif;
    font-weight: normal;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #d2d2d2 #e2e2e2 #e2e2e2 #d2d2d2;
}

.selectbox:focus {
    border-color: #4bb1e1;
}

select.normale {
    width: 220px;
}

textarea.normale {
    width: 360px;
    height: 150px;
}

textarea.piccola {
    width: 360px;
    height: 80px;
}

input.login {
    width: 212px;
}

input.bottone {
    font: 12px/18px arial, helvetica, sans-serif;
    font-weight: bold;
    color: #ffffff;
    background-color: #4bb1e1;
	border-width: 1px;
	border-style: solid;
	border-color: #f1f1f1;
    margin-right: 10px;
    padding: 3px;
    cursor: pointer;
    width: 82px;
}

input.bottone-centrato {
    font: 12px/18px arial, helvetica, sans-serif;
    font-weight: bold;
    color: #ffffff;
    background-color: #4bb1e1;
	border-width: 1px;
	border-style: solid;
	border-color: #f1f1f1;
    padding: 3px;
    cursor: pointer;
    width: 82px;
}
