#container {
    margin: auto;
    width: 1280px;
}

#conf {
    float: left;
    background-color: #000000;
    width: 320px;
    height: 440px;
    border-left: solid;
    border-right: solid;
    border-width: 10px;
}

#top {
    width: 320px;
    height: 100px;
}

#top img {
    width: 300px;
    height: 50px;
    margin-top: 25px;
    margin-left: 8px;
}

#middle {
    width: 320px;
    height: 240px;
    background-color: #ff8400;
}

#bottom {
    width: 320px;
    height: 100px;
}

#bottom input {
    margin-top: 22px;
    margin-left: 8px;
}

#results {
    width: 800px;
    margin-left: 20px;
    float: left;
}

#info {
    position: absolute;
    width: 320px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    top: 475px;
}

#results .loading {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#results .group {
    display: inline-block;
    width: 794px;
    height: 20px;
    border: solid black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    background-color: #ff8400;
}

#results table {
    border-left: solid black;
    border-right: solid black;
    border-bottom: solid black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    background-color: #ded4b5;
}

#results .header {
    font-weight: bold;
    font-size: 10px;
    color: #000000;
}

#results .tbmodel {
    width: 95px;
}

#results .tblcd {
    width: 140px;
}

#results .tbcpu {
    width: 140px;
}

#results .tbgpu {
    width: 150px;
}

#results .tbram {
    width: 90px;
}

#results .tbhdd {
    width: 100px;
}

#results .tbprice {
    width: 45px;
}

.row {
    color: #000000;
    margin: 5px;
    height: 19px;
}
#middle .row label {
    display: inline-block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
    width: 120px;
}

#middle .row select {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    width: 170px;
}

a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #135CAE;
}


