a {
    color: #716f6f;
    text-decoration: none;
}
a:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: underline;
}
a.linkFooter {
    color: inherit;
    display: block;
    font-size: 18px;
    text-decoration: none;
}
a.linkFooter:hover {
    color: #f4f4f4;
    cursor: pointer;
}
a.addImage {
    padding-left: 5px;
    padding-top: 8px;
}
a.bold {
    font-weight: bold;
}
a.catGroup {
    color: #000;
    font-weight: bold;
    -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -ms-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
}
a.catGroup:hover {
    color: #E30702;
    text-decoration: none;
}
a.product {
    color: #F90;
    font-weight: bold;
    text-decoration: underline;
    -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -ms-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
}
a.product:hover {
    color: #E30702;
}
a.subtle {
    color: #838383;
}
body {
    background-color: #111;
    color: #f4f4f4;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 24px;
    margin: 0 !important;
    padding: 0 !important;
    height: 100%;
}
div.amazonCheck {
    background-color: #840000;
    box-shadow: 2px 2px 5px #00000082;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    margin: 0px 4px 0px 4px;
    padding: 5px 20px 5px 20px;
    font-size: 19px;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -ms-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
}
div.amazonCheck:hover {
    background-color: #F90;
    box-shadow: 2px 2px 5px #000000;
    color: #000;
    cursor: pointer;
}
div.amazonPrice {
    background-color: #000;
    box-shadow: 2px 2px 5px #00000082;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    padding: 5px 0px 5px 0px;
    font-size: 20px;
    max-width: 300px;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -ms-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
}
div.amazonPrice:hover {
    background-color: #F90;
    box-shadow: 2px 2px 5px #000000;
    color: #000;
    cursor: pointer;
}
div.arrowUp {
    background-image: url(/images/arrow_up.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
}
div.arrowDown {
    background-image: url(/images/arrow_down.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
}
div.arrowSpace {
    display: inline-block;
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
}
div.banner {
    border-left: 10px solid #FFD800;
    border-radius: 5px;
    padding: 10px;
    background-color: rgba(0,0,0,.1);
}
div.bannerCellLeft {
    display: table-cell;
    font-size: 19px;
    vertical-align: middle;
}
div.bannerCellRight {
    display: table-cell;
}
div.bannerTitle {
    font-weight: bold;
    font-size: 24px;
    text-shadow: 0px 0px 10px #686868;
}
div.bannerRow {
    display: table-row;
}
div.bold {
    font-weight: bold;
    text-decoration: none;
}
div.bottomBorder {
    border-bottom: 1px solid;
}
div.cat {
    color: #000;
    display: inline-block;
    padding: 50px 0px 50px 0px;
}
div.catItem {
    display: inline-block;
    margin: 10px;
    max-width: 800px;
}
div.catItem img {
    border-radius:3px;
    height:auto;
    width:100%;
    max-width:600px;
}
div.catItemCon {
    width: 330px;
    background: #d40000;
    border-radius: 3px;
    color: #fff;
    padding: 5px 0px 5px 10px;
    font-weight: bold;
}
div.catItemPro {
    width: 330px;
    background: #00b100;
    border-radius: 3px;
    color: #fff;
    padding: 5px 0px 5px 10px;
    font-weight: bold;
}
div.catItemAuthor {
    font-size: 14px;
    color: #a5a5a5;
    text-align: left;
    padding-bottom: 12px;
    padding-top: 6px;
    font-family: 'Open Sans',sans-serif;
    font-weight: normal;
}
div.catItemCopy {
    color: #333;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Open Sans',sans-serif;
    line-height: 1.625;
    padding-top: 8px;
}
div.catItemImageCopy {
    display: inline-block;
    max-width: 475px;
    vertical-align: top;
}
div.catItemDetail img {
    height:auto;
    width:100%;
    max-width:300px;
}
div.catItemDetailTitle {
    font-size: 21px;
}
div.catItemTitle
{
    color: #000;
}
div.catTitle {
    font-size: 52px;
    font-weight: bold;
}
div.catTitle a {
    color: #000;
    font-weight: bold;
    -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -ms-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
}
div.catTitle a:hover {
    color: #E30702;
    text-decoration: none;
}
div.delete {
    background-image: url(/images/delete.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
}
div.deleteDisabled {
    background-image: url(/images/delete_disabled.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
}
div.arrowUp:hover, div.arrowDown:hover, div.delete:hover {
    cursor: pointer;
}
div.cell{
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
    white-space: nowrap;
}
div.errorBanner {
    background-color: rgba(255,255,255,.7);
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    font-size: 24px;
    line-height: 150%;
    margin-top: 60px;
    padding: 10px;
    position: absolute;
    text-align: center;
    z-index: 1;
    width: 630px;
    left: 50%;
    margin-left: -330px;
    -webkit-box-shadow: 0px 0px 22px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 22px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 22px -10px rgba(0,0,0,0.75);
}
div.error404Image {
    background-color: #111;
    background-image: url('/images/body/error404.png');
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    background-size: contain;
}
div.errorAltImage {
    background-color: #111;
    background-image: url('/images/body/errorAlt.png');
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    background-size: contain;
}
div.footerItem {
    display: inline-block;
    margin: 12px;
    position: relative;
    width: 170px;
    min-height: 150px;
    text-align: left;
    vertical-align: top;
}
div.footerItemTitle {
    color: #f4f4f4;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    text-transform: uppercase;
}
div.googleButton {
    border: 1px solid #4285f4;
    border-radius: 1px;
    background-color: #4285f4;
    font-size: large;
    height: 50px;
    line-height: 50px;
    width: 240px;
    text-align: left;
}
div.googleButton:hover {
    cursor: pointer;
    box-shadow: 0px 0px 2px 1px rgba(68, 142, 255, 0.68);
}
div.googleButtonIcon {
    background-color: #ffffff;
    display: inline-block;
    height: inherit;
    line-height: inherit;
    float: left;
}
div.googleButtonIcon > img{
    padding: 5px;
}
div.googleButtonText {
    color: #ffffff;
    display: inline-block;
    height: inherit;
    line-height: inherit;
    float: left;
    text-align: center;
    width: 190px;
}
div.hide {
    display: none;
}
div.hidden {
    opacity: 0;
}
div.homeBanner {
    color: #fff;
    background-color: rgba(0,0,0,.8);
    border: 1px solid #000;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 40px -10px rgba(255, 255, 255, 0.94);
    -moz-box-shadow: 0px 0px 40px -10px rgba(255, 255, 255, 0.94);
    box-shadow: 0px 0px 40px -10px rgba(255, 255, 255, 0.94);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    white-space: nowrap;
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    -webkit-animation: fadein 2s;
    -o-animation: fadein 2s;
}
div.homeBanner h1 {
    font-size: 5vw;
}
div.homeBannerLink {
    display: inline-block;
    white-space: nowrap;
    padding: 15px;
}
div.homeImage {
    position: relative;
}
div.homeImage img {
    width: 100%;
    height: auto;
}
div.itemDetails {
    line-height: 22px;
}
div.itemImageCheck {
    margin:5px;
    float:right;
}
div.inline {
    display: inline;
}
div.inline-block {
    display: inline-block;
}
div.link {
    color: #0066c0;
    text-decoration: none;
}
div.link:hover {
    color: #C45500;
    cursor: pointer;
    text-decoration: underline;
}
div.listTypes {
    border: 1px solid #000000;
    display: inline-block;
    border-radius: 5px;
    padding: 5px;
    -webkit-box-shadow: 0px 0px 52px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 52px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 52px -10px rgba(0,0,0,0.75);
}
div.mfctr {
    font-size: 16px;
    font-weight: bold;
}
div.menu {
    display: inline-block;
    overflow-x: hidden;
    padding-bottom: 60px;
    width: 100%;
}
div.menuMobile{
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 5px;
    position: fixed;
    top: 0px;
    left: 0px;
    margin-top: 50px;
    z-index: 10;
    box-shadow: 0px 0px 12px;
}
div.menuMobile div {
     color: #000;
     font-size: 26px;
     font-weight: bold;
     padding: 10px 52px;
 }
div.menuMobile div:hover {
    background-color: #f2f2f2;
}
div.menuMobile a {
    text-decoration: none;
}
div.menuMobile a:hover {
    text-shadow: 0px 0px 10px #696969;
}
div.menuMobile #homeOption {
    display: none;
}
div.menuFull {
    display: inline-block;
    overflow-x: hidden;
    padding-bottom: 42px;
    width: 100%;
}
div.menuFloat {
    height: 52px;
    width: 100%;
    -webkit-box-shadow: 0px 10px 16px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 16px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 16px -10px rgba(0,0,0,0.75);
    z-index: 100;
}
div.menuItem {
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    padding-left: 17px;
    padding-right: 17px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -ms-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
div.menuItem:hover {
    background-color: rgba(0, 0, 0, 0.25);
    cursor: pointer;
}
div.menuItemClose {
    background-image: url("/images/header/close.png");
    background-repeat: no-repeat;
    background-size: 45px 36px;
    background-position: center;
    display: inline-block;
    color: #000000;
    float: left;
    font-size: 30px;
    font-weight: bold;
    padding-left: 52px;
    padding-right: 28px;
    height: 50px;
    line-height: 50px;
    -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -ms-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
div.menuItemClose:hover {
    cursor: pointer;
}
div.menuItemOpen {
    background-image: url("/images/header/burger.png");
    background-repeat: no-repeat;
    background-size: 45px 36px;
    background-position: center;
    display: inline-block;
    color: #000000;
    float: left;
    font-size: 30px;
    font-weight: bold;
    padding-left: 52px;
    padding-right: 28px;
    height: 50px;
    line-height: 50px;
    -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -ms-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
div.menuItemOpen:hover {
    cursor: pointer;
}
div.menuItemHome {
    background-image: url("/images/header/home_pri.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
    display: inline-block;
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    padding-left: 17px;
    padding-right: 17px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -ms-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
div.menuItemHome:hover {
    background-image: url("/images/header/home_pri.png");
    background-color: rgba(0, 0, 0, 0.25);
    cursor: pointer;
}
div.menuRow {
    background: rgb(227, 7, 2); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(227, 7, 2) 0%, rgb(132, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgb(227, 7, 2) 0%, rgb(132, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(227, 7, 2) 0%, rgb(132, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E30702', endColorstr='#840000',GradientType=0 ); /* IE6-9 */
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    height: 50px;
    position: absolute;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    z-index: 100;
}
div.messageOk {
    color: #1ba600;
    font-weight: bold;
}
div.messageFail {
    color: #FF0000;
    font-weight: bold;
}
div.messageInfo {
    font-weight: bold;
}
div.newWin {
    background-image: url(/images/newwin.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
}
div.newtab {
    background-image: url(/images/newtab.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
}
div.newtabDisabled {
    background-image: url(/images/newtab_disabled.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
}
div.pageTitle {
    font-size: 22px;
    font-weight: bold;
}
div.pointer, div.pointer:hover {
    cursor: pointer;
    display: inline;
}
div.postContent {
    font-size: 18px;
    padding-bottom: 18px;
}
div.postDetail {
    font-size: 13px;
}
div.postHeading {
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 18px;
}
div.postItem {
    border-left: 10px solid #FFD800;
    border-radius: 5px;
    color: #000;
    display: inline-block;
    margin: 0 0 12px 12px;
    position: relative;
    width: 275px;
    min-height: 120px;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    -webkit-box-shadow: 0px 0px 18px -8px rgba(176,176,176,1);
    -moz-box-shadow: 0px 0px 18px -8px rgba(176,176,176,1);
    box-shadow: 0px 0px 18px -8px rgba(176,176,176,1);
    -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -ms-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
}
div.postItem:hover {
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.75);
}
div.postPreview {
    font-size: 16px;
    padding-bottom: 5px;
}
div.postRead {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
div.postSection {
    font-size: 25px;
    font-weight: bold;
    text-shadow: 0px 0px 6px #ccc;
}
div.postTitle {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
}
div.imageMove {
    display: inline-block;
}
div.question {
    background-image: url(/images/question.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
}
div.required {
    color: #FF0000;
    display: inline;
    font-weight: bold;
}
div.searchItem {
    border: 1px solid #eee;
    display: inline-block;
    margin: 0 0 12px 12px;
    position: relative;
    width: 210px;
    min-height: 275px;
    vertical-align: top;
    -webkit-box-shadow: 0px 0px 18px -8px rgba(176,176,176,1);
    -moz-box-shadow: 0px 0px 18px -8px rgba(176,176,176,1);
    box-shadow: 0px 0px 18px -8px rgba(176,176,176,1);
    -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -ms-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
}
div.searchItem:hover {
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.75);
}
div.searchItem .details {
    position: absolute;
    bottom: 0px;
    padding: 0px 10px 10px;
}
div.searchItem .img {
    text-align: center;
}
div.searchItem img {
    max-width: 200px;
    max-height: 180px;
    padding-top: 5px;
}
div.searchItem .location {
    display: inline-block;
}
div.searchItem .mfctr {
    color: #0066c0;
}
div.searchItem .mfctr:hover {
    color: #c45500;
}
div.searchItem .price {
    color: #b12704;
}
div.socialBar {
    text-align: center;
}
div.subtle {
    color: #777;
    font-size: 11px;
}
div.subtleAgree {
    color: #777;
    font-size: 11px;
    width: 250px;
}
div.textLeft {
    text-align: left;
}
div.uploadName {
    display: inline-block;
    padding-left: 10px;
}
div.verticalLine {
    border: 1px solid #000000;
    margin: 10px;
    width: 0px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(107,107,107,0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(107,107,107,0.75);
    box-shadow: 0px 0px 2px 0px rgba(107,107,107,0.75);
}
h1 {
    font-size: 30px;
    margin: 0px;
}
h1.textLeft {
    text-align: left;
}
h2 {
    font-size: 28px;
    margin: 0px;
}
h3 {
    margin: 0px;
}
hr {
    height: 3px;
    border: none;
    background-color: #c7c7c7;
}
html {
    height: 100%
}
img.hugePreview {
    padding-left: 10px;
    max-width: 650px;
}
img.hugePreview:hover {
    cursor: zoom-out;
}
img.info {
    height: 29px;
    vertical-align: bottom;
}
img.image48 {
    max-height: 48px;
    max-width: 48px;
}
img.image379 {
    max-height: 379px;
    max-width: 379px;
}
img.image379:hover {
    cursor: zoom-in;
}
img.resize {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
input, textarea, select {
    padding: 4px;
    background-color: #F3F3F3;
    border-width: 1px;
    border-radius: 2px;
    border-style: solid;
    border-color: #000000;
    font-family: inherit;
    font-size: inherit;
    -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -ms-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
}
input:focus, textarea:focus, select:focus {
    background-color: #FFFFFF;
    box-shadow: 0 0 5px #e40500;
    border: 1px solid #e40500;
}
input.smallField, select.smallField {
    font-size: 14px;
}
input.button {
    border: 1px solid #000;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 1px rgba(86, 86, 86, 0.8);
    margin: 0px 1px;
    padding: 8px 14px;
    font-family: inherit;
    font-size: inherit;
    font-weight: bold;
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(top,  #939393 0%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #939393 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #939393 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939393', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    color: #FFFFFF;
    text-transform: uppercase;
    -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -ms-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
}
input.buttonLight {
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 1px rgba(86, 86, 86, 0.8);
    margin: 0px 1px;
    padding: 8px 14px;
    font-family: inherit;
    font-size: inherit;
    font-weight: bold;
    background: #d1d1d1; /* Old browsers */
    background: -moz-linear-gradient(top,  #d1d1d1 0%, #7f7f7f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #d1d1d1 0%,#7f7f7f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #d1d1d1 0%,#7f7f7f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#7f7f7f',GradientType=0 ); /* IE6-9 */
    color: #4C4C4C;
    text-transform: uppercase;
    -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -ms-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
}
input.buttonThin {
    border: 1px solid #000;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 1px rgba(86, 86, 86, 0.8);
    margin: 0px;
    padding: 1px;
    font-family: inherit;
    font-size: inherit;
    font-weight: bold;
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(top,  #939393 0%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #939393 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #939393 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939393', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    color: #FFFFFF;
    -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -ms-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
}
input.button:hover, input.buttonThin:hover, input.buttonLight:hover {
    box-shadow: 0px 0px 2px 1px #e40500;
    cursor: pointer;
}
input.button:active, input.buttonThin:active {
    background: #939393; /* Old browsers */
    background: -moz-linear-gradient(top,  #000000 0%, #939393 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #000000 0%,#939393 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #000000 0%,#939393 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#939393',GradientType=0 ); /* IE6-9 */
}
input.buttonLight:active {
    background: #d1d1d1; /* Old browsers */
    background: -moz-linear-gradient(top,  #7f7f7f 0%, #d1d1d1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #7f7f7f 0%,#d1d1d1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #7f7f7f 0%,#d1d1d1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7f7f', endColorstr='#d1d1d1',GradientType=0 ); /* IE6-9 */
}
span.hideLabels {
    display: none;
}
span.detailLabel {
    color: #e00601;
    font-size: 16px;
    font-weight: bold;
    padding-right: 3px;
}
span.detailValue {
    font-size: 16px;
    font-weight: bold;
}
table.flatTable .th{
    background-color: #bababa;
    text-align: center;
}
td.center {
    text-align: center;
}
td.left {
    text-align: left;
}
td.right {
    text-align: right;
}
tr.new {
    font-weight: bold;
}
table.listTypeTable {
    border: 0px;
    width: 100%;
}
table.listTypeTable th{
    background-color: #FED718;
    border: 0px;
    text-align: center;
    width: 85px;
}
table.listTypeTable td{
    text-align: center;
}
table.items {
    border-collapse: collapse;
}
table.items img {
    width: 200px;
}
table.items th {
    background-color: #000;
    color: #fff;
    padding: 3px;
}
table.items tr {
    background-color: #fff;
    border-bottom: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-left: 1px solid #cecece;
}
table.items td {
    padding: 3px 3px 15px 3px;
    color: #000;
}
ul {
    margin-top: 0px;
}
ul.aff {
    padding-left: 15px;
}
ul.aff > li {
    padding-bottom: 10px;
    list-style-type: square;
}
ul.faq {
    padding-left: 15px;
}
ul.faq > li {
    padding-bottom: 20px;
    list-style-type: square;
}
ul.tips {
    padding-left: 15px;
}
ul.tips > li {
    padding-bottom: 10px;
    list-style-type: square;
}
ul.itemCons {
    float: left;
    list-style-image: url(/images/item_con.png);
    width: 300px;
}
ul.itemPros {
    float: left;
    list-style-image: url(/images/item_pro.png);
    width: 300px;
}
ul.itemPros > li, ul.itemCons > li {
    margin-left: -17px;
}
#accountLinks {
    text-align: left;
}
#accountLinks div {
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
}
#imageView {
    display: inline-block;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#imageView li {
    border: 1px solid #a2a6ac;
    border-radius: 2px;
    margin-bottom: 10px;
    width: 48px;
    height: 48px;
}
#imageView li:hover {
    cursor: pointer;
}
#imageView li.selected {
    box-shadow: 0px 0px 3px 2px #FFD800;
    display:inline-block;
    list-style-type: none;
}
#content {
    display: inline-block;
    text-align: center;
    width: 100%;
}
#contentMargin {
    display: inline-block;
    margin: 0px 25px 0px 25px;
}
#contentFull {
    background-color: #e6e6e6;
    display: inline-block;
    text-align: center;
    width: 100%;
}
#listingDescLength {
    display: inline-block;
    padding-left: 5px;
}
#entryForm {
    display: inline-block;
    text-align: left;
}
#iconEmail {
    height: 24px;
    width: 24px;
    background: url(/images/social.png) -144px -29px;
    margin-bottom: -3px;
}
#iconFacebook {
    height: 24px;
    width: 24px;
    background: url(/images/social.png) -4px -2px;
    margin-bottom: -3px;
}
#iconPinterest {
    height: 24px;
    width: 24px;
    background: url(/images/social.png) -88px -2px;
    margin-bottom: -3px;
}
#iconTwitter {
    height: 24px;
    width: 24px;
    background: url(/images/social.png) -33px -2px;
    margin-bottom: -3px;
}
#iconEmail:hover, #iconFacebook:hover, #iconPinterest:hover, #iconTwitter:hover {
    cursor: pointer;
}
#footer {
    width: 100%;
    background-color: #111;
    color: #716f6f;
    font-size: 15px;
    padding: 20px 0 5px 0;
    text-align: center;
    clear: both;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#googleLogin {
    display: inline-block;
    background: #4285f4;
    color: #FFFFFF;
    height: 50px;
    width: 215px;
    margin-top: 10px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    border: none;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
    font-family: 'Open Sans Condensed', sans-serif;
    transition: background-color .218s,border-color .218s,box-shadow .218s;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-align: left;
}
#googleLogin:hover {
    cursor: pointer;
    -webkit-box-shadow:0 0 3px 3px rgba(66,133,244,.3);
    box-shadow:0 0 3px 3px rgba(66,133,244,.3)
}
#googleLogin:active {
    background-color: #3367d6;
}
#googleLogin .googleText {
    font-size: 16px;
    line-height: 48px;
    font-weight: 500;
    letter-spacing: .21px;
    margin-left: 6px;
    margin-right: 6px;
    vertical-align: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
#googleLogin .googleIcon {
    background-color: #FFFFFF;
    background-image: url("/images/google_icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    margin-top: 1px;
    margin-left: 1px;
    width: 38px;
    height: 38px;
    padding: 5px;
    display: inline-block;
}
#header {
    width: 50%;
    margin: 0 auto;
    display: table;
}
#headerRow  {
    text-align: center;
    display: table-row;
}
#headerSpacer {
    height: 60px;
}
#imagePreviewDiv {
    position: absolute;
    background-color: #FFFFFF;
    border: 2px solid #000000;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 52px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 52px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 52px -10px rgba(0,0,0,0.75);
    padding: 5px;
    text-align: center;
    z-index: 100;
}
#imagePreviewCloseDiv {
    float: left;
}
#imagePreviewCloseDiv:hover {
    cursor: pointer;
}
#imagesTable  td, th {
    margin: 0px;
    padding: 0px;
}
#itemTable {
    border-spacing: 0;
    border-collapse: collapse;
}
#itemTable td.label {
    background-color: #F3F3F3;
    color: #666;
    text-align: left;
    padding: 3px 10px;
    border-top: 1px dotted #ccc;
    line-height: 18px;
    vertical-align: top;
    white-space: nowrap;
}
#itemTable td.value {
    text-align: left;
    padding: 3px 10px;
    border-top: 1px dotted #ccc;
    line-height: 18px;
}
#itemTable td.last {
    padding: 0px;
    border-top: 1px dotted #ccc;
    line-height: 1px;
}
#listDiv{
    display: inline-block;
    padding-bottom: 10px;
    min-width: 600px;
}
#listDivCenter{
    display: inline-block;
}
#listTable {
    border-collapse: collapse;
}
#listTable td, th {
    border: 1px solid black;
}
#listTable td {
    padding: 4px;
}
#listTable th {
    background: rgb(255,243,191); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,243,191,1) 0%, rgba(254,215,24,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,243,191,1) 0%,rgba(254,215,24,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,243,191,1) 0%,rgba(254,215,24,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 4px;
    text-align: center;
}
#listTable tr:hover {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgb(193, 193, 193) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgb(193, 193, 193)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgb(193, 193, 193) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgb(193, 193, 193) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgb(193, 193, 193) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgb(193, 193, 193) 100%);
    cursor: pointer;
}
#listTable tr.bold {
    font-weight: bold;
}
#listTable tr.light {
    color: #8f8f8f;
}
#logo {
    height: 100px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#logo:hover {
    cursor: pointer;
}
#logoSmall {
    display: inline-block;
    float: right;
    height: 50px;
    padding-right: 5px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#menuNarrow{
    display: none;
    width: 100%;
}
#menuWide {
    display: inline-block;
}
#menuWide div {
    color: #000;
    font-size: 27px;
    font-weight: bold;
    padding-left: 17px;
    padding-right: 17px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -ms-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#messageText, #messageReplyText {
    border: 1px solid rgb(0, 0, 0);
    padding: 5px;
    height: 200px;
    width: 500px;
    overflow: scroll;
}
#pacifier {
    color: #000;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 52px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 52px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 52px -10px rgba(0,0,0,0.75);
    display: none;
    left: 50%;
    margin-top: -70px;
    margin-left: -70px;
    padding: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    z-index: 100;
}
#passwordChange, #passwordCancel {
    display: inline;
}
#passwordChange:hover, #passwordCancel:hover {
    cursor: pointer;
}
#purchaseDiv {
    display: inline;
}
#itemDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99998;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
#itemDialog:target {
    opacity:1;
    pointer-events: auto;
}
#itemDialog > div {
    width: 475px;
    position: relative;
    margin: 10% auto;
    /*padding: 5px 20px 13px 20px;
    border-radius: 2px;
    background: #fff;
    */
}
#itemDialog .close {
    width:20px;
}
#itemDialog .close:hover {
    cursor: pointer;
}
#itemDialog2 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99998;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
#itemDialog2:target {
    opacity:1;
    pointer-events: auto;
}
#itemDialog2 > div {
    width: 475px;
    position: relative;
    margin: 10% auto;
    /*padding: 5px 20px 13px 20px;
    border-radius: 2px;
    background: #fff;
    */
}
#itemDialog2 .close {
    width:20px;
}
#itemDialog2 .close:hover {
    cursor: pointer;
}
#itemDialog3 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99998;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
#itemDialog3:target {
    opacity:1;
    pointer-events: auto;
}
#itemDialog3 > div {
    width: 475px;
    position: relative;
    margin: 10% auto;
    /*padding: 5px 20px 13px 20px;
    border-radius: 2px;
    background: #fff;
    */
}
#itemDialog3 .close {
    width:20px;
}
#itemDialog3 .close:hover {
    cursor: pointer;
}
#menuItemWrapper {
    display: inline-block;
    white-space: nowrap;
}
#printWindow {
    display: none;
}
#replyLink:hover {
    cursor: pointer;
}
#siteName {
    color: #000000;
    font-family: 'Berkshire Swash', cursive;
    font-size: 58px;
    font-weight: bold;
    white-space: nowrap;
    display: inline-block;
    text-shadow: 2px 1px 2px #474646;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#siteName:hover {
    cursor: default;
}
#siteNameSmall {
    color: #000000;
    display: inline-block;
    float: right;
    font-family: 'Berkshire Swash', cursive;
    font-size: 35px;
    font-weight: bold;
    line-height: 50px;
    padding-right: 10px;
    text-shadow: 2px 1px 2px #474646;
    white-space: nowrap;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#welcome {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#welcome:hover {
    cursor: default;
}
#wrap {
    min-height: 100%;
    position: relative;
}
#yourAccountContainer {
    position:absolute;
    z-index: 200;
}
#yourAccountContainerImg {
    background-image: url(/images/header/pullup.png);
    position: absolute;
    width: 9px;
    height: 6px;
}
#yourAccountMenu {
    background-color: #F3F3F3;
    padding: 5px;
    border: 1px solid #000000;
    border-radius: 3px;
    margin-top:5px;
    text-align: left;
    z-index: 91;
    -webkit-box-shadow: 0px 0px 26px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 26px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 26px -6px rgba(0,0,0,0.75);
    -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -ms-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#yourAccountMenu a {
    display: inline-block;
    padding: 3px 22px 3px 22px;
}
#yourAccountMenu a:hover {
    text-decoration: underline;
}
#yourAccountMenu hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.animate {}
.fileUpload {
    border: none;
    display:none;
}
.fadeIn {
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    -webkit-animation: fadein 2s;
    -o-animation: fadein 2s;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
@media only screen and (max-width: 800px) {
    div.itemImageCheck {
        margin: 0 auto;
        display: inline-block;
        float: none;
    }
    div.socialBar a {
        width: 15px;
    }
    table.items {
        width: 100%;
    }
    table.items img {
        width: 150px;
    }
    table.items th {
        text-align: center;
    }
    table.items td {
        display: block;
    }
    table.items td.freeze {
        display: table-cell;
    }
    .adaptHide {
        display: none;
    }
}