body {
        background: black;
        color: #C0C0C0;
        font-family: arial, helvetica, sans-serif;
        font-size: 0.80em;
        margin: 10px 0px;
        padding: 0px;
        text-align: center;
}
a {
        color: #FF9900;
        text-decoration: none;
}
a:hover {
        color: white;
}
a.newin {
        background-image: url('img/new_win_icon.gif');
        background-position: top right;
        background-repeat: no-repeat;
        color: white;
        font-size: 0.70em;
        padding-right: 15px;
}
div.mainbox {
        margin: 0px auto;
        width: 85%;
}
div.prodbox {
        background: #1E1E1E;
        border: 1px solid #484848;
        margin: 0px auto;
}
div.float {
        float: left;
}
div.spacer {
        clear: both;
}
/* begin rounded corners stuff */
b.stop, b.sbottom {
        display: block;
        background: #1E1E1E;
}
b.stop b, b.sbottom b {
        display: block;
        height: 1px;
        overflow: hidden;
        background: #484848;
}
b.r1 {
        margin: 0 5px;
}
b.r2 {
        margin: 0 3px;
}
b.r3 {
        margin: 0 2px;
}
b.rtop b.r4, b.rbottom b.r4 {
        margin: 0 1px;
        height: 2px;
}
b.stop b.r4, b.sbottom b.r4 {
        margin: 0 1px;
        height: 2px;
}
/* end rounded corners stuff */
div#search {
        background: #2E2E2E;
        border: 1px solid #484848;
        margin-right: 20px;
        padding: 15px 28px 10px 28px;
}
div#search p {
        font-weight: bold;
}
/*
div#search a {
        color: white;
}
*/
div#ordertxt {
        text-align: left;
        width: 60%
}
div#prodimg {
        padding: 10px;
        text-align: center;
        width: 30%
}
div#prodimg img {
	border: 1px solid #484848;
	margin-bottom: 3px;
}
div#prodimg div#buybox {
        margin: 0px auto;
        width: 120px;
}
div#prodimg div#buybox div.buybutton {
        background: #484848;
}
div#prodimg div#buybox div.buybutton a {
        color: #FF9900;
        font-weight: bold;
        text-decoration: none;
}
div#prodimg div#buybox div.buybutton a:hover {
        color: white;
}
div#prodtxt {
        color: #AAAAAA;
        text-align: center;
        width: 60%;
}
div#prodtxt a#small {
        font-size: 0.75em;
}
div#prodtxt p {
        text-align: left;
}
