
#cc_content div.body {
    min-height: 350px;
}

/*
 * Menu boxes
 */
.product_menu_box:hover,
.product_menu_box.hovered {
    margin-left:  -45px;
    margin-right: 25px;
}

/*
 * Hide product slider on start page.
 */
#product_slider {
    display: none;
}

/*
 * Products list - background color on hover.
 */
#product_list div.product:hover {
    background-color: #DDDDDD;
}

/*
 * Hide textarea text counter.
 */
.textarea_text_count {
    display: none;
}

/*
 * Page fade in
 */
#fader {
    display: none;
}

/*
 * Welcome
 */
#cc_tags {
    display: block;
    position: relative;
}

.cc_tag {
    font-weight: bold;
    font-size: 26px;
    position: absolute;
    text-shadow: 0 2px 0 #FFFFFF;
}

#cc_tag_adm {
    top: 20px;
    left: 50px;
}

#cc_tag_cont_a {
    top: 50px;
    left: 400px;
}

#cc_tag_cont_v {
    top: 120px;
    left: 800px;
}

#cc_tag_atla {
    top: 280px;
    left: 100px;
}

#cc_tag_war {
    top: 220px;
    left: 250px;
}

#cc_tag_web {
    top: 0px;
    left: 650px;
}

#cc_tag_api {
    top: 130px;
    left: 420px;
}

#cc_tag_pho {
    top: 200px;
    left: 550px;
}

#cc_tag_coma {
    top: 150px;
    left: 30px;
}

#cc_tag_stats {
    top: 300px;
    left: 450px;
}

