body {
    background: url("/static/images/new/bg_pat.png");
}

.sprite {
    background: url(/static/images/new/sprites/sprite_home.png) no-repeat;
}

.sprite-bg_pat-png {
    width: 497px;
    height: 249px;
    background-position: -0px -0px;
}

.sprite-desc_buy-png {
    width: 126px;
    height: 106px;
    background-position: -940px -171px;
}

.sprite-desc_explore-png {
    width: 130px;
    height: 106px;
    background-position: -799px -171px;
}

.sprite-desc_price-png {
    width: 112px;
    height: 106px;
    background-position: -672px -288px;
}

.sprite-desc_rare-png {
    width: 86px;
    height: 106px;
    background-position: -1090px -0px;
}

.sprite-search_bg-png {
    width: 612px;
    height: 113px;
    background-position: -0px -260px;
}

div#topbar {
    background-color: transparent;
    background-image: url("/static/images/new/topbar.png");
    background-repeat: repeat-x;
    text-align: right;
    height: 28px;
}

#topbar ul {
    float: right;
    display: inline-block;
    list-style: none;
    margin-right: 15px;
    height: 100%;
}
#topbar ul li {
    display: inline;
    vertical-align: middle;
}
#topbar ul li a {
    color: white;
    text-decoration: none;
    vertical-align: middle;
    margin-left: 10px;
    margin-right:10px;
}
#topbar ul li a:hover {
    color: #e8e6db;
    border-bottom: 1px solid #e8e6db;
}
#topbar ul li a:active {
    color: #a30000;
    font-weight: bold;
    text-shadow: 1px 0px 1px #a30000;
    border-bottom: 1px solid #a30000;
}

#topbar #rib {
    background: url(/static/images/new/strip_with_ribbon_2.png) no-repeat;
    width: 200px;
    height: 260px;
    margin: 0px auto;
    position: relative;
}

.desc {
    margin-top: 43px;
    display: table;
    text-align: center;
    overflow: hidden;
    width: 40%;
}
.desc .img {
    float: left;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    display: table-cell;
    width: 50%;
}
.desc .img div {
    display: inline-block;
}

.desc#left {
    float: left;
}
.desc#right {
    float: right;
}
#main {
    text-align: center;
    margin-top: 88px;
}

div#logo1 {
    background: url(/static/images/new/sprites/sprite_home.png) no-repeat;
    background-position: -508px -0px;
    width: 460px;
    height: 100px;
    margin: 30px auto 20px auto;
}
div#logo2 {
    background: url(/static/images/new/sprites/sprite_home.png) no-repeat;
    width: 451px;
    height: 111px;
    background-position: -0px -384px;
    margin: 0 auto;
}

#search_form {
    text-align: left;
    width: 612px;
    margin: 0 auto;
}
#search_form #descriptions {
    margin-top: -30px;
}
#search_form #descriptions #desc_check {
    margin-left: 37px;
    vertical-align: middle;
}
#search_form #descriptions #desc_label {
    font-size: 13px;
    color: #999;
    text-shadow: 0px 1px 1px #fff;
    vertical-align: middle;
}

#search {
    background: url(/static/images/new/search_bg.png) no-repeat;
    width: 612px;
    height: 113px;
    margin: 20px auto;
    position: relative;
}
#search.focus {
    background: url(/static/images/new/search_bg_active.png) no-repeat;
    width: 612px;
    height: 113px;
}

#search #st {
    width: 80%;
    margin-top: 34px;
    margin-left: 38px;
    display: inline-block;
    float: left;
    font-size: 15px;
    height: 25px;
    border: 0px solid #000;
    background-color: transparent;
    vertical-align: middle;
}
#search #st:hover, #search #st:focus {
    color: #202020;
}

#search button#bt {
    background: url(/static/images/new/sprites/sprite_home.png) no-repeat;
    background-position: -979px -0px;
    background-color: transparent;
    width: 36px;
    height: 36px;
    vertical-align: middle;
    border: 0px solid #000;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 24px;
    top: 27px;
}
#search button#bt:hover {
    background: url(/static/images/new/sprites/sprite_home.png) no-repeat;
    background-position: -1026px -0px;
    width: 36px;
    height: 36px;
}
#search button#bt:active {
    background: url(/static/images/new/sprites/sprite_home.png) no-repeat;
    background-position: -1090px -117px;
    width: 36px;
    height: 36px;
}

#popular {
    font-family: "Times New Roman",Georgia,Serif;
    width: 656px;
    margin: 0px auto;
    margin-top: 51px;
    text-align: left;
}
#popular .title {
    text-transform: uppercase;
    margin: 0px;
    font-size: 16px;
    line-height: 20px;
    color: #7f7d72;
    font-weight: bold;
    font-style: italic;
    margin-left: 34px;
}
#popular .divider {
    background: url(/static/images/new/sprites/sprite_home.png) no-repeat;
    background-position: -0px -655px;
    width: 606px;
    height: 6px;
}
#popular ol {
    margin-left: 54px;
    list-style-type: decimal;
    color: #808080;
    font-weight: bold;
    font-style: italic;
}
#popular ol li a {
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
}

#facebook {
    width: 656px;
    margin: 0px auto;
    margin-top: 28px;
    text-align: left;
}
#facebook div {
    display: inline-block;
    vertical-align: middle;
}
#facebook #arrow-left {
    background: url(/static/images/new/sprites/sprite_home.png) no-repeat;
    background-position: -795px -288px;
    width: 160px;
    height: 49px;
}
#facebook #arrow-right {
    background: url(/static/images/new/sprites/sprite_home.png) no-repeat;
    background-position: -966px -288px;
    width: 157px;
    height: 49px;
}
#facebook #connect {
    background: url(/static/images/new/sprites/sprite_home.png) no-repeat;
    background-position: -508px -111px;
    background-color: transparent;
    background-repeat: no-repeat;
    width: 280px;
    height: 49px;
    vertical-align: middle;
    border: 0px solid #000;
    cursor: pointer;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
}
#facebook #connect:hover {
    background: url(/static/images/new/sprites/sprite_home.png) no-repeat;
    background-position: -799px -111px;
    width: 280px;
    height: 49px;
}
#facebook #connect:active {
    background: url(/static/images/new/sprites/sprite_home.png) no-repeat;
    background-position: -508px -171px;
    width: 280px;
    height: 49px;
}

#facebook .title {
    font-family: "Times New Roman",Georgia,Serif;
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
    text-transform: uppercase;
    color: #7f7d72;
    margin-left: 34px;
}

#facebook .fb_user .fb_icon {
    height: 20px;
    width: 20px;
}

#facebook ul {
    list-style: disc;
    font-size: 17px;
    margin-top: 10px;
    margin-left: 54px;
    color: #808080;;
}

#facebook p {
    margin-left: 34px;
    margin-top: 8px;
}

footer {
    text-align: center;
    width: 900px;
    margin: 0px auto;
    margin-top: 63px;
    padding-bottom: 15px;
    font-size: 14px;
}
footer a {
    color: #700000;
    text-decoration: none;
}

.hidden {
    visibility: hidden;
    width: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
}
