/* BASE */

body {
    font-size: 100.01%;
    text-align: center; /* centra in IE5.x */
    background-color: white;
    font-family: Verdana, arial, Helvetica, sans-serif;
    font-size: 62.5%; /* 1em == 10px, 1.2em == 12px */
    color: black;
    background-image: url('background.png');
    background-repeat: repeat;
    background-position: center center;
}

/* line-height reset */
p, blockquote, pre, ol, dl, ul, form {
    line-height: 1.5em;
}

/* language specific quotes */
q { quotes: "\201C" "\201D" "\2018" "\2019"; }
:lang(af), :lang(nl), :lang(pl) { quotes: '\201E' '\201D' '\201A' '\2019'; }
:lang(bg), :lang(cs), :lang(de), :lang(is), :lang(lt), :lang(sk), :lang(sr), :lang(ro) { quotes: '\201E' '\201C' '\201A' '\2018'; }
:lang(da), :lang(hr) { quotes: '\00BB' '\00AB' '\203A' '\2039'; }
:lang(el), :lang(es), :lang(sq), :lang(tr) { quotes: '\00AB' '\00BB' '\2039' '\203A'; }
:lang(en-GB) { quotes: '\2018' '\2019' '\201C' '\201D'; }
:lang(fi), :lang(sv) { quotes: '\201D' '\201D' '\2019' '\2019'; }
:lang(fr) { quotes: '\ab\2005' '\2005\bb' '\2039\2005' '\2005\203a'; }
/* NOTE: safari refuses to support the quotes syntax. Only added the english language quotes for safari to save space. */
html[lang|='en'] q:before   { content: '\201C'; }
html[lang|='en'] q:after    { content: '\201D'; }
html[lang|='en'] q q:before { content: '\2018'; }
html[lang|='en'] q q:after  { content: '\2019'; }

/* margins and paddings base set */
html, body{
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0.7em 0 0.2em;
    font-weight: bold;
}

h1 {
    font-size: 1.4em;
    color: #B14200;
}

h2 {
    font-size: 1.2em;
    color: #B14200;
}

h3 {
    font-size: 1.1em;
}

address, blockquote, dl, form, fieldset, ol, table, p, pre, ul {
    margin-top: 0.2em;
    margin-bottom: 1.2em
}

table {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    cell-spacing: 0px;
    font-family: Verdana, arial, Helvetica, sans-serif;
    font-size: 1em;
    margin-bottom: 10px;
}

td {
    padding: 0;
    vertical-align: top;
    text-align: left;
    margin: 0;
    border: 0;
}

th {
    vertical-align: top;
    text-align: left;
    margin: 0;
    border: 0;
}

img {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
}

div {
    margin: 0;
    padding: 0;
    border: 0;
    text-align: left;
}

hr {
    background: black;
    color: black;
    width: 100%;
    height: 1px;
    border: none;
}

p {
    text-align: left;
}

/* Forms */

fieldset {
    border: 1px solid lightgray;
}

legend {
    background: white;
}

textarea { /* IE hack */
    overflow: auto;
}

input { /* IE hack */
    overflow: none;
}

textarea, input[type='text'], select {
    border: 1px solid gray;
    background: white;
}
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover {
    border-color: gray;
}
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus {
    border-color: darkgray;
    outline: 2px solid #ffffaa;
}
input, select {
    cursor: pointer;
}
input[type='text'] {
    cursor: text;
}

form label {
    display: block; 
    width: 80px;
}

.errorlist {
    color: red;
}

.error input {
    border-color: red;
}

.error textarea {
    border-color: red;
}

/* Links */

a:link, a:visited {
    text-decoration: underline;
    color: #261A1B;
}

a:hover {
    text-decoration: none;
    color: #261A1B;
}

/* Standard elements */

.clear { /* Use for DIV or HR */
    height: 0;
    clear: both;
}

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


/* CUSTOM */

.crown {
    display: block;
    margin: 10px auto;
}

.gold {
    color: #BF9A38;
}

img.product_0 {
    padding: 4px;
    border: 1px solid #999999;
    background: white;
}

img.product_2 {
    float: left;
    padding: 2px;
    background: white;
    border: 1px solid #999999;
}

ul.nolist {
    margin-left: 0;
    padding: 0;
    list-style: none;
}

ul.nolist li {
    clear: both;
}

ul.nolist img {
    vertical-align: top;
}


/* MAIN ZONES */

div#body {
    width: 760px;
    margin: 45px auto 5px auto;   /* centra negli altri browser */
    text-align: left;   /* ripristina l'allineamento */
    background: url('background-shadow.png') center center repeat;
}

div#shadow {
    position: relative;
    background: white;
    left: -5px;
    top: -5px;
    padding: 0 5px;
}

div#footer {
    width: 760px;
    margin: 0 auto;
    font-weight: bold;
}


/* TOP FOOTER */

#top_footer {
    border-top: 2px solid #DFCD9C;
    text-align: center;
    font-size: 1.15em;
    margin: 0;
    padding: 3px;
}


/* FOOTER */

#footer p {
    text-align: center;
    line-height: 1.2em;
    color: #BF9A38;
}

#footer a {
    color: #BF9A38;
}

#footer a:link, #footer a:visited {
    text-decoration: underline;
    color: #BF9A38;
}

#footer a:hover {
    text-decoration: none;
    color: #BF9A38;
}


/* CONTENT */

#content {
    font-size: 1.2em;
    border-top: 2px solid #261A1B;
}

#logo {
    vertical-align: middle;
    text-align: center;
    padding: 10px 0;
    width: 60%;
}

#content-right {
    vertical-align: middle;
}


