.imgAbout {
    width: 500px;
    float: left;
    margin-bottom: 40px;
}

#spotName p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    margin-top: 0;
}

#spotDescription h1 {
    margin-bottom: 20px;
}

#spotDescription p:last-child {
    margin-bottom: 0 !important;
}

div.earnings {
    font-family: 'LeagueGothicRegular', "Impact", Charcoal, Arial Black, Gadget, Sans serif;
    color: #333;
    margin-top: 10px;
    line-height: 40px;
    font-size: 36px;
}

#spotName h2 {
    text-transform: uppercase;
}

span.boxed {
    border: solid 2px #E4E9F2;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0 4px;
    background-color: #fff;
}

.numheader {
    font-size: 70px;
    line-height: 36px;
    margin-top: 20px;
}

.numfooter {
    font-size: 28px;
}

.submitForm {
    border: none;
    height: 60px;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 8px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    background: #FA2 url(/images/button_gradient_darker.png) repeat-x 0 0;
    padding: 4px 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    color: #333;
    text-shadow: 0 1px 0 #ffd266;
    font: bold 20px Helvetica Neue, Arial, Sans-serif;
    cursor: pointer;
}

input.submitForm:hover {
    background-position: 0 -60px;
}

.btn:hover {
    text-decoration: none;
    box-shadow: 0 0 5px #FFF;
    -webkit-box-shadow: 0 0 5px #FFF;
    -moz-box-shadow: 0 0 5px #FFF;
}

.btn:focus {
    outline: 1px dotted #666;
}

.btn:active {
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

ul.text {
    margin-top: 10px;
    margin-left: 40px;
}

ul.text li {
    line-height: 26px !important;
    font-size: 22px !important;
    margin-bottom: 8px !important;
}

#spotInfo.marquee {
    height: auto;
    width: 690px;
    padding: 0;
    float: none;
    z-index: 1;
    overflow: visible;
    border: 12px solid #F4F4F4;
}

#spotInfo.marquee .boxWrapper {
    padding: 30px;
}

input.inputAmt {
    border: 2px solid #E4E9F2;
    width: 50px;
    padding: 4px 7px 5px 7px;
    font-family: 'LeagueGothicRegular', "Impact", Charcoal, Arial Black, Gadget, Sans serif;
    font-size: 28px;
    color: #4c8e41;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    top: -4px;
    position: relative;
    margin-left: 4px;
    background: #f4f4f4;
}

#creatorImg {
    display: block;
    width: 690px;
    height: 388px;
}

#userTag {
    background: #fff;
    margin-bottom: 20px;
    border: solid 3px #eee;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#userTag .inner {
    padding: 12px;
    padding-bottom: 11px;
}

#userTag .inner.bottom {
    background: #f0f0f0;
}

.boxPrice {
    font-family: 'LeagueGothicRegular', "Impact", Charcoal, Arial Black, Gadget, Sans serif;
}

.boxPrice p {
    margin-bottom: 4px;
    font-size: 26px;
}

.boxPrice span {
    font-size: 36px;
}

.smallText {
    font-size: 12px;
}

#nsMain .inputTitle {
    color: #333;
    font-size: 16px;
    margin: 10px 10px 0 0;
    width: 100px;
    text-align: right;
}

#nsText {
    width: 372px;
    height: 60px;
    margin-left: 0;
    margin-bottom: 6px;
}

.nsRight {
    width: 392px;
    float: left;
    margin-bottom: 6px;
}

input.inputText {
    margin-bottom: 6px;
    margin-top: 0;
    border: 2px solid #E4E9F2;
    background: #FFF;
    width: 374px;
    padding: 9px 7px 10px 7px;
    font-size: 15px;
    color: #333;
}

#nsButtons {
    margin: 10px 0 20px 0;
}

.rightSide {
    float: right;
    position: absolute;
    margin-top: 20px;
    color: #777;
    font-size: 14px;
}

a.creatorBar {
    width: 160px;
    background: #414141;
    height: 160px;
    margin-bottom: 0;
    float: left;
    display: block;
    text-decoration: none;
}

a.creatorBar.purple {
    background: #8f7695;
}

a.creatorBar.purple:hover {
    background: #644c6a;
}

a.creatorBar.orange {
    background: #fcb865;
}

a.creatorBar.orange:hover {
    background: #fd9b27;
}

a.creatorBar.red {
    background: #b75d5d;
}

a.creatorBar.red:hover {
    background: #b52424;
}

a.creatorBar.green {
    background: #8ba79d;
}

a.creatorBar.green:hover {
    background: #638179;
}

a.creatorBar.blue {
    background: #a3b4bb;
}

a.creatorBar.blue:hover {
    background: #7296a5;
}

a.creatorBar.grey {
    background: #8592b3;
}

a.creatorBar.grey:hover {
    background: #6379b2;
}

a.creatorBar .barIcon {
    width: 50px;
    height: 50px;
    margin-top: 44px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.barIcon div {
    background: url(/images/bar_icons.png) no-repeat 0 0;
    width: 50px;
    height: 50px;
}

.barIcon.heart div {
    background-position: -150px 0;
}

.barIcon.chat div {
    background-position: -100px 0;
}

.barIcon.time div {
    background-position: -50px 0;
}

.barIcon.view div {
    background-position: -200px 0;
}

.barIcon.man div {
    background-position: -250px 0;
}

a.creatorBar .barText {
    color: #fff;
    margin-top: 14px;
    font-size: 20px;
    width: 100%;
    display: block;
    text-align: center;
}

.profileImageDiv img {
    border: 4px solid #f0f0f0;
}

#catHolder svg {
    z-index: 999;
    margin-top: -20px;
    margin-left: -116px;
}

.boxWrapper {
}

.featuredTitle.discover {
    bottom: 0;
    padding: 5px;
    width: 310px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}

.featuredTitle.discover a {
    color: #fff;
}

.creator .imageOver {
    width: 320px;
    float: left;
}

.creator .btnOnShare.right {
    margin: 4px 494px 0 0;
}

.creator .shareWindow {
    background: #fff;
}

#goodIcon {
    float: right;
    margin-top: -10px;
    margin-left: -6px;
}

/*Extra OVERRIDE*/
#profileLeft {
    width: 208px;
}

#boxGrid.profile {
    margin-left: 236px;
}

.needIcon.large {
    width: 178px;
}
