* {
    margin: 0;
    padding: 0;
}

BODY {
    margin: 10px;
    padding: 10px;
}

BODY, H5 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

DIV#main {
    float: left;
    width: 200px;
    margin-right: -210px;
}

DIV#items {
    border: 1px solid #000;
    float: left;
    padding: 10px;
}

DIV#items_content {
    margin-left: 210px;
    float: left;
    display: inline;
}

DIV#footer {
    padding-top: 20px;
    text-align: center;
    width: 100%;
    float: left;
}

DIV#calc {
    border: 1px solid #000;
    padding: 10px;
    margin: 0 0 10px 0;
}

DIV#content {
    border: 1px solid #000;
    padding: 10px;
}




DIV#calc INPUT {
    margin-top: 10px;
}

SPAN#dirty_eun, P SPAN.dirty_eun {
    color: #F00;
}

SPAN#clean_eun, P SPAN.clean_eun {
    color: #00BB02;
}

SPAN#items_weight {
    font-weight: normal;
}

DIV#items DIV {
    text-align: center;
    margin: 0px;
    padding: 0px;
    width: 85px;
    height: 110px;
    float: left;
}

DIV#content P, IMG, DIV#items P {
    cursor: pointer;
}

.left {
    text-align: left;
}

P {
    margin: 0px;
    padding: 5px;
}

DIV#content P {
    margin: 0px;
    padding: 3px;
}

IMG {
    border: none;
}

IMG.tooltip {
    margin: 10px;
}

.title, SPAN#dirty_eun, SPAN#clean_eun, P SPAN.dirty_eun, P SPAN.clean_eun {
    font-weight: bold;
}

H5 {
    margin: 5px;
    padding: 0;
}

A {
    color: #000;
    text-decoration: none;
}

A:hover {
    text-decoration: underline;
}

#tooltip {
    top: 0;
    left: 0;
    position: absolute;
    visibility: hidden;
    border: 1px solid #000;
    z-index: 1001;
    background-color: #FFF;
    padding: 10px;
    text-align: center;
    width: 170px;
}

