﻿html {
    font-family: Arial, sans-serif;
}

body {
    font-size: 0.88em !important; /* 14px */
    font-size: 14px; /* ie6 */
    color: #682c14;
}

strong {
    font-weight: bold;
}

:focus {
    outline: none;
}

#swf {
    background: transparent no-repeat center center;
}

#swf .alternate {
    width: 100%;
    height: 100%;
    font-size: 1.3em;
    background: url(../images/preloader/mask.png) no-repeat center center;
    position: relative;
}

    #swf .alternate .text {
        width: 400px;
        height: 120px;
        position: absolute;
        top: 50%;
        margin-top: -60px;
        left: 50%;
        margin-left: -200px;
    }

    #swf .alternate .text img {
        margin-top: 10px;
    }

#menu {
    clear: both;
    /*
    color: #6b321f;
    background: #fff url(../images/menu/cloud.png) no-repeat scroll center top;
    */
    color: #fff;
    background: #230100;
}

    #menu .wrapper {
        width: 990px;
        height: 100px;
        position: relative;
        top: 0;
        left: 50%;
        margin-left: -480px;
    }
    
    #logo_pds {
        /*margin-left: 51px;*/
        margin-top: 6px;
        z-index: 99;
    }
    
    .outside {
        position: absolute;
        left: -9999999px;
    }
    
    #menu .entries {
        position: absolute;
        top: 36px;
        height: 37px;
        left: 185px;
    }
    
        #menu .entries .entry {
            position: relative;
            float: left;
            z-index: 1;
            background: transparent none no-repeat scroll center top;
            padding: 10px 15px;
            height: 17px;
        }
        
        #menu .entries .last {
            margin-right: 0px;
        }
        
            #menu .entries .entry a img {
                padding: 0 10px;
                float: left;
            }
            
            #menu .entries .tooltip {
                z-index: -1;
                position: absolute;
                bottom: -20px;
                left: 50%;
                margin-left: -87px;
                opacity: 0;
                filter:alpha(opacity=0);
            }
            
    #menu .profile_links {
        position: absolute;
        top: 9px;
        right: 18px;
        line-height: 0.71em;
    }
    
        #menu .profile_links .link {
            float: left;
        }
        
        #menu .profile_links .sep {
            margin-right: 5px;
            padding-right: 5px;
            border-right: 1px solid #9F4624;
        }
            
            #menu .profile_links .link a {
                /*color: #7e7c7c;*/
                color: #fff;
                text-decoration: none;
                font-size: 0.71em;
            }
                #menu .profile_links .link a:hover {
                    text-decoration: underline;
                }
                
#header {
    clear: both;
    background: #240201 url("../images/pattern_cacao_bottom_2.png") repeat-x scroll center bottom;
    color: #fff;
    padding-bottom: 30px;
    text-align: center;
}

    #header .wrapper {
        
    }

#submenu {
    padding-top: 10px;
    width: 924px;
    position: relative;
    left: 50%;
    margin-left: -462px;
}

    #submenu .entries {
        overflow: auto;
        margin-bottom: 10px;
    }
    
        #submenu .entries .entry {
            float: left;
            position: relative;
            z-index: 1;
            background: transparent none no-repeat scroll center center;
            margin-right: 15px;
        }
        
        #submenu .entries .entry a {
            font-size: 1.5em;
            font-weight: bold;
            color: #999999;
            text-decoration: none;
        }
        
        #submenu .entries .entry a:hover {
            color: rgb(204, 102, 51);
        }
        
        #submenu .entries .selected a {
            color: rgb(102, 51, 51);
        }
        
        #submenu .entries .selected a:hover {
            color: rgb(102, 51, 51);
        }
    

#content {
    /*overflow: auto;*/
}

    #content .wrapper {
        width: 950px;
        margin: auto;
        position: relative;
        left: 50%;
        margin-left: -462px;
    }
    
    #content .content_title {
        /*background: url('../images/fan_di_stelle/childs/download.png') no-repeat scroll top left;
                padding-left: 87px;*/
        /*height: 67px;
                line-height: 67px;*/
        margin: 15px 0 15px;
        font-size: 1.5em;
        font-weight: bold;
        text-transform: uppercase;
        color: #682c14;
    }
    
    
    #content .description {
        margin: 0 0 25px;
    }
    
    
    
#cta {
    clear: both;
    /*margin: 20px 0;*/
}
    #cta .wrapper {
        width: 932px;
        position: relative;
        left: 50%;
        margin-left: -462px;
        /*padding: 20px 0 30px 0;*/
    }
    
.box_winners {
    position: relative;
}	

    .box_winners .text {
        position: absolute;
        left: 315px;
        top: 65px;
        right: 40px;
    }
    
    .box_winners ul {
        margin-top: 15px;
    }
    
    .box_winners li {
        padding: 5px 0 5px 20px;
        line-height:20px;
        border-bottom: 1px solid #cdcdcd;
        background: url('../images/fan_di_stelle/childs/star.png') no-repeat scroll left 10px;
    }
    
    .box_winners .last {
        border-bottom: 0px none;
    }
    
    .box_winners .name {
        font-weight: bold;
        font-style: italic;	
        display: block;
    }
    
.box_cta {
    position: relative;
}	
    
    .box_cta .text {
        position: absolute;
        top: 170px;
        left: 27px;
        right: 30px;
        color: rgb(102, 51, 51);
        text-decoration: none;
    }
    
        .box_cta .text p a {
            color: rgb(102, 51, 51);
            text-decoration: none;
        }
        
    .box_cta .title {
        margin-bottom: 5px;
    }
    
        .box_cta .title a {
            font-weight: bold;
            color: rgb(204, 102, 51);
            text-decoration: none;
        }
        
    .big-pack .text {
        left: 300px;
        top: 80px;
        color: #6b321f;
    }
    
        .big-pack .text p {
            margin-bottom: 10px;			
        }
    
        .big-pack .text a {
            color: #ae7762;
            text-decoration: none;
        }
        
        .big-pack .text a:hover {
            text-decoration: underline;
        }
        
    .big-pack-end .text {
        left: 300px;
        top: 65px;
        color: #6b321f;
    }
    
        .big-pack-end h1 {
            color: #d36633;
            font-weight: bold;
        }
    
        .big-pack-end .text p {
            margin-bottom: 10px;			
        }
    
        .big-pack-end .text a {
            color: #ae7762;
            text-decoration: none;
        }
        
        .big-pack-end .text a:hover {
            text-decoration: underline;
        }
        
    .big-poesie {
        margin-top: 6px;
        position: relative;
    }
    
        .big-poesie .text {
            position: absolute;
            left: 400px;
            right: 30px;
            top: 85px;
            font-size: 130%;
        }
    
        
    
#footer {
    clear: both;
    height: 82px;
    background: url("../images/footer_pattern.png") repeat-x left bottom;
}

    #footer .wrapper {
        font-size: 0.71em;
        color: #fff;
        text-align: center;
        
        position: relative;
        left: 50%;
        margin-left: -475px;
        
        overflow: auto;
        
        width: 950px;
        padding-top: 37px;
        line-height: 45px;
        background: url("../images/footer.png") repeat-x center bottom;
    }
    
    #footer a {
        color: #fff;
        text-decoration: none;
    }
    
    #footer a:hover {
        text-decoration: underline;
    }
    
.column {
    width: 298px;
    float: left;
    margin-left: 18px;
    position: relative;
    top: 0;
    left: 0;
}

    .colnews {        
		width:609px;
        margin-right: 20px;
    }
    
    .medium {
        width: 500px;
        margin-right: 104px;
    }

    .big {
        width: 604px;
    }
    
    .first {
        margin-left: 0;
    }
    
    
#content.novita .news {
    margin-bottom: 25px;
    color: rgb(102, 51, 51);
    /*padding-bottom: 15px;*/
    /*background: url("../images/novita/riga.png") no-repeat bottom left;*/
}

    #content.novita .news .title {
        font-size: 1.5em;
        font-weight: bold;
        /*text-transform: uppercase;*/		
    }
    
        #content.novita .news .title a {
            color: #682c14;		
            text-decoration: none;
        }
        
        #content.novita .news .title a:hover {
            color: rgb(204, 102, 51);
        }
    
    #content.novita .news .date {
        display: block;
        margin-top: 5px;
        margin-bottom: 15px;
        font-style: italic;
        /*font-size: 80%;*/
    }	
        
    #content.novita .screen {
        display: block;
        margin: 10px 0;
    }
    
    #content.novita .news a {
        color: #999;
    }
        
    #content.novita .news a:hover {
        color: rgb(174, 119, 98);
    }
    
    #content.novita .news p {
        margin-bottom: 10px;
    }
    
    #content.novita .news .comment_count {
        font-style: italic;	    
        line-height: 2em;
        /*font-size: 80%;*/
        padding-left: 15px;
        background: url('../images/fan_di_stelle/childs/star.png') no-repeat scroll left center;
    }
    
    #content.novita .comments {
        
    }
    
        #content.novita .comments .comment {
            margin: 5px 0 10px;
        }
        
            #content.novita .comments .comment .author {
                font-weight: bold;
                color: #682c14;		
            }
            
            #content.novita .comments .comment .date {
                display: block;
                font-style: italic;
                font-size: 80%;
            }
            
        #content.novita .comment_form_title {
            font-size: 1.2em;
            font-weight: bold;
            color: #682c14;	
            line-height: 1.6em;
        }	
        
        #content.novita .comment_form {  
            overflow: hidden;          
            background: url("../images/novita/form_bg.png") no-repeat top left;
            width: 555px;
            height: 447px;
            position: relative;
        }	
        
            #content.novita .comment_form .errorlist {
                float: left;
                margin-left: 32%;
                font-size: 80%;
                color: red;
                padding: 0;
            }
        
            #content.novita .comment_form ul {
                padding: 20px;
            }

                #content.novita .comment_form li {
                    padding: 3px 0;
                }
        
            #content.novita .comment_form label {            
                float: left;
                width: 30%;
                margin-right: 2%;
            }
            
            #content.novita .comment_form input, #content.novita .comment_form textarea {
                width: 65%;
                padding: 5px;
            }
            
            #content.novita .comment_form .error input, #content.novita .comment_form .error textarea {
                border: 1px solid red;
            }
            
            #content.novita .comment_form .submit {
                text-align: right;
            }
            
                #content.novita .comment_form .submit input {
                    width: auto;
                }
    
    #content.novita .others {
        margin-bottom: 30px;
    }
    
        #content.novita .others h3 {
            padding-left: 15px;
            margin-bottom: 20px;
            font-size: 1.5em;
            font-weight: bold;
            color: #682c14;
        }
        
        #content.novita .others .link {
            font-size: 0.8em;
        }
        
    #content.novita .pagination .page {
        float: left;
        margin-right: 10px;
        padding-bottom: 10px;
    }
    
        #content.novita .pagination .page a {
            text-decoration: none;
            color: #682c14;
        }
        
        #content.novita .pagination .selected {
            font-weight: bold;
        }
        
    
#product {
    margin-top: 10px;
}		
    
#product .title {
    position: absolute;		
    left: 25px;
    top: 25px;
    margin: 0;
}

#product .text {
    width: 270px;
    position: absolute;
    top: 140px;
    left: 25px;
    color: rgb(102, 51, 51);
}

    #product .text h4 {		
        color: rgb(204, 102, 51);
        margin-bottom: 15px;
        font-weight: bold;
    }

    

.biscotti {
    background: url('../images/prodotti/bg-biscotti.png') no-repeat scroll top left;
    width: 924px;
    height: 456px;
    position: relative;
    margin-bottom: 20px;
}

    .biscotti p {
        margin-bottom: 10px;
    }

    .biscotti .title {
        position: absolute;		
        left: 30px;
        top: 25px;
    }
    
    .biscotti .title_image {
        position: absolute;
        right: -10px;
        top: -25px;
    }
    
    .biscotti .text {
        width: 270px;
        position: absolute;
        top: 140px;
        left: 25px;
        color: rgb(102, 51, 51);
    }
        
    .biscotti .info {
        position: absolute;
        left: 330px;
        top: 65px;
    }
    
    .biscotti .slogan {
        position: absolute;
        left: 630px;
        top: 125px;
    }
    
    .biscotti .pack {
        position: absolute;
        bottom: -20px;
        right: -10px;
    }
    
    
.cereali {
    background: url('../images/prodotti/bg-cereali.png') no-repeat scroll top left;
    width: 924px;
    height: 483px;
    position: relative;
    margin-bottom: 20px;
}

    .cereali p {
        margin-bottom: 10px;
    }

    .cereali .title_image {
        position: absolute;
        right: -5px;
        top: -35px;
    }
    
    .cereali .info {
        position: absolute;
        left: 335px;
        top: 95px;
    }
    
    .cereali .slogan {
        position: absolute;
        left: 635px;
        top: 134px;
    }
    
    .cereali .pack {
        position: absolute;
        bottom: -20px;
        right: -10px;
    }
    
.merende {
    background: url('../images/prodotti/bg-merende.png') no-repeat scroll top left;
    width: 924px;
    height: 626px;
    position: relative;
    margin-bottom: 20px;
}

    .merende p {
        margin-bottom: 10px;
    }

    .merende .title_image {
        position: absolute;
        right: 0px;
        top: 5px;
    }
    .merende .info {
        position: absolute;
        left: 318px;
        top: 185px;
    }
    
    .merende .slogan {
        position: absolute;
        left: 668px;
        top: 208px;
    }
    
    .merende .pack {
        position: absolute;
        bottom: 60px;
        right: 0px;
    }
    
.torta {
    background: url('../images/prodotti/bg-torta.png') no-repeat scroll top left;
    width: 924px;
    height: 533px;
    position: relative;
    margin-bottom: 20px;
}

    .torta p {
        margin-bottom: 10px;
    }

    .torta .title_image {
        position: absolute;
        right: -10px;
        top: 10px;
    }
    .torta .info {
        position: absolute;
        left: 295px;
        top: 30px;
    }
    
    .torta .slogan {
        position: absolute;
        left: 630px;
        top: 144px;
    }
    
    .torta .pack {
        position: absolute;
        bottom: -5px;
        right: 0px;
    }
    
.fan_di_stelle .topimg {
    text-align: center;
}

    .fan_di_stelle p {
        line-height: 120%;
        color: rgb(102, 51, 51);
    }
    
    .fan_di_stelle a {
        color: rgb(102, 51, 51);
    }
    
    .fan_di_stelle a:hover {
        color: rgb(204, 102, 51);
    }

    .fanbox {
        width: 100%;
        margin: 0 0 15px;
        position: relative;
        top: 0;
        left: 0;
    }
    
    .fanbox .button, .fanbox .comingsoon {
        position: absolute;
        bottom: 30px;
        right: 50px;
    }
    
    .box_emoticon .em1 {
        position: absolute;
        left: 20px;
        bottom: 60px;
    }
    
    .box_emoticon .em2 {
        position: absolute;
        left: 60px;
        bottom: 30px;
    }
    
    .box_emoticon .em3 {
        position: absolute;
        left: 120px;
        bottom: 70px;
    }
    
    .fan_di_stelle .title_iphone {
        background: url('../images/fan_di_stelle/iphone/icona.png') no-repeat scroll top left;
        margin-top: 15px;
        padding-left: 60px;
        height: 40px;
        line-height: 40px;
        font-size: 1.5em;
        font-weight: bold;
        color: #682c14;
    }
    
    .fan_di_stelle .appstore {
        /*background: url('../images/fan_di_stelle/iphone/appstore.png') no-repeat scroll top left;*/
        padding-left: 60px;
        padding-top: 10px;
        min-height: 80px;
        height: auto !important;
        height: 80px;
    }
    
    .fan_di_stelle .comingsoon_iphone {
        margin-top: 60px;
    }
    
    .fan_di_stelle .preview {
        display: block;
        margin: 15px 0;
    }
    
    .fan_di_stelle .text {
        margin-top: 15px;
        color: rgb(102, 51, 51);
    }
    
        .fan_di_stelle .text p {
            margin-bottom: 10px;
        }
        
        .fan_di_stelle .disclaimer {
            font-style: italic;
            font-size: 0.81em;
        }
    
    .fan_di_stelle .others {
        margin-top: 25px;
    }
    
    .others .link {
        padding-left: 15px;
    }
    
    .others a {
        font-size: 1.5em;
        font-weight: bold;
        color: #999999;
        text-decoration: none;        
    }
        
        .others a:hover {
            color: rgb(204, 102, 51);
        }
        
        .others .selected a {
            color: rgb(102, 51, 51);
        }
        
        .others .selected a:hover {
            color: rgb(102, 51, 51);
        }
        
        .others .selected {
            background: url('../images/fan_di_stelle/childs/star.png') no-repeat scroll left center;
        }	
        
    .papertoy {
        background: url('../images/fan_di_stelle/papertoys/frame.png') no-repeat scroll top left;
        width: 293px;
        height: 402px;
        padding-top: 5px;
        position: relative;
        margin: 15px 0;
    }
    
    .papertoy .name {
        position: absolute;
        top: 205px;
        left: 25px;
        right: 25px;
        font-size: 1.49em;
        font-weight: bold;
        text-transform: uppercase;
        color: #682c14;
    }
    
    .papertoy .desc {
        position: absolute;
        top: 235px;
        left: 25px;
        right: 25px;
        color: rgb(102, 51, 51);
    }
    
    .papertoy .desc_coming {
        position: absolute;
        top: 265px;
        left: 25px;
        right: 25px;
        color: rgb(102, 51, 51);
    }
    
    .papertoy .diff {
        position: absolute;
        top: 285px;
        left: 25px;
        right: 25px;
        height: 22px;
        line-height: 22px;
        color: #6b321f;
        font-size: 0.86em;
    }
    
    .papertoy .button {
        position: absolute;
        bottom: 25px;
        left: 25px;
        
    }
        
        
    
#background {
    width: 100%;
    overflow: auto;
}
    
#background.prodotti {
    background: url(../images/prodotti/bg.png) no-repeat center bottom;
}

#background.stellario {
    background: url(../images/stellario/bg.png) no-repeat center bottom;
}

#background.novita {
    padding-top: 15px;
    /*background: url(../images/novita/bg.png) no-repeat center bottom;*/
}

#background.poesie {
    background: url(../images/poesie/bg.png) no-repeat center bottom;
}

#background.fan_di_stelle {
    background: url(../images/fan_di_stelle/bg.png) no-repeat center bottom;
    padding-bottom: 25px;
}

#background.pack_designer {
    background: url(../images/pack_designer/bg.png) no-repeat center bottom;
}

.big-stellario-1 {

}
    
.big-stellario-2 {	
    clear: both;
    padding-top: 15px;
    position: relative;
    overflow: auto;
    width: 100%;
}

    .big-stellario-2 .text {
        position: absolute;
        top: 80px;
        left: 25px;
        right: 35px;
    }

    .big-stellario-2 .classifica {
        float: left;
        width: 248px;
    }
    
        .big-stellario-2 .classifica .entry {
            height: 50px;
            line-height: 50px;
            border-bottom: 1px dashed #c8c8c8;
            position: relative;
            padding-left: 30px;
        }
        
        .big-stellario-2 .classifica .last {
            border-bottom: 0px none;
        }
        
        .big-stellario-2 .right {
            margin-left: 50px;
        }
        
        .big-stellario-2 .votes {
            position: absolute;
            top: 0;
            right: 0;
            width: 40px;
            padding-right: 20px;
            text-align: right;
            background: url(../images/stellario/stellina.png) no-repeat right center;
        }
        
        .big-stellario-2 a {
            color: #682c14;
        }
        
        .big-stellario-2 a:hover {
            color: #cc6633;
        }
        
        .big-stellario-2 .p1 { background: url(../images/stellario/list/1.png) no-repeat left center; }
        .big-stellario-2 .p2 { background: url(../images/stellario/list/2.png) no-repeat left center; }
        .big-stellario-2 .p3 { background: url(../images/stellario/list/3.png) no-repeat left center; }
        .big-stellario-2 .p4 { background: url(../images/stellario/list/4.png) no-repeat left center; }
        .big-stellario-2 .p5 { background: url(../images/stellario/list/5.png) no-repeat left center; }
        .big-stellario-2 .p6 { background: url(../images/stellario/list/6.png) no-repeat left center; }
        .big-stellario-2 .p7 { background: url(../images/stellario/list/7.png) no-repeat left center; }
        .big-stellario-2 .p8 { background: url(../images/stellario/list/8.png) no-repeat left center; }
        .big-stellario-2 .p9 { background: url(../images/stellario/list/9.png) no-repeat left center; }
        .big-stellario-2 .p10 { background: url(../images/stellario/list/10.png) no-repeat left center; }

.form-stellario .text {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
}

    .form-stellario .title {
        font-weight: bold;
        color: #9e4624;
        margin-bottom: 10px;
    }
    
    .form-stellario dl {
        margin-top: 30px;
    }
    
    .form-stellario .label {
        width: 65px;
        float: left;
    }
    
    .form-stellario .field, .form-stellario .errors {
        margin-left: 65px;
    }
    
    .form-stellario .field input {
        background: url(../images/stellario/field.png) no-repeat center center;
        padding: 2px 7px;
        height: 16px;
        width: 163px;
        border: 0px none;
    }
    
    .form-stellario .errors {
        font-size: 0.8em;
        color: #ff0000;
    }
    
    .form-stellario .has_errors input {
        border: 1px solid #ff0000;
    }
    
    .grazie .back {
        position: absolute;
        bottom: 15px;
        right: 15px;
    }
    
.empty {
    display: none;
}

.note_legali h1, .note_legali h2 {
    font-size: 1.49em;
    font-weight: bold;
    text-transform: uppercase;
    color: #682c14;
    margin: 10px 0;
}

.note_legali h3 {
    font-weight: bold;
    color: #682c14;
    margin: 10px 0 5px;
}

.note_legali p {
    color: rgb(102, 51, 51);
}

.note_legali .others {
    margin-top: 25px;
}
    
.emoticon {
    margin-bottom: 30px;
    clear: both;
}

    .emoticon dt {
        float: left;
    }
    
    .emoticon dd {
        margin-left: 60px;
        margin-bottom: 3px;
    }
    
    .emoticon label {
        float: left;
        width: 12%;
    }
    
    .emoticon input {
        width: 87%;
    }
    
    .large dt {
        float: none;
    }
    
    .large dd {
        margin-left: 0px;
    }
    
.messenger {
    padding-bottom: 50px;
}
        
    .messenger h4 {
        font-weight: bold;
        font-size: 1.21em;
        margin: 25px 0 5px;
    }
    
    .messenger .step {
        margin: 15px 0;
    }
    
    .messenger label {
        float: left;
        width: 22%;
    }
    
    .messenger input {
        width: 77%;
    }
    
    .messenger li {
        margin: 5px 0;
    }
    
    .messenger input.fix {
        width: auto;
        float: none;
        margin-top: 15px;
    }
    
    .messenger .links {
        margin-top: 15px;
    }
    
    .messenger .gen {
        margin: 15px 0;
    }

.small_text {
    font-size: 10px;
}
