/* CSS Document */

/*
* Colori comuni
*
* Giallo: #f7c157
*
*/
div#debug-kit-toolbar * {
    color: #444;
}

/* =INITIAL 
v2.1, by Faruk Ates - www.kurafire.net
Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
Elements we want to clean out entirely: */
html, body, form, fieldset {
    margin: 0px;
    padding: 0px;
    font: normal 8pt Arial, Verdana, Helvetica, sans-serif;
}
html, body {
    font: normal 8pt Arial, Verdana, Helvetica, sans-serif;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

form {
    margin: 0px;
    padding: 0px;
}

/* Neutralize styling: 
Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
    margin: 5px 0;
    padding: 0px;
    font: normal 8pt Arial, Verdana, helvetica;
}

/* Apply left margin:
Only to the few elements that need it: */
li, dd, blockquote {
    font: normal 8pt Arial, Verdana, helvetica;
    /*margin-left: 1em;*/
    margin-left: 2em;
}

/* Miscellaneous conveniences: */
form label {
    cursor: pointer;
    font: normal 8pt Arial, Verdana, helvetica;
}
fieldset, img {
    border: none;
}

a:active, a:focus{
    outline: none;
} 

/* Form field text-scaling */
input, select, textarea {
    font-size: 100%;
    font: normal 8pt Arial, Verdana, helvetica;
}

img {
    border: 0px;
}

/** HERE WE GO! **/

body {
    /*background: #444;*/
    background: #000;
}

div#container {
    width: 950px;
    background: #000;
    margin: 10px 0 0px 0;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    /*border: 2px solid #b3b3b3;
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;*/
    border: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

* {
    color: #eee;
}

div#footer {
    width: 930px;
    color: #fff;
    margin: 0px;
    padding: 3px 0px 10px 0px;
    margin-left: auto;
    margin-right: auto;
}

div#footer a {
    color: #fff;
    text-decoration: none;
}

div#footer a:hover {
    color: #fff;
    text-decoration: underline;
}

div#content {
    padding: 0px 20px;
}

ul#public_menu {
    margin: 0px;
    padding: 0px;
    width: 710px;
}

ul#left_navigator {
    padding: 20px 0px;
    margin: 0px;
    border-right: 1px solid #b3b3b3;
    min-height: 300px;
}

ul#public_menu li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: block;
    float: right;
}

ul#public_menu li a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    padding: 0px 7px;
    margin: 3px 4px 3px 4px;
    font-family: arial;
    color: #eee;
}

ul#public_menu li a:hover,
ul#public_menu li a.current {
    margin-bottom: 0px;
    border-bottom: 3px solid #f7c157;
    color: #fff;
}

ul#left_navigator li {
    margin: 0px;
    padding: 10px;
    list-style: none;
    display: block;
}

ul#left_navigator li a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    padding: 0px 0px;
    margin: 3px 0px;
    font-family: arial;
    color: #eee;
    line-height: 18px;
}

ul#left_navigator li a:hover,
ul#left_navigator li a.current {
    margin-bottom: 0px;
    border-bottom: 3px solid #f7c157;
    color: #fff;
}

div#change_language a {
    color: #f7c157;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0px 7px;
    margin: 3px 5px;
}

div#change_language a:hover {
    margin-bottom: 0px;
    border-bottom: 3px solid #f7c157;
    color: #fff;
}

.uppercase {
    text-transform: uppercase;
}

div.ybox {
    color: #000000;
    background-color: #f7c157;
    font-size: 9pt;
    padding: 2px 25px;
    margin-bottom: 20px;
}

div.ybox * {
    color: #000000;
    font-size: 9pt;
}

div.ybox a {
    text-decoration: none;
}

div.ybox a:hover {
    text-decoration: underline;
}



div.wbox {
    color: #000000;
    background-color: #ffffff;
    font-size: 9pt;
    padding: 2px 25px;
    margin-bottom: 20px;
}

div.wbox * {
    color: #000000;
    font-size: 9pt;
}

div.wbox a {
    text-decoration: none;
}

div.wbox a:hover {
    text-decoration: underline;
}


a.download_pdf {
    background: url(../img/pdf.png) 100% 50% no-repeat;
    padding-right: 20px;
}

td#navigator {
    width: 200px;
}

div#map_canvas * {
    color: #444;
}

div#map_canvas h3.company {
    font-family: verdana;
    font-weight: bold;
    font-size: 10pt;
}

div.description {
    padding: 0px 25px;
}

ul.essences_list {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}

ul.essences_list li {
    list-style: none;
    float: left;
    padding: 0px;
    margin: 0px;
    width: 110px;
}

ul.essences_list li a {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}

ul.essences_list li a img {
    border: 2px solid #f7c157;
    display: block;
    margin: 0px;
    margin-bottom: 5px;
}

ul#product_details {
    background-color: #616161;
    margin: 30px 0px;
    padding: 5px 5px;
    display: block;
    height: 60px;
}

ul#product_details li {
    list-style: none;
    float: left;
    width: 160px;
    margin: 0px;
    padding: 0px;
}

ul#product_details li img {
    margin: 0px 4px;
    padding: 0px;
    border: 0px;
}

table#variant_details th {
    text-align: center;
    background-color: #ffffff;
    color: #000000;
    text-transform: uppercase;
    font-weight: normal;
    padding: 2px;
    vertical-align: middle;
}

table#variant_details td {
    vertical-align: top;
}

a.variant_image_preview {
    display: block;
    width: 45px;
    height: 45px;
    float: left;
    margin: 0px 3px 10px 4px;
    border: 2px solid #000;
}

a.variant_image_preview:hover {
    border: 2px solid #f7c157;
}

a.pdf_variant {
    display: block;
    padding: 7px;
}

a.reference_image_preview {
    display: block;
    width: 90px;
    height: 90px;
    float: left;
    margin: 0px 3px 10px 4px;
    border: 2px solid #f7c157;
}

ul#questions_list {
    margin: 0px;
    padding: 0px;
}

ul#questions_list li {
    list-style: none;
    margin: 10px 0px;
}

ul#questions_list li a {
    background-color: #fff;
    color: #000;
    padding: 5px 25px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    border: 0px solid #fff;
}

ul#questions_list li a.alt_row {
    background-color: #222;
    color: #fff;
}

ul#questions_list li a:hover {
    background-color: #f7c157;
    color: #000;
}

div#question, div#answer {
    background-color: #fff;
    color: #000;
    padding: 5px 25px 5px 25px;
    display: block;
    margin: 30px 0px 30px 0px;
}

div#answer {
    background-color: #222;
    color: #fff;
}

form#QuestionSearchForm,
form#QuestionSearchForm * {
    margin: 0px;
    padding: 0px;
}

form#QuestionSearchForm input {
    border: 0px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    line-height: 8pt;
    font-size: 8pt;
    margin: 0px 15px;
}

form#QuestionSearchForm label {
    font-size: 8pt;
}

div.paging {
    width: auto;
    border: 0px solid #fff;
    padding: 3px 25px;
    margin: 30px 0px;
    text-align: center;
    display: block;
}

div.paging * {
    display: inline;
    text-transform: uppercase;
    font-weight: bold;
}

div.paging .disabled {
    color: #666;
    font-weight: bold;
    margin: 0px;
    font-size: 11px;
}

div.paging .current {
    color: #f7c157;
    margin: 0px 2px;
    text-decoration: none;
    font-weight: bold;
}

div.paging * a, div.paging a  {
    text-decoration: none;
    color: #fff;
    margin: 0px;
    font-size: 11px;
    font-weight: bold;
}

div.paging a:hover {
    color: #f7c157;
    font-weight: bold;
}

form#contact_form div.input label {
    display: block;
    font-weight: bold;
    color: #f7c157;
}

form#contact_form div.input input,
form#contact_form div.input textarea {
    border: 2px solid #fff;
    border-top: 2px solid #999;
    border-left: 2px solid #999;
    background-color: #ffd;
    color: #222;
}

form#contact_form div.input input:focus,
form#contact_form div.input textarea:focus {
    border: 2px solid #f7c157;
    background-color: #fff;
}

form#contact_form div.input input {
    width: 230px;
}

form#contact_form div.input textarea {
    width: 100%;
    height: 150px;
}

form#contact_form div.submit {
    text-align: right;
    padding: 6px;
}

form#contact_form div.submit input {
    padding: 2px 15px;
    margin: 0px;
    border: 0px;
    color: #000;
    background-color: #f7c157;
    text-transform: uppercase;
}

div.error label {
    color: #f44;
}

div.error-message {
    display: none;
}

div#flashMessage {
    color: #ff4444;
    padding: 10px 0px;
    text-transform: uppercase;
}

ul#collections_list {
    padding: 0px;
    margin: 0px;
}

ul#collections_list li {
    padding: 0px;
    margin: 20px 0px;
    list-style: none;
    background-color: #222;
    border: 1px solid #B3B3B3;
}

ul#collections_list li:hover {
    border: 1px solid #fff;
}

ul#collections_list li:hover {
    background-color: #333;
}

ul#collections_list li:hover a.collection_item {
    color: #f7c157;
}

ul#collections_list li:hover img {
    border: 2px solid #f7c157;
}

ul#collections_list li img {
    border: 2px solid #B3B3B3;
}

ul#collections_list li a.collection_item {
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    padding: 15px 0px;
    font-size: 10pt;
    line-height: 10pt;
}

ul#collection_images_list {
    margin: 0px;
    padding: 0px;
}

ul#collection_images_list li {
    list-style: none;
    width: 300px;
    float: left;
    border: 1px solid #B3B3B3;
    text-align: center;
    background-color: #222;
    margin-bottom: 20px;
}


ul#collection_images_list div.collection_image_image {
    padding: 5px 0px;
    vertical-align: middle;
}

ul#collection_images_list li div.collection_image_name {
    display: block;
    text-align: center;
    color: #444;
    font-weight: bold;
    background-color: #f7c157;
    text-transform: uppercase;
    padding: 2px 0px;
    height: 9pt;
    line-height: 9pt;
    margin: 0px;
}

div#intro {
    background: url(../img/intro.jpg) 50% 50% no-repeat;
    padding-top: 290px;
    padding-bottom: 50px;
    padding-left: 140px;
    text-align: left;
}

div#intro a {
    display: block;
    border: 1px solid #fff;
    text-decoration: none;
    padding: 4px 10px;
    font-size: 9pt;
    line-height: 9pt;
    margin: 0px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

div#intro a:hover {
    border: 1px solid #f7c157;
    color: #f7c157;
    background-color: #332;
}

div#footer {
    width: 930px;
    margin-left: auto;
    margin-right: auto;
}

div#question, div#answer {
    padding: 5px 25px 5px 25px;
    display: block;
    margin: 30px 0px 30px 0px;
}

form#contact_form div.error label {
    color: #f44;
}

fieldset#reserved_area_login {
    border: 2px solid #f7c157;
    width: 250px;
    margin: 50px 0 100px 0;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 50px;
    background: #222;
}

fieldset#reserved_area_login legend {
    font-weight: bold;
    background: #222;
    color: #fff;
    padding: 0 10px;
}

fieldset#reserved_area_login input {
    color: #222;
}

fieldset#reserved_area_login div.input {
    padding: 10px;
}

fieldset#reserved_area_login div.submit {
    padding-top: 10px;
    text-align: right;
}

/* Tables */
div#reserved_area_index table {
    background: #222;
    border:1px solid #ccc;
    clear: both;
    color: #333;
    margin-bottom: 10px;
    width: 100%;
}
div#reserved_area_index th {
    background: #666;
    border:1px solid #bbb;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    text-align: center;
}
div#reserved_area_index th a {
    background:#666;
    display: block;
    padding: 3px 6px;
    text-decoration: none;
    text-transform: uppercase;
}
div#reserved_area_index th a:hover {
    background: #f7c157;
    color: #333;
    text-decoration: none;
}
div#reserved_area_index table tr td {
    background: #333;
    border-right: 0px solid #ccc;
    padding: 0;
    text-align: center;
    vertical-align: top;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
div#reserved_area_index table tr.altrow td {
    background: #000;
}

div#reserved_area_index table tr td a {
    display: block;
    padding: 3px 6px;
    font-weight: bold;
    text-decoration: none;
}

div#reserved_area_index table tr:hover td a {

}

div#reserved_area_index table tr:hover td {
    border-top: 2px solid #f7c157;
    border-bottom: 2px solid #f7c157;
    background: #444;
}

div#reserved_area_flash_message div#flashMessage {
    text-align: center;
    font-weight: bold;
}

div.input select, div.input select * {
    color: #333;
    font-weight: bold;
}

div.input select option:hover {
    background-color: #f7c157;
    font-weight: bold;
}

a#player {
    background: url(../img/player.jpg) 0 0 no-repeat;
}

div#privacy {
    border: 0px dashed #0f0;
    padding: 40px;
    font-size: 9pt;
}

div#privacy p,
div#privacy h3 {
    text-align: left;
}

div#privacy h3 {
    font-weight: bold;
    font-size: 10pt;
    color: #f7c157;
    text-transform: uppercase;
    padding: 10px 0px;
}

a.yellow_link {
    font-weight: bold;
    color: #f7c157;
    text-decoration: none;
}

a.yellow_link:hover {
    text-decoration: underline;
}
