.twocol {
    margin-left: -20px;
    list-style: none;
    padding: 0;
}

.twocol li {
    margin-left: 20px;
    float: left;
    width: 330px;
    margin-bottom: 20px;
}

.threecol {
    margin-left: -10px;
    list-style: none;
    padding: 0;
}

.threecol li {
    margin-left: 10px;
    float: left;
    width: 220px;
    margin-bottom: 20px;
    height: 215px;
}

.price {
    font-weight: bold;
    line-height: 22px;
    text-align: right;
}

.notification {
    text-transform: uppercase;
}

.notice {
    font-weight: bold;
}

#sidecart {
    padding: 20px;
    color: #fff;
}

#sidecart a {
    color: #C0C2C5;
    text-decoration: none;
}

#sidecart a:hover {
    color: #fff;
}

#carttable {
    border-collapse: separate;
    width: 100%
}

#carttable td, th {
    margin-right: 10px;
    border-bottom: 1px solid #ccc;
}

#carttable th, #carttable .sum {
    background: #eee;
    text-align: left;
}

#carttable td {
    padding: 5px 0 5px 0
}

#carttable .sum {
    font-weight: bold;
}

#carttable .buttons {
    border: 0;
}

#carttable .buttons td {
    padding-top: 20px;
    border: 0;
}

#orderform {
    width: 100%
}

#orderform label {
    display: block;
    font-weight: bold;
    line-height: 22px;
}

#orderform span {
    float: left;
    margin-right: 5px;
    margin-bottom: 12px;
}

#orderform br {
    clear: left
}

#orderform input, #orderform textarea {
    width: 500px;
}

#orderform textarea {
    height: 100px
}

#orderform input.small, #orderform select {
    width: 245px;
}

#orderform .checkboxes label {
    display: inline;
    line-height: normal;
    float: none;
}

#orderform .checkboxes input, #orderform input.submit {
    width: auto
}

#error {
    border: 2px solid #900;
    background: #f99;
    margin-bottom: 10px;
    padding: 10px;
}

#q {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
}

#iframe, #iframe ul {
    background: url(/images/background.php);
}