/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/


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, img, ins, kbd, q, s, samp,
small, strike, strong, sub,sub2, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/****
Fonts
****/


/****
Basic shit
****/

html, body {

    height: 100%;
}

body {

    background-color: #000000;
    font-family: 'ProximaNova', sans-serif;
}

h2 {

    font-weight: 500;
    font-size: 1.1em;
}

hr {

    border: 0;
    border-bottom: 1px solid #000000;
    margin: 0;
    margin-top: 5px;
}

form.size75 {

    float: none !important;
    width: 75%;
}

form input[type=text], input[type=password], form input[type=email], form input[type=number], form input[type=submit], form textarea, form select {
    display: block;
    padding-left: 5px;
    width: 100%;
    height: 30px;
    font-size: 0.9em;
    border: 1px solid #e5e5e5;
}

form input:focus {

    background-color: rgba(184, 184, 184, 0.1);
    border: 1px solid #b8b8b8;
    outline: none;
}

form textarea {
    resize: vertical;
    min-height: 200px;
}

form input[type=submit] {
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    background-color: #01c5d1;
    cursor: pointer;
}

form input.error[type=text],
form input.error[type=email],
form input.error[type=number],
form input.error[type=password],
form textarea.error {
    background-color: red;
    background-color: rgba(255, 0, 0, 0.1);
    margin-bottom: 3px;
}

form label.error {

    font-size: 0.8em;
    font-weight: 500;
}

a.button {

    color: #ffffff;
    display: inline-block;
    font-size: 0.8em;
    font-weight: bold;
    height: 36px;
    min-width: 85px;
    text-align: center;
    text-transform: uppercase;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 12px;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

a.button:hover {

    color: #ffffff;
    opacity: 0.7;
}

a.button.red {

    background: url('../img/button-red.jpg') repeat-x;
}

a.button.green {

    background: url('../img/button-green.jpg') repeat-x;
}

/****
Basic table shit
****/

table {

    margin: 0 auto;
    width: 100%;
}

table tr:nth-child(even) {

    background-color: #F1F1F1;
}

table tr th {

    color: #bfbfbf;
    font-size: 0.8em;
    font-weight: bold;
    padding: 5px;
    text-align: left;
    text-transform: uppercase;
}

table tr th:first-child {

    padding-left: 25px;
}

table tr td {

    font-size: 0.8em;
    padding: 10px 5px 10px 5px;
    text-align: left;
    text-transform: uppercase;
}

table tr td small {

    font-size: 0.75em;
}

table tr td:first-child {

    padding-left: 25px;
}

/****
Icons
****/

.icon.eir {

    background: url('../img/icons/eir.gif') no-repeat;
}

.icon.sieg {

    background: url('../img/icons/sieg.gif') no-repeat;
}

.icon.dainn {

    background: url('../img/icons/dainn.gif') no-repeat;
}

.icon.tia {

    background: url('../img/icons/tia.gif') no-repeat;
}

.icon.lime {

    background: url('../img/icons/lime.gif') no-repeat;
}

.icon.dacy {

    background: url('../img/icons/dacy.gif') no-repeat;
}

.icon.krieg {

    background: url('../img/icons/krieg.gif') no-repeat;
}

.icon.yuki {

    background: url('../img/icons/yuki.gif') no-repeat;
}

.icon.arien {

    background: url('../img/icons/arien.gif') no-repeat;
}

.icon.ryan {

    background: url('../img/icons/ryan.gif') no-repeat;
}

.icon.kali {

    background: url('../img/icons/kali.gif') no-repeat;
}

.icon.asuka {

    background: url('../img/icons/asuka.gif') no-repeat;
}

.icon.ralph {

    background: url('../img/icons/ralph.gif') no-repeat;
}

.icon.darkeir {

    background: url('../img/icons/darkeir.gif') no-repeat;
}

.icon.arta {

    background: url('../img/icons/arta.gif') no-repeat;
}

.icon.gaon {

    background: url('../img/icons/gaon.gif') no-repeat;
}

.icon.iris {

    background: url('../img/icons/iris.gif') no-repeat;
}

/****
Main site / header
****/

#mainContainer {

    margin: 0 auto;
    width: 1500px;
}

@media only screen and (max-width: 1500px) {

    #mainContainer {

        min-width: 966px;
        width: 100%;
    }
}

#mainHeader {

    text-align: center;
    width: 100%;
}

#mainHeader .logo {

    margin-top: 50px;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
}

#mainHeader .logo a {

    color: #ffffff;
}

#mainHeader .logo a:hover {

    color: #ffffff;
}

#mainHeader .logo span.big {

    font-size: 3em;
    font-weight: bold;
}

#mainHeader .logo span.sub {

    font-size: 0.6em;
    letter-spacing: 1.75em;
    padding-left: 1.5em;
}

#mainHeader .logo span.sub2 {

    font-size: 0.4em;
    letter-spacing: 1.0em;
    padding-left: 1.5em;
}

a {

    color: #2dbab9;
    text-decoration: none;
    transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
}

a:hover {

    color: #187c7b;
}

/****
Main nav
****/

#mainNav {

    margin-top: 30px;
}

#mainNav .navigation li {

    display: inline-block;
}

#mainNav .navigation li a {

    color: #ffffff;
    font-size: 0.8em;
    font-weight: 500;
    padding: 5px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
}

#mainNav .navigation li a:hover, #mainNav .navigation li a.active {

    background-color: #2dbab9;
}

#mainNav .navigation li.spacer {

    color: #ffffff;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}

/****
Slider
****/

#slideContent {
    margin: 50px auto 0px auto;
    width: 966px;
}

#slideContent .onlineCounter {

    background-color: #ffffff;
    border-radius: 7px 7px 0px 0px;
    color: #000000;
    font-size: 0.8em;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px 0px 4px 0px;
    text-align: center;
    text-transform: uppercase;
    width: 270px;
}

#slideContent .onlineCounterLeft {

    background-color: #ffffff;
    border-radius: 7px 7px 0px 0px;
    color: #000000;
    font-size: 0.8em;
    font-weight: bold;
    margin-left: 160px;
    padding: 10px 0px 4px 0px;
    text-align: center;
    text-transform: uppercase;
    width: 270px;
}

#slideContent #slides .slide {

    position: relative;
}

#slideContent #slides .slide img {

    border: 3px #ffffff solid;
    width: 960px;
}

#slideContent #slides .slide .overlay {

    background: rgb(0, 0, 0); /* Fall-back for browsers that don't support rgba */
    background: rgba(0, 0, 0, .6);
    color: #ffffff;
    left: 7px;
    padding: 30px 30px 30px 40px;
    position: absolute;
    top: 100px;
    width: 330px;
}

#slideContent #slides .slide .overlay p {

    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.5em;
}

#slideContent #slides .slide .overlay p.heading {

    font-size: 0.9em;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
}

/****
Global
****/

.bold {

    font-weight: bold;
}

.error {

    color: #FF0000;
}

.heightAuto {

    height: auto !important;
}

.hidden {

    display: none !important;
}

.noTransform {

    text-transform: none;
}

.semibold {

    font-weight: 500;
}

#content {

    overflow: hidden;
}

#content p {

    font-size: 0.8em;
    padding: 10px;
}

#content ul {

    font-size: 0.8em;
    list-style-type: square;
    margin-left: 15px;
    padding: 10px;
}

#content .row {

    clear: both;
    overflow: hidden;
}

.size30 {

    float: left;
    width: 30%;
}

.size40 {

    float: left;
    width: 40%;
}

.size60 {

    float: left;
    width: 60%;
}

.size60 span {

    display: block;
    font-size: 0.8em;
    padding: 10px;
}

.size70 {

    float: left;
    width: 70%;
}

.size100 {

    float: left;
    width: 100%;
}

.middle {

    text-align: center;
}

/****
Content
****/

.clear {

    clear: both;
}

#content {

    margin: 20px auto 0px auto;
    width: 966px;
}

#content h2.ct {

    padding: 10px;
}

#content .backLink {

    float: right;
    font-weight: 600;
}

#content small.subLine {

    padding: 10px;
    float: right;
    font-size: 0.8em;
}

#content .row .columnLeft {

    color: #ffffff;
    float: left;
    width: 590px;
}

#content .row .columnLeft.fullWidth {

    width: 970px;
}

#content .row .columnRight {

    color: #ffffff;
    float: right;
    width: 350px;
}

#content .row .block {

    border: 1px solid #ffffff;
    margin-bottom: 20px;
}

#content .row .block .header {

    font-size: 1.1em;
    font-weight: bold;
    height: 31px;
    padding: 14px 0 0 20px;
    position: relative;
}

#content .row .block.purple .header {

    text-shadow: 0px -2px #9646a3;
}

#content .row .block.red .header {


    text-shadow: 0px -2px #9c3650;
}

#content .row .block.green .header {


    text-shadow: 0px -2px #34afae;
}

#content .row .block .header span {

    text-transform: uppercase;
}

#content .row .block .header span a {

    color: #FFFFFF;
}

#content .row .block .header span a:hover {

    color: #FFFFFF;
}

#content .row .block .header img {

    position: absolute;
    right: 0;
    top: 0;
}

#content .content {

    background-color: #ffffff;
    color: #000000;
}

#content .content .blockImage {

    margin-top: 1px;
}

/****
Content form
****/

form .row {

    height: auto;
    padding-top: 8px;
}

form .row.last {

    height: 44px;
}

form .row .size40 {

    font-size: 0.8em;
    font-weight: bold;
    padding-top: 12px;
    text-align: center;
    text-transform: uppercase;
}

form .row .size60 input {

    width: 90%;

}

form .row .size60 select {

    width: 92%;
}

form .row .size30 a {

    padding-left: 5px;
}

form .row .size70 {

    font-size: 0.7em;
    padding-top: 13px;
    text-align: center;
    text-transform: uppercase;
}

form .row .size70 a {

    color: #e5e5e5;
}

form .row .size70 a:hover {

    color: #000000;
}

/****
News block
****/

#content .content .newsItem {

    border-top: 1px solid #ffffff;
    clear: both;
    height: 114px;
    position: relative;
}

#content .content .newsItem .iconBar {

    font-size: 1.2em;
    position: absolute;
    right: 5px;
    top: 5px;
}

#content .content .newsItem .iconBar a {

    color: #000000;
}

#content .content .newsItem .left {

    float: left;
    height: 114px;
    position: relative;
    width: 202px;
}

#content .content .newsItem .right {

    float: left;
    padding: 23px 0 0 30px;
    width: 350px;
}

#content .content .newsItem .right span.title {

    color: #000000;
    display: block;
    font-size: 0.9em;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: 1px 1px #c9c9c9;
    text-transform: uppercase;
}

#content .content .newsItem.active .right span.title {

    color: #187c7b;
}

#content .content .newsItem .right p {

    color: #000000;
    font-size: 0.75em;
    line-height: 1.6em;
    padding: 0;
}

#content .content .newsItem .left .label {

    bottom: 0;
    color: #ffffff;
    font-size: 0.8em;
    font-weight: bold;
    padding: 8px 0 6px 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    width: 85px;
}

#content .content .newsItem .left .label.green,
#content .content .newsItem .left .label.notice {

    background-color: #3bcecd;
}

#content .content .newsItem .left .label.purple,
#content .content .newsItem .left .label.patch {

    background-color: #a64bb8;
}

#content .content .newsItem .left .label.red,
#content .content .newsItem .left .label.event {

    background-color: #b53c5a;
}

#content .content .newsItem .left .label.blue,
#content .content .newsItem .left .label.update {

    background-color: #0063bf;
}

#content .content .newsItem .left .overlay {

    background-color: #ffffff;
    display: none;
    height: 114px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 202px;
}

#content .content .newsItem.active .left .overlay {

    display: block;
}

/****
Login block
****/

.loginBox,
.addOverlay {

    position: relative;
}

.loginBox .overlay,
.addOverlay .overlay {

    background-color: #ffffff;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.loginBox .overlay img,
.addOverlay .overlay img {

    margin-top: 40px;
}

.loginBox .row {

    height: 36px;
    padding-top: 8px;
}

.loginBox .row.last {

    height: 44px;
}

.loginBox .row .size40 {

    font-size: 0.8em;
    font-weight: bold;
    padding-top: 12px;
    text-align: center;
    text-transform: uppercase;
}

.loginBox .row .size60 input {

    width: 90%;

}

.loginBox .row .size30 a {

    padding-left: 5px;
}

.loginBox .row .size70 {

    font-size: 0.7em;
    padding-top: 13px;
    text-align: center;
    text-transform: uppercase;
}

.loginBox .row .size70 a {

    color: #e5e5e5;
}

.loginBox .row .size70 a:hover {

    color: #000000;
}

/****
Account block
****/

.accountBox {

    position: relative;
}

.accountBox .logoutButton {

    color: #000000;
    font-size: 1.4em;
    position: absolute;
    right: 3px;
    top: 3px;
}

.accountBox .showTop {

    padding: 0 !important;
    position: absolute;
    left: 20px;
    top: 4px;
}

.accountBox .accountHeader {

    clear: both;
    overflow: hidden;
    padding: 20px;
}

.accountBox .accountHeader img {

    border: 1px solid #000000;
    float: left;
    margin-right: 20px;
}

.accountBox .accountHeader .accountText {

    line-height: 0.95em;
}

.accountBox .accountHeader .accountText p.money {

    padding-bottom: 0 !important;
}

.accountBox .accountHeader .accountText .price {

    font-size: 0.8em;
    line-height: 0.8em;
}

.accountBox .accountHeader .accountText .price img {

    border: 0;
    float: none;
    margin: 0;
    vertical-align: middle;
}

.accountBox .accountHeader .accountText .price span {

    vertical-align: middle;
}

/****
Buttons
****/

#content .block.button {

    background-color: #ffffff;
    border: none;
    height: 104px;
    position: relative;
}

#content .block.button span {

    font-size: 1.1em;
    font-weight: bold;
    left: 10%;
    position: absolute;
    text-transform: uppercase;
    top: 41%;
}

#content .block.button.green span {

    text-shadow: 0px -2px #269c9b;
}

#content .block.button.green.yuki {

    height: 104px;
}

#content .block.button.purple span {

    text-shadow: 0px -2px #753086;
}

#content .block.button.purple {

    height: 106px;
}

#content .block.button.red span {

    text-shadow: 0px -2px #9a334c;
}

#content .block.button.red {

    height: 104px;
}

#content .block.button a {

    color: #ffffff;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

#content .block.button a:hover {

    opacity: 0.7;
}

/****
Rankings
****/

.header.homeRankings img {

    z-index: 200;
}

.header.homeRankings #next {

    cursor: pointer;
    font-size: 0.9em;
    position: absolute;
    top: 14px;
    right: 100px;
    z-index: 200;
}

.header.homeRankings #d-next {

    cursor: pointer;
    font-size: 0.7em;
    position: absolute;
    top: 14px;
    right: 100px;
    z-index: 200;
	width: 80px;
}

.header .iconBar {

    cursor: pointer;
    font-size: 0.9em;
    position: absolute;
    top: 14px;
    right: 100px;
    z-index: 200;
}

.content.homeRankings {

    padding: 15px 0 5px 0;
}

div.ranking {

    margin-top: 15px;
    width: 100%;
}

td.icon {

    min-height: 34px;
    padding-left: 37px;
}

td.icon.hasGuild {

    vertical-align: top;
}

td.icon.hasGuild .guild small {

    font-size: 0.8em;
    font-weight: 500;
}

td.icon.hasGuild .guild img {

    height: 14px;
    vertical-align: middle;
}

td.icon.hasGuild .player {

    font-size: 0.9em;
    font-weight: bold;
    padding-top: 2px;
}

td div.icon {

    min-height: 34px;
    padding-left: 37px;
}

td div.icon.hasGuild {

    padding: 0 0 0 37px;
    vertical-align: top;
}

td div.multipleRank {

    display: inline;
    float: left;
    width: 170px;
}

td div.icon.hasGuild .guild small {

    font-size: 0.8em;
    font-weight: 500;
}

td div.icon.hasGuild .guild img {

    height: 14px;
    vertical-align: middle;
}

td div.icon.hasGuild .player {

    font-size: 0.9em;
    font-weight: bold;
    padding-top: 2px;
}

table#ranking tr td {

    vertical-align: middle;
}

/****
Copyright
****/

#copyright {

    color: #ffffff;
    font-size: 0.8em;
    margin: 5px auto;
    text-align: center;
}

/****
Rankings
****/

#filterColumn form {

    padding: 10px;
}

#filterColumn form select {

    display: block;
    margin: 0 auto 5px auto;
    width: 75%;
}

#filterColumn form input {

    display: block;
    margin: 0 auto 5px auto;
    width: 74%;
}

/****
Market
****/

#filterColumnMarket form {

    padding: 10px;
}

form div.option {

    padding-left: 80px;
}

#filterColumnMarket form select {

    display: block;
    float: left;
    margin: 0 5px 5px auto;
    width: 200px;
}

#filterColumnMarket form input {

    display: block;
    height: 26px !important;
    float: left;
    margin: 0 5px 5px auto;
    width: 193px;
}

/****
Item boxes
****/

div#items {

    color: #ffffff;
    font-size: 0.8em;
    padding: 10px;
    overflow: hidden;
}

div#items .itemBox {

    background-color: #222222;
    border: 1px solid #82878c;
    box-sizing: border-box;
    float: left;
    height: 100%;
    margin-bottom: 10px;
    margin-right: 1%;
    width: 24%;
}

div#items .itemBox .item {

    padding: 10px;
    width: 100%;
    height: 100%;
}

div#items .itemBox .item .price {

    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 0.85em;
}

div#items .itemBox .item .price img {

    vertical-align: middle;
}

div#items .itemBox .item .price span {

    vertical-align: middle;
}

div#items .itemBox .item .itemStat {

    border: 1px solid #82878c;
    float: left;
    text-align: center;
    width: 32px;
}

div#items .itemBox .item .itemStat img {

    display: block;
}

div#items .itemBox .item .itemStat .amount  {

    background-color: #82878c;
    border-top: 1px solid #82878c;
    padding: 3px 0 2px 0;
}

div#items .itemBox .item .itemName {

    overflow: hidden;
    padding: 0 10px;
}

div#items .itemBox .item .buttons {

    float: right;
    margin-top: 10px;
    margin-right: 20px;
}

div#items .itemBox .item .buttons.bank {

    margin-top: -12px;
}

div#items .itemBox .item.market .buttons.bank {

    margin-top: -4px;
}

div#items .itemBox .item .buttons a {

    height: 18px;
    margin-bottom: 10px;
    min-width: 60px;
    padding-top: 8px;
}

div#items .itemBox .item .buttons {


}

div#items .itemBox .item .buttons {


}

div#items .itemBox .item .buttons {


}

div#items .itemBox .item {


}

/****
Item overlays
****/

.itemOverlay {

    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    font-family: 'Gaeul', sans-serif;
    padding: 5px;
    font-size: 0.75em;
    text-rendering: geometricPrecision;
    /*text-shadow: 0 0 1px rgba(0,0,0,0.3);*/
    width: 210px;
}

/****
Full screen overlay
****/

div#fsOverlay {

    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.5);
}

div#fsOverlayLoader {

    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 15;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
}

div#fsOverlayLoader img {

    margin-top: 40%;
}

div#fsOverlay #fsContent {

    left: 50%;
    margin-left: -200px;
    margin-top: -100px;
    position: fixed;
    top: 50%;
    width: 400px;
    z-index: 11;
}

div#fsOverlay #fsContent .block {

    background-color: #ffffff;
    border: 1px solid #ffffff;
    margin-bottom: 20px;
}

div#fsOverlay #fsContent .block .header {

    color: #ffffff;
    font-size: 1.1em;
    font-weight: bold;
    height: 31px;
    padding: 14px 0 0 20px;
    position: relative;
}

div#fsOverlay #fsContent .block.purple .header {

    background: url('../img/header-purple.jpg') repeat-x;
    text-shadow: 0px -2px #9646a3;
}

div#fsOverlay #fsContent .block.red .header {

    background: url('../img/header-red.jpg') repeat-x;
    text-shadow: 0px -2px #9c3650;
}

div#fsOverlay #fsContent .block.green .header {

    background: url('../img/header-green.jpg') repeat-x;
    text-shadow: 0px -2px #34afae;
}

div#fsOverlay #fsContent .block .header span {

    text-transform: uppercase;
}

div#fsOverlay #fsContent .block .header span a {

    color: #FFFFFF;
}

div#fsOverlay #fsContent .block .header span a:hover {

    color: #FFFFFF;
}

div#fsOverlay #fsContent .block .header img {

    position: absolute;
    right: 0;
    top: 0;
}

div#fsOverlay #fsContent .block .accountBox {

    font-size: 0.8em;
}

div#fsOverlay #fsContent .block .accountBox .itemStat {

    border: 1px solid #82878c;
    margin: 0 auto;
    text-align: center;
    width: 32px;
}

div#fsOverlay #fsContent .block .accountBox .itemStat img {

    border: 0;
    display: block;
    float: none;
}

div#fsOverlay #fsContent .block .accountBox .itemStat .amount {

    background-color: #82878c;
    color: #ffffff;
    border-top: 1px solid #82878c;
    padding: 3px 0 2px 0;
}

input.goldCoin {

    background: url('/website/img/gold.png') no-repeat scroll 9px 9px;
    float: left;
    padding-left: 27px !important;
    width: 52px !important;
}

input.silverCoin {

    background: url('/website/img/silver.png') no-repeat scroll 9px 9px;
    float: left;
    padding-left: 27px !important;
    width: 31px !important;
}

input.copperCoin {

    background: url('/website/img/bronze.png') no-repeat scroll 9px 9px;
    float: left;
    padding-left: 27px !important;
    width: 30px !important;
}

input:disabled,
input:disabled,
input:disabled {

    color: #999 !important;
}

select.listingDuration {

    width: 200px !important;
}

/****
Paging etc.
****/

div.paging {

    text-align: center;
    width:100%;
}

div.paging ul {

    background-color: #eee;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 !important;
}

div.paging ul li {

    display: inline-block;
}

div.paging ul li a {

    background-color: #eee;
    display: inline-block;
    padding: 10px;
    width: 15px;
}

div.paging ul li a:hover {

    background-color: #ddd;
}

div.paging ul li.active a {

    background-color: #ddd;
}

div.paging ul li.previous a,
div.paging ul li.next a {

    background-color: #ccc;
}



.player{
    margin-left:-30px;
}