html {
     overflow: -moz-scrollbars-vertical;
     margin: 0;
     padding: 0;
}

body {
     font-family: Arial, Helvetica, sans-serif;
     background-image: url('http://www.outled.it/image/background.gif') repeat-Y repeat-X;
	background-color: #6C6C6C;
	background-repeat: repeat-Y repeat-X;
	background-image: url('/image/background.gif')
}

font-face {
     font-family: miofont;
     src: url('/image/font/font_graublau.eot');
     font-weight: normal;
     font-style: normal;
}

body, td, th, input, textarea, select, a {
     font-size: 12px;
}

arancio {
     color: #F75D29;
}

colore-rosso {
     display: inline;
     margin-right: 10px;
     width: 60px;
     height: 15px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -khtml-border-radius: 10px;
     border-radius: 10px;
     border: 2px solid #555;
     background: #888;
}

colore .rosso {
     color: #F00;
}
titolo-prodotto {
     font-size: 19px;
     font-weight: bold;
     text-shadow: #DDD 1px 1px 2px;
}

titolo-prodotto .sottotitolo {
     color: #666;
     font-size: 15px;
     font-weight: normal;
}

titolo {
     font-size: 19px;
     font-weight: bold;
     text-shadow: #DDD 1px 1px 2px;
}

sottotitolo {
     color: #666;
     font-size: 15px;
     font-weight: normal;
}

sottotitolo-sezione {
     color: #090;
     font-weight: bold;
     font-size: 14px;
     margin-bottom: 7px;
}

interlinea {
     line-height: 1.7;
}

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

a, a:visited, a b {
     color: #28A0C3;
     text-decoration: none;
     cursor: pointer;
}

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

a img {
     border: none;
}

form {
     padding: 0;
     margin: 0;
     display: inline;
}

input[type='text'], input[type='password'], textarea {
     background: #FFF;
     -moz-box-shadow: 0px 0px 5px #DDD;
     -webkit-box-shadow: 0px 0px 5px #DDD;
     box-shadow: 0px 0px 5px #DDD;
     border: 1px solid #BBB;
     padding: 5px;
     margin-right: 7px;
}

input[type='text']:hover {
     background: #FFFACD;
     -webkit-transition: background 600ms linear;
     -moz-transition: background 600ms linear;
     -o-transition: background 600ms linear;
     transition: background 600ms linear;
}

input[type='password']:hover {
     background: #FFFACD;
     -webkit-transition: background 600ms linear;
     -moz-transition: background 600ms linear;
     -o-transition: background 600ms linear;
     transition: background 600ms linear;
}

textarea {
     background: #FFF;
     -moz-box-shadow: 0px 0px 5px #DDD;
     -webkit-box-shadow: 0px 0px 5px #DDD;
     box-shadow: 0px 0px 5px #DDD;
     border: 1px solid #BBB;
     padding: 4px;
     margin-right: 7px;
}

textarea:hover {
     background: #FFFACD;
     -webkit-transition: background 600ms linear;
     -moz-transition: background 600ms linear;
     -o-transition: background 600ms linear;
     transition: background 600ms linear;
}

#select-ombra {
     -moz-box-shadow: 0px 0px 5px #DDD;
     -webkit-box-shadow: 0px 0px 5px #DDD;
     box-shadow: 0px 0px 5px #DDD;
     width: 230px;
     margin-left: 2px;
}

select {
     background: #FFF;
     border: 1px solid #BBB;
     padding: 5px;
     width: 230px;
     height: 29px;
}

select:hover {
     background: #FFFACD;
     -webkit-transition: background 600ms linear;
     -moz-transition: background 600ms linear;
     -o-transition: background 600ms linear;
     transition: background 600ms linear;
}

label {
     cursor: pointer;
}
/* layout */

.top {
     height: 30px;
     margin: -10px -8px -30px -8px;
     border-bottom: 1px solid #4A4A4A;
     background: #FFF;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#40000000',GradientType=1 );
}

.bottom {
     height: 30px;
     margin: -30px -10px -10px -10px;
     border-top: 1px solid #4A4A4A;
     background: #FFF;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#40000000',GradientType=1 );
}

.shadow {
     padding: 10px;
     -moz-box-shadow: 0px 0px 5px #DDD;
     -webkit-box-shadow: 0px 0px 5px #DDD;
     box-shadow: 0px 0px 5px #DDD;
     border: 1px solid #DDD;
}

#container {
     width: 980px;
     background: #FFF;
     padding: 0 10px;
     margin-left: auto;
     margin-right: auto;
     text-align: left;
     -moz-box-shadow: 0 0 12px 6px #333;
     -webkit-box-shadow: 0 0 12px 6px #333;
     box-shadow: 0 0 12px 6px #333;
     border-left: 1px solid #999;
     border-right: 1px solid #999;
     margin-top: 10px;
}

#column-left {
     float: left;
     width: 180px;
}

#column-right {
     float: right;
     width: 180px;
}

#content {
     margin-bottom: 25px;
     -moz-box-shadow: 0px 0px 5px #CCC;
     -webkit-box-shadow: 0px 0px 5px #CCC;
     box-shadow: 0px 0px 5px #CCC;
     border: 1px solid #BBB;
     padding: 10px;
     min-height: 400px;
}

#icon{
     margin-right: 6px;
     float: left;
     display: inline-block;
}

#column-left + #column-right + #content, #column-left + #content {
     margin-left: 195px;
}

#column-right + #content {
     margin-right: 195px;
}
/* header */

#header {
     height: 110px;
/*margin-bottom: 7px;*/
/*padding-bottom: 4px;*/
     position: relative;
     z-index: 99;
     background: url('/image/header_background.png');
}

#header #logo {
     position: absolute;
     top: 18px;
     left: 12px;
}

#header #servizioclienti {
     position: absolute;
     top: 0px;
     right: 430px;
     width: 168px;
     height: 43px;
     background: url('../image/servizioclienti.png') 100% 50% no-repeat;
}

#language {
     position: absolute;
     top: 15px;
     left: 335px;
     width: 75px;
     color: #999;
     line-height: 17px;
}

#language img {
     cursor: pointer;
}

#currency {
     width: 75px;
     position: absolute;
     top: 15px;
     left: 425px;
     color: #999;
     line-height: 17px;
}

#currency a {
     display: inline-block;
     padding: 2px 4px;
     border: 1px solid #CCC;
     color: #999;
     text-decoration: none;
     margin-right: 2px;
     margin-bottom: 2px;
}

#currency a b {
     color: #000;
     text-decoration: none;
}

#header #cart {
     z-index: 9;
     min-width: 250px;
}

#header #cart .icona{
     margin-left: 6px;
}

#header #cart .heading {
     float: right;
     margin: 8px -8px 0 0;
     padding: 2px 15px 2px 10px;
     position: relative;
     z-index: 1;
}

#header #cart .heading .carrello_qta {
     color: #FFF;
     font-size: 12px;
     font-weight: bold;
     padding: 1px 5px 1px 5px;
     border: 1px solid #600;
     display: inline-block;
     background: -moz-linear-gradient(top, #E03E3E 0%, #A00 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E03E3E', endColorstr='#A00',GradientType=0 );
     -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
     -khtml-border-radius: 20px;
     border-radius: 20px;
     -moz-box-shadow: 0 0 1px 1px #BBB;
     -webkit-box-shadow: 0 0 1px 1px #BBB;
     box-shadow: 0 0 1px 1px #BBB;
}

#header #cart .heading a {
     color: #28A0C3;
     text-decoration: none;
}

#header #cart .heading a:hover {
     color: #F75D29;
}

#header #cart .heading a span {
/*background: url('../image/arrow-down.png') 100% 50% no-repeat;*/}

#header #cart .content {
     clear: both;
     display: none;
     position: relative;
     right: 360px;
     padding: 0px;
     min-height: 120px;
     min-width: 600px;
     background: #FFF;
     border: 1px solid #BBB;
     box-shadow: 0 4px 10px rgba(0, 0, 0, .5);
     -moz-box-shadow: 0 4px 10px -moz-rgba(0, 0, 0, .5);
     -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .5);
}

#header #cart.active .heading {
     margin: 8px 2px 0px 0px;
     padding: 2px 5px 2px 5px;
     position: relative;
     z-index: 1;
}

#header #cart.active .content {
     display: block;
}

#header #cart .cart {
     border-collapse: collapse;
     width: 100%;
     margin-bottom: 2px;
}

#header #cart .cart td {
     color: #000;
     vertical-align: top;
     padding: 5px 8px 2px 8px;
     border-bottom: 1px solid #DDD;
}

#header #cart .cart .image {
     width: 1px;
}

#header #cart .cart .image img {
     border: 1px solid #DDD;
     text-align: left;
}

#header #cart .cart .image img:hover {
     border: 1px solid #28A0C3;
}

#header #cart .cart .name small {
     color: #666;
}

#header #cart .cart .quantity {
     text-align: right;
}

#header #cart .cart td.total {
     text-align: right;
}

#header #cart .cart .remove {
     text-align: right;
}

#header #cart .cart .remove img {
     cursor: pointer;
}

#header #cart thead td {
     color: #4D4D4D;
     font-weight: bold;
     height: 18px;
     background: #F8F8F8;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#eeeeee',GradientType=0 );
}

#header #cart table.total {
     border-collapse: collapse;
     float: right;
     clear: left;
}

#header #cart table.total td {
     color: #000;
     padding-top: 2px;
     height: 18px;
}

#header #cart .content .checkout {
     text-align: right;
     clear: both;
     margin: 10px 10px 15px 0px;
}

#header #cart .empty {
     color: #666;
     font-weight: bold;
     font-size: 15px;
     border-top: 1px solid #DDD;
     border-bottom: 1px solid #DDD;
     margin: 10px 0 8px 0;
     padding: 8px 0 6px 0;
     text-align: center;
     background: #F8F8F8;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#eeeeee',GradientType=0 );
}

#header #cart .empty2 {
     font-weight: bold;
     font-size: 12px;
     padding-bottom: 25px;
     text-align: center;
}

#header #search {
     position: absolute;
     top: 15px;
     right: 0px;
     width: 250px;
     z-index: 15;
}

#header .button-search {
     position: absolute;
     left: 0px;
     background: url('../image/button-search.png') center center no-repeat;
     width: 28px;
     height: 28px;
     border-right: 1px solid #CCCCCC;
     cursor: pointer;
}

#header #search input {
     background: #FFF;
     padding: 1px 1px 1px 33px;
     width: 212px;
     height: 24px;
     -moz-box-shadow: 0px 0px 5px #DDD;
     -webkit-box-shadow: 0px 0px 5px #DDD;
     box-shadow: 0px 0px 5px #DDD;
     border: 1px solid #DDD;
}

#header #profilo {
     height: 24px;
     width: auto;
     line-height: 25px;
     background: #FFF;
     position: absolute;
     right: 265px;
     top: 15px;
     text-align: left;
     padding: 1px 40px 1px 10px;
     -moz-box-shadow: 0px 0px 5px #DDD;
     -webkit-box-shadow: 0px 0px 5px #DDD;
     box-shadow: 0px 0px 5px #DDD;
     border: 1px solid #DDD;
}

#header #profilo > ul > li {
     margin-top: -10px;
     padding: 0 10px 0 10px;
}

#header #profilo > ul > li:hover {
     margin-top: -10px;
}

#header #profilo > ul > li > div {
     display: none;
     margin-left: -8px;
     position: absolute;
     z-index: 50;
     border: 1px solid #BBB;
     box-shadow: 0 4px 10px rgba(0, 0, 0, .5);
     -moz-box-shadow: 0 4px 10px -moz-rgba(0, 0, 0, .5);
     -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .5);
     background: -moz-radial-gradient(center, ellipse cover, white 0%, white 40%, #E5E5E5 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 );
}

#header #profilo > ul > li:hover > div {
     display: table;
     width: 220px;
}

#header #profilo > ul > li > div > ul {
     display: table-cell;
     margin-left: -10px;
     padding: 0px;
}

#header #profilo > ul > li ul + ul {
     padding-left: 0px;
}

#header #profilo > ul > li ul > li > a {
     text-decoration: none;
     color: #333;
     display: block;
     white-space: nowrap;
     min-width: 170px;
}

#header #profilo > ul > li ul > li > a:hover {
     background: #DDD;
     color: #F75D29;
}

#header #profilo > ul > li > div > ul > li > a {
     color: #333;
     padding: 0px 10px 0px 10px;
}

#header #welcome {
     position: absolute;
     top: 47px;
     right: 10px;
     z-index: 5;
     width: 298px;
     text-align: right;
     color: #999;
}

#header .links {
     position: absolute;
     right: 0px;
     bottom: 3px;
     font-size: 10px;
     padding-right: 10px;
}

#header .links a {
     float: left;
     display: block;
     padding: 0px 0px 0px 7px;
     font-size: 12px;
}

#header .links a + a {
     margin-left: 8px;
     border-left: 1px solid #CCC;
}

#slideshow {
     -moz-box-shadow: 0px 0px 5px #CCC;
     -webkit-box-shadow: 0px 0px 5px #CCC;
     box-shadow: 0px 0px 5px #CCC;
     border: 1px solid #BBB;
     margin-bottom: 10px;
}

#realizzazioni {
     -moz-box-shadow: 0px 0px 5px #CCC;
     -webkit-box-shadow: 0px 0px 5px #CCC;
     box-shadow: 0px 0px 5px #CCC;
     border: 1px solid #BBB;
     margin-bottom: 10px;
     margin-right: 10px;
     width: 552px;
     height: 402px;
     overflow: hidden;
     float: left;
}

#realizzazioni img{
     padding: 1px;
}

#realizzazioni-dettagli {
     padding: 10px;
     -moz-box-shadow: 0px 0px 5px #CCC;
     -webkit-box-shadow: 0px 0px 5px #CCC;
     box-shadow: 0px 0px 5px #CCC;
     border: 1px solid #BBB;
     width: 350px;
     height: 382px;
     overflow: hidden;
     margin-bottom: 10px;
     background: #FFF;
}

#realizzazioni-dettagli #titolo {
     border-bottom: 1px solid #DDD;
     padding: 5px 5px 4px 10px;
     font-weight: bold;
     margin: -10px -10px 5px -10px;
     background: #F8F8F8;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#eeeeee',GradientType=0 );
}

#sconto5 {
     -moz-box-shadow: 0px 0px 5px #CCC;
     -webkit-box-shadow: 0px 0px 5px #CCC;
     box-shadow: 0px 0px 5px #CCC;
     border: 1px solid #BBB;
     margin-bottom: 15px;
     color: #FFF;
     font-weight: bold;
     text-align: center;
     padding-top: 4px;
     height: 25px;
     line-height: 19px;
     font-size: 19px;
     background: #4f63ff;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f63ff', endColorstr='#2f42ed',GradientType=0 );
}
/* menu */

#icona-home {
     padding: 2px 10px 0px 5px;
     float: left;
}

#menu {
     color: #FFF;
     border: 1px solid #6A6A6A;
     height: 30px;
     margin-bottom: 15px;
     padding: 0px 5px;
     z-index: 7;
     background: #888;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#666666',GradientType=0 );
}

#menu ul {
     list-style: none;
     margin: 0;
     padding: 0;
}

#menu > ul > li {
     position: relative;
     float: left;
     z-index: 20;
     border-left: 1px solid #999;
}

#menu > ul > li.ultimo {
     border-right: 1px solid #999;
}

#menu > ul > li.tuttiprodotti {
     background: #1a821a;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a821a', endColorstr='#125e12',GradientType=0 );
}

#menu > ul > li.tuttiprodotti:hover {
     background: #1a821a;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a821a', endColorstr='#125e12',GradientType=0 );
}

#menu > ul > li:hover {
     background: #872f2f;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#872f2f', endColorstr='#663333',GradientType=0 );
}

#menu > ul > li > a {
     font-size: 13px;
     color: #FFF;
     line-height: 1px;
     text-decoration: none;
     display: block;
     padding: 14px 10px 16px 10px;
     z-index: 6;
     position: relative;
}

#menu > ul > li > div {
     display: none;
     position: absolute;
     padding: 0px;
     background: url('../image/menu.png');
     border: 1px solid #999;
     box-shadow: 0 4px 10px rgba(0, 0, 0, .5);
     -moz-box-shadow: 0 4px 10px -moz-rgba(0, 0, 0, .5);
     -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .5);
}

#menu > ul > li > div .riga{
     background: #DDD;
     height: 1px;
}

#menu > ul > li:hover > div {
     display: table;
}

#menu > ul > li > div > ul {
     display: table-cell;
}

#menu > ul > li ul + ul {
     padding-left: 0px;
}

#menu > ul > li ul > li > a {
     text-decoration: none;
     padding: 5px 20px 5px 10px;
     color: #333;
     display: block;
     white-space: nowrap;
     min-width: 170px;
}

#menu > ul > li > div > ul > li > a {
     color: #333;
}

#menu #menu2 {
     display: none;
     left: 190px;
     position: absolute;
     background: #FFF;
     border: 1px solid #BBB;
     box-shadow: 0 4px 10px rgba(0, 0, 0, .5);
     -moz-box-shadow: 0 4px 10px -moz-rgba(0, 0, 0, .5);
     -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .5);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 );
}

#menu > ul > li > div > ul > li > ul {
     display: table-cell;
     background: #997099;
}

#menu > ul > li > ul > li:hover > div {
     display: table;
}

#menu > ul > li > div > ul {
     display: table-cell;
}

#menu > ul > li ul + ul {
     padding-left: 0px;
}

#menu > ul > li ul > li > a {
     text-decoration: none;
     padding: 5px 20px 5px 10px;
     color: #333;
     display: block;
     white-space: nowrap;
     min-width: 170px;
}

#menu > ul > li ul > li > a:hover {
     color: #FFF;
     background: #548cbc;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#548cbc', endColorstr='#3c6487',GradientType=0 );
}

#menu > ul > li > div > ul > li > a {
     color: #333;
}

#menu span{
     width: 200px;
}

.breadcrumb {
     color: #0880B3;
     margin-top: -3px;
     margin-bottom: 20px;
}

.statoordine {
     border-bottom: 1px solid #DDD;
     padding: 4px 0px 4px 10px;
}

.statoordine-ultimo {
     padding: 4px 0px 20px 10px;
}
.tabella table {
	margin-top: 10px;
	border: 2px solid #EEE;
        width: 958px;
	text-align: left;
        padding-left: 10px;
        height: 22px;
        webkit-border-radius: 12px 12px 12px 12px;
        moz-border-radius: 12px 12px 12px 12px;
        khtml-border-radius: 12px 12px 12px 12px;
        border-radius: 12px 12px 12px 12px;
}

.tabella tr, td {
        width: 20%;
        height: 22px;
}

.tabella thead {
	font-weight: bold;
}

.success, .warning, .attention, .information {
     padding: 15px 15px 15px 70px;
     margin-bottom: 15px;
     color: #333;
     border: 1px solid #BBB;
     top: 5px;
}

.success {
/*background: #FFF url('../image/success.png') 10px center no-repeat;*/
     border: 1px solid #BBB;
}

.warning {
     background: #FFF url('../image/warning.png') 10px center no-repeat;
     border: 1px solid #BBB;
}

.attention {
     background: #FFF url('../image/attention.png') 10px center no-repeat;
     border: 1px solid #BBB;
}

.information {
     background: #FFF url('../image/information.png') 10px center no-repeat;
     border: 1px solid #BBB;
}

.success .close, .warning .close, .attention .close, .information .close {
     float: right;
     padding-top: 4px;
     padding-right: 4px;
     cursor: pointer;
}

.required {
     color: #A55;
}

.error {
     display: block;
     color: #F00;
}

.help {
     color: #999;
     font: normal 10px Verdana, Geneva, sans-serif;
     display: block;
}

table.form {
     border-collapse: collapse;
     margin-bottom: 0px;
}

table.form tr td:first-child {
     width: 150px;
}

table.form > * > * > td {
     color: #000;
}

table.form td {
     padding: 4px;
}

input.large-field, select.large-field {
     width: 300px;
}

table.list {
     border-collapse: collapse;
     width: 100%;
     border-top: 1px solid #DDDDDD;
     border-left: 1px solid #DDDDDD;
     margin-bottom: 20px;
}

table.list td {
     border-right: 1px solid #DDDDDD;
     border-bottom: 1px solid #DDDDDD;
}

table.list thead td {
     background: #EFEFEF;
     padding: 0px 5px;
}

table.list thead td a, .list thead td {
     text-decoration: none;
     color: #222;
     font-weight: bold;
}

table.list tbody td a {
     text-decoration: none;
}

table.list tbody td {
     vertical-align: top;
     padding: 0px 5px;
}

table.list .left {
     text-align: left;
     padding: 7px;
}

table.list .right {
     text-align: right;
     padding: 7px;
}

table.list .center {
     text-align: center;
     padding: 7px;
}

table.list .asc {
     padding-right: 15px;
     background: url('../image/asc.png') right center no-repeat;
}

table.list .desc {
     padding-right: 15px;
     background: url('../image/desc.png') right center no-repeat;
}

.pagination {
     display: inline-block;
     width: 100%;
     margin: 9px 10px 4px 0px;
}

.pagination .links {
     float: left;
}

.pagination .links a {
     margin-right: 2px;
     color: #555;
     font-weight: bold;
     padding: 4px 8px;
     display: inline-block;
     -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
     -khtml-border-radius: 30px;
     border-radius: 30px;
     -moz-box-shadow: 0px 0px 5px #DDD;
     -webkit-box-shadow: 0px 0px 5px #DDD;
     box-shadow: 0px 0px 5px #DDD;
     border: 1px solid #CCC;
}

.pagination .links b {
     margin-right: 2px;
     color: #FFF;
     background: #2285AC;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50A1BF', endColorstr='#2285AC',GradientType=0 );
     padding: 4px 8px;
     border: 1px solid #05A;
     display: inline-block;
     -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
     -khtml-border-radius: 30px;
     border-radius: 30px;
     -moz-box-shadow: 0 0 1px 1px #CCC;
     -webkit-box-shadow: 0 0 1px 1px #CCC;
     box-shadow: 0 0 1px 1px #CCC;
}

.pagination .results {
     float: right;
     display: inline-block;
     color: #FFF;
     padding: 4px 8px;
     border: 1px solid #05A;
     background: #2285AC;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50A1BF', endColorstr='#2285AC',GradientType=0 );
     -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
     -khtml-border-radius: 30px;
     border-radius: 30px;
     -moz-box-shadow: 0 0 1px 1px #CCC;
     -webkit-box-shadow: 0 0 1px 1px #CCC;
     box-shadow: 0 0 1px 1px #CCC;
}
/* Pulsanti */

a.pulsante-verde3 {
     color: #FFF;
     font-weight: bold;
     padding: 3px 10px 3px 10px;
     border: 1px solid #282;
     background: #2A2;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00C400', endColorstr='#22aa22',GradientType=0 );
}

a.pulsante-verde3:hover {
     -moz-box-shadow: 0px 0px 5px #282;
     -webkit-box-shadow: 0px 0px 5px #282;
     box-shadow: 0px 0px 5px #282;
}

a.pulsante-verde5 {
     color: #FFF;
     font-weight: bold;
     padding: 5px 10px 5px 10px;
     border: 1px solid #282;
     background: #2A2;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00C400', endColorstr='#22aa22',GradientType=0 );
}

a.pulsante-verde5:hover {
     -moz-box-shadow: 0px 0px 5px #282;
     -webkit-box-shadow: 0px 0px 5px #282;
     box-shadow: 0px 0px 5px #282;
}

a.pulsante-grigio3 {
     color: #FFF;
     font-weight: bold;
     padding: 3px 10px 3px 10px;
     border: 1px solid #666;
     background: #888;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AAA', endColorstr='#888',GradientType=0 );
}

a.pulsante-grigio3:hover {
     -moz-box-shadow: 0px 0px 5px #666;
     -webkit-box-shadow: 0px 0px 5px #666;
     box-shadow: 0px 0px 5px #666;
}

a.pulsante-grigio5 {
     color: #FFF;
     font-weight: bold;
     padding: 5px 10px 5px 10px;
     border: 1px solid #666;
     background: #888;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AAA', endColorstr='#888',GradientType=0 );
}

a.pulsante-grigio5:hover {
     -moz-box-shadow: 0px 0px 5px #666;
     -webkit-box-shadow: 0px 0px 5px #666;
     box-shadow: 0px 0px 5px #666;
}

a.pulsante-blu3 {
     color: #FFF;
     font-weight: bold;
     padding: 3px 10px 3px 10px;
     border: 1px solid #05A;
     background: #2285AC;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50A1BF', endColorstr='#2285AC',GradientType=0 );
}

a.pulsante-blu3:hover {
     -moz-box-shadow: 0px 0px 5px #05A;
     -webkit-box-shadow: 0px 0px 5px #05A;
     box-shadow: 0px 0px 5px #05A;
}

a.pulsante-blu5 {
     color: #FFF;
     font-weight: bold;
     padding: 5px 10px 5px 10px;
     border: 1px solid #05A;
     background: #2285AC;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50A1BF', endColorstr='#2285AC',GradientType=0 );
}

a.pulsante-blu5:hover {
     -moz-box-shadow: 0px 0px 5px #05A;
     -webkit-box-shadow: 0px 0px 5px #05A;
     box-shadow: 0px 0px 5px #05A;
}

a.pulsante-rosso3 {
     color: #FFF;
     font-weight: bold;
     padding: 3px 10px 3px 10px;
     border: 1px solid #A00;
     background: #A00;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A35656', endColorstr='#A00',GradientType=0 );
}

a.pulsante-rosso3:hover {
     -moz-box-shadow: 0px 0px 5px #A00;
     -webkit-box-shadow: 0px 0px 5px #A00;
     box-shadow: 0px 0px 5px #A00;
}

a.pulsante-rosso5 {
     color: #FFF;
     font-weight: bold;
     padding: 5px 10px 5px 10px;
     border: 1px solid #A00;
     background: #A00;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E03E3E', endColorstr='#A00',GradientType=0 );
}

a.pulsante-rosso5:hover {
     -moz-box-shadow: 0px 0px 5px #A00;
     -webkit-box-shadow: 0px 0px 5px #A00;
     box-shadow: 0px 0px 5px #A00;
}

a.pulsante-arancione3 {
     color: #FFF;
     font-weight: bold;
     padding: 3px 10px 3px 10px;
     border: 1px solid #C90;
     background: #F90;
}

a.pulsante-arancione3:hover {
     -moz-box-shadow: 0px 0px 5px #C90;
     -webkit-box-shadow: 0px 0px 5px #C90;
     box-shadow: 0px 0px 5px #C90;
}

a.pulsante-arancione5 {
     color: #FFF;
     font-weight: bold;
     padding: 5px 10px 5px 10px;
     border: 1px solid #C90;
     background: #F90;
}

a.pulsante-arancione5:hover {
     -moz-box-shadow: 0px 0px 5px #C90;
     -webkit-box-shadow: 0px 0px 5px #C90;
     box-shadow: 0px 0px 5px #C90;
}

.vuoto {
     overflow: auto;
     padding: 10px 10px 15px 10px;
}

.vuoto .left {
     float: left;
     text-align: left;
}

.vuoto .right {
     float: right;
     text-align: right;
}

.vuoto .center {
     text-align: center;
     margin-left: auto;
     margin-right: auto;
}

.buttons {
     border: 1px solid #CCC;
     overflow: auto;
     padding: 12px 6px 12px 6px;
     margin-bottom: 20px;
     background: #f8f8f8;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#eeeeee',GradientType=0 );
}

.buttons .left {
     float: left;
     text-align: left;
}

.buttons .right {
     float: right;
     text-align: right;
}

.buttons .center {
     text-align: center;
     margin-left: auto;
     margin-right: auto;
}

#padding {
     margin-top: 25px;
}

.htabs {
     height: 27px;
     padding-bottom: 9px;
}

.htabs a {
     margin-top: 27px;
     display: inline-block;
     border: 1px solid #DDD;
     padding: 5px 15px 5px 15px;
     float: left;
     font-family: Arial, Helvetica, sans-serif;
     font-weight: bold;
     text-align: center;
     text-decoration: none;
     color: #777;
     margin-right: 7px;
     background: #F8F8F8;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#eeeeee',GradientType=0 );
}

.tabella-sconti table {
     padding: 20px;
     width: 100%;
     margin: 10px 0px 20px 0px;
     border-collapse: collapse;
     border-top: 1px solid #DDDDDD;
     border-left: 1px solid #DDDDDD;
     border-right: 1px solid #DDDDDD;
}

.htabs a:hover {
     border: 1px solid #28A0C3;
}

.htabs a.selected {
     border: 1px solid #05A;
     color: #FFF;
     background: #2285AC;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50A1BF', endColorstr='#2285AC',GradientType=0 );
}

.htabs a.selected-sconto {
     border: 5px solid #05A;
     color: #FFF;
     background: #2285AC;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50A1BF', endColorstr='#2285AC',GradientType=0 );
}

.tab-content {
     margin-top: 25px;
     text-align: justify;
     border: 1px solid #DDD;
     padding: 10px;
     z-index: 2;
     overflow: auto;
     background: #F9F9F9;
}

.tags {
     background: #F9F9F9;
     margin-top: 20px;
     border: 1px solid #DDD;
     padding: 10px;
     z-index: 2;
     overflow: auto;
}

.tags a{
     color: #666;
}

.tags a:hover{
     color: #A22;
     text-decoration: underline;
}
/* box */

.box {
     -moz-box-shadow: 0px 0px 5px #CCC;
     -webkit-box-shadow: 0px 0px 5px #CCC;
     box-shadow: 0px 0px 5px #CCC;
     border: 1px solid #BBB;
     margin-bottom: 20px;
}

.box .box-heading {
     background: url('../image/background.png') repeat-x;
     padding: 8px 10px 7px 10px;
     font: bold 14px/14px Arial, Helvetica, sans-serif;
     border-bottom: 1px solid #BBB;
     color: #333;
}

.box .box-heading-cat {
     background: url('../image/background.png') repeat-x;
     padding: 0px 0px 6px 10px;
}

.box .box-content {
     padding: 10px 10px 5px 10px;
}

.box-laterale {
     margin-bottom: 15px;
     padding: 0px;
     -moz-box-shadow: 0px 0px 5px #CCC;
     -webkit-box-shadow: 0px 0px 5px #CCC;
     box-shadow: 0px 0px 5px #CCC;
}

.spot {
     margin-top: 13px;
     margin-bottom: 20px;
     width: 980px;
}

.spot table {
     width: 980px;
}

.spot table td{
     width: 185px;
}

.spot2 {
     -moz-box-shadow: 0px 0px 5px #DDD;
     -webkit-box-shadow: 0px 0px 5px #DDD;
     box-shadow: 0px 0px 5px #DDD;
     margin-right: 8px;
     height: 135px;
}

.spot3 {
     padding: 3px;
     width: 179px;
     position: relative;
     top: -125px;
     background: #FFF;
     opacity: 0.8;
     border-top: 1px solid #DDD;
     border-bottom: 1px solid #DDD;
     margin: 1px;
     text-align: center;
     font-weight: bold;
     font-size: 15px;
}

.spot2 img {
     border: 1px solid #CCC;
}

.spot2 img:hover {
     border: 1px solid #28A0C3;
}
/* Offerte Homepage */

.offerte {
     width: 100%;
     overflow: auto;
     margin-bottom: -10px;
}

.offerte .side {
     width: 315px;
     -moz-box-shadow: 0px 0px 5px #CCC;
     -webkit-box-shadow: 0px 0px 5px #CCC;
     box-shadow: 3px 2px 5px #CCC;
     border: 1px solid #BBB;
     display: inline-block;
     float: left;
     margin: 0 4px 15px 4px;
}

.offerte .side:hover {
     border: 1px solid #28A0C3;
}

.offerte .prezzo-homepage {
     font-size: 15px;
     font-weight: bold;
     color: #666;
}

.offerte .prezzo-homepage2 {
     font-weight: bold;
     font-size: 22px;
     color: #F75D29;
}

.offerte .prezzo-homepage3 {
     font-size: 10px;
     color: #AAA;
}

.offerte table {
     border-collapse: collapse;
     border-bottom: 1px solid #BBB;
     background: #FAFAFA;
}

.offerte table img{
     border: 1px solid #BBB;
}

.offerte table td{
     padding: 5px 5px 2px 5px;
}

.offerte .offerta-prodotto {
     font-weight: bold;
     color: #222;
     text-align: center;
     padding: 1px 6px;
     float: left;
     border: 1px solid #E5A800;
     -webkit-border-radius: 11px;
     -moz-border-radius: 11px;
     -khtml-border-radius: 11px;
     border-radius: 11px;
     background: #f7cf4c;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7cf4c', endColorstr='#e5a800',GradientType=0 );
}

.offerte table thead td {
     padding: 5px 3px;
     width: 315px;
     border-bottom: 1px solid #BBB;
     background: -moz-linear-gradient(top, #F8F8F8 1%, #EEE 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#eeeeee',GradientType=0 );
}

.offerte table thead td a{
     color: #333;
}

.offerte .price-up {
     font-size: 15px;
     font-weight: bold;
     color: #666;
}

.offerte .price-up .prezzo {
     font-size: 22px;
     color: #F75D29;
}

.offerte .titolo {
     border-bottom: 1px solid #BBB;
     padding: 5px;
     background: #f8f8f8;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#eeeeee',GradientType=0 );
}

.offerte .image {
     display: inline-block;
}

.offerte .image img {
     border: 1px solid #DDD;
}

.offerte .image img a:hover {
     border: 1px solid #28A0C3;
}

.offerte .prezzo {
     padding: 5px 10px 5px 5px;
     display: inline-block;
     float: left;
}

#sottoprezzo {
     font-size: 10px;
     color: #AAA;
}

#sottocategoria {
     padding-left: 10px;
     font-size: 10px;
     color: #AAA;
     margin-bottom: -16px;
     font-weight: normal;
}
/* box products */

.box- {
     width: 100%;
     overflow: auto;
}

.box-product > div {
     display: inline-block;
     margin-right: 20px;
     margin-bottom: 15px;
}

.box-product .image {
     display: block;
     margin-bottom: 0px;
}

.box-product .image img {
     padding: 1px;
}

.box-product .name a {
     color: #28A0C3;
     font-weight: bold;
     text-decoration: none;
     display: block;
     margin-bottom: 4px;
}

.box-product .price {
     display: block;
     font-weight: bold;
     color: #333;
     margin-bottom: 4px;
}

#price-old {
     color: #777;
     text-decoration: line-through;
}

.box-product .price-new {
     font-weight: bold;
     color: #F75D29;
}

.box-product .rating {
     display: block;
     margin-bottom: 4px;
}
/* box category */

.box-laterale {
     -moz-box-shadow: 0px 0px 5px #CCC;
     -webkit-box-shadow: 0px 0px 5px #CCC;
     box-shadow: 0px 0px 5px #CCC;
     border: 1px solid #BBB;
     margin-bottom: 10px;
}

.box-laterale #offertespeciali {
     height: 35px;
}

.box-laterale #servizioclienti {
     height: 69px;
}

.box-laterale #contrassegno {
     height: 75px;
}

.box-category {
     background: #FFF;
     -moz-box-shadow: 0px 0px 5px #CCC;
     -webkit-box-shadow: 0px 0px 5px #CCC;
     box-shadow: 0 0 5px #CCC;
     border: 1px solid #CCC;
     margin-bottom: 10px;
}

.box-category ul {
     list-style: none;
     margin-top: 0;
     padding: 0;
}

.box-category li {}

.box-category li:hover {
     color: #FFF;
     background: #548CBC;
}

.box-category li:hover a {
     color: #FFF;
}

.box-category li.sub:hover a {
     color: #333;
}

.box-category li.subsub:hover a {
     color: #333;
}

.box-category > ul > li {
     padding: 5px 0 20px 0;
}

.box-category > ul > li + li {
     border-top: 1px solid #CCC;
}

.box-category > ul > li > a {
     text-decoration: none;
     color: #333;
     padding-left: 10px;
}

.box-category > ul > li ul {
     display: none;
     border-top: 1px solid #CCC;
}

.box-category > ul > li a.active {
     font-weight: bold;
     padding-bottom: 5px;
}

.box-category > ul > li a.active:hover {
     color: #FFF;
}

.box-category > ul > li a.active + ul {
     display: block;
     padding: 3px 0;
     margin-top: 22px;
     background: #FFF;
     margin-bottom: -20px;
}

.box-category > ul > li ul > li {
     padding: 2px 5px 2px 10px;
}

.box-category > ul > li ul > li > a {
     text-decoration: none;
     display: block;
     padding-left: 10px;
     color: #999;
}

.box-category > ul > li ul > li > a:hover {
     color: #F75D29;
}

.box-category > ul > li ul > li > a.active {
     font-weight: bold;
     color: #F75D29;
}

.box-category > ul > li ul > li.sub {
     color: #999;
}

.box-category > ul > li ul > li.sub ul.sub2{
     padding: 3px 5px 2px 10px;
     margin: -2px -5px -2px -10px;
}

.box-category > ul > li ul > li.sub ul.sub2 a{
     color: #999;
}

.box-category > ul > li ul > li.sub a {
     color: #999;
}

.box-category > ul > li ul > li.sub:hover {
     color: #333;
     padding: 2px 5px 2px 10px;
     background: #548CBC;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#548cbc', endColorstr='#3c6487',GradientType=0 );
}

.box-category > ul > li ul > li.sub:hover a {
     color: #FFF;
}

.box-category > ul > li ul > li ul > li {
     display: block;
     margin-left: -10px;
     margin-right: -5px;
     padding-left: 25px;
}

.box-category > ul > li ul > li ul > li.subsub a {
     color: #999;
}
/* box-informazioni */

.sezione-bordointerno {
     border: 1px solid #282;
}

.sezione-bordointerno .sezione {
     color: #FFF;
     padding: 4px 10px;
     background: #2A2;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00C400', endColorstr='#22aa22',GradientType=0 );
}

.box-informazioni {
     background: #FFF;
     -moz-box-shadow: 0px 0px 5px #CCC;
     -webkit-box-shadow: 0px 0px 5px #CCC;
     box-shadow: 0 0 5px #CCC;
     border: 1px solid #CCC;
     margin-bottom: 10px;
}

.box-informazioni ul {
     list-style: none;
     margin: 0;
     padding: 0;
}

.box-informazioni li {
     color: #FFF;
}

.box-informazioni li:hover a {
     color: #FFF;
}

.box-informazioni li.sub:hover a {
     color: #333;
}

.box-informazioni li.subsub:hover a {
     color: #333;
}

.box-informazioni > ul > li {}

.box-informazioni > ul > li + li {
     border-top: 1px solid #CCC;
}

.box-informazioni > ul > li > a {
     text-decoration: none;
     color: #333;
     padding-left: 10px;
}

.box-informazioni > ul > li ul:hover {
     color: #333;
}

.box-informazioni > ul > li a.active {
     font-weight: bold;
     padding-bottom: 5px;
}

.box-informazioni > ul > li a.active:hover {
     color: #FFF;
}

.box-informazioni > ul > li a.active + ul {
     display: block;
     padding: 3px 0;
     margin-top: 5px;
     background: #FFF;
     margin-bottom: -5px;
}

.box-informazioni > ul > li ul > li {
     padding: 2px 5px 2px 0px;
}

.box-informazioni > ul > li ul > li > a {
     text-decoration: none;
     display: block;
     padding-left: 10px;
     color: #999;
}

.box-informazioni > ul > li ul > li > a:hover {
     color: #F75D29;
}

.box-informazioni > ul > li ul > li > a.active {
     font-weight: bold;
     color: #F75D29;
}

.box-informazioni > ul > li ul > li.sub {
     color: #999;
}

.box-informazioni > ul > li ul > li.sub ul.sub2{
     padding: 3px 5px 2px 10px;
     margin: -2px -5px -2px -10px;
}

.box-informazioni > ul > li ul > li.sub ul.sub2 a{
     color: #999;
}

.box-informazioni > ul > li ul > li.sub a {
     color: #999;
}

.box-informazioni > ul > li ul > li.sub:hover {
     color: #333;
     padding: 2px 5px 2px 10px;
     background: #548CBC;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#548cbc', endColorstr='#3c6487',GradientType=0 );
}

.box-informazioni > ul > li ul > li.sub:hover a {
     color: #FFF;
}

.box-informazioni > ul > li ul > li ul > li {
     display: block;
     margin-left: -10px;
     margin-right: -5px;
     padding-left: 25px;
}

.box-informazioni > ul > li ul > li ul > li.subsub a {
     color: #999;
}
/* content */

#content .feedback {
     padding: 5px 10px 5px 10px;
     overflow: auto;
     margin-top: 10px;
     border: 1px solid #DDD;
     line-height: 1.7;
     background: #FFF;
}

#content .content {
     padding: 10px;
     padding-bottom: 30px;
     overflow: auto;
     margin-bottom: 20px;
     border: 1px solid #DDD;
     line-height: 1.7;
}

#content .titolo-information {
     color: #555;
     border-bottom: 1px solid #BBB;
     background: #F9F9F9;
     margin: -10px -10px 0px -10px;
     padding: 6px 10px;
     font-size: 18px;
     font-weight: bold;
     text-shadow: #DDD 1px 1px 2px;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}

#content .titolo-information .left {
     float: left;
     width: 40%;
     display: inline-block;
}

#content .titolo-information .right {
     float: right;
     width: 40%;
     display: inline-block;
}

#content .content-info-paragrafo {
     padding: 4px 5px 4px 20px;
     margin: 15px 0px 5px -10px;
     width: 370px;
     border: 1px solid #05A;
     border-left: 0px solid #DDD;
     font-weight: bold;
     font-size: 12px;
     color: #FFF;
     background: #2285ac;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2285ac', endColorstr='#29a4d1',GradientType=1 );
}

#content .content-info-paragrafo-grigio {
     padding: 4px 5px 4px 20px;
     margin: 15px 0px 5px -10px;
     width: 300px;
     border: 1px solid #777;
     border-left: 0px;
     font-weight: bold;
     font-size: 12px;
     color: #FFF;
     background: #7f7f7f;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7f7f', endColorstr='#cccccc',GradientType=1 );
}

#content .titolo {
     background: #F9F9F9;
     font-size: 29px;
     color: #555;
     margin: -10px -10px 10px -10px;
     padding: 5px 10px 5px 10px;
     border-bottom: 1px solid #DDD;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#eeeeee',GradientType=0 );
}

#content .sottotitolo {
     color: #AAA;
     font: Verdana;
     font-weight: normal;
}

#content .review {
     padding-top: 3px;
     margin-bottom: -5px;
}

#content .review-voto-intestazione {
     margin-left: -5px;
     border-bottom: 1px solid #DDD;
     padding: 0px 5px 5px 5px;
     font-weight: bold;
}

#content .review-voto {
     background: #FFF;
     border: 1px solid #DDD;
     -moz-box-shadow: 0px 0px 5px #DDD;
     -webkit-box-shadow: 0px 0px 5px #DDD;
     box-shadow: 0px 0px 5px #DDD;
     padding: 5px 0px 0px 5px;
     margin-bottom: 10px;
     line-height: 20px;
}

#content .offerta-prodotto {
     font-weight: bold;
     color: #222;
     text-align: center;
     margin-top: 2px;
     padding: 3px 8px 3px 8px;
     float: right;
     border: 1px solid #E5A800;
     -webkit-border-radius: 11px;
     -moz-border-radius: 11px;
     -khtml-border-radius: 11px;
     border-radius: 11px;
     background: #f7cf4c;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7cf4c', endColorstr='#e5a800',GradientType=0 );
}

#content .offerta-rosso {
     font-weight: bold;
     color: #FFF;
     text-align: center;
     height: 15px;
     padding: 1px 13px 3px 13px;
     float: right;
     margin-top: 24px;
     margin-right: -120px;
     background: #A22;
     border: 1px solid #922;
     -moz-box-shadow: 0px 0px 5px #922;
     -webkit-box-shadow: 0px 0px 5px #922;
     box-shadow: 0px 0px 5px #922;
}

#content .content-info {
     padding: 10px;
     margin-bottom: 10px;
     border: 1px solid #DDD;
     border-top: 0px;
     line-height: 1.5;
     background: #F9F9F9;
     text-align: justify;
     overflow: hidden;
}

#content .content-info-multi {
     padding: 10px;
     margin-bottom: 10px;
     border: 1px solid #CCC;
     line-height: 1.5;
     background: #F9F9F9;
     text-align: justify;
}

#content #due {
     margin-bottom: 37px;
}

#content .content-info-multi #commento {
     margin-top: 30px;
     font-weight: bold;
     text-align: left;
}

#content .content-info-multi span {
     text-decoration: underline;
}

#sinistro{
     float: left;
     width: 50%;
     display: inline-block;
}

#destro {
     float: left;
     width: 50%;
     display: inline-block;
}

#content .orario {
     color: #FFF;
     font-size: 13px;
     font-weight: bold;
     text-align: center;
     margin-bottom: 10px;
     padding: 5px 10px 5px 10px;
     border: 1px solid #282;
     background: #2A2;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00C400', endColorstr='#22aa22',GradientType=0 );
}

#content .contatti {
     padding: 5px 10px;
     background: #FFF;
     width: 278px;
     margin-right: 10px;
     border: 1px solid #DDD;
     -moz-box-shadow: 0px 0px 5px #DDD;
     -webkit-box-shadow: 0px 0px 5px #DDD;
     box-shadow: 0px 0px 5px #DDD;
     display: inline-block;
}

#content .contatti #titolo {
     border-bottom: 1px solid #DDD;
     padding: 5px 5px 5px 10px;
     font-weight: bold;
     margin: -5px -10px 10px -10px;
}

#content .qrcode {
     padding: 5px 10px;
     background: #FFF;
     width: 126px;
     margin-right: 5px;
     border: 1px solid #DDD;
     -moz-box-shadow: 0px 0px 5px #DDD;
     -webkit-box-shadow: 0px 0px 5px #DDD;
     box-shadow: 0px 0px 5px #DDD;
     display: inline-block;
}

#content .qrcode #titolo {
     text-align: center;
     border-bottom: 1px solid #DDD;
     padding: 5px 10px;
     font-weight: bold;
     margin: -5px -10px 10px -10px;
}

#content .lista {
     list-style-image: url('../image/lista.png');
}

#content .content .left {
     float: left;
     width: 49%;
}

#content .content .right {
     float: right;
     width: 49%;
}
/* category */

.category-info {
     overflow: auto;
     margin-bottom: 20px;
}

.category-info .image {
     float: left;
     padding: 5px;
     margin-right: 15px;
     border: 1px solid #E7E7E7;
}

.category-list {
     background-color: #F8F8F8;
     padding: 10px;
     border: 1px solid #DDD;
     line-height: 17px;
     background: #F9F9F9;
     text-align: left;
}

.category-list .contenitore {
     width: auto;
     overflow: auto;
     padding-bottom: 10px;
     border-bottom: 1px solid #DDD;
}

.category-list ul {
     margin: 0 10px 0 -40px;
     width: 25%;
     float: left;
}

.category-list .div a {
     text-decoration: none;
     font-weight: bold;
}
/* manufacturer */

.manufacturer-list {
     border: 1px solid #DBDEE1;
     padding: 5px;
     overflow: auto;
     margin-bottom: 20px;
}

.manufacturer-heading {
     background: #F8F8F8;
     font-size: 15px;
     font-weight: bold;
     padding: 5px 8px;
     margin-bottom: 6px;
}

.manufacturer-content {
     padding: 8px;
}

.manufacturer-list ul {
     float: left;
     width: 25%;
     margin: 0;
     padding: 0;
     list-style: none;
     margin-bottom: 10px;
}
/* product */

.product-filter {
     overflow: auto;
     margin-top: 10px;
}

.product-filter .comparazione {
     font-weight: bold;
     float: left;
     padding: 6px 15px 6px 10px;
     border: 1px solid #BBB;
     background: #FFF;
}

.product-filter .comparazione a {
     color: #333;
}

.product-filter .comparazione-attivo {
     margin-right: 15px;
     font-weight: bold;
     float: left;
     padding: 6px 15px 6px 10px;
     border: 1px solid #0BB;
}

.product-filter .comparazione-attivo a {
     color: #333;
}

.product-filter .display {
     margin-right: 15px;
     float: left;
     padding-top: 4px;
     color: #333;
}

.product-filter .display a {
     font-weight: bold;
}

.product-filter .sort {
     float: right;
     color: #333;
}

.product-filter .limit {
     margin-left: 15px;
     float: right;
     color: #333;
}

.product-compare {
     padding-top: 6px;
     margin-bottom: 25px;
     font-weight: bold;
}

.product-compare a {
     text-decoration: none;
     font-weight: bold;
}

.product-content-search {
     background: #F1F1F1;
     margin: 20px -10px 0 -10px;
     border-top: 1px solid #CCC;
     border-bottom: 1px solid #CCC;
     padding: 15px 10px;
}

.product-content {
     background: #F4F3F3;
     margin: 10px -10px 10px -10px;
     border-top: 1px solid #CCC;
     border-bottom: 1px solid #CCC;
     padding: 7px 8px 0px 8px;
}

.product-content .nessunrisultato {
     margin-bottom: 7px;
     border: 1px solid #CCC;
     background: #FFF;
     color: #666;
     font-weight: bold;
     padding: 10px;
     font-size: 14px;
     text-align: center;
}

.product-list > div {
     overflow: auto;
     margin-bottom: 7px;
     -webkit-border-radius: 15;
     -moz-border-radius: 15px;
     -khtml-border-radius: 15px;
     border-radius: 15px;
     border: 2px solid #CCC;
     background: #FFF;
}

.product-list > div:hover {
     border: 2px solid #28A0C3;
}

.product-list > div + div {}

.product-list .image {
     float: left;
     padding: 10px 10px 7px 10px;
}

.product-list .image img {
     border: 1px solid #DDD;
}

.product-list .image a:hover img {
     border: 1px solid #28A0C3;
}

.product-list .name-search colore{
     margin-right: 10px;
}

.product-list .name {
     display: inline-block;
     width: 450px;
     padding-top: 8px;
}

.product-list .name a {
     font-size: 15px;
     color: #222;
}

.product-list .name a:hover {
     color: #F75D29;
}

.product-list .name-search {
     display: inline-block;
     width: 650px;
     padding-top: 10px;
}

.product-list .name-search .colore{
     margin-right: 4px;
     display: inline;
}

.product-list .name-search a {
     font-size: 15px;
     color: #222;
}

.product-list .name-search a:hover {
     color: #F75D29;
}

.product-list .sub-title{
     color: #28A0C3;
     font-size: 12px;
}

.product-list .codicearticolo {
     color: #999;
     font-size: 12px;
}

.product-list .sconto {
     font-size: 12px;
     color: #333;
     padding: 0px 7px 0px 7px;
     border: 1px solid #E5A800;
     display: inline-block;
     margin-top: 3px;
     background: #f7cf4c;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7cf4c', endColorstr='#e5a800',GradientType=0 );
}

.product-list .ivainclusa {
     color: #999;
     font-size: 10px;
}

.product-list .rating {
     padding-top: 4px;
     color: #7B7B7B;
}

.product-list .price-search {
     display: inline-block;
     padding-top: 10px;
     right: 10px;
}

.product-list .price {
     text-align: right;
     float: right;
     font-size: 16px;
     color: #F75D29;
}

.product-list .price .up {
     min-width: 80px;
     float: right;
     font-weight: bold;
     line-height: 15px;
     font-size: 16px;
     margin-bottom: 7px;
     padding: 7px 10px 0px 15px;
     border-left: 1px solid #DDD;
     border-bottom: 1px solid #DDD;
     border-top: 0px solid #DDD;
     border-right: 0px solid #DDD;
     -webkit-border-radius: 0px 0px 0px 10px;
     -moz-border-radius: 0px 0px 0px 10px;
     -khtml-border-radius: 0px 0px 0px 10px;
     border-radius: 0px 10px 0px 10px;
}

.product-list .price .down{
     margin-top: -12px;
     padding-right: 10px;
     padding-top: 2px;
}

.product-list .price-new {
     color: #F75D29;
     font-weight: bold;
}

.product-list .add {
     display: block;
     float: right;
     padding: 2px 0px 2px 15px;
     margin-top: 8px;
     border-top: 1px solid #DDD;
     border-left: 1px solid #DDD;
     -webkit-border-radius: 15px 0px 0px 0px;
     -moz-border-radius: 15px 0px 0px 0px;
     -khtml-border-radius: 15px 0px 0px 0px;
     border-radius: 15px 0px 0px 0px;
}

.product-list .tabella-cds {
     width: 350px;
}

.product-list .add a {
     display: inline;
     color: #666;
}

.product-list .add-image a {
     display: inline;
     margin-right: 15px;
}

.product-list .add a:hover {
     color: #F75D29;
}
/* Product */
.product-info {
	margin-bottom: 10px;
}

.product-info .product-title {
height: 50px;
background: #F8F8F8;
background: -moz-linear-gradient(top, #F8F8F8 1%, #EEE 100%);
background: -webkit-linear-gradient(top, #F8F8F8 1%, #EEE 100%);
background: -o-linear-gradient(top, #F8F8F8 1%, #EEE 100%);
background: -ms-linear-gradient(top, #F8F8F8 1%, #EEE 100%);
background: linear-gradient(top, #F8F8F8 1%, #EEE 100%);
}

.product-info table, th, td {
        border: 0px solid black;
        padding: 0px;
        border-collapse: collapse;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 295px;
}
.product-info .image img {
        border: 1px solid #DDD;
	float: left;
	margin-bottom: 10px;
	padding: 0px;
	text-align: center;
}
.product-info .image a:hover img {
	border: 1px solid #28A0C3;
}
.product-info .image-additional {
	width: 285px;
	text-align: center;
	margin-left: -3px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #DDD;
}
.product-info .image-additional a {
	float: left;
	display: block;
        margin: 0px 0px 5px 3px;
}
.product-info .image-additional a:hover img {
	border: 1px solid #28A0C3;
}
.product-info .description {
	color: #444;
}
.product-info .description a {
	color: #444;
}
.product-info .description a:hover {
	color: #F75D29;
}
.product-info .description span {
	color: #28A0C3;
}
.product-info .description .price-up {
	font-size: 15px;
	font-weight: bold;
	color: #666;
        padding: 2px 0px 7px 10px;
        border-bottom: 1px solid #EEE;
}
.product-info .description .price-up .prezzo {
	font-size: 20px;
	color: #F75D29;
}
.product-info .description .price-down .left {
	float: left;
        display: inline;
	width: 100px;
}
.product-info .description .price-down .right {
        display: block;
	width: 400px;
}
.product-info .description .price-down-info {
        padding: 5px 0px 5px 10px;
        border-bottom: 1px solid #EEE;
    	font-weight: normal;
}
.product-info .description .price-down-info a {
    	font-weight: normal;
}
.product-info .description .price-down-info .supply {
        padding-left: 100px;
	color: #888;
}
.product-info .dettagli  {
	line-height: 20px;
        padding: 3px 10px 10px 10px;
	color: #28A0C3;
}
.product-info .dettagli a {
	color: #28A0C3;
}
.product-info .dettagli a:hover {
	color: #F75D29;
}
.product-info .dettagli span {
	color: #444;
}
.product-info .price .price-tax, .price .reward {
	font-size: 27px;
	font-weight: normal;
}
.product-info .price a {
	font-size: 27px;
	font-weight: normal;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .cart {
	padding: 12px 10px 10px 10px;
	line-height: 17px;
	color: #333;
        border: 1px solid #DDD;
	background: #F7F7F7;
        margin: 10px 0px 10px 0px;
	background: #f8f8f8;
	background: -moz-linear-gradient(top,  #f8f8f8 1%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f8f8f8), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top,  #f8f8f8 1%,#eeeeee 100%);
	background: -o-linear-gradient(top,  #f8f8f8 1%,#eeeeee 100%);
	background: -ms-linear-gradient(top,  #f8f8f8 1%,#eeeeee 100%);
	background: linear-gradient(top,  #f8f8f8 1%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#eeeeee',GradientType=0 );
}
.product-info .cart .prezzo {
	font-size: 15px;
	font-weight: bold;
	color: #333;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #999;
}
.product-info .cart .minimum {
	color: #999;
}
.product-info .opzioni {
        border: 1px solid #DDD;
	background: #F7F7F7;
        margin-bottom: 10px;
        padding: 10px;
}

.attribute {
     border-collapse: collapse;
     width: 100%;
     border-top: 1px solid #DDDDDD;
     border-left: 1px solid #DDDDDD;
     margin-bottom: 20px;
}

.attribute thead td, .attribute thead tr td:first-child {
     color: #000;
     font-size: 14px;
     font-weight: bold;
     background: #F7F7F7;
     text-align: left;
}

.attribute tr td:first-child {
     color: #000;
     font-weight: bold;
     text-align: right;
     width: 20%;
}

.attribute td {
     padding: 7px;
     color: #4D4D4D;
     text-align: center;
     vertical-align: top;
     border-right: 1px solid #DDDDDD;
     border-bottom: 1px solid #DDDDDD;
}

.compare-info {
     border-collapse: collapse;
     width: 100%;
     border-top: 1px solid #DDDDDD;
     border-left: 1px solid #DDDDDD;
     margin-bottom: 20px;
}

.compare-info thead td, .compare-info thead tr td:first-child {
     color: #000;
     font-size: 14px;
     font-weight: bold;
     background: #F7F7F7;
     text-align: left;
}

.compare-info tr td:first-child {
     color: #000;
     font-weight: bold;
     text-align: left;
}

.compare-info td {
     padding: 7px;
     width: 20%;
     color: #4D4D4D;
     text-align: center;
     vertical-align: top;
     border-right: 1px solid #DDDDDD;
     border-bottom: 1px solid #DDDDDD;
}

.compare-info .name a {
     font-weight: bold;
}

.compare-info .price-old {
     font-weight: bold;
     color: #777;
     text-decoration: line-through;
}

.compare-info .price-new {
     font-weight: bold;
     color: #F75D29;
}
/* wishlist */

.wishlist-product table {
     width: 100%;
     border-collapse: collapse;
     border-top: 1px solid #DDDDDD;
     border-left: 1px solid #DDDDDD;
     border-right: 1px solid #DDDDDD;
     margin-bottom: 20px;
}

.wishlist-product td {
     padding: 7px;
}

.wishlist-product thead td {
     color: #4D4D4D;
     font-weight: bold;
     background: #F7F7F7;
     border-bottom: 1px solid #DDDDDD;
}

.wishlist-product thead .remove, .wishlist-product thead .image, .wishlist-product thead .cart {
     text-align: center;
}

.wishlist-product thead .name, .wishlist-product thead .model, .wishlist-product thead .stock {
     text-align: left;
}

.wishlist-product thead .quantity, .wishlist-product thead .price, .wishlist-product thead .total {
     text-align: right;
}

.wishlist-product tbody td {
     vertical-align: top;
     border-bottom: 1px solid #DDDDDD;
}

.wishlist-product tbody .remove {
     vertical-align: middle;
}

.wishlist-product tbody .remove, .wishlist-product tbody .image, .wishlist-product tbody .cart {
     text-align: center;
}

.wishlist-product tbody .name, .wishlist-product tbody .model, .wishlist-product tbody .stock {
     text-align: left;
}

.wishlist-product tbody .quantity, .wishlist-product tbody .price, .wishlist-product tbody .total {
     text-align: right;
}

.wishlist-product tbody .price s {
     color: #F00;
}

.login-content {
     margin-top: -10px;
     overflow: auto;
}
/* orders */

.order-list {
     margin-bottom: 10px;
}

.order-list .order-id {
     width: 49%;
     float: left;
     margin-bottom: 2px;
}

.order-list .order-status {
     width: 49%;
     float: right;
     text-align: right;
     margin-bottom: 2px;
}

.order-list .order-content {
     padding: 10px 0px;
     display: inline-block;
     width: 100%;
     margin-bottom: 20px;
     border-top: 1px solid #DDD;
     border-bottom: 1px solid #DDD;
}

.order-list .order-content div {
     float: left;
     width: 33.3%;
}

.order-list .order-info {
     text-align: right;
}

.order-detail {
     background: #EFEFEF;
     font-weight: bold;
}
/* returns */

.return-list {
     margin-bottom: 10px;
}

.return-list .return-id {
     width: 49%;
     float: left;
     margin-bottom: 2px;
}

.return-list .return-status {
     width: 49%;
     float: right;
     text-align: right;
     margin-bottom: 2px;
}

.return-list .return-content {
     padding: 10px 0px;
     display: inline-block;
     width: 100%;
     margin-bottom: 20px;
     border-top: 1px solid #EEEEEE;
     border-bottom: 1px solid #EEEEEE;
}

.return-list .return-content div {
     float: left;
     width: 33.3%;
}

.return-list .return-info {
     text-align: right;
}

.return-product {
     overflow: auto;
     margin-bottom: 20px;
}

.return-name {
     float: left;
     width: 33.3%;
}

.return-model {
     float: left;
     width: 33.3%;
}

.return-quantity {
     float: left;
     width: 33.3%;
}

.return-detail {
     overflow: auto;
     margin-bottom: 20px;
}

.return-reason {
     float: left;
     width: 33.3%;
}

.return-opened {
     float: left;
     width: 33.3%;
}

.return-opened textarea {
     width: 99%;
     vertical-align: top;
}

.return-remove {
     float: left;
     width: 33.3%;
     padding-top: 90px;
     text-align: center;
     vertical-align: middle;
}

.return-additional {
     overflow: auto;
}

.return-comment {
     width: 99%;
}

.return-captcha {
     float: right;
     width: 49%;
}

.download-list {
     margin-bottom: 10px;
}

.download-list .download-id {
     width: 49%;
     float: left;
     margin-bottom: 2px;
}

.download-list .download-status {
     width: 49%;
     float: right;
     text-align: right;
     margin-bottom: 2px;
}

.download-list .download-content {
     padding: 10px 0px;
     display: inline-block;
     width: 100%;
     margin-bottom: 20px;
     border-top: 1px solid #EEEEEE;
     border-bottom: 1px solid #EEEEEE;
}

.download-list .download-content div {
     float: left;
     width: 33.3%;
}

.download-list .download-info {
     text-align: right;
}
/* cart */

#tabella table {
     width: 100%;
     margin: 10px 0 20px 0;
     border-collapse: collapse;
     border: 1px solid #CCC;
     border-bottom: 0;
}

#tabella .image img {
     border: 1px solid #CCC;
}

#tabella .image a:hover img {
     border: 1px solid #28A0C3;
}

#tabella td {
     padding: 7px;
}

#tabella thead td {
     color: #4D4D4D;
     font-weight: bold;
     background: #F7F7F7;
     border-bottom: 1px solid #CCC;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffad8', endColorstr='#fff4af',GradientType=0 );
}

#tabella thead .remove, #tabella thead .image {
     text-align: center;
}

#tabella thead .name, #tabella thead .model {
     text-align: left;
}

#tabella thead .quantity, #tabella thead .price, #tabella thead .total {
     text-align: right;
}

#tabella tbody td {
     vertical-align: top;
     border-bottom: 1px solid #CCC;
}

#tabella tbody .remove {
     vertical-align: middle;
}

#tabella tbody .remove, #tabella tbody .image {
     text-align: center;
}

#tabella tbody .name, #tabella tbody .model {
     text-align: left;
}

#tabella tbody .quantity, #tabella tbody .price, #tabella tbody .total {
     text-align: right;
}

#tabella tbody span.stock {
     color: #F00;
     font-weight: bold;
}

#tabella tbody span.stock2 {
     color: #666;
}

#sconto {
     color: #070;
     font-weight: bold;
}

#sconto-nobold {
     color: #070;
}
.cart-info table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .remove, .cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model {
	text-align: left;
}
.cart-info thead .quantity, .cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .remove {
	vertical-align: middle;
}
.cart-info tbody .remove, .cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model {
	text-align: left;
}
.cart-info tbody .quantity, .cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}

.cart-module .cart-heading {
     border: 1px solid #DBDEE1;
     padding: 8px 8px 8px 22px;
     font-weight: bold;
     font-size: 13px;
     color: #555;
     margin-bottom: 10px;
     cursor: pointer;
     background: #F8F8F8 url('../image/arrow-right.png') 10px 50% no-repeat;
}

.cart-module .active {
     background: #F8F8F8 url('../image/arrow-down.png') 7px 50% no-repeat;
}

.cart-module .cart-content {
     border: 1px solid #DDD;
     padding: 10px;
     display: none;
     overflow: auto;
     margin-bottom: 20px;
}

.cart-total {
     border-top: 1px solid #DDD;
     overflow: auto;
     padding-top: 8px;
     margin-bottom: 15px;
}

.cart-total table {
     float: right;
}

.cart-total td {
     padding: 3px;
     text-align: right;
}
/* checkout */

#importo-totale {
     float: right;
     color: #FFF;
     font-weight: bold;
     padding: 4px 7px 3px 7px;
     border: 1px solid #999;
     margin-top: -27px;
     text-align: right;
     background: #2285AC;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50A1BF', endColorstr='#2285AC',GradientType=0 );
}

#ordine-punti {
     color: #333;
     font-size: 15px;
     font-weight: bold;
     padding: 0 10px 10px 10px;
     border: 1px solid #DDD;
     display: inline-block;
     -moz-box-shadow: 0 0 5px #CCC;
     -webkit-box-shadow: 0 0 5px #CCC;
     box-shadow: 0 0 5px #CCC;
     margin: 16px 0 0 25px;
}

#ordine-punti #sconto{
     color: #FFF;
     font-size: 20px;
     font-weight: bold;
     width: 50px;
     padding: 1px 5px 0 5px;
     border: 1px solid #600;
     margin: -16px 0 0 -25px;
     background: -moz-linear-gradient(top, #E03E3E 0%, #A00 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E03E3E', endColorstr='#A00',GradientType=0 );
     -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
     -khtml-border-radius: 40px;
     border-radius: 40px;
     -moz-box-shadow: 0 0 1px 1px #BBB;
     -webkit-box-shadow: 0 0 1px 1px #BBB;
     box-shadow: 0 0 1px 1px #BBB;
}

#checkout-pagamento {
     background: #FFF;
     line-height: 1.2;
     -moz-box-shadow: 0px 0px 5px #CCC;
     -webkit-box-shadow: 0px 0px 5px #CCC;
     box-shadow: 0px 0px 5px #CCC;
     border: 1px solid #BBB;
     margin-bottom: 10px;
}

#checkout-pagamento-fine {
     padding: 10px;
     background: #FFF;
     line-height: 1.5;
     -moz-box-shadow: 0px 0px 5px #CCC;
     -webkit-box-shadow: 0px 0px 5px #CCC;
     box-shadow: 0px 0px 5px #CCC;
     border: 1px solid #BBB;
}

#checkout-pagamento .titolo {
     font-size: 13px;
     color: #333;
     border-bottom: 1px solid #BBB;
     padding: 3px 5px 3px 5px;
     background: #FFFACD;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffad8', endColorstr='#fff4af',GradientType=0 );
}

.checkout-heading {
     background: #F8F8F8;
     border: 1px solid #8E9B60;
     width: 350px;
     padding: 8px;
     font-weight: bold;
     font-size: 13px;
     color: #FFF;
     margin-bottom: 15px;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 );
}

.checkout-heading a {
     float: right;
     margin-top: 1px;
     font-weight: normal;
     text-decoration: none;
}

.checkout-content {
     display: none;
}

.checkout-content .buttons {
     clear: both;
}

.checkout-pagamento {
     padding-left: 10px;
     margin-top: 15px;
     margin-bottom: 25px;
}

.checkout-pagamento span {
     color: #666;
     text-decoration: underline;
}

.shipping {
     padding: 3px 5px 3px 20px;
     margin-left: -10px;
     margin-top: 15px;
     margin-bottom: 5px;
     border: 1px solid #777;
     border-left: 0px solid #DDD;
     background: #FFF;
     color: #FFF;
}

.checkout-product table {
     background: #FFF;
     width: 100%;
     border-collapse: collapse;
     margin-bottom: 10px;
     border: 1px solid #CCC;
     border-bottom: 0px;
     -moz-box-shadow: 0px 0px 5px #CCC;
     -webkit-box-shadow: 0px 0px 5px #CCC;
     box-shadow: 0px 0px 5px #CCC;
}

.checkout-product td {
     padding: 7px;
     line-height: 1;
}

.checkout-product thead td {
     color: #4D4D4D;
     font-weight: bold;
     border-bottom: 1px solid #CCC;
     background: #FFFAD8;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffad8', endColorstr='#fff4af',GradientType=0 );
}

.checkout-product thead .name, .checkout-product thead .model {
     text-align: left;
}

.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
     text-align: right;
}

.checkout-product tbody td {
     vertical-align: top;
     border-bottom: 1px solid #CCC;
}

.checkout-product tbody .name, .checkout-product tbody .model {
     text-align: left;
}

.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
     text-align: right;
}

.checkout-product tfoot td {
     text-align: right;
     border-bottom: 1px solid #CCC;
}

.contact-info {
     overflow: auto;
}

.contact-info .left {
     float: left;
     width: 48%;
}

.contact-info .right {
     float: left;
     width: 48%;
}

.sitemap-info {
     overflow: auto;
     margin-bottom: 40px;
}

.sitemap-info .left {
     float: left;
     width: 48%;
}

.sitemap-info .right {
     float: left;
     width: 48%;
}
/* footer */

#iconasocial {
     margin: 0px 5px 0px 10px;
     float: left;
}

#footertop {
     border: 1px solid #6A6A6A;
     height: 15px;
     background: url("/image/menubg.png");
}

#footer {
     -moz-box-shadow: 0px 0px 5px #CCC;
     -webkit-box-shadow: 0px 0px 5px #CCC;
     box-shadow: 0px 0px 5px #CCC;
     border: 1px solid #BBB;
     margin-bottom: 10px;
     color: #333;
     background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 40%, #e5e5e5 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 );
}

#footer table {
     line-height: 18px;
     border-collapse: collapse;
}

#footer td {
     padding: 3px 0 3px 5px;
}

#footer thead td {
     background: #E2E2E2;
     width: 163px;
     font-weight: bold;
     border-bottom: 1px solid #BBB;
     padding: 3px 5px;
}

#footer a {
     color: #333;
}

#footer a:hover {
     color: #F75D29;
}

#footertesto {
     color: #999;
     font-size: 11px;
     text-align: center;
     margin-bottom: 10px;
}

#footerimmagine-logo {
     margin: 10px 0;
     text-align: left;
     vertical-align: bottom;
     color: #666;
     font-size: 13px;
     border-right: 2px solid #DDD;
}

#footerimmagine-logo .testo {
     padding-left: 38px;
     color: #666;
     font-size: 13px;
}

#footer-inizio {
     background: #FFF;
     border-bottom: 1px solid #BBB;
     height: 10px;
     -webkit-box-shadow: 0px 0px 5px #BBB;
     -moz-box-shadow: 0px 0px 5px #BBB;
     box-shadow: 0px 0px 5px #BBB;
     margin-bottom: 10px;
}

#footer-fine {
     margin-top: 10px;
     color: #FFF;
     padding: 2px;
     text-align: center;
     background: #888;
     border: 1px solid #666;
     margin-bottom: -6px;
}

#footerimmagine {
     margin-top: 15px;
     margin-bottom: 10px;
     text-align: center;
}

#rgb {
     height: 5px;
     width: 1000px;
     margin: 12px 10px 5px -10px;
/*-webkit-box-shadow: 0px 3px 3px #DDD;
	box-shadow: 0px 3px 3px #DDD;*/
     background: url('/image/rgb.jpg') repeat-Y;
}
/* footer-wide */

#footer-wide {
     width: 1300px;
     margin-left: auto;
     margin-right: auto;
     text-align: left;
}
/* banner */

.banner div {
     text-align: center;
     width: 100%;
}

.banner div img {
     margin-bottom: 20px;
}
