/* Estils generals */


/*
    1 - Elements generals
    2 - Capçalera
    3 - Contenidor
    4 - Home Noticies i Activitats llistat
    5 - Llibres i Autors
    6 - Interior
    7 - Noticia detall
    ? - Footer
*/

/* 1 - Elements generals */

    body {
        font-size: 62.5%;
        font-family: arial, sans-serif;
        color: #666;
        background-color: #eee;
        margin: 0;
        padding: 0;
    }


    ul, li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    div, form {
        margin: 0;
        padding: 0;
    }

    a img {
        border: none;
    }

    a {
        color: #424242;
        text-decoration: underline;
    }

    h1{
        color: #424242;        
    }

    h2{
        color: #424242;
        font-size: 1.2em;
    }

    h3{
        color: #424242;
        font-size: 1.2em;
    }

    h4{
        color: #424242;
        font-size: 1.4em;
    }

    h5{
        color: #424242;
        font-size: 1.2em;
    }

    h6{
        color: #424242;
        font-size: 1.1em;
    }

    .hidden {
      height: 0;
      width: 0;
      overflow: hidden;
      position: absolute;
    }

    #super {
        width: 97em;
        margin: 0 auto 1.5em auto;
        overflow: hidden;
    }

    #super p.credits {
        text-align: right;
        width: 100%;
        padding: 0;
        margin: .3em 0;
    }

        #super p.credits a {
            text-decoration: underline !important;
        }

            #super p.credits a:hover {
                text-decoration: underline !important;
            }

    p strong {
        color: #424242;
    }

    .errors {
        color: red;
        margin: 1em auto;
    }

        .errors li {
            font-size: 1.1em;
        }

            .errors li em {
                font-weight: bold;
            }

    p.back {
        clear: both;
    }

        p.back a {
            font-size: .9em !important;
        }

    #content .MyPager .page_links {
        float: left;
    }

        #content .MyPager a.next,
        #content .MyPager a.previous {
            float: left;
        }

        #content .MyPager a.previous {
            margin-right: .8em;
        }

        #content .MyPager a.next {
            margin-left: .3em;
        }

/* 2 - Capçalera */

    #header {
        width: 100%;
        overflow: hidden;
        padding-bottom: .7em;
        font-size: 1.2em;
    }

        #header h1 {
            margin: 1em 0 0 0;
            padding: 0;
            float: left;
            display: block;
        }

        .contact-info {
            float: right;
            margin-top: .9em;
        }

            .contact-info address {
                font-style: normal;
            }

                .contact-info address span {
                    border-right: 1px solid #666;
                    padding-right: .8em;
                    padding-left: .8em;
                }

                    .contact-info address span.last {
                        border: none;
                        padding-right: 0;
                    }
        
        #header #languages {
            float: right;
            clear: right;
            margin-top: 1.5em;
        }

            #header #languages a {
                text-decoration: none;
            }

                #header #languages a:hover {
                    text-decoration: underline;
                }

        #header .search_form {
            float: right;
            clear: right;
            margin-top: 2.2em;
        }

            #header .search_form div {
                padding-left: 2.3em;
                background: url('/dau_resources/images/icons/search.gif') no-repeat 0 .1em;
            }

            #header .search_form div input.text {
                border: 1px solid #999;
                color: #666;
                padding: .2em;
                margin: 0 .5em 0 0;
                display: block;
                float: left;
            }

/* 3 - Contenidor */

    #contenidor {
        width: 100%;
        overflow: hidden;
        background-color: #fff;
        font-size: 1.2em;
        padding-bottom: 1.5em;
    }

    #contenidor iframe {
        width: 53em;
    }

    #contenidor p.dark-background {
        background-color: #414141;
        padding: .7em .8em .9em 1.5em;
    }

            #contenidor p.dark-background a {
                color: #fff;
                padding-left: 2.5em;
                background: url('/dau_resources/images/icons/book_black.gif') no-repeat 0 0;
            }

    #contenidor .newsletter {
        /*background-color: #F6F6F6;*/
        margin-top: 0;
        padding: .5em .7em .8em .7em;
        width: 95%;
        overflow: hidden;
        margin-bottom: 2em;
    }

            #contenidor .newsletter p.title {
                font-size: 1.2em;
                color: #424242;
                font-weight: bold;
                margin-bottom: 0;
                margin-top: 0;
            }
            
            #contenidor .newsletter p {
                color: #000;
                font-size: .9em;
                margin-top: .2em;
                padding-top: 0;
                margin-bottom: .3em;
            }

            #contenidor .newsletter form {
                margin-bottom: 1.5em;
                width: 100%;
                overflow: hidden;
            }

            #contenidor .newsletter form label {
                font-size: .8em;
                color: #424242;
            }

            #contenidor .newsletter form input.text {
                border: 1px solid #4B5876;
                padding: 3px;
                margin-top: 1px;
                float: left;
                font-size: .9em;
                color: #666;
                width: 13.5em;
            }

            #contenidor .newsletter form input.button {
                -moz-border-radius-bottomleft:2px;
                -moz-border-radius-bottomright:2px;
                -moz-border-radius-topleft:2px;
                -moz-border-radius-topright:2px;
                background-color:#666666;
                border-color:#818181 #4E4E4E #4E4E4E #818181;
                border-style:solid;
                border-width:2px;
                color:white;
                font-size:1em;
                font-weight:normal;
                margin-left:0.2em;
                padding:0 0 0.2em;
            }            

            #contenidor .newsletter a {
               text-decoration: none;
            }

            #contenidor .newsletter p.tinta-xinesa {
                font-size: 1.1em;
                color: #666;
            }

                #contenidor .newsletter p.tinta-xinesa a {
                    color: #000;
                    font-family: "Times New Roman"
                }

    #contenidor ul.links {
        margin-top: .7em;
        color: #424242;
    }

        #contenidor ul.links li {
            border-bottom: 1px solid #ccc;
            padding-bottom: .8em;
            padding-top: .8em;
            overflow: hidden;
            width: 100%;
        }

        #contenidor ul.links li img {
            float: left;
            margin-right: .7em;
        }

        #contenidor ul.links li.last {
         border: none;
        }

        #contenidor ul.links li span.small-text {
            font-size: .9em;
            color: #424242;
        }

        #contenidor ul.links li span.big-text {
            font-size: 1em;
            color: #666;
        }

    #contenidor #menu {
        width: 100%;
        margin: 0;
        padding: 0;
        height: 2.7em;
        overflow: hidden;
        background-color: #000000;
    }

        #menu ul {
            width: 100%;
            padding: 0;
            margin: .7em 0 0 0;
            overflow: hidden;
        }

            #menu ul li {
                font-size: 1.2em;
                float: left;
                border-right: 1px solid #fff;
                margin: 0 0 0 1em;
                padding: .1em 1em .1em 0;
                line-height: .9em;
            }

                #menu ul li a {
                    color: #fff;
                    text-decoration: none;
                }


    #content {
        float: left;
        width: 55.5em;
        overflow: hidden;
        margin-top: 3em;
    }

    #content h2 {
        font-size: 1.8em;
        margin-top: 0;

    }

    .wide {
        width: 77.5em !important;
        margin-left: 3em;
    }

    #content_right {
        margin-top: 3em;
        margin-right: 3em;
        width: 18em;
        float: right;
        overflow: hidden;
    }

        #content_right p {
            margin-top: 0;
        }
    
        #content_right p.special {
            font-weight: bolder;
            color: #424242;
            font-style: italic;
        }

        #content_right p.special span {            
            color: #ff0000;
            font-size: 1.2em;
        }

        #content_right #sayings {
            width: 100%;
            padding: 0;
            margin: 0 0 1.5em 0;
            height: 13.1em;
            overflow: hidden;
            background: #ccc url('/dau_resources/images/background-sayings-top-grey.gif') no-repeat top left;
        }

            #content_right #sayings ul {
                width: 100%;
                padding: 0;
                margin: 0;
                height: 11em;
                overflow:hidden;
            }

                 #content_right #sayings ul li {                     
                     margin: 0;
                     padding: 0;
                     height: 10.8em;
                     overflow: hidden;
                 }

            #content_right #sayings p.saying-text {
                color: #343434;
                padding: 1.5em .5em 0 2em;
                margin-bottom: .3em;
                font-weight: bold;
            }

            #content_right #sayings p.saying-author {
                color: #000;
                padding: 0 .5em 0 2em;
                font-size: .9em;
            }

            #content_right #sayings .bottom {
                width: 100%;
                padding: 0;
                margin: 0;
                overflow: hidden;
                background: #ccc url('/dau_resources/images/background-sayings-bottom-grey.gif') no-repeat bottom left;
            }

            #content_right #sayings p.saying-paginator {
                color: #000;
                float: right;
                margin-right: 1.5em;
                margin-bottom: 1em;
            }

            #content_right #sayings p.saying-paginator a {
                font-size: .9em;
                color: #000;
                margin: auto .3em;
                text-decoration: underline;
            }

    #main-books {
        margin-left: 3em;
        float: left;
    }

        #main-books .book-detail-home {
            width: 21em;
            overflow: hidden;
            float: left;
        }

            #main-books #last-block {
                margin-left: 5.5em;
            }

            #main-books .book-detail-home h2,
            #main-books .book-detail-home h3 {
                margin: .2em auto;
                padding: 0;
                font-size: 1.4em;
            }

                #main-books .book-detail-home h3 {
                    font-size: 1.2em;
                }

                #main-books .book-detail-home h2 a,
                #main-books .book-detail-home h3 a {
                    text-decoration: none;
                }

                #main-books .book-detail-home h2 a:hover,
                #main-books .book-detail-home h3 a:hover {
                    text-decoration: underline;
                }

            #main-books .book-detail-home h3 {
                font-weight: normal;
            }

            #main-books .book-detail-home p {
                padding-bottom: 0;
                margin-bottom: 0;
            }

    .page_links a {
        margin-right: .5em;
    }

        .page_links a.selected {
            text-decoration: none;
            font-weight: bold;
        }

/* 4 - Home Noticies i Activitats llistat */

    #content #news-activities-home {
            margin-left: 3em;
            margin-top: 1.5em;
            float: left;
            clear: left;
            width: 47.5em;
            overflow: hidden;
            margin-bottom: 1.5em;
        }

        #content #news-activities-home h2,
        #content_right h2 {
            background-color: #cccccc;
            font-size: .9em;
            color: #fff;
            font-weight: normal;
            margin-bottom: 0;
            padding-bottom: 0;
        }

           #content #news-activities-home h2 span,
           #content_right h2 span {
               background-color: #414141;
               padding: 0 .7em 0 .5em;
           }
        
        #news-list-container {}

            #news-list-container h2 {
                margin-bottom: 0;
                margin-left: 1.5em;
            }

            #news-list-container .Pager {
                float: right;
                margin-bottom: .3em;
            }

        #content #news-activities-home ul,
        #content #news-list {
            margin: 0;
            padding: 0;
            width: 100%;
            overflow: hidden;
        }

            #content #news-list {
                margin-bottom: .4em;
                width: 97%;
                margin-left: 3em;
            }
            
            #content #news-activities-home ul li,
            #content #news-list li {
                border-bottom: 1px solid #ccc;
                margin: 1.5em 0 0 0;
                padding: 0 0 1em 0;
                width: 100%;
                overflow: hidden;               
            }

            #content #news-list li {
                width: 97%;
            }

            #content #news-list li.first {
                border-top: 1px solid #ccc;
                padding-top: 1.5em;
                margin-top: .2em !important;
            }

                #content #news-activities-home ul li.last {
                    border: none;
                }

                #content #news-activities-home ul li p,
                #content #news-list li p {
                    margin-top: .8em;
                }

                    #content #news-activities-home ul li p span,
                    #content #news-list li p span {
                        font-size: .9em;
                        margin-left: .3em;
                    }

                #content #news-activities-home ul li p.date-origin,
                #content #news-list li p.date-origin {
                    font-size: .9em;
                    margin: 0;
                    padding: 0;
                }

                #content #news-activities-home ul li img,
                #content #news-list li img {
                    float: left;
                    margin: 0 1em 0 0;
                    padding: 0;
                }

                #content #news-activities-home ul li h3,
                #content #news-list li h3 {
                    font-size: 1em;
                    margin: .2em 0;
                    padding: 0;
                }

                    #content #news-activities-home ul li h3 a,
                    #content #news-list li h3 a {
                        text-decoration: none;
                    }

                    #content #news-activities-home ul li h3 a:hover,
                    #content #news-list li h3 a:hover {
                        text-decoration: underline;
                    }

                    #content #news-activities-home ul li h3 span {
                        font-weight: normal;
                    }

/* 5 - Llibres i Autors */

    #book-list {
        margin-left: 0;
        width: 100%;
        overflow: hidden;
    }

    #book-list .MyPager {
        float: right;
        margin-right: 4.5em;
    }

        #book-list ul {
            padding: 0;
            margin: 2em 0 0 0;
            width: 100%;
            overflow: hidden;
            float: left;
        }
    
        #book-list ul li {
            overflow: hidden;
            width: 34em;
            height: 23em;
            margin-bottom: 1em;
            float: left;
            margin-right: 4.5em;
        }

        #book-list ul li img {
            float: left;
            margin-right: 2.5em
        }

    #book-detail,
    #author-detail {
        margin-left: 3em;
        width: 52em;
        overflow: hidden;
    }

        #book-detail #book-info {
            width: 20.5em;
            float: left;
        }

            #book-detail #book-info p {
                font-size: .9em;
            }

                #book-detail #book-info p,
                #book-detail #book-info p strong {
                    color: #000;
                }

        #book-detail #book-info #book-info-details {
            width: 20em;
            overflow: hidden;
            color: #333;
            font-size: .9em;
            margin-top: 1em;
        }

            #book-detail #book-info #book-info-details ul li {
                margin: .1em auto;
            }

        #book-detail #book-info #price-container {
            margin: 2em 0 1em .5em;
            font-size: 1.1em;
        }

            #book-detail #book-info #price-container span {
                background: transparent url(/dau_resources/images/icons/buy_black.gif) no-repeat scroll 0 0.7em;
                padding: 1em 0 0.7em 2.6em;
                margin-right: .5em;
                color: #333;
                font-weight: bold;
            }

            #book-detail #book-info #price-container a {
                margin-left: 1em;
            }

        #book-detail #book-resume,
        #author-detail #author-resume {
            width: 31.5em;
            float: left;
        }
            
            #book-detail #book-resume h3,
            #book-list ul li h2 {
                font-weight: normal;
                margin: .1em 0 0 0;
            }

                #book-detail #book-resume h3 a {
                    text-decoration: none;
                }

                    #book-detail #book-resume h3 a:hover {
                        text-decoration: underline;
                    }

            #book-detail #book-resume h2,
            #author-detail #author-resume h3 {
                font-size: 1.9em;
                margin-top: 0;
                margin-bottom: 0;
            }

            #author-detail #author-resume h3 {
                font-size: 1.8em;
            }
            
            #book-list ul li h3 {
                font-size: 1.2em;
                margin-top: 0;
                margin-bottom: .2em;
            }

                #book-list ul li h3 a {
                    text-decoration: none;
                }

                    #book-list ul li h3 a:hover {
                        text-decoration: underline;
                    }

            #book-list ul li h4 {
                font-size: 1.1em;
                margin-top: .2em;
                margin-bottom: .3em;
                font-weight: normal;
            }

            #book-detail #book-resume p {
                color: #000;
                margin-top: 0;
            }

            #book-detail #book-resume p.synopsis-title {
                margin-top: 1.5em;
                margin-bottom: .3em;
                color: #424242;
            }

                #book-detail #book-resume .book-menu {
                    margin-top: 2em;
                    height: 2em;
                }

                #book-detail #book-resume .book-menu li {
                    display: inline;
                    border-left: 1px solid #424242;
                    margin-right: .3em;
                    padding-left: .4em;                   
                }

                    #book-detail #book-resume .book-menu li.fragment {
                        border: none;
                        padding-left: 2.7em;
                        padding-top: .4em;
                        padding-bottom: .4em;
                        background: url('/dau_resources/images/icons/fragment_black.gif') no-repeat 0 0;
                    }
        
        #author-news {
            margin-left: 3em;
            width: 52em;
        }

        #book-detail #book-resume p.highlighted,
        #content_right #book-author p.highlighted,
        #author-news p.highlighted,
        #interior p.highlighted {
            background-color: #cccccc;
            width: 100%;
            font-size: .9em;            
            font-weight: normal;
            margin-bottom: 0;
            padding-bottom: 0;
            margin-top: 1em;
            display: block;
            overflow: hidden;
        }

            #book-detail #book-resume p.highlighted span,
            #content_right #book-author p.highlighted span,
            #author-news p.highlighted span,
            #interior p.highlighted span{
               background-color: #414141;
               padding: 0 .7em 0 .5em;
               color: #fff;
               float: left;
            }
            
                #book-detail #book-resume p.highlighted a,
                #author-news p.highlighted a {
                    float: right;
                    margin-right: 1em;
                }

            #book-detail #book-resume ul.related_news li,
            #author-news ul.related_news li {
                border-bottom: 2px solid #ccc;
                margin: 1.5em 0 0 0;
                padding: 0 0 1em 0;
                width: 100%;
                overflow: hidden;           
            }

            #book-detail #book-resume ul.related_news li.last,
            #author-news ul.related_news li.last {
                border: none;
            }

            #book-detail #book-resume ul.related_news li p,
            #author-news ul.related_news li p {
                margin-top: .8em;
                color: #666;
            }
                
                 #book-detail #book-resume ul.related_news li p strong,
                 #author-news ul.related_news li p strong {
                    color: #666;
                }

            #book-detail #book-resume ul.related_news li p.date-origin,
            #author-news ul.related_news li p.date-origin {
                font-size: .9em;
                margin: 0;
                padding: 0;
            }

            #book-detail #book-resume ul.related_news li img,
            #author-news ul.related_news li img {
                float: left;
                margin: 0 1em 0 0;
                padding: 0;
            }

            #book-detail #book-resume ul.related_news li h4,
            #author-news ul.related_news li h4 {
                font-size: 1.1em;
                margin: .2em 0;
                padding: 0;
                font-weight: bold;
            }

                #book-detail #book-resume ul.related_news li h4 a,
                #author-news ul.related_news li h4 a {
                    text-decoration: none;
                }

                    #book-detail #book-resume ul.related_news li h4 a:hover,
                    #author-news ul.related_news li h4 a:hover {
                        text-decoration: underline;
                    }

                #book-detail #book-resume ul.related_news li h4 span,
                #author-news ul.related_news li h4 span {
                    font-weight: normal;
                }
    
        #book-detail #book-resume p.give-opinion {
            text-align: right;
            margin: 1.3em 0 1.4em 0;
            font-size: .9em;
            padding: .5em 3em .5em 0;
            background: url('/dau_resources/images/icons/opinion_black.gif') no-repeat 100% 0;
        }

        #book-detail #book-resume p.highlighted span.comments_ammount {
            color: #424242;
            float: right;
            background-color: #cccccc;
        }

        #book-detail #book-resume #comments-list {
            margin-top: 2em;
        }
        
        #book-comments-container {
            width: 100%;
            overflow: hidden;
        }

            #book-comments-container .Pager {
                float: left;
                clear: left;
                margin-top: .3em;
            }

            #book-comments-container a {
                text-decoration: none;
            }

                #book-comments-container a:hover {
                    text-decoration: underline;
                }

                #book-comments-container h3 {
                    margin-bottom: .2em;
                    font-size: 1.3em;
                }

                #book-comments-container h3,
                #book-comments-container h4 {
                    margin-top: 0;
                }

                #book-comments-container h4 {
                    font-size: 1.1em;
                    font-weight: normal;
                }

            #book-comments-container .book-image-comments {
                float: left;
                margin-right: 2em;
            }

            #book-comments-container .book-comments-list {
                float: left;
                width: 71%;
            }

            #book-comments-container .book-comments-list li {
                margin-top: 0;
            }

            #book-detail #book-resume #comments-list li p.comment-header,
            #book-comments-container .book-comments-list li p.comment-header {
                border-top: 2px solid #ccc;
                border-bottom: 1px solid #ccc;
                padding-top: .5em;
                padding-bottom: .5em;
                margin-bottom: .3em;
            }

                #book-detail #book-resume #comments-list li p.comment-header span,
                #book-comments-container .book-comments-list li p.comment-header span {
                    margin-right: .3em;
                    margin-left: .3em;
                    font-size: .9em;
                }

                    #book-detail #book-resume #comments-list li p.comment-header span.counter {
                        margin-left: 0;
                        font-size: 1em;
                    }

            #book-detail #book-resume #comments-list li p.comment-text {
                color: #666;
                margin-top: 0;
                padding-top: 0;
                margin-bottom: 1.7em;
            }
    

    #book-author,
    #author-book {
        width: 100%;
        overflow: hidden;
        background-color: #F6F6F6;
    }

        #book-author a,
        #author-book a {
            text-decoration: none;
        }

            #book-author a:hover,
            #author-book a:hover {
                text-decoration: underline;
            }

        #book-author ul,
        #book-author ul li,
        #author-book ul,
        #author-book ul li{
            width: 100%;
            overflow: hidden;
        }
            
            #book-author ul li,
            #author-book ul li {
                border-top: 1px solid #cccccc;
                padding-top: .4em;
            }

            #book-author ul li.first,
            #author-book ul li.first {
                border: none;
                padding-top: 0;
            }

        #book-author img,
        #author-book img {
            float: left;
            margin-top: .5em;
            margin-left: 1em;
            margin-right: .5em;
        }

        #book-author p.highlighted,
        #author-book p.highlighted {
            margin-top: 0 !important;
        }
        
        #book-author p.author_name,
        #author-book p.book_name {
            margin-top: .3em;
            margin-bottom: 0;
        }

        #book-author p.author_country_date,
        #author-detail p.author_country_date{
            color: #333;
            margin-top: .2em;
            padding-top: 0;
            font-size: .9em;
        }

        #book-author .description,
        #author-book .description {
            clear: left;
            float: left;
            margin-left: 1em;
            margin-right: 1em;
            margin-top: .5em;
        }

            #book-author .description p,
            #author-book .description {
                color: #333;
                font-size: .9em;
            }

            #author-book .description {
                padding-bottom: 1em;
            }


    #book-extra-info {
        width: 100%;
        overflow: hidden;
        background-color: #F6F6F6;
        padding-top: 1em;
        padding-bottom: 1em;
    }

        #book-extra-info a {
            text-decoration: none;
        }

            #book-extra-info a:hover {
                text-decoration: underline;
            }

        #book-extra-info ul {
            width: 92%;
            overflow: hidden;
            padding: 0 .5em;
            margin: 1em 0 0 .5em;
        }

            #book-extra-info ul li {
                padding-left: .7em;
                margin: .3em 0;
                font-size: .9em;
                background: url('/dau_resources/images/li.gif') no-repeat 0 .5em;
            }

                #book-extra-info ul li strong {
                    color: #424242;
                }
    
    #book-resume form {
        margin: 0;
        padding: 1em .5em 1em 1em;
        background-color: #cccccc;
        border-top: 2px solid #414141;
    }

        #book-resume form .fields {
            width: 100%;
            overflow: hidden;
            margin-bottom: 1.4em;
        }

        #book-resume form .fields div {
            width: 100%;
            overflow: hidden;
            margin-bottom: .3em;
        }

        #book-resume form label {
            color: #000;
            width: 8.5em;
            display: block;
            float: left;
        }

        #book-resume form input,
        #book-resume form textarea {
            border: 1px solid #b3bbce;
            float: left;
            font-size: 12px;
            font-family: Arial;
            padding: .2em;
            width: 13em;
        }

        #book-resume form textarea {
            height: 6em;
            width: 19em;
            overflow: hidden;
        }

        #book-resume form .buttons {
            text-align: right;
            margin-right: .8em;
        }

        #book-resume form .fields div.comment_text_field {

        }

        #book-resume form .fields div.captcha_text_field {
            width: 16em;
            float: left;
            overflow: hidden;
        }

        #book-resume form p.captcha-intro {
            width: 8.5em;
            float: left;
        }

            #book-resume form .fields div.captcha_text_field label {
                width: 8em;
                display: none;
            }

            #book-resume form .fields img {
                clear:left;
                float:left;
                margin-left:8.6em;
            }

    #author-detail #author-picture {
        float: left;
        margin-right: 1.5em;
    }

    #authors-list {
        padding: 0;
        margin: 0 0 0 3em;
        width: 94%;
        overflow: hidden;
    }

    #authors-list .MyPager {
        margin-bottom: 2em;
        float: right;
    }

        #authors-list ul {
            padding: 0;
            margin: 0;
            width: 100%;
            overflow: hidden;
        }

            #authors-list ul li a {
                text-decoration: none;
            }

                #authors-list ul li a:hover {
                    text-decoration: underline;
                }
        
            #authors-list ul li {
                overflow: hidden;
                width: 100%;
                margin-bottom: 3em;
            }

                #authors-list ul li h3 {
                    margin-top: 0;
                }

                #authors-list ul li img {
                    float: left;
                    margin-right: 2.5em
                }
            
            #authors-list .author-books-list {
                float: none;
                display: block;
                margin: 0;
                padding: 0;
                width: auto;
            }
            
                #authors-list .author-books-list li {
                    float: left;
                    display: block;                    
                    margin: 0;
                    padding: 0;
                }

    #content #collaborators-list {
        margin: .3em 0 .3em 2.8em;
        width: 95%;
        overflow: hidden;
        padding: 0;
    }

        #content #collaborators-list li.first {
            border-top: 1px solid #ccc;
        }

        #content #collaborators-list li {
            padding: 0 0 1em 0;
            border-bottom: 1px solid #ccc;
            float: left;
            margin: 0;
            width: 100%;
        }


/* 6 - Interior */

    #content #interior {
        float: left;
        width: 33.5em;
        margin-left: 2em;
    }

    #content .language_page {
        width: 53.5em !important;
    }

        #content #interior h2 {
            font-size: 1.8em;
            margin-top: 0;
            padding-top: 0;
        }

        #content #interior p {
            color: #333;
            margin-top: 0;
        }

        #content #interior .bottom-text {
            background-color: #F6F6F6;
            width: 100%;
            overflow: hidden;
        }

             #content #interior .bottom-text p {
                 margin: 1em .5em;
                 font-size: .9em;
             }

        #content #interior ul li {
            margin-bottom: 1em;
            padding-left: .7em;
            background: url('/dau_resources/images/li_general.gif') no-repeat 0 .5em;
        }

    #content .image-column-left {
        margin-left: 2em;
        float: left;
        width: 17.7em;
    }

    #content .image-column-left .left-text {
        float: left;
        font-size: 1em;
    }
 
/* 7 - Noticia detall */

    #content #piece-of-news-detail {
        margin-left: 3em;
        width: 95%;
        overflow: hidden;
    }
        
        #content #piece-of-news-detail img {
            float: left;
            margin-right: 1em;
            margin-bottom: 1em;
        }

        #content #piece-of-news-detail p.date-origin {
            margin-bottom: .5em;
            margin-top: 0;
        }

        #content #piece-of-news-detail h3 {
            margin-top: .1em;
            font-size: 1.5em;
        }
                

/* ? - Footer */
    
    #footer {
        font-size: 1.2em;
    }


/* Cistella
-----------------------------------------------------------------------------*/
#add_book_form {
    display: inline;
    font-size: 90%;
    margin-left: 0.5em;
}

.BasketView {
    margin-bottom: 1em;
}

.BasketView table {
    border-collapse: collapse;
    width: 100%;
}

.BasketView td,
.BasketView th {
    padding: 0.4em;
    padding-right: 1em;
    text-align: center;
}

.BasketView tr td {
    border-top: 1px solid rgb(204,204,204);
}

.BasketForm td {
    vertical-align: bottom;
}

.BasketView td.book_column {
    vertical-align: top;
}

.BasketView .book_column {
    text-align: left;
}

.BasketView .total_column {
    text-align: right;
}

.BasketView td.book_column .cover {
    float: left;
    margin-right: 2.5em;
}

.BasketView td.book_column .title {
    margin-bottom: 0.2em;
}

.BasketView td.book_column {
    font-size: 115%;
}

.BasketView td.actions_column .remove,
.BasketView td.actions_book_column .update{
    position: relative;
    top: 0.2em;
    font-size: 90%;
    border: none;
    background: none;
    padding: none;
    margin: 0;
    color: rgb(102,102,102);
    font-weight: normal
    width: 10px;;
    cursor: pointer;
}

.BasketView td.actions_column .remove span,
.BasketView td.actions_book_column .update span {
    text-decoration: underline;
}

.BasketView td.actions_book_column {
    padding-left: 0;
    width: 10px;
}

.BasketView td.book_column .title {
    font-weight: bold;
    color: rgb(64,74,100);
}

.BasketView td.option_column {
    text-align: left;
    padding-left: 7.5em;
    font-weight: bold;
}

.BasketView td.quantity_column input {
    width: 2.75em;
    padding-right: 0.25em;
    text-align: right;
    border: 1px solid rgb(153,153,153);
    font-size: inherit;
}

.BasketView .total {
    padding: 0.6em;
    padding-right: 1em;
    margin-top: 0.4em;
    margin-bottom: 2em;
    border-top: 1px solid rgb(204,204,204);
    background-color: rgb(238,238,238);
    text-align: right;
}

.BasketView .total_label,
.BasketView .total_value {
    font-weight: bold;
    color: black;
}

.BasketView .total_label {
    margin-right: 0.8em;
}

.BasketView #basket_link {
    float: left;
}

/* Resum de la compra
-----------------------------------------------------------------------------*/
#checkout_data_summary {
    width: 90%;
    overflow: hidden;
    margin-bottom: 0.5em;
}

#checkout_data_summary .data_block {
    float: left;
    margin-right: 5em;
}

#checkout_data_summary .data_block .title {
    font-weight: bold;
    margin-bottom: 0.8em;
}

#checkout_data_summary .data_block .field {
    margin-bottom: 0.5em;
}

#order_confirmation_form {
    width: 100%;
    margin-top: 3em;
    padding-top: 1em;
    border-top: 1px solid rgb(204,204,204);
    text-align: right;
}

/* Formularis
-----------------------------------------------------------------------------*/
.checkout_form .field {
    margin-left: 0.5em;
    clear: left;
    color: rgb(102,102,102);
}

.checkout_form fieldset {
    border: none;
    float: left;
    margin-bottom: 0.5em;
}

.checkout_form fieldset.delivery {
    margin-left: 5em;
}

.checkout_form legend {
    font-weight: bold;
    font-size: 110%;
}

    .checkout_form legend span {
        font-weight: normal;
    }

.checkout_form .field {
    margin-top: 0.5em;
}

.checkout_form label {
    width: 11em;
    display: block;
    float: left;
    padding-top: 0.2em;
}

#add_book_form button {
    display:;
}

.checkout_form .has_custom_delivery_address_field label,
.checkout_form .customer_type_field label,
.checkout_form .delivery_outside_eu_field label {
    width: auto;
    display: inline;
    float: none;
}

.checkout_form .delivery_address_field label,
.checkout_form .delivery_postal_code_field label,
.checkout_form .delivery_town_field label,
.checkout_form .delivery_country_field label {
    padding-left: 3em;
    width: 8em;
}

.checkout_form .customer_type_field,
.checkout_form .has_custom_delivery_address_field {
    padding: 0;
    height: 1.75em;
}

.checkout_form .customer_type_field .RadioSelector div {
    float: left;
    margin-right: 1em;
}

.checkout_form .field_instance-TextBox input {
    border: 1px solid rgb(153,153,153);
}

.checkout_form .field_instance-RadioSelector input,
.checkout_form .field_instance-CheckBox input,
.checkout_form .field_instance-CheckList input {
    position: relative;
    top: 0.2em;
    margin: 0;
    padding: 0;
    margin-right: 0.4em;
}

.checkout_form .required_fields_legend {
    margin-top: 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid rgb(204,204,204);
    clear: both;
}

.checkout_form .buttons {
    clear: both;
    margin-top: 0.8em;
    text-align: right;
}

#general_conditions {
    padding: 0.5em;
    background-color: #eee;
}

    #general_conditions p {
        font-size: .9em;
        margin: .3em auto;
    }

/* Buttons
-----------------------------------------------------------------------------*/
button,
#basket_buttons input {
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-topright:3px;
    background-color:#666666;
    border-color:#818181 #4E4E4E #4E4E4E #818181;    
    border-style:solid;
    border-width:2px;
    color:white;
    font-size:inherit;
    font-weight:bold;
    padding:0.1em 0.2em 0.4em;
    
}

button.back,
#basket_buttons input.back {
    font-size: normal;
    border-left-color: rgb(129,129,129);
    border-top-color: rgb(129,129,129);
    border-right-color: rgb(78,78,78);
    border-bottom-color: rgb(78,78,78);
    background-color: rgb(102,102,102);
    margin-right: 1.2em;
}

#basket_buttons {
    text-align: right;
}

