/* General
*******************************************************************************/

#document {
    font-size:small;
}

#sbox-window {
    width: auto !important;
    height: auto !important;
}

#document.has-sidebar {
    margin-left: 20px;
    padding: 10px 0 0 20px;
    border-left: 1px solid #eee;
    width: 562px;
    float: left;
}

    h1 {
        color: #F90;
        line-height: 30px;
    }

    h2 {
        color: #F90;
        font-size: 1.5em;
        margin: 1em 0 .5em 0;
        display: block;
    }

    h3 {
        color: #F90;
    }

    .has-sidebar h3 {
    /*color: #919191;*/
        margin-bottom: 0.5em;
    }

.hidden {
    display: none;
}
hr.hr-hidden {
    clear:both;
    visibility: hidden;
}

#document #flash {
    background-color: #972c2a;
    color: white;
    border-radius: 10px;
    text-decoration: none;
    padding: 10px;
    font-weight: bold;
}

#document #flash li {
    list-style: none;
}

/* Buttons
*******************************************************************************/

a.action {
    padding-right:10px;
    background:url(img/buttons/submit_white.png) top right;
    text-align:center;
    text-decoration:none;
    color:#333;
    float:left;
    font-size:0.9em;
}

a.action span {
    padding-left:10px;
    height:18px;
    line-height:18px;
    float:left;
    background:url(img/buttons/submit_white.png) top left;
    cursor:pointer;
}

a.cancel, a.ok {
    width:20px;
    height:20px;
    text-indent:-9999px;
    outline:none;
}

a.cancel {
    background:url(img/submit/icon.cancel.png) no-repeat;
}

a.ok {
    background:url(img/submit/icon.ok.png) no-repeat;
}

a.go {
    padding-right:10px;
    background:url(img/submit/button.submit.grey.png) top right;
    text-align:center;
    text-decoration:none;
    color:#fff;
    float:left;
    font-size:0.9em;
}

a.go span {
    padding-left:10px;
    height:24px;
    line-height:24px;
    float:left;
    background:url(img/submit/button.submit.grey.png) top left;
    cursor:pointer;
}

a.nextstep {
    padding: 0 25px 0 0;
    background:url(img/buttons/next.png) top right;
    text-align:center;
    text-decoration:none;
    color:#fff;
    float:right;
    font-size:1em;
}

a.nextstep span {
    margin: 0;
    padding: 0 0 0 10px;
    height:24px;
    line-height:22px;
    float:left;
    background:url(img/buttons/next.png) top left;
    cursor:pointer;
    color:#fff;
}


div.nextstep {
    padding: 0 22px 0 0;
    background:url(img/buttons/next.png) top right;
    text-align:center;
    text-decoration:none;
    color:#fff;
    float:right;
    display:inline-block;
    font-size:1em;
}

div.nextstep input.nextstep {
    margin: 0;
    padding: 0 0 3px 10px;
    height:24px;
    line-height:22px;
    background:url(img/buttons/next.png) top left;
    cursor:pointer;
    color:#fff;
    border: none;
    font-size:1em;
}

div.previousstep {
    float:left;
    padding:0 0 4px;
}

div.previousstep input.previousstep {
    background:none repeat scroll 0 0 transparent;
    border:medium none;
    color:#777777;
    cursor:pointer;
    font-size:12px;
    font-weight:bold;
    padding:0 0 6px 11px;
}

/* MisoData promotion
*******************************************************************************/

.misodata-promo {
    position: relative;
    border-radius: 8px;
    background: #EEE url(img/misodata-promo.png) center center no-repeat;
    height: 340px;
    margin-bottom: 40px;
}

.misodata-promo > .title {
    display: inline-block;
    text-align: center;
    font-size: 24px;
    padding: 10px;
    width: 250px;
    margin: 15px 0;
    font-weight: bold;
    color: #666;
}

.misodata-promo .get-started-wrapper {
    position: absolute;
    bottom: 20px;
    right: 10px;
}

.misodata-promo .learn-more {
    color: #666;
    text-decoration: underline;
}


/* Slideshow
*******************************************************************************/

#slideshow {
    background-color: #eee;
    color: #000;
    margin: 2em 0 40px 0;
    padding: 20px 0 20px 0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    position: relative;
}

    #slideshow h2 {
        position: absolute;
        margin: 0 0 0 300px;
        color: #656565;
        background-color: inherit;
        font-size: 1.6em;
    }

    #slideshow h3 {
        position: absolute;
        margin: 2em 0 0 300px;
        color: #000;
        font-size: 1em !important;
        font-weight: bold;
        font-family: "Lucida Grande",Tahoma,Arial,sans-serif !important;
        white-space: nowrap;
        overflow: hidden;
        width: 250px;
    }

    #slideshow .item {
        display: none;
    }

    #slideshow .selected {
        display: block;
    }

    #slideshow .preview {
        margin: 0 0 0 20px;
    }

    #slideshow .description {
        position: absolute;
        margin: 6em 0 0 300px;
        top: 0;
        width: 240px;
        height: 5.8em;
        overflow: hidden;
        font-size: .9em;
        line-height: 1.1em;
    }
    #slideshow .add {
        position: absolute;
        margin: -5em 0 0 300px;
        width: 240px;
        font-weight: bold;
    }

    #slideshow .nav {
        margin: -2em 0 0 300px;
        padding: 0;
    }

        #slideshow .nav li {
            display: inline;
            margin-right: 2px;
            zoom:1;
        }

            #slideshow .nav li a {
                color: #666;
                background-color: inherit;
                text-decoration: none;
                padding: 2px 5px;
            }

            #slideshow .nav li.selected {
                background-color: #fff;
                color: #feb13d;
            }

            #slideshow .nav li.selected a {
                background-color: #fff;
                color: #feb13d;
            }

/* *Add button
*******************************************************************************/

    #slideshow p.add a {
        background:transparent url(img/buttons/feature_grey.png) repeat scroll right top;
        float:left;
        font-size:0.9em;
        padding-right:10px;
        text-align:center;
        text-decoration:none;
        }

        #slideshow p.add a span {
            background:transparent url(img/buttons/feature_grey.png) repeat scroll left top;
            color:#FFFFFF;
            cursor:pointer;
            float:left;
            height:24px;
            line-height:24px;
            padding-left:20px;
            }

/* partner description
*******************************************************************************/
#document p.partner-description {
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    padding: 20px 0;
    width:540px;
    clear: both;
}

        #document p.partner-description a img{
            display:block;
            padding-right: 40px;
            margin-top:-15px;
            float: left;
            overflow: hidden;
        }

        #document p.partner-description img.avatar {
            float: left;
            margin-right: 10px;
        }

/* Description Category
*******************************************************************************/

.has-sidebar p.subtitle {
    color: #c1c1c1;
    font-size:12px;
    margin:0;
    }

/* Search Result
*******************************************************************************/

.has-sidebar p.total-result p.total-essential {
    font-size:12px;
    margin:0 0 0.5em 0;
    }

.has-sidebar p.total-essential {
    padding-bottom:20px;
    border-bottom: solid 1px #EEE;
    }

/* Remove Filter
*******************************************************************************/

.has-sidebar p.remove-filters {
    font-size:12px;
    margin:0 0 0.5em 0;
    width: 300px;
    float:right;
    text-align: right;
}

    *html .has-sidebar p.remove-filters {
        width: 150px;
        text-align: center;
    }

    .has-sidebar p.remove-filters a {
        background:transparent url(img/buttons/remove_filter.png) no-repeat scroll right top;
        display:-moz-inline-stack;
        display: inline-block;
        height:18px;
        padding-right:8px;
        text-decoration:none;
    }

    .has-sidebar p.remove-filters a span {
        background:transparent url(img/buttons/remove_filter.png) no-repeat scroll left top;
        cursor:pointer;
        display:block;
        height:12px;
        line-height:12px;
        padding:3px 3px 3px 11px;
    }

    *html .has-sidebar p.remove-filters a {
        color:#818181;
    }


/* List options
*******************************************************************************/
#document .browse-options {
    margin: 1em 0;
    clear: both;

}
#document .browse-options .zend_form {
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    padding: 2px;
    margin:0;
}

#document .browse-options .zend_form dt {
    display: inline;
}

#document .browse-options .zend_form dd {
    display: inline;
    margin: 0 20px 0 10px;
}

.radio_color, .radio_color_in {
    display: -moz-inline-stack; /* firefox 1&2 */
    display: inline-block;
    padding: 0;
    width: 18px;
    height: 18px;
}
.radio_color {
    vertical-align: middle;
    cursor: pointer; cursor: hand;
}

.color_all {
    background: url(/img/search/all.png) no-repeat center center;
}
.color_light {
    background: url(/img/search/light.png) no-repeat center center white;
}
.color_dark {
    background: url(/img/search/dark.png) no-repeat center center black;
}
.color_red {
    background: url(/img/search/red.png) no-repeat center center red;
}
.color_orange {
    background: url(/img/search/orange.png) no-repeat center center orange;
}
.color_yellow {
    background: url(/img/search/yellow.png) no-repeat center center yellow;
}
.color_green {
    background: url(/img/search/green.png) no-repeat center center green;
}
.color_blue {
    background: url(/img/search/blue.png) no-repeat center center blue;
}
.color_pink {
    background: url(/img/search/pink.png) no-repeat center center #FF69B4;
}
.color_purple {
    background: url(/img/search/purple.png) no-repeat center center purple;
}
.color_gray {
    background: url(/img/search/gray.png) no-repeat center center gray;
}
.radio_color_checked {
    background: url(/img/search/selected.png) no-repeat center center transparent;
}

/* RSS track
*******************************************************************************/

.has-sidebar p.rss {
    padding: 0 0 0 15px;
    font-size: 0.8em;
    font-weight: bold;
    background: transparent url(img/favicon_rss.png) no-repeat ;
    background-position: 0px 5px;
}

    .has-sidebar p.rss a {
        text-decoration: none;
    }
    .has-sidebar p.rss a:hover {
        text-decoration: underline;
    }

.has-sidebar p a.feed {
    padding: 0 0 0 15px;
    margin: 0;
    font-size: 0.8em;
    font-weight: bold;
    background: transparent url(img/favicon_rss.png) no-repeat ;
    background-position: 0px 0px;
    line-height: 1.1em;
    color: #9e9e9e;
    text-decoration: none;
}


/* Pagination
*******************************************************************************/

#document p.pagination{
    text-align:center;
    padding: 10px 0px;
    float: left;
    width:99%;
    margin:0;
}

#document p.pagination a{
    border:1px solid #E4E4E4;
    padding:5px;
    background:#FFFFFF none repeat scroll 0%;
    color:#AAAAAA;
    text-decoration:none;
}
#document p.pagination a.selected,
#document p.pagination a:hover{
    background:#E1EED7 none repeat scroll 0%;
    border-color:#C0C0C0;
    color:#2AA200;
}
#document a.keeptrack{
    position:absolute;
    top:0px;
    left:0px;
    background:url(/img/icons/rss.png) left no-repeat;
    text-decoration:none;
    font-size:0.8em;
    padding-left:15px;
    color:#c1c1c1;
}
#document a.keeptrack:hover{
    text-decoration:underline;
    color:#999;
}

/* Items tabs
*******************************************************************************/
.items-tabs {
    margin: 0;
    padding: 0 0 2.2em 0;
    list-style: none;
    border-bottom: 1px solid #ddd;
}
    .items-tabs li {
        margin: 0 10px -1px 0;
        padding: 0 1px 0 0;
        float: left;
        background-image: url(img/list/tab_off.png);
        background-position: top right;
        background-repeat: no-repeat;
        height: 2.2em;
        line-height: 2.2em;
        border-bottom: 1px solid #ddd;
    }
        #main .items-tabs li a {
            padding: 0 10px;
            display: block;
            background-image: url(img/list/tab_off.png);
            background-position: top left;
            background-repeat: no-repeat;
            text-decoration: none;
            color: #bbb;
            background-color: inherit;
            font-weight: bold;
        }
        #main .items-tabs li a:hover {
            color: #555;
            background-color: inherit;
        }

    .items-tabs li.selected {
        background-image: url(img/list/tab_on.png);
        background-position: top right;
        background-repeat: no-repeat;
        border-bottom: 1px solid #f0f0f0;
    }
        #main .items-tabs li.selected a {
            background-image: url(img/list/tab_on.png);
            background-position: top left;
            background-repeat: no-repeat;
            color: #333;
            background-color: inherit;
        }

/* theme list
*******************************************************************************/
.theme-list {
    clear: left;
    background-color:#ffffff;
    color: inherit;
    padding-bottom: 10px;
    float: left;
}
    .theme-list h2 {
        display: none !important;
    }
    .theme-list .theme,
    .theme-list .user-theme {
        background: #f2f2f2 url(img/list/item_bg.png) repeat-x top left;
        border: 1px solid #e3e3e3;
        margin: 10px 10px 0 10px;
        position: relative;
        width: 532px;
        padding-left: 10px;
        padding-top: 2px;
        float: left;
    }
    .theme-list .theme {

    }
    .theme-list .user-theme {
        height: 11em;
    }
    *html .theme-list .theme,
    *html .theme-list .user-theme {
        margin-left: 5px;
    }
        .theme-list .theme h3,
        .theme-list .user-theme h3 {
            padding: 0px 20px 0 0px !important;
            margin: 0 !important;
            float: left;
            font-weight: bold;
            font-size: 14px !important;
            height: 20px;
            overflow: hidden;
            display: block;
            font-family: "Lucida Grande",Tahoma,Arial,sans-serif !important;
        }
        .theme-list .theme h3 {
            width: 250px;
        }
        .theme-list .user-theme h3 {
            width: 224px;
        }
        .theme-list h3 a img.dynamic {
            display:inline;
            margin:0;
            width: 16px;
            height: 16px;
            vertical-align: -3px;
        }
        #main .theme-list .theme h3 a,
        #main .theme-list .user-theme h3 a{
            text-decoration: none;
            color: #4c4c4c;
        }
        .theme-list .user-theme .actions {
            clear: both;
            margin: 10px 10px 10px 0;
            border:1px solid #ccc;
            -moz-border-radius: 6px;
            background: #f3f3f3 url(img/mine_action_bg.png) repeat-x top left;
            background-position: top left;
            font-size: 0.99em;
        }
        .theme-list .theme p.add,
        .theme-list .user-theme p.add {
            background: url(img/icons/widget.png) left top no-repeat;
        }
        .theme-list .user-theme .actions span {
            color: #777;
            margin-right: 10px;
            padding-left: 16px;
        }
        .theme-list .user-theme .actions span.edit {
            background: transparent url(img/icons/mine_actions.png) no-repeat;
            background-position: 4px 3px;
        }
        .theme-list .user-theme .actions span.online {
            background: transparent url(img/icons/mine_actions.png) no-repeat;
            background-position: 4px -17px;
        }
        .theme-list .user-theme .actions span.share {
            background: transparent url(img/icons/mine_actions.png) no-repeat;
            background-position: 4px -37px;
        }
        .theme-list .user-theme .actions span.delete {
            background: transparent url(img/icons/mine_actions.png) no-repeat;
            background-position: 4px -57px;
        }
        #main .theme-list .user-theme .actions span a {
            color: #777;
            text-decoration: none;
        }
        .theme-list .theme p,
        .theme-list .user-theme p {
            margin: 0;
        }
        .theme-list .theme p.author,
        .theme-list .user-theme p.author,
        .theme-list .theme p.creation-date {
            font-size:10px;
            overflow: hidden;
            white-space: nowrap;
        }
        .theme-list .theme p.preview,
        .theme-list .user-theme p.preview {
            position: absolute;
            left: 0px;
            top: 0px;
            width:78px;
            height:62px;
            background: transparent url(img/list/widget_thumb_bg.png) no-repeat top left;
        }

            .theme-list .theme .preview a,
            .theme-list .user-theme .preview a {
                margin:5px 0 0 0px;
                width:64px;
                height:48px;
                display: block;
            }
                .theme-list .theme a img,
                .theme-list .user-theme a img {
                    margin:5px 0 0 0px;
                    width:400px;
                    height:80px;
                    display: block;
                }

        .theme-list .theme p.rating,
        .theme-list .user-theme p.rating {
            position: absolute;
            top: 76px;
            left: 425px;
            display: block;
            width: 60px;
            height: 12px;
            vertical-align: bottom;
            background: url(img/icons/stars.png) repeat-x left bottom;
        }
            .theme-list .theme p.rating span,
            .theme-list .user-theme p.rating span {
                background: url(img/icons/stars.png) repeat-x left top;
                position: absolute;
                height: 12px;
                line-height: 12px;
                text-indent: -1000em;
                overflow: hidden;
                top: 0;
                left: 0;
           }

        .theme-list .theme p.creation-date,
        .theme-list .user-theme p.creation-date{
            margin:0px;
            padding: 5px 0 0 0;
            display: block;
            font-size: .8em;
            color: #6d6d6d;
            background-color: transparent;
            overflow: hidden;
            width:150px;
        }
        *html .theme-list .theme p.creation-date,
        *html .theme-list .user-theme p.creation-date {
            float: none;
        }
        .theme-list .theme p.summary {
            clear: both;
            padding: 0;
            font-size: .8em;
            overflow: hidden;
            line-height: 1.1em;
            width: 450px;
            height: 2.3em;
            margin: 0 0 5px 0;
            color: #4c4c4c;
        }
        .theme-list .theme p.creation-date,
        .theme-list .user-theme p.creation-date {
            display: block;
            font-size: .8em;
            width: 75px;
            float: left;
            overflow: hidden;
            padding-bottom: 5px;
            line-height: 1.2em;
            position:absolute;
            top:42px;
            left:425px;
        }
        .theme-list .theme p.add,
        .theme-list .user-theme p.add {
            display: block;
            font-size: .8em;
            padding-left: 20px;
            width: 64px;
            float: left;
            overflow: hidden;
            padding-bottom: 5px;
            line-height: 1.2em;
            position:absolute;
            top:26px;
            left:425px;

        }
        #main .theme-list .theme p.add a,
        #main .theme-list .user-theme p.add a {
                color: #6d6d6d;
            }

        /*
        .theme-list .theme p.visit,
        .theme-list .user-theme p.visit {
            background: url(img/icons/universe.png) left top no-repeat;
        }
        */

        .theme-list .theme p.visits,
        .theme-list .user-theme p.visits {
            display: block;
            font-size: .8em;
            width: 114px;
            float: left;
            overflow: hidden;
            white-space: nowrap;
            padding-bottom: 5px;
            line-height:1.2em;
            color: #6d6d6d;
            position:absolute;
            top:96px;
            left:425px;
        }
        *html .theme-list .theme p.visits,
        *html .theme-list .user-theme p.visits {
            float: none;
            display: inline;
        }

        .theme-list .theme p.tags {
            display: block;
            font-size: .8em;
            width: 200px;
            float: left;
            background: transparent url(img/icons/tags.png) no-repeat top left;
            padding: 0pt 0px 5px 12px;
            line-height: 1.2em;
            overflow:hidden;
            height: 1.4ex;
            color: #6d6d6d;
        }
        *html .theme-list .theme p.tags {
            float: none;
            position: absolute;
            left: 330px;
        }

            #main .theme-list .theme p.tags a{
                text-decoration: none;
                color: #6d6d6d;
            }

#thumbs {
    width: 535px;
    margin: 8px 0 6px 15px;
}
    #thumbs a {
        margin: -5px -5px 0 0;
        overflow: hidden;
        width: 107px;
        height: 80px;
        display:-moz-inline-stack;
        display:inline-block;
        zoom:1;
        *display:inline;
        /* background: url(/img/submit/icon.loading.gif) no-repeat center center; */
    }
    #thumbs a img {
        width: 107px;
        height: 80px;
    }
/* Item list
*******************************************************************************/

.item-list {
    clear: left;
    background-color:#ffffff;
    color: inherit;
    padding-bottom: 10px;
    float: left;
    background-color: #F2F2F2;
    border-top: 1px solid #eee;
}
    .item-list h2 {
        display: none !important;
    }
    .item-list .item {
        background: #f2f2f2 url(img/list/item_bg.png) repeat-x top left;
        border: 1px solid #e3e3e3;
        margin: 10px 10px 0 10px;
        position: relative;
        width: 460px;
        padding-left: 80px;
        float: left;
        height: 5.8em;

    }
    *html .item-list .item {
        margin-left: 5px;
    }
        .item-list .item h3 {
            padding: 5px 20px 0 0px !important;
            margin: 0 !important;
            float: left;
            font-weight: normal;
            font-size: 13px !important;
            height: 20px;
            overflow: hidden;
            display: block;
            width: 250px;
            font-family: "Lucida Grande",Tahoma,Arial,sans-serif !important;
        }
        #main .item-list .item h3 a {
            text-decoration: none;
            color: #4c4c4c;
        }

        .item-list .item p {
            margin: 0;
        }
        .item-list .item p.preview {
            position: absolute;
            left: 0px;
            top: 0px;
            width:78px;
            height:62px;
            background: transparent url(img/list/widget_thumb_bg.png) no-repeat top left;
        }

            .item-list .item p.preview a {
                padding: 7px;
                width:64px;
                height:48px;
                display: block;
            }
                .item-list .item .preview a img {
                }

        .item-list .item p.rating {
            position: absolute;
            top: 60px;
            left: 10px;
            display: block;
            width: 60px;
            height: 12px;
            vertical-align: bottom;
            background: url(img/icons/stars.png) repeat-x left bottom;
        }
            .item-list .item p.rating span {
                background: url(img/icons/stars.png) repeat-x left top;
                position: absolute;
                height: 12px;
                line-height: 12px;
                text-indent: -1000em;
                overflow: hidden;
                top: 0;
                left: 0;
           }

        .item-list .item p.creation-date {
            margin:0px;
            padding: 5px 0 0 0;
            display: block;
            font-size: .8em;
            color: #6d6d6d;
            background-color: transparent;
            overflow: hidden;
            width:150px;
        }
        *html .item-list .item p.creation-date {
            float: none;
        }
        .item-list .item p.summary {
            clear: both;
            padding: 0;
            font-size: .8em;
            overflow: hidden;
            line-height: 1.1em;
            width: 450px;
            height: 2.3em;
            margin: 0 0 5px 0;
            color: #4c4c4c;
        }
        .item-list .item p.add,
        .item-list .item p.visit {
            display: block;
            font-size: .8em;
            float: left;
            overflow: hidden;
            line-height: 1.2em;
        }

        #main .item-list .item p.add a,
        #main .item-list .item p.visit a {
                color: #6d6d6d;
        }

        .item-list .item p.add {
            background: url(img/icons/widget.png) left top no-repeat;
            padding: 0 5px 5px 20px;
        }
            .item-list .item p.add.opera {
                background: url(/img/icons/opera.png) left top no-repeat;
            }
            .item-list .item p.add.live {
                background: url(/img/icons/live.png) left top no-repeat;
            }
            .item-list .item p.add.vista {
                background: url(/img/icons/vista.png) left top no-repeat;
            }
            .item-list .item p.add.dashboard {
                background: url(/img/icons/mac.png) left top no-repeat;
            }
            .item-list .item p.add.iphone {
                background: url(/img/icons/iphone.png) left top no-repeat;
            }
            .item-list .item p.add.yahoo {
                background: url(/img/icons/yahoo.png) left top no-repeat;
            }

            .item-list .item p.visit {
                padding: 0 5px 5px 5px;
                /*background: url(img/icons/universe.png) left top no-repeat;*/
            }

        .item-list .item p.visits {
            display: block;
            font-size: .8em;
            float: left;
            overflow: hidden;
            white-space: nowrap;
            margin-right: 6px;
            line-height:1.2em;
            color: #6d6d6d;
        }

         *html .item-list .item p.visits {
            float: none;
            display: inline;
        }

        .item-list .item p.tags {
            display: block;
            font-size: .8em;
            float: left;
            background: transparent url(img/icons/tags.png) no-repeat top left;
            padding: 0pt 0px 5px 12px;
            line-height: 1.2em;
            overflow:hidden;
            height: 1.4ex;
            color: #6d6d6d;
            width: 225px
        }

        *html .item-list .item p.tags {
            float: none;
            position: absolute;
            left: 330px;
        }


            #main .item-list .item p.tags a{
                text-decoration: underline;
                color: #6d6d6d;
            }

/* Sponsored item
*******************************************************************************/

.item-list .campaigns {
    border:0;
    border-top:1px solid #ccc;
    padding: 3px 5px;
    margin: 5px;
    float:left;
    background: transparent url(img/list/campaign_bg.png) no-repeat;
    background-position: center bottom;
}

    .item-list .campaigns .item {
        background: #fefbd2 url(img/list/item_sponsor_bg.png) repeat-x top left;
        border: 1px solid #ebe9d4;
        margin: 0 0 10px 0;
    }
        .item-list .campaigns .item .preview {
            background: transparent url(img/list/widget_thumb_sponsored_bg.png) no-repeat top left;
        }

/* Mine infos
*******************************************************************************/

.has-sidebar .user-profile {
    clear: both;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px;
    overflow: auto;
}
*html .has-sidebar .user-profile {
    float: left;
}

.has-sidebar .user-profile ul{
    list-style-type: none;
    list-style-position: outside;
    list-style-image:none;
    margin: 0;
    padding: 0;
}

.has-sidebar .user-profile .avatar {
    float: left;
    background: transparent url(img/avatar_bg.png) no-repeat -3px center;
    padding: 0 5px;
}

.has-sidebar .user-profile img {
    float: left;
    margin-right: 20px;
}

.has-sidebar .user-profile .name {
    font-size: 1.5em;
    color: #666;
    float: left;
    margin-right: 20px;
}
.has-sidebar .user-profile .total-result {
    float: left;
}
.has-sidebar .user-profile li.rss {
    font-size: 0.7em;
    float: right;
    clear: right;
    width: 12em;
    line-height: 1em;
    margin: 0 0 0.5em 0;
}
#main .has-sidebar .user-profile a.rss {
    padding-left: 16px;
    color: #AAA;
    font-weight: bold;
    background: transparent url(img/favicon_rss.png) no-repeat left 0px;
    text-decoration: none;
}

/* Mine item
*******************************************************************************/
        .item-list .item .actions {
            clear: both;
            margin: 10px 10px 10px 0;
            border:1px solid #ccc;
            -moz-border-radius: 6px;
            background: #f3f3f3 url(img/mine_action_bg.png) repeat-x top left;
            background-position: top left;
            font-size: 0.99em;
        }

        .item-list .item .actions span {
            color: #777;
            margin-right: 10px;
            padding-left: 16px;
        }
        .item-list .item .actions span.edit {
            background: transparent url(img/icons/mine_actions.png) no-repeat;
            background-position: 4px 3px;
        }
        .item-list .item .actions span.online {
            background: transparent url(img/icons/mine_actions.png) no-repeat;
            background-position: 4px -17px;
        }
        .item-list .item .actions span.share {
            background: transparent url(img/icons/mine_actions.png) no-repeat;
            background-position: 4px -37px;
        }
        .item-list .item .actions span.delete {
            background: transparent url(img/icons/mine_actions.png) no-repeat;
            background-position: 4px -57px;
        }
        #main .item-list .item .actions span a {
            color: #777;
            text-decoration: none;
        }

/* more link
*******************************************************************************/

p.more {
    position: relative;
    padding:20px 0;
    width:560px;
    background: transparent;
    margin:0;
    text-align:center;
    float: left;
}

p.more a {
    display:-moz-inline-box;
    display:inline-block;
    padding-right: 16px;
    height: 18px;
    background: transparent url(img/buttons/browsemore.png) no-repeat right;
    text-decoration: none;
}

p.more a span {
    display: block;
    height: 18px;
    padding: 0 3px 0 11px;
    font-size:0.9em;
    background: transparent url(img/buttons/browsemore.png) no-repeat left;
    color: #676767;
    cursor: pointer;
    line-height:17px;
    text-align: center;
    float: left;
}
/* widget infos
*******************************************************************************/
ul.widget-infos, ul.widget-actions {
    background:#FFFFFF url(img/widget_info_bg.png) repeat-x scroll left bottom;
    -moz-border-radius: 6px;
    border:1px solid #DEDEDE;
    margin: 0 0 5px 0;
    padding: 0 5px;
    overflow: hidden;

    height: 18px;
    color: #666666;
    font-size: 0.9em;
}

ul.widget-infos li, ul.widget-actions li {
    display: inline;
    margin: 0 10px 0 0;
    padding:0 0 0 16px;
    overflow: hidden;
}

ul.widget-infos a{
    color: #616161;
    font-weight: bold;
}

ul.widget-infos li.created-by {
    background:transparent url(img/icons/createdby.png) no-repeat scroll left center;
}

ul.widget-infos li.last-updated {
    background:transparent url(img/icons/lastupdate.png) no-repeat scroll left center;
}

ul.widget-infos li.comments {
    background:transparent url(img/icons/comments.png) no-repeat scroll left center;
}

ul.widget-actions li.edit {
    background: transparent url(img/icons/mine_actions.png) no-repeat;
    background-position: 4px 3px;
}

ul.widget-actions li.online {
    background: transparent url(img/icons/mine_actions.png) no-repeat;
    background-position: 4px -17px;
}

ul.widget-actions li.share {
    background: transparent url(img/icons/mine_actions.png) no-repeat;
    background-position: 4px -37px;
}

ul.widget-actions li.delete {
    background: transparent url(img/icons/mine_actions.png) no-repeat;
    background-position: 4px -57px;
}

/* widget detail
*******************************************************************************/

.has-sidebar .widget-detail {
    -moz-border-radius: 8px;
    background-color:#f2f2f2;
    color:#616161;
    margin:15px 0px 0px 0px;
    padding: 20px 10px;
    position:relative;
    width: 540px;
    float: right;
    border: 1px solid #e4e4e4;
}

.has-sidebar .widget-detail p.add {
    text-align: center;
    margin: 0;
}

*html .has-sidebar .widget-detail p.add {
    text-align: center;
    margin-top: 10px;
}

.has-sidebar .widget-detail .preview {
    float:left;
    margin: 10px 0 5px 0;
    width: 300px;
    overflow: hidden;
}

.has-sidebar .universe-detail .preview {
    width: 320px;
}

.has-sidebar .widget-detail dl {
    margin: 5px 0 0 30px;
    width: 180px;
    font-size: 0.9em;
    float: left;

}

.has-sidebar .widget-detail dd {
    /*background: transparent url(img/detail_bg.png) no-repeat bottom center;*/
    margin: 0;
    padding: 5px;
}

.has-sidebar .universe-detail dd {
    background: transparent url(img/detail_bg.png) no-repeat bottom center;
    margin: 0;
    padding: 5px;
}

.has-sidebar .widget-detail dt.platforms {
    font-size:16px;
    font-weight:bold;
}
.has-sidebar .widget-detail dd.platforms {
    margin: 0;
    padding: 7px 0 5px 0;
}

.has-sidebar .widget-detail dd.platforms ul {
    list-style-type: none;
    list-style-position: outside;
    list-style-image:none;
    margin: 0;
    padding: 0;
}

.has-sidebar .widget-detail dd.platforms ul li {
    margin-bottom:5px;
}

.has-sidebar .widget-detail dd.platforms ul li a{
    font-size:12px;
    font-weight:bold;
    background: transparent url(img/icons/uwa_platforms.png) no-repeat top left;
    display:block;
    height:25px;
    line-height:25px;
    color:#b0b0b0 !important;
    text-decoration:none;
    text-indent:30px;
}

.has-sidebar .widget-detail dd.platforms ul li a:hover{
    color:#757575 !important;
}

.has-sidebar .widget-detail dd.platforms ul li a.subscribe_netvibes:hover{background-position:0 -25px !important;}
.has-sidebar .widget-detail dd.platforms ul li a.subscribe_netvibes{background-position:0 -25px !important;color:#757575 !important;}

.has-sidebar .widget-detail dd.platforms ul li a.subscribe_vista{background-position:0 -50px !important;}
.has-sidebar .widget-detail dd.platforms ul li a.subscribe_vista:hover{background-position:0 -75px !important;}

.has-sidebar .widget-detail dd.platforms ul li a.subscribe_dashboard{background-position:0 -100px !important;}
.has-sidebar .widget-detail dd.platforms ul li a.subscribe_dashboard:hover{background-position:0 -125px !important;}

.has-sidebar .widget-detail dd.platforms ul li a.subscribe_opera{background-position:0 -200px !important;}
.has-sidebar .widget-detail dd.platforms ul li a.subscribe_opera:hover{background-position:0 -225px !important;}

.has-sidebar .widget-detail dd.platforms ul li a.subscribe_chrome{background-position:0 -250px !important;}
.has-sidebar .widget-detail dd.platforms ul li a.subscribe_chrome:hover{background-position:0 -275px !important;}

.has-sidebar .widget-detail dd.platforms ul li a.subscribe_Blogger{background-position:0 -300px !important;}
.has-sidebar .widget-detail dd.platforms ul li a.subscribe_Blogger:hover{background-position:0 -325px !important;}

.has-sidebar .widget-detail dd.platforms ul li a.subscribe_bookmarklet{background-position:0 -400px !important;}
.has-sidebar .widget-detail dd.platforms ul li a.subscribe_bookmarklet:hover{background-position:0 -425px !important;}

.has-sidebar .widget-detail dd.platforms ul li a.subscribe_share{background-position:0 -450px !important;}
.has-sidebar .widget-detail dd.platforms ul li a.subscribe_share:hover{background-position:0 -475px !important;}

.has-sidebar .widget-detail dd.blog-export a {
    background: transparent url(img/icons/comments.png) no-repeat center left;
    margin-bottom: 5px;
    padding: 5px 0 5px 20px;
    font-weight: bold;
    color: #f39000;
}

#main .has-sidebar .widget-detail dd.blog-export a {
    color: #f39000;
}

.has-sidebar .widget-detail dt.uwa-source,
.has-sidebar .theme-detail dt.uwa-source {
    display: none;
}

#main .has-sidebar .theme-detail dd.uwa-source a,
#main .has-sidebar .widget-detail dd.uwa-source a {
    background: transparent url(img/icons/source.png) no-repeat center left;
    margin-bottom: 5px;
    padding: 5px 0 5px 20px;
    font-weight: bold;
    color: #616161;
}

#main .has-sidebar .theme-detail #previewbox {
    text-align: right;
    padding: 0;
    margin: -25px 1px 5px 0;
}
    #main .has-sidebar .theme-detail #previewbox a {
        background: transparent url(img/icons/zoom.png) no-repeat center left;
        margin: 0;
        padding: 0 0 0 20px;
        font-weight: bold;
        color: #616161;
    }

.has-sidebar .widget-detail dt.added-on {
    background: transparent url(img/icons/lastupdate.png) no-repeat left center;
    padding: 0pt 0px 0px 20px;
    margin: 5px 5px 0px 5px;
    float: left;
}

.has-sidebar .widget-description {
    /*margin:15px 0px 0px 0px;*/
    padding: 20px 10px;
    width: 545px;
    float:right;
    position:relative;
}

.has-sidebar .widget-detail dd.added-on {
    position: relative;
    font-weight: bold;
}

.has-sidebar .widget-detail dt.tags {
    background: transparent url(img/icons/tags.png) no-repeat left center;
   padding: 0pt 0px 0px 20px;
   margin: 5px 5px 0px 5px;
    float: left;
 }

.has-sidebar .widget-detail dd.tags {
   font-weight: bold;
   position: relative;
   min-height: 2.2em;
   width:180px;
}

* html .has-sidebar .widget-detail dd.tags {
    height: 4em;
 }

#main .has-sidebar .widget-detail dd.tags a {
    text-decoration: underline;
    color: #616161;
}

.has-sidebar .widget-description ul{
    margin:0;
    padding:0;
}

.has-sidebar .widget-description ul li{
    list-style-type: none;
    padding:3px 0px 3px 20px;
}

.has-sidebar .widget-description li.added-on {
    background: transparent url(img/icons/lastupdate.png) no-repeat left center;
}

.has-sidebar .widget-description li.tags {
    background: transparent url(img/icons/tags.png) no-repeat left center;
}

.has-sidebar .widget-description li.category{
    background: url(img/icons/categories.png) no-repeat 0 5px;
}

.has-sidebar .widget-detail dt.category,
.has-sidebar .theme-detail dt.category {
    background: url(img/icons/categories.png) no-repeat 0 5px;
    padding: 0;
    margin: 5px 5px 0px 5px;
    padding-left:20px;
    float: left;
}
.has-sidebar .widget-detail dd.category,
.has-sidebar .theme-detail dd.category {
    background:transparent url(img/detail_bg.png) no-repeat scroll center bottom;
    width:180px;
}
.has-sidebar .widget-detail h2.category,
.has-sidebar .theme-detail h2.category {
    font-weight: bold;
    position: relative;
    min-height: 2.2em;
    font-size: 1em !important;
    font-family: inherit;
    margin: 0 !important;
    color: inherit !important;
}
.has-sidebar .widget-detail h2.category {
    padding-bottom:9px;
}

* html .has-sidebar .widget-detail h2.category,
* html .has-sidebar .theme-detail h2.category {
    height: 4em;
}
#main .has-sidebar .widget-detail h2.category a,
#main .has-sidebar .theme-detail h2.category a {
    text-decoration: underline;
    font-size: inherit !important;
    font-family: inherit;
    color: #616161;
}

.has-sidebar .widget-detail dt.rating {
    float:left;
    display: none;
}
.has-sidebar .widget-detail p.rating-action,
.has-sidebar .widget-detail dd.rating-action {
    background: none;
    position: relative;
    width: 200px;
}
.has-sidebar .widget-detail p.rating-action ul,
.has-sidebar .widget-detail dd.rating-action ul {
    margin: auto;
}
.has-sidebar .widget-detail p.rating,
.has-sidebar .widget-detail dd.rating {
    padding:5px 0;
    position: relative;
}

/* item rating
*******************************************************************************/

ul#rating,
ul#rating a:hover,
ul#rating a:active,
ul#rating a:focus,
ul#rating .current-rating{
    background: url(img/rating/bg.png) left center repeat-x;
}

ul#rating{
    position:relative;
    width:80px;
    height:16px;
    overflow:hidden;
    list-style:none;
    margin: 0px 0 0 50px;
    padding:0;
    background-position: left top;
}
    ul#rating li{
        display: inline;
    }

    ul#rating a,
    ul#rating .current-rating{
        position:absolute;
        top:0;
        left:0;
        text-indent:-1000em;
        height:16px;
        line-height:16px;
        outline:none;
        overflow:hidden;
        border: none;
    }

    ul#rating .current-rating {
        top:-2px;
    }

    ul#rating a:hover,
    ul#rating a:active,
    ul#rating a:focus{
        background-position: left bottom;
    }

    ul#rating a.star1{
        width:20%;
        z-index:6;
    }

    ul#rating a.star2{
        width:40%;
        z-index:5;
    }

    ul#rating a.star3{
        width:60%;
        z-index:4;
    }

    ul#rating a.star4{
        width:80%;
        z-index:3;
    }

    ul#rating a.star5{
        width:100%;
        z-index:2;
    }

    ul#rating .current{
        z-index:1;
        background-position: left center;
    }

    div.item-stats-theme ul#rating,
    div.item-stats-theme ul#rating a:hover,
    div.item-stats-theme ul#rating a:active,
    div.item-stats-theme ul#rating a:focus,
    div.item-stats-theme ul#rating .current-rating {
        background: url(img/rating/white_bg.gif) left center repeat-x;
    }

    .theme-detail div.item-stats-theme ul#rating {

        background-position: left top;
    }

    .item-stats li.rating span{
        font-size:10px;
        color:#616161 !important;
    }

/* theme detail
*******************************************************************************/

.has-sidebar .theme-detail {
    -moz-border-radius: 8px;
    background-color:#f2f2f2;
    color:#616161;
    margin:15px 0px 0px 0px;
    padding: 20px 10px;
    position:relative;
    width: 520px;
    float: right;
    border: 1px solid #e4e4e4;
}

.has-sidebar .theme-detail div.add {
    text-align: center;
    margin: 0;
}

*html .has-sidebar .theme-detail div.add {
    text-align: center;
    margin-top: 10px;
}

.has-sidebar .theme-detail .preview {
    margin: 10px 0 20px 0;
    width: 520px;
    overflow: hidden;
}

.has-sidebar .theme-detail dl {
    margin: 5px 0 0 20px;
    width: 200px;
    font-size:0.9em;
    float: left;
}

.has-sidebar .theme-detail dd {
    background: transparent url(img/detail_bg.png) no-repeat bottom center;
    margin: 0;
    padding: 5px;
}

.has-sidebar .theme-detail dd.platforms {
    margin: 0;
    padding: 0pt 0pt 10px 0px;
}

.has-sidebar .theme-detail dd.platforms ul {
    list-style-type: none;
    list-style-position: outside;
    list-style-image:none;
    margin: 0;
    padding: 0;
}

.has-sidebar .theme-detail dd.platforms ul li {
    display: inline;
}

.has-sidebar .theme-detail dd.platforms ul li a{
    padding: 2px;
}

.has-sidebar .theme-detail dt.blog-export {
    display: none;
}

.has-sidebar .theme-detail dd.blog-export {
}

.has-sidebar .theme-detail dd.blog-export a {
    background: transparent url(img/icons/blogexport.png) no-repeat center left;
    margin-bottom: 5px;
    padding: 5px 0 5px 20px;
    font-weight: bold;
    color: #f39000;
}

#main .has-sidebar .theme-detail dd.blog-export a {
    color: #f39000;
}

.has-sidebar .theme-detail dt.added-on {
    background: transparent url(img/icons/lastupdate.png) no-repeat left center;
    padding: 0pt 0px 0px 20px;
    margin: 5px 5px 0px 5px;
    float: left;
}

.has-sidebar .theme-detail dd.added-on {
    position: relative;
    font-weight: bold;
}

.has-sidebar .theme-detail dt.tags {
    background: transparent url(img/icons/tags.png) no-repeat left center;
    padding: 0pt 0px 0px 20px;
    margin: 5px 5px 0px 5px;
    float: left;
}
.has-sidebar .theme-detail dt.colors {
    background: transparent url(img/icons/colors.png) no-repeat left center;
    padding: 0pt 0px 0px 20px;
    margin: 5px 5px 0px 5px;
    float: left;
}
.has-sidebar .theme-detail dt.load-existing-theme {
    background: transparent url(img/icons/load.png) no-repeat 0px 5px;
    padding: 0pt 0px 0px 20px;
    margin: 5px 5px 0px 5px;
    float: left;
}

.has-sidebar .theme-detail dd.tags {
    font-weight: bold;
    position: relative;
}
.has-sidebar .theme-detail dd.colors {
    font-weight: bold;
    position: relative;
}

#main .has-sidebar .theme-detail dd.colors a {
    text-decoration: underline;
    color: #616161;
}

#main .has-sidebar .theme-detail dd.tags a {
    text-decoration: underline;
    color: #616161;
}

.has-sidebar .theme-detail dt.category {
    background: transparent url(img/icons/categories.png) no-repeat left center;
    margin: 5px 5px 0px 5px;
    padding: 0pt 0px 0px 20px;
    float: left;
}

.has-sidebar .theme-detail h2.category {
    font-weight: bold;
    position: relative;
    min-height: 2.2em;
    padding-bottom:6px;
}

#main .has-sidebar .theme-detail h2.category a {
    text-decoration: underline;
    color: #616161;
}

.has-sidebar .theme-detail dt.rating {
    float:left;
    display: none;
}
.has-sidebar .theme-detail dd.rating-action {
    background: none;
    position: relative;
}
.has-sidebar .theme-detail dd.rating-action ul {
    margin: auto;
}
.has-sidebar .theme-detail dd.rating {
    padding:12px 0;
    position: relative;
    margin-bottom:12px;
}

/* item
*******************************************************************************/

#main #document .action-button span img {
    vertical-align: text-bottom;
}

#main #document .action-button span img#button-list-pages {
    margin:-4px -12px -4px 1px;
    padding:4px 10px 4px 3px;
}

.item-stats {
    margin: 10px 0 0 20px;
    float: right;

    background: #fcfcfc;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    /*padding: 0 0 10px 0;*/
}

.item-stats{
    width: 210px;
}

.item-stats-theme {
    width: 240px;
}

.item-stats-universe {
    width: 180px;
}

.item-stats ul {
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
    padding: 10px;

}

.item-stats ul li {
    margin:0;
    padding: 2px;
}

.item-stats ul li.separator {
    background: transparent url(img/detail_bg.png) no-repeat scroll center bottom;
    position: relative;
}

.item-stats ul li.installed strong {
    color:#fd9a01;
    position:absolute;
    width: 80px;
    right: 0px;
    white-space: nowrap;
    overflow: hidden;
}

.item-stats ul li.trend {
    /*background: transparent url(img/detail_bg.png) no-repeat scroll center bottom;*/
    position: relative;
}
.item-stats ul li.trend span {
    line-height:1.8em;
}

.item-stats ul li.trend img.Trend_icon {
    margin:0 0 0 5px;
}

.item-stats ul li.platform {

}
.item-stats ul li.platform span.label {

}

.item-stats ul li.platform ul{
    border:0pt none;
    padding:1px;
    width:175px;
}

.item-stats ul li.platform ul li{
    margin:2px 6px;
    padding: 0;
    display: block;
    float: left;
    width: 60px;
    height: 20px;
    border: 1px solid #f1f0f0;
    background: #fcfcfc;
    font-size: 0.9em;
    /*text-indent: -9999px;*/
}

.item-stats ul li.platform ul li em{
    height: 16px;
    width: 16px;
    display: block;
    margin: 2px;
    text-indent: -9999px;
    float: left;
}


.item-stats ul li.platform ul li.mobile {
    display: none;
}
.item-stats ul li.platform ul li.iphone {

}
.item-stats ul li.platform ul li.yahoo {
    display: none;
}
.item-stats ul li.platform ul li.dashboard {

}
.item-stats ul li.platform ul li.vista {
    display: none;
}
.item-stats ul li.platform ul li.live {

}
.item-stats ul li.platform ul li.opera {
    display: none;
}
.item-stats ul li.platform ul li.blog {

}

.item-stats ul li.platform ul li.netvibes em{
    background: transparent url(img/icons/stats.png) no-repeat 0 0;
}
.item-stats ul li.platform ul li.mobile em{
    background: transparent url(img/icons/stats.png) no-repeat 0 -24px;
}
.item-stats ul li.platform ul li.iphone em{
    background: transparent url(img/icons/stats.png) no-repeat 0 -24px;
}
.item-stats ul li.platform ul li.yahoo em{
    background: transparent url(img/icons/stats.png) no-repeat 0 0;
}
.item-stats ul li.platform ul li.dashboard em{
    background: transparent url(img/icons/stats.png) no-repeat 0 -72px;
}
.item-stats ul li.platform ul li.vista em{
    background: transparent url(img/icons/stats.png) no-repeat 0 -98px;
}
.item-stats ul li.platform ul li.live em{
    background: transparent url(img/icons/stats.png) no-repeat 0 -96px;
}
.item-stats ul li.platform ul li.opera em{
    background: transparent url(img/icons/stats.png) no-repeat 0 0;
}
.item-stats ul li.platform ul li.blog em{
    background: transparent url(img/icons/stats.png) no-repeat 0 -120px;
}

/* Tagcloud
*******************************************************************************/
div#keywords, div#tags {
    text-align: justify;
    line-height: 16px;
}

div#keywords *, div#tags * {
    color: #d6d6d6;
    text-decoration: none;
    font-weight: lighter;
    vertical-align: middle;
    padding: 4px 6px;
    line-height: 35px;
    white-space: nowrap;
}

.cloud_subtitle {
    font-size: 14px !important;
    color: #999 !important;
    margin-top: -10px !important;
}

#tagcloud_sidebar {
    /*background: url(/img/tagcloud.png) no-repeat center center;*/
    clear: left;
    margin: 0 0 20px 0;
}

#tagcloud_sidebar div {
    text-align: center !important;
}

/* Description
*******************************************************************************/
.has-sidebar h3.description, .has-sidebar h3.theme-description {
    clear: both;
    font-weight: bold;
    display: block;
    background: transparent url(img/promote_bg.png) no-repeat bottom center;
    padding: 10px 1px;
    color: #616161 !important;
    font-size: inherit !important;
    *font-size: 1em !important;
    font-family: inherit !important;
}

.has-sidebar div.widget-description h3.description{
    padding: 10px;
    word-wrap: break-word;
}

/* Promote
*******************************************************************************/

#document p.promote {
    text-align:center;
    padding: 10px 1px;
    margin:0;
    background: transparent url(img/promote_bg.png) no-repeat bottom center;
    color: #616161;
}

/* Report
*******************************************************************************/
.has-sidebar p.report {
    text-align: right;
    font-size:0.9em;
}

.has-sidebar p.report a{
    background: transparent url(img/icons/report.png) no-repeat center left;
    padding: 5px 0 5px 20px;
}
#report-problem {
    color: #616161;
}

#sbox-content dl.zend_form {
    padding: 5px 15px;
}

#sbox-content dl.zend_form dt label {
    font-weight: normal;
}

#sbox-content dl.zend_form textarea {
    height: 100px;
    width: 100%;
}

/* comments zone
*******************************************************************************/

.comment-list .title,
.comment-list .message {
    margin: 0;
    padding: 5px 20px;
    border: 1px solid #E3E3E3;
}
.comment-list .title {
    color: #666;
    padding: 5px 10px;
    border-bottom: 0;
    text-decoration: none;
}

.comment-list .title a {
     text-decoration: none;
}

.comment-list .message {
    border-top: 0;
    margin-bottom: 1em;
}
.comment-list .author{
    background: #F2F2F2;
    border-color: #a5c59e;
}

#document .comment-form {
    background: #EEE;
    padding: 5px 20px;
    margin-bottom: 1em;
}
    #message {
        width:98%;
        height: 10em;
    }
    .comment-form dl,
    .comment-form dt,
    .comment-form dd {
        margin: 0;
        padding: 0;
    }

    #document .comment-form dd#submitcomment{
        margin-right: 5px;
        float: right;
    }

    #document .comment-form #firstname {
        display: none;
        visibility: hidden;
    }

    .comment-form #firstname-label,
    .comment-form #firstname-element,
    .comment-form #type-label,
    .comment-form #type-element,
    .comment-form #topic-label,
    .comment-form #topic-element,
    .comment-form #time-label,
    .comment-form #time-label
    {
        display: none;
    }

/* Partner list
*******************************************************************************/

#document ul.partner-list {
    border:0 ;
    float: left;
}

    #document ul.partner-list li {
        float:left;
        margin:0pt;
        padding:0pt;
        list-style-image:none;
        list-style-position:outside;
        list-style-type:none;
    }

        #document ul.partner-list li a,
        #document ul.partner-list li a:hover {
            display:block;
            text-align:center;
            padding:5pt;
            color:#ffffff;
        }

/* Tool page
*******************************************************************************/

div.tools-container {
    margin: 0 0 0 20px;
}

div.tool-panel {

    background:transparent url(/img/tools/tool_bg.png) no-repeat;
    height:75px;
    padding: 10px 0 10px 0;
    margin: 0 20px 0 0;
    width:400px;
    float: left;
}

*html div.tool-panel {
    margin:10px;
}

    div.tool-panel h3 {
        margin: 0px;
        font-weight: bold;
    }

    #main div.tool-panel h3 a {
        color:#6D6D6D;
    }

    div.tool-panel a {
        text-decoration:none;
    }

    div.tool-panel p {
        margin: 2px 0 0 0;
        font-size: 0.9em;
    }

    div.tool-panel a.tool-icon {
        float: left;
        margin: 0 5px;
    }

    small.tool-info {
        vertical-align:super;
    }

/* Sitemap
*******************************************************************************/
.sitemap-section-content ,
.sitemap-section-uwa ,
.sitemap-section-about ,
.sitemap-section-rss {
    padding:20px;
    }
.sitemap-section-content ,
.sitemap-section-uwa {
    width:358px;
    }
.sitemap-section-about ,
.sitemap-section-rss {
    width:420px;
    }
*html .sitemap-section-content ,
*html .sitemap-section-uwa ,
*html .sitemap-section-about ,
*html .sitemap-section-rss {
    padding:20px 10px;
    }
.sitemap-section-content {
    float: left;
    border-right: 1px solid #EEEEEE;
    }
.sitemap-section-about {
    float: right;

    }
.sitemap-section-uwa {
    float: left;
    border-right: 1px solid #EEEEEE;
    }
.sitemap-section-rss {
    float: right;
    }

.sitemap-section-content h4,
.sitemap-section-uwa h4,
.sitemap-section-about h4,
.sitemap-section-rss h4{
    margin: 0px 0px 10px 0px;
    }

.sitemap-section-content ul,
.sitemap-section-uwa ul,
.sitemap-section-about ul,
.sitemap-section-rss ul{
    border-bottom:1px solid #EEEEEE;
    margin:0pt;
    padding:0pt;

    }
.sitemap-section-content ul li,
.sitemap-section-uwa ul li,
.sitemap-section-about ul li,
.sitemap-section-rss ul li {
        list-style-image:none;
        list-style-position:outside;
        list-style-type:none;
        margin:0pt;
        padding:0pt;
        }
.sitemap-section-content ul li a,
.sitemap-section-uwa ul li a,
.sitemap-section-about ul li a,
.sitemap-section-rss ul li {
            border-top:1px solid #EEEEEE;
            display:block;
            margin:0pt;
            outline-color:invert;
            outline-style:none;
            outline-width:0pt;
            padding:2px 0pt 2px 20px;
            text-decoration:none;
            }
.sitemap-section-rss ul li a{
            text-decoration:none;
            }
*html .sitemap-section-content ul li a,
*html .sitemap-section-uwa ul li a,
*html .sitemap-section-about ul li a,
*html .sitemap-section-rss ul li {
            display: inline-block;
            width:95%;
            }
.sitemap-section-content ul li a:hover,
.sitemap-section-uwa ul li a:hover,
.sitemap-section-about ul li a:hover,
.sitemap-section-rss ul li a:hover {
                text-decoration:underline;
                }

ul.sitemap-menu {
    float: left;
    width: 99%;
    text-align: center;
    }
    *html ul.sitemap-menu {
        width: auto;
        float: none;
        clear: both;
    }
    ul.sitemap-menu li {
        list-style-image:none;
        list-style-position:outside;
        list-style-type:none;
        margin:0pt;
        padding:0pt;
        display:inline;
        }
        #main ul.sitemap-menu li a{
        color: #d6d6d6;
        text-decoration: none;
        font-size:2em;
        font-weight: lighter;
        }

.sitemap-list {
    margin: 15px;
    float: left;
    background: #f2f2f2;
    -moz-border-radius: 8px;
    width: 810px;
    padding: 5px 5px 5px 10px;
    border: 1px solid #e4e4e4;

}

*html .sitemap-list {
    float: none;
    clear: both;
    width: 800px;

}

.sitemap-list table {
    width: 99%;
    border-collapse: collapse;
}
.sitemap-list table a {
    text-decoration: none;
}

.sitemap-list table thead {
    font-size: 0.9em;
    height: 40px;
}

.sitemap-list table tbody{
    font-size:0.8em;
}

.sitemap-list table tbody tr {
    height: 40px;
}

.sitemap-list table tbody tr td {
    border: 1px solid #e4e4e4;
    padding: 5px;
    vertical-align: top;
}

.sitemap-list table tbody tr.odd td.odd {
    background: #ffffff;
}

.sitemap-list table tbody tr.even td.even {
    background: transparent;
}

.sitemap-list table tbody tr td.feed,
.sitemap-list table tbody tr td.podcast,
.sitemap-list table tbody tr td.uwa,
.sitemap-list table tbody tr td.universe {
    font-weight: bold;
    padding: 3px 5px;
    border-right: 0;
}

.sitemap-list table tbody tr td.podcast a {
    background: transparent url(img/icons/sitemap.png) no-repeat ;
    background-position: 0 -72px;
    margin: 2px 0;
    padding: 0 0 0 30px;
}

.sitemap-list table tbody tr td.feed a {
    background: transparent url(img/icons/sitemap.png) no-repeat ;
    background-position: 0 0;
    margin: 2px 0;
    padding: 0 0 0 30px;
}

.sitemap-list table tbody tr td.uwa a {
    background: transparent url(img/icons/sitemap.png) no-repeat ;
    background-position: 0 -48px;
    margin: 2px 0;
    padding: 0 0 0 30px;
}

.sitemap-list table tbody tr td.universe a {
    background: transparent url(img/icons/sitemap.png) no-repeat ;
    background-position: 0 -24px;
    margin: 2px 0;
    padding: 0 0 0 30px;
}
.sitemap-list table tbody tr td.event a {
    background: transparent url(img/icons/sitemap.png) no-repeat ;
    background-position: 0 -96px;
    margin: 2px 0;
    padding: 0 0 0 30px;
}

.sitemap-list table tbody tr td.rating {
    width:80px;
    }

.sitemap-list table tbody tr td.rating span{
    background:transparent url(img/icons/stars.png) repeat-x scroll left bottom;
    display:block;
    height:12px;
    vertical-align:bottom;
    width:60px;
    margin: 0 20px;
    }
.sitemap-list table tbody tr td.rating span span {
    background:transparent url(img/icons/stars.png) repeat-x scroll left top;
    height:12px;
    left:0pt;
    line-height:12px;
    overflow:hidden;
    text-indent:-1000em;
    top:0pt;
    margin:0;
    }

.sitemap-list table tbody tr td.author,
.sitemap-list table tbody tr td.date,
.sitemap-list table tbody tr td.rating {
    border-left: 0;
    border-right: 0;
}

.sitemap-list table tbody tr td.installed {
    border-left: 0;
}

.sitemap-list table tbody tr td.author,
.sitemap-list table tbody tr td.date,
.sitemap-list table tbody tr td.rating,
.sitemap-list table tbody tr td.installed {
    text-align: center;
}

.sitemap-list table tfoot {
    text-indent:-9999px;
    height: 30px;
}


/* login
*******************************************************************************/
.box-login-page {
    width: 600px;
    margin: 0 auto;
    border:1px solid #E8E8E8;
    padding:20px;
}

.box-login-teaser,
.box-login-form {
    margin: 0 auto;
    padding: 0 10px;
    color
}

.box-login-teaser {
    float: left;
}

.box-login label{
    font-weight: bold;
}

.box-login p{
    margin-top: 10px;
}

.box-login .box-login-teaser p {
    clear: left;
    padding: 0px;
}

.box-login .box-login-teaser p.signupNow {
    font-size: 1.3em;
}

.box-login .box-login-teaser p.more-infos {
    font-size: 1.1em;
}

.box-login em.description {
    display: block;
    font-style: normal;
    margin: 2px 0px;
}

.box-login p.field label{
    display: block;
    margin: 2px 0;
    font-weight: bold;
}

.box-login p.field label a {
    margin-left: 5px;
    font-size: 11px;
    font-weight: normal;
}

.box-login .submit{
    margin-top: 15px;
    float: right;
    font-size: 1.1em;
}

.box-login p.field input.text,
.box-login p.field input.password{
    padding: 4px;
    font-weight: bold;
    border: 1px solid #CCC;
    margin-bottom: 5px;
    font-size: 12px;
    width: 295px;
}

.box-login .signinSessionOnly {
  margin: 0;
}
.box-login .submit {
  margin: 15px 0 0 0;
}

.box-login form {
    float: left;
    padding: 10px 15px;
    margin: 0;
    border: none;
    width: 290px;
}

.box-login-page form {
    padding: 10px 30px;
}

.box-login .submit {
  background:transparent url(img/buttons/button_simple.png) no-repeat scroll right top;
  border:0 none;
  padding:0 10px 0 0;
}

.box-login form .nv-button {
  background-color:#666666;
  border:0 none;
  background:transparent url(img/buttons/button_simple.png) no-repeat scroll left top;
  color:#FFFFFF;
  display:block;
  font-weight:bold;
  margin:0;
  padding:9px 5px 11px 15px;
  text-decoration:none;
  cursor:pointer;
  font-family:Tahoma,Verdana,Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
  font-size:1em;
}

.box-login-teaser a.more-infos {
    clear: left;
    text-decoration: underline;
    display: block;
    text-align: center;
}

.box-login-teaser a.more-infos:hover {
    color: #FFF;
}

.box-login-teaser .more-infos {
    color: #CCC;
    margin-bottom: 5px;
}

.box-login-teaser .signupNow {
    font-size: 14px;
    font-weight: bold;
}

.box-login-teaser a {
    color: #FFF;
    text-decoration: underline;
    cursor: pointer;
}

.box-login-teaser a:hover {
    color: #FFF;
}

.box-login-teaser {
    width: 165px;
    text-align: center;
    background: #545454;
    margin: 20px 0 0 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.box-login div.box-login-teaser h3 {
    margin-top: 5px;
    text-align: center;
    color: #FFF !important;
}

.box-login div.box-login-teaser a,
.box-login div.box-login-teaser {
    color: #FFF !important;
}

.box-login .error a {
    text-decoration: underline;
}

.box-login .error a:hover {
    color: #FFF;
}

.box-login div.error,
.box-login p.error,
.box-login p.info {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 10px;
    background: #700F0F url(img/icons/error.png) no-repeat 10px 10px;
    padding-left: 40px;
    color: #FFF;
}

.box-login p.info {
    background: #514E46 url(img/icons/help.png) no-repeat;
    padding-left: 40px;
}

.box-login img.valid {
    margin-left: 5px;
    background: transparent url(img/icons/ok.png) no-repeat scroll left center;
    vertical-align: middle;
}

.box-login img.invalid {
    margin-left: 5px;
    background: transparent url(img/icons/error_cross.png) no-repeat scroll left center;
    vertical-align: middle;
}


/* createsubmit
*******************************************************************************/

.submit-content {
    display: block;
    color: #FFF;
}
.submit-content .learn-more {
    display: block;
    color: #AAA;
    margin: 5px 0;
    font-size: 0.9em;
    text-decoration: underline;
}
.submit-content.hidden {
    display: none;
}
.submit-content-box {
    display: inline-block;
    vertical-align: top;
    width: 210px;
    height: 320px;
    margin: 10px 0;
    margin-left: 5px;
    font-size: 1.3em;
    background: #4a4a4a url(img/submit/box.title.arrow.png) center -50px repeat-x;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}
.submit-content-box:first-child {
    margin-left: 10px;
}
.submit-content-box:last-child {
    margin-right: 10px;
}

.submit-content-box.submit-content-app,
.submit-content-box.submit-content-theme {
    width: 263px;
}

.submit-content-box > p {
    text-align: center;
}
.submit-content-box > .description {
    padding: 10px;
    margin: 0;
    height: 65px;
}
.submit-content-box > .submit-content-box-title {
    margin: 0;
    padding: 10px;
    color: #a3a3a3;
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.4em;
}
.submit-content-box > img {
    display: block;
    margin: 0 auto;
    background: transparent url(img/submit/sprite.misodata.png) 0 0 no-repeat;
}
.submit-content-app > img {
    background-position: center 0;
}
.submit-content-theme > img {
    background-position: center -200px;
}
.submit-content-feeds > img {
    background-position: center -300px;
}
.submit-content-misodata > img {
    background-position: center -400px;
}
.submit-content-code > img {
    background-position: center -500px;
}


/* Error message
*******************************************************************************/
p.notice {
    background:#FFFFE0 url(img/icons/exclamation.png) no-repeat scroll 5px 5px;
    border-color:#EBEBA9 rgb(195, 195, 112) rgb(195, 195, 112) rgb(235, 235, 169);
    border-style:solid;
    border-width:1px;
    font-weight:bold;
    padding:5px 5px 5px 25px !important;
    margin: 0 0 5px 0 !important;
}

/* Styles for mooRainbow colour picker
*******************************************************************************/
#moorainbow {
    padding:9px 14px 20px;
    font-size:11px;
    color:#000;
}
.moor-box {
    width:321px;
    height:310px;
    border:1px solid #c8c8c8;
    background-color:#fff;
}
.moor-overlayBox {
    width:256px;
    height:256px;
    margin-top:14px;
    margin-left:14px;
    border:1px solid #000;
}
.moor-BrighLabel, .moor-rLabel,
.moor-bLabel, .moor-gLabel,
.moor-SatuLabel, .moor-BrighLabel, .moor-HueLabel{
    display:none;
}
.moor-slider {
    border:1px solid #000;
    margin-top:14px;
    margin-left:286px;
    width:19px;
    height:256px;
}
.moor-hexLabel {
    color:#000;
    margin-top:280px;
    margin-left:14px;
    display:block ! important;
}
.moor-rInput, .moor-gInput, .moor-bInput, .moor-HueInput, .moor-SatuInput, .moor-BrighInput {
    width:30px;
}
.moor-hexInput {
    width:55px;
    border:1px solid #777;
}
.moor-cursor {
    background:url(/img/moorainbow/moor_cursor.gif);
    width:12px;
    height:12px;
}
.moor-arrows {
    background:url(/img/moorainbow/moor_arrows.gif) no-repeat;
    top:9px;
    left:276px;
    width:41px;
    height:9px;
}
.moor-colorBox, .moor-currentColor, #moorainbow label, span.moor-ballino, .moor-chooseColor {
    display:none;
}
.moor-okButton {
    display:block;
    border:none;
    background:transparent url(img/icons/ok.png) no-repeat scroll 0 0;
    bottom:7px;
    right:10px;
    width:24px;
    height:24px;
    cursor:pointer;
    text-indent:-9999px;
}

