/** DETAILS PAGE STYLESHEET */
div#_top { background: url(/gfx/backgrounds/details/body_top.png) no-repeat; height: 55px; }
div#_middle { background: url(/gfx/backgrounds/details/body_middle.png); background-repeat: repeat-y; padding-left: 40px; overflow: hidden;}
div#_bottom { background: url(/gfx/backgrounds/details/body_bottom.png) no-repeat; height: 95px; }

h3#page_title { 
    display: block;
    background:url(/gfx/backgrounds/details/body_title.png) no-repeat;
    width: 469px;
    height: 87px;
    text-indent: -9999px;
    position: relative;
    left: 26px;
    top: 12px;
}

div#checklist { position: relative; left: 5px; background: url(/gfx/backgrounds/details/checklist.png) no-repeat; height: 478px; width: 509px; }

ul#support_details {
    background:url(/gfx/backgrounds/details/list_background.png) no-repeat;
    height: 559px;
    width: 345px;
    position: absolute;
    left: 540px;
    top: 178px; }
ul#support_details li {  margin-left: 24px; font-size: 14px; width: 300px; position: relative; top: 24px;}
ul#support_details li.support_title { color: #008045; font-weight: bold;}
ul#support_details li.info { color: #888888; margin-bottom: 14px;}

div#divider { position: relative; left: 30px; background: url(/gfx/backgrounds/details/divider.png) no-repeat; height: 67px; width: 813px; }

.indie_game {
    position: relative;
    top: 20px;
    margin-left: 34px;
    width: 370px;
    margin-bottom: 14px;
    color: #008045;
    font-size: 14px;
}

p#description1 {
    background: url(/gfx/backgrounds/details/description1.png) no-repeat;
    width: 403px;
    height: 148px;
    text-indent: -9999px;
    display: block;
    position: relative;
    left: 36px;
    top: 24px;
}
p.description2 {
    width: 380px;
    position: relative;
    left: 460px;
    top: -136px;
    font-size: 13px;
    color: #888888;
    margin-top: 12px;
}
p#btn_signup {
    display: block;
    width: 305px;
    height: 37px;
    background: url(/gfx/backgrounds/details/signup_button.png) no-repeat;
    text-indent: -9999px;
    top: -136px;
    position: relative;
    left: 458px;
    margin-top: 14px;
    margin-bottom: -110px;
}
p#btn_signup a {
    display: block;
    width: 305px;
    height: 37px;
}

#indie_info {
    position: relative;
    left: 26px;
    top: 12px;
    background: url(/gfx/backgrounds/details/indie_background) no-repeat;
    width: 825px;
    height: 154px;
    font-size: 11px;
    font-style:italic;
    color: #4b4b4b;
}

#indie_game {
    position: relative;
    top: 35px;
    color: #008045;
    font-weight: bold;
    font-size: 14px;
    left: 24px;
    
}
#indie_info .left {
    position: relative;
    top: 40px;
    width: 300px;
    left: 24px;
}

#indie_label {
    position: relative;
    left: 400px;
    width: 390px;
    color: #008045;
    font-weight: bold;
    font-size: 14px;
    top: -37px;
}
#indie_info .right {
    position: relative;
    left: 400px;
    width: 380px;
    top: -32px;
}