/*categorie*/

.saycate {
    float: left;
    width: 260px;
    position: relative;}

.saycatespazio {
    float: left;
    width: 10px;
    position: relative;}

/* lista articoli */

#listaarticoli {
    float: left;
    width: 530px;
    position: relative;
    background-image: url('../../img/art_barra_vert.jpg');
    background-repeat: repeat-y;}

.boxarticolo {
    float: left;
    width: 250px;
    position: relative;}

.sayartcate {
    float: left;
    width: 250px;
    position: relative;
    color: #9E0E0D;
    font-weight: bold;}

.sayarticolo {
    float: left;
    width: 150px;
    position: relative;}

.sayarticolo a:link {color: #F5EFE1; background-color: #870200; text-decoration: none; font-weight: bold;}
.sayarticolo a:visited {color: #F5EFE1; background-color: #870200; text-decoration: none; font-weight: bold;}
.sayarticolo a:hover {color: #F5EFE1; background-color: #870200; cursor: pointer; text-decoration: none; font-weight: bold;}

.artprezzo {
    float: left;
    width: 100px;
    position: relative;
    color: #9E0E0D;
    font-style: italic;
    font-weight: bold;
    text-align: right;}

.artbarravert {
    float: left;
    width: 30px;
    position: relative;}

.artfoto {
    float: left;
    width: 100px;
    position: relative;
    padding-right: 10px;}

.artdescri {
    float: left;
    width: 140px;
    position: relative;}

.artdescritxt {
    float: left;
    width: 140px;
    min-height: 65px;
    color: #870200;
    position: relative;}

/* scheda articolo */

#schedaart {
    float: left;
    width: 530px;
    position: relative;}

#boxschedartdescri {
    float: left;
    width: 280px;
    position: relative;
    color: #870200;}

#schedaartcarrello {
    float: left;
    width: 140px;
    position: relative;
    text-align: right;}

.artprezzocarrello {
    float: left;
    width: 140px;
    position: relative;
    color: #9E0E0D;
    font-style: italic;
    font-weight: bold;
    text-align: right;}

/*gestione pagine*/

#gestpag01 {
    float: left;
    width: 130px;
    position: relative;
    clear: both;}

#gestpag02 {
    float: left;
    width: 400px;
    position: relative;
    text-align: right;}