/* 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, 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;
}

.helpicon {
    margin-left: 10px;
    position: relative;
    top: 5px;
}
/* start tooltip */
#tooltip {
    text-align: center;
    color: #fff;
    background: #111;
    position: absolute;
    z-index: 100;
    padding: 15px;
}

    #tooltip:after /* triangle decoration */ {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #111;
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -10px;
    }

    #tooltip.top:after {
        border-top-color: transparent;
        border-bottom: 10px solid #111;
        top: -20px;
        bottom: auto;
    }

    #tooltip.left:after {
        left: 10px;
        margin: 0;
    }

    #tooltip.right:after {
        right: 10px;
        left: auto;
        margin: 0;
    }
/* end tooltip */
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;
}

.clear {
    clear: both !important;
    display: block;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none !important;
}

.b {
    font-weight: 600;
}

/***  general styles ***/

html {
    font-family: 'Raleway', sans-serif;
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    height: 100%;
}

input {
    border: medium none;
}

.filter input,
.filter .styled-select {
    background-color: #FFF;
}

section {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto;
    max-width: 1200px;
}

h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
}

    h3.content-headline {
        margin-bottom: 40px;
        margin-top: 50px;
    }

a.link {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: black;
    text-decoration: underline;
    cursor: pointer;
}

    a.link:hover {
        color: #191919;
    }

.btn {
    background: #818181;
    padding: 10px 15px;
    text-transform: uppercase;
    color: white;
    cursor: pointer;
    text-align: center;
    display: block;
    text-decoration: none;
    width: 150px;
}

    .btn.grey {
        background: #BBB;
    }

    .btn:hover {
        color: #FFF;
    }

.purchase input {
    background: #DDD none repeat scroll 0 0;
    border: medium none;
    display: block;
    float: left;
    padding: 7px 0 6px;
    text-align: center;
    width: 20% !important;
}

.purchase .btn {
    width: 80%
}

.purchase .btn {
    float: left;
}

.styled-select select {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    height: 28px;
    width: 162px;
    -webkit-appearance: none;
}

.styled-select {
    background: #DDD url("../images/select-icon.png") no-repeat scroll right center;
    border: medium none;
    cursor: pointer;
    height: 28px;
    overflow: hidden;
    width: 145px;
}

    .styled-select.small {
        width: 85px
    }

        .styled-select.small selec t {
            width: 103px
        }

    .styled-select.grey {
        background: #DDD url("../images/select-icon-grey.png") no-repeat scroll right center;
    }

input[type="text"] {
    width: 100%;
}

input[readonly="true"] {
    background: #FFF;
}

.input-small {
    width: 30% !important;
}

.input-medium {
    margin-right: 5%;
    width: 65% !important;
}

.icon-next {
    background: rgba(0, 0, 0, 0) url("../images/next.png") no-repeat scroll center center;
    display: block;
    float: right;
    height: 20px;
    text-decoration: none;
    width: 20px;
}


.search-btn {
    height: 36px;
    width: 25%;
    display: block;
    cursor: pointer;
    background: #E74C3C url(../images/search.png) no-repeat scroll center center;
}

    .search-btn:hover {
        background: #E74C3C url(../images/search-hover.png) no-repeat scroll center center;
    }

.line-top {
    border-top: 0.1rem solid #999;
    margin-top: 1rem;
    padding-top: 1.3rem;
}

.line-bottom {
    border-bottom: 0.2rem solid #2980b9;
    margin-bottom: 1rem;
    padding-top: 1.3rem;
}

.label-for {
    padding-top: 6px;
}









/*top nav*/

.cute-12-tablet.top-nav {
    padding: 0.25rem;
    min-height: 25px;
}

.top-nav a {
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
    text-decoration: none;
}

.top-nav ul li {
    float: right;
}

/*main nav*/

.main-nav {
    position: relative;
    top: -8px;
}

    .main-nav li {
        float: right;
        margin-left: 5px;
        background: url("../images/passivetab.png") no-repeat;
        width: 128px;
    }

    .main-nav a {
        color: #191919;
        display: block;
        font-size: 15px;
        font-weight: 600;
        padding: 19px 0px;
        text-decoration: none;
        text-transform: uppercase;
    }

        .main-nav a.selected,
        .main-nav a:hover {
            background: #FFF;
            color: white;
            background: url("../images/activetab.png") no-repeat;
        }

/* Add Item */

.add-listing .styled-checkbox {
    display: block;
    float: left;
    padding-top: 5px;
    margin-right: 20px;
}


/*FILTER */

.filter {
    background: #DDD none repeat scroll 0 0;
}

.search {
    margin-bottom: 2rem;
}

    .search input {
        padding: 7px 6px;
        float: left;
        height: 36px;
        width: 75%;
    }

    .search a {
        float: left
    }

.filter h4 {
    color: #191919;
    font-weight: 400;
    padding-bottom: 1rem;
}

.filter > div {
    border-top: 1px solid #999;
    margin-top: 1rem;
    padding-top: 1rem;
}

.filter div:first-child h4 {
    padding-top: 0;
    border: none;
    margin: 0;
}

.filter li {
    padding: 2px 0;
}

.filter .size > div {
    float: left;
    padding-right: 0.3rem;
}

    .filter .size > div > p {
        padding-bottom: 5px
    }

/*LISTED ITEMS */

.alarm {
    background: url("../images/alarm.png") no-repeat scroll left 2px transparent;
    color: #d12d2d;
    padding-left: 1.7rem !important;
}

.orange {
    color: #d96b00;
}

.red {
    color: #d12d2d;
}

.green {
    color: #478a0b;
}

.listed-items {
    padding: 0 0.65rem
}

/*LIST HEADER*/

.list-header {
    border-bottom: 1px solid #999;
}

    .list-header div {
        float: left;
        font-size: 0.8rem;
        margin-right: 9px;
    }

    .list-header p {
        display: block;
        float: left;
        font-size: 0.9rem;
        margin-right: 0.5rem;
    }



.icon-next {
    background: url("../images/next.png") no-repeat scroll center center;
}

.icon-prev {
    background: url("../images/prev.png") no-repeat scroll center center;
}

/*ARTICLES*/

.items > .row {
    border-bottom: 1px solid #999;
}

.items .logo-img {
    width: 80%
}

/*.items img {
    max-width: 100%;
    height:200px;
    display: block;
    margin: auto;
}*/

.thumbpop {
    max-width: 80px;
    height: 80px;
    margin: auto;
    float: left;
    margin-right: 5px;
}

.items .buy {
    text-align: right;
}


.price span {
    font-size: 0.9rem;
    color: #888;
}

.price p {
    font-size: 1.4rem;
    font-weight: 600;
}

.items .info {
    font-weight: 600;
}

    .items .info .link {
        display: block;
        font-size: 1.2rem;
        padding-top: 1rem;
    }

    .items .info div {
        padding: 5px 0 15px;
    }

.items .details {
    margin-top: 1rem;
}

    .items .details div {
        clear: both;
    }

    .items .details p {
        font-size: 0.9rem;
        padding: 0.3rem;
    }


/* LOGIN */

section.login,
section.account {
    background: transparent;
}

.login > div > div,
.account > div > div {
    background: #FFF;
}

.login .link {
    padding-top: 10px;
}

/* REGISTER */

section.register {
    background: transparent;
}

.register > div > div {
    background: #FFF;
}

/* DETAILS */

.art-img img {
    margin-top: 1rem;
    width: 100%;
}

.art-info h4 {
    font-weight: 600;
    font-size: 1.5rem;
    padding-bottom: 1rem;
}

.art-info h5 {
    font-weight: 600;
    font-size: 1.2rem;
    padding-bottom: 1rem;
}

.art-info div p {
    width: 50%;
}

.art-price > img {
    width: 140px;
}

.price-container {
    background: #efefef none repeat scroll 0 0;
    overflow: hidden;
}

    .price-container .price {
    }

    .price-container input {
        background: #FFF;
    }

.details .price-container .row {
    margin-left: 0;
    margin-right: 0;
}

.failure {
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 15px;
    color: Red;
}

.error {
    color: red;
    font-weight: bold;
}

#RadioButton1, #RadioButton2 {
    background: #FFF none repeat scroll 0 0;
    border: medium none;
}

#blacken {
    color: black
}

input[type="radio"] {
    background-color: #FFFFFF;
    color: Navy;
}

.textbox {
    border: 1px solid #2D5394;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 2px;
    color: #666666;
    -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
    -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
    box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
    padding: 8px;
    margin-top: 10px;
    text-transform: uppercase;
}

    .textbox:focus {
        background: #fff;
        color: #725129;
    }

.dropbox {
    border: 1px solid #2D5394;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 2px;
    color: #666666;
    -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
    -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
    box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
    padding: 8px;
    margin-top: 10px;
    width: 357px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/dropboxarrow.gif) 100% no-repeat;
}

    .dropbox::-ms-expand {
        display: none; /* remove default arrow in IE 10 and 11 */
    }

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    .dropbox {
        background: none\9;
        padding: 5px\9;
    }
}




.dropbox:focus {
    background: url(../images/dropboxarrow.gif) 100% no-repeat;
}

.dropboxsmall {
    border: 1px solid #2D5394;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 2px;
    color: #666666;
    -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
    -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
    box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
    padding: 8px;
    margin-top: 10px;
    width: 180px;
}

    .dropboxsmall:focus {
        background: #fff;
        color: #725129;
    }

.dropboxmini {
    border: 1px solid #2D5394;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 2px;
    color: #666666;
    -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
    -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
    box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
    padding: 8px;
    width: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/dropboxarrow.gif) 100% no-repeat;
}

    .dropboxmini::-ms-expand {
        display: none; /* remove default arrow in IE 10 and 11 */
    }

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    .dropboxmini {
        background: none\9;
        padding: 5px\9;
    }
}

.dropboxminifilter {
    line-height: 14px;
    border: 1px solid #2D5394;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 2px;
    color: #666666;
    -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
    -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
    box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
    padding: 8px;
    width: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/dropboxarrowfilter.gif) 100% no-repeat;
}

    .dropboxminifilter::-ms-expand {
        display: none; /* remove default arrow in IE 10 and 11 */
    }

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    .dropboxminifilter {
        background: none\9;
        padding: 5px\9;
    }
}


.greybutton {
    background-color: #484E52;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    text-transform: uppercase;
    color: white;
    cursor: pointer;
    text-align: center;
    display: block;
    text-decoration: none;
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.025em;
}

.bluebutton {
    background-color: #36538F;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    text-transform: uppercase;
    color: white;
    cursor: pointer;
    text-align: center;
    display: block;
    text-decoration: none;
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.025em;
}

.dropboxmini:focus {
    background: url(../images/dropboxarrow.gif) 100% no-repeat;
    color: #725129;
}

.Password {
    background-image: url('../images/padlock.gif');
    background-repeat: no-repeat;
    background-position: right;
}

.UserName {
    background-image: url('../images/person.gif');
    background-repeat: no-repeat;
    background-position: right;
}

.price {
    background-image: none;
}

::-moz-placeholder { /* Firefox 19+ */
    color: black;
    text-transform: lowercase
}

::-webkit-input-placeholder {
    color: #666666;
    text-transform: lowercase;
}

:-moz-placeholder { /* Firefox 18- */
    color: #666666;
    text-transform: lowercase
}

:-ms-input-placeholder {
    color: #666666;
    text-transform: lowercase
}

.bigspread {
    line-height: 25px;
}

.buynow {
    background-color: #DF4943;
}

.manufacturerdiv {
    margin-bottom: 3px;
    margin-top: 3px;
}

.Password:focus {
    background-image: url('../images/padlock.gif');
    background-repeat: no-repeat;
    background-position: right;
}

.UserName:focus {
    background-image: url('../images/person.gif');
    background-repeat: no-repeat;
    background-position: right;
}

.tab {
    text-align: center;
}

.faq {
}

.Logout {
    margin-right: 50px;
}

.filterhead {
    background-color: #cccccc;
    padding: 3px;
    margin-bottom: 17px;
}

.mycheckbox input[type="checkbox"] {
    margin-right: 2px;
}

.mycheckbox {
    font-size: 15px;
}

.priceinput:focus {
    background-image: url('../images/dollar.gif');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
}

.priceinput {
    background-image: url('../images/dollar.gif');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
}

.contact {
    font-size: 20px;
    line-height: 30px;
    text-align: center
}

.alarmclock {
    margin-left: 4px;
    vertical-align: middle;
}

.btnleftfilter {
    background: #36538F;
    text-transform: uppercase;
    color: white;
    cursor: pointer;
    text-align: center;
    display: block;
    text-decoration: none;
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.025em;
}

    .btnleftfilter:hover {
        color: #FFF;
    }

.register ::-moz-placeholder { /* Firefox 19+ */
    color: black;
    text-transform: none;
}

.register ::-webkit-input-placeholder {
    color: #666666;
    text-transform: none;
}

.register :-moz-placeholder { /* Firefox 18- */
    color: #666666;
    text-transform: none;
}

.register :-ms-input-placeholder {
    color: #666666;
    text-transform: none;
}

.homeheader {
    position: fixed;
}

.listeditemdiv {
    position: absolute;
    top: 258px;
    width:100%;
    bottom: 0px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0px);
    -webkit-transform: translate3d(0,0,0);
    -webkit-perspective: 1000;
}

.hidemobileblock {
    display: inline-block
}

.filtertohide {
    display: inline-block;
}

.createbulkdiv {
    height: 150px;
}

.ttclogo {
    padding-top: 32px;
}

.logorow {
    padding-bottom: 32px;
}

.navlinks {
    font-size: 20px;
}

.headerdiv2 {
    height: 117px;
}

.leftpaddingfilter {
    padding-bottom: 15px;
}

.leftalignmobile {
    text-align: right;
}

@media only screen and (max-width : 767px) {
    .homeheader {
        position: initial;
    }

    .headerdiv2 {
        position: initial;
    }

    .listeditemdiv {
        position: initial;
    }

    .hidemobileblock, .filtertohide {
        display: none;
    }

    .filterbut, .resetbut {
        margin-top: 5px;
    }

    .filterbut {
        margin-left: 236px;
    }

    .createbulkdiv {
        height: initial;
    }

    .ttclogo {
        padding-top: 12px;
    }

    .logorow {
        padding-bottom: 0px;
    }

    .navlinks {
        font-size: 12px;
    }

    .headerdiv2 {
        height: auto;
    }

    .filtercol {
        padding-bottom: 0;
    }

    .contactus {
        font-size: 10px;
    }

    body, html {
        overflow-x: hidden;
    }

    .leftalignmobile {
        text-align: left;
    }

    .removeonphone{display:none}
}
