/* shapes only */
#shapesD {

}
#shapesD h1 {
    margin: 15px 0 30px 35%;
    float: right;
    clear: right;
    width: 65%;
    position: relative;
    font: bold 45px Rockwell, Verdana, "Trebuchet MS", "Arial Black", Arial;
}
#shapesD div {
    width: 20%;
    float: left;
}
#shapesD div span {
    display: block;
    margin: auto;
    width: 173px;
    position: relative;
}
#shapesD div span img.icon {
    position: absolute;
    top: -5px;
    left: -5px;
}
#screenD {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2;
    top: 0px;
    left: 0px;
    cursor: pointer;
    background: url('/large/screenbg.png');
}
#modalD {
    width: 317px;
    height: 557px;
    background: url('/large/bg-body-shape.png') no-repeat;
    position: absolute;
    top: 100px;
    left: 30%;
    z-index: 3;
}
#modalD #close {
    width: 105px;
    height: 50px;
    position: absolute;
    top: 10px;
    right: 22px;
}
#modalD #sketch {
    float: left;
    margin: 30px -12px 0 18px;
}
#modalD #icon, #modalD #title {
    position: absolute;
    top: 15px;
    right: 135px;
}
#modalD #title {
    top: 70px;
    right: 30px;
}
#modalD ul {
    width: 135px;
    float: left;
    margin: 185px 0 0 0;
    padding-left: 30px;
    font-size: 11px;
    font-weight: bold;
}
#modalD ul li {
    margin: 0 0 10px 0;
}
#modalD #bodyShapeDesc {
    width: 250px;
    height: 135px;
    position: absolute;
    left: 25px;
    bottom: 40px;
    overflow: auto;
    font-size: 13px;
    margin: 0;
    padding: 0;
}


