html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

#item_list {
    background: url(../images/rps.png);
    text-indent: -999em
}

#switcher {
    height: 60px;
    width: 100%;
    min-width: 600px;
    background: #232323
}

#switcherWrap {
    width: 100%
}

#switcher:before, #switcher:after {
    content: "";
    display: table
}

#switcher:after {
    clear: both
}

#switcher {
    *zoom: 1
}

h1 a {
    display: block;
    width: 200px;
    height: 60px
}

h1, #item_list {
    float: left
}

#remove {
    float: right;
    height: 40px;
    width: 107px;
    display: block;
    background: none;
    line-height: 60px;
    border-bottom: 1px dashed #FFF;
    margin-right: 30px
}

#purchase {
    float: right;
    height: 40px;
    display: block;
    width: 125px;
    background: none;
    line-height: 60px;
    border-bottom: 1px dashed #FFF;
    margin-right: 30px
}

a#remove:hover, a:visited#remove:hover {
    border-bottom: none
}

a#purchase:hover, a:visited#purchase:hover {
    border-bottom: none
}

#item_list {
    display: block;
    background-position: 240px -180px;
    position: relative
}

#item_list.drop {
    background-position: 240px -240px
}

#item_list>a {
    color: #e7e7e7;
    text-decoration: none;
    text-indent: 16px;
    width: 300px
}

#item_select {
    line-height: 60px;
    text-indent: 16px;
    display: block;
    top: 60px
}

#item_list ul, #switcher {
    box-shadow: 0 1px 5px 1px rgba(17, 17, 17, 0.8);
    position: relative
}

#item_list ul {
    background: #232323;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    display: none;
    width: 100%;
    top: 60px;
    position: absolute
}

#item_list ul a {
    padding: 8px;
    display: block;
    text-indent: 0;
    text-decoration: none;
    color: #e7e7e7
}

#item_list ul li {
    border: 1px solid #333;
    border-bottom: 1px solid #111
}

#item_list ul li:last-child {
    padding-bottom: 2px
}

h1, #item_list {
    border-left: 1px solid #333;
    border-right: 1px solid #111
}