/*
    Document   : new
    Created on : Feb 13, 2012, 6:48:32 PM
    Author     : Steve Bretz
    Description:
        YoJoe website redesign
*/
/* ================================================================== */
/* RESET CSS                                                          */
/* ================================================================== */

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,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    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;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

em {
    font-style: normal;
}

nav, header, article, section, footer {
    display: block;
}

p {
    padding: 7px 0;
}
h1 {
    font-size:20px;
    font-weight:bold;
}
h2 {
    font-size:16px;
    font-weight:bold;
}
h3 {
    font-size:14px;
    font-weight:bold;
}


/* ================================================================== */
/* STANDARD CSS                                                       */
/* ================================================================== */
body {
    font-size: 13px;
    line-height: 18px;
    font-family: Arial,Helvetica,sans-serif;
    color: #000;
}

body#homepage {
    min-width: 960px;
}

a {
    color:  #0026FE;
}

footer.homepage {
    margin:0 auto;
    text-align:center;
    width:960px;
}

footer.mainFooter {
    margin:0 auto;
    display: block;
    width: 800px;
    padding: 10px;
    clear: both;
    font: 9px Arial, Helvetica, sans-serif;
    color: #999999;
    text-align: center;
}

#leftNav {
    float:left;
    width:120px;
}

#leftGutter {
    float:left;
    width:105px;
    background-color:#ffcc99;
}

#rightGutter {
    float:left;
    width:160px;
    min-height:400px;
    background-color:#FFF;
}

#centerWLeftNav {
    float:left;
    width:650px;
    padding:0 15px;
}

/*
#centerContent {
    float:left;
    width:739px;
    padding:0 20px;
}
*/

/* figure classes */
/*
#figureHeadNavigation {
    line-height:30px;
}
*/

#breadcrumb {
    font-size:14px;
    font-weight:bold;
    float:left;
}

#prevNext {
    font-size:12px;
    font-weight:bold;
    float:right;
    padding:0 20px;
}

#v1Url {
    float:right;
    padding:0 5px;
}

#EditFigure {
    font-size: 12px;
    display:inline;
    float:right;
}

#problemField {
    font-size: 12px;
    top: 30px;
    right: 12px;
    position:absolute;
    display:none;
    background-color:#fff;
    padding:10px;
    border:1px solid #ccc;
    text-align:center;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}

#responseField {
    font-size: 12px;
    top: 30px;
    right: 12px;
    position:absolute;
    display:none;
    background-color:#fff;
    padding:10px;
    border:1px solid #ccc;
    text-align:center;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}


.myCollectionStats
{
    border: 1px solid #c6c6c6;
    background: #424242;
    background: #F2F2F2;
    width: 640px;
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    padding: 3px;
    text-align: center;
    margin-bottom:20px;
    border-top:none;font-weight:bold;color:#424242;
}

.myCollectionStats a {
    color:#424242;
}

.myCollectionStats .divider {
    padding: 0 20px;display:inline;
}

.itemSection
{
    border: 1px solid #c6c6c6;
    width: 626px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px 10px 10px 10px;
    margin-bottom:20px;


    z-index:1;
}

.itemSection h1 {

    font-size: 16px;
    font-weight:bold;
    display:inline;
}

.itemSection h2 {

    font-size: 16px;
    font-weight:bold;
    line-height:28px;
}

.titleBoxSection
{
    border: 1px solid #c6c6c6;
    width: 626px;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    padding: 10px 10px 10px 10px;
    border-bottom:none;


    z-index:1;
}

.titleBoxSection h1 {

    font-size: 16px;
    font-weight:bold;
    display:inline;
}

.titleBoxSection h2 {

    font-size: 16px;
    font-weight:bold;
    line-height:28px;
}

#figureImagesLeft {
    float:left;
    padding: 0 15px 5px 0;
}

#vehicleImagesLeft {
    float:left;
    padding: 0 15px 15px 0;
    max-width:350px;
    min-height: 200px;
}

#figureImagesRight {
    float:right;
    padding: 0 15px 20px 15px;
}

#figureInfoBlock {
    text-align:left;
    width:100%;
    float:left;
}

#figureInfoBlockFull {
    padding-top:5px;
    text-align:left;
    width:626px;
}

/*
#figureInfotools {
    padding-top:15px;
    width:100px;
    float:left;
    margin-left:20px;
}
*/

/*
#infoBlock {
    padding-top:15px;
    text-align:left;
    width:100%;
}
*/

.center {
    text-align: center;
}






/*
#adHeaderSpace
{
    width:1075px;
    height:270px;
    margin:0 auto;
    padding-top:20px;
}
*/

/*
#contentArea
{
    width:1075px;
    margin:0 auto;
    padding-top:20px;
}
*/

/*
.smallBorderBox
{
    padding:10px;
    border-left:1px solid #000;
    border-right:1px solid #000;
    border-top:1px solid #000;
    margin:0 auto;
    width:65px;
    text-align:center;
}
*/

/*
.smallerBorderBox
{
    padding:10px;
    border-left:1px solid #000;
    border-right:1px solid #000;
    border-top:1px solid #000;
    margin:0 auto;
    width:27px;
    text-align:center;
}
*/

.smallAdBox
{
    padding:10px;
    margin:0 auto;
    text-align:center;
}
#mainContainer
{

    margin:0 auto;
    width:960px;
    min-height:600px;
    clear:both;
    z-index:1000;
}

.borderBottom
{
    border-bottom:1px solid #000;
}

#search_area span
{
    width:160px;
}

#search
{

}

.search
{
    line-height:38px;
    float:right;
}

#search input[type="text"]
{
    background: url(/images/search-dark.png) no-repeat 10px 6px #fcfcfc;
    border: 0 none;
    font-size: 13px;
    color: #999999;
    width:55px;
    height:12px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
}
nav li#searchSite.sfhover:hover {
    background:none;
}

#search input[type="text"]:focus
{
    background: url(/images/search-dark.png) no-repeat 10px 6px #fcfcfc;
    color: #6a6f75;



    /*text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);*/
}

.tooltip {
    display:none;
    background:transparent url(http://jquerytools.org/media/img/tooltip/black_arrow.png);
    font-size:12px;
    height:70px;
    width:160px;
    padding:25px;
    color:#eee;
}

#menuWrapper
{
    margin:0 auto;
    width:960px;
}

.triangle
{
    display: block;
    height: 0;
    width: 0;
    border-top: 2px solid transparent;
    border-bottom: 4px solid #fff;
    border-left: 2px solid transparent;
}


.groupDiv
{
    border-width: 1px;	border-style:solid;   border-color:#c6c6c6;
    border-radius:         8px 8px 8px 8px;
    -moz-border-radius:    8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    background:#FFFFF0;
    width:190px; height:320px;
    padding-top:10px;
    float:left;
    margin-right:8px;
    margin-bottom:10px;
}
.groupDiv ul {
    padding:10px;
}
.imageList {
    width:100%;
}
div.smallTeaserPic {
    float:left;
    width:100px;
    padding: 9px;
    text-align:center;
    overflow:hidden;
}
/*
div.playerList {
    float:left;
    width:182px;
}
*/
/*
div.playerSm {
    float:left;
    width:120px;
}
*/


#leftNavBox {
    /*border: 2px solid #c6c6c6; */

    /*border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;*/

}
#leftNavBox a
{
    color:#666;
}

#leftNavBox.fullNav {
    position: relative;
    min-width: 796px;
    background-color:transparent;

}
#leftNavContentSm {

    height: auto;
    z-index: 500;
    box-shadow: 10px 10px 5px #888;
    -moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    background-color:#fafafa !important;
    margin-left:-22px;
    width:646px;
    border:1px solid #ccc;
    float:left;padding:10px 0 10px 10px;display:none;position:relative;
    border-radius: 10px 10px 10px 10px;
    min-height:290px;
}
#leftNavBox.extendNav {
    position: relative;
    min-width: 500px;
    height: auto;
    z-index: 5000;
}

#leftNavBox.extendNav ul.floater {
    width:180px;
    float:left;
}
#leftNavBox.extendNav ul.floater li {
    padding-left:10px;
}


/*
.playerListSm {
    width:180px;
    float:left;
}
*/

.columns-3 {
    width:650px;
}
#leftNav > div > div > h2 {
    font-weight:bold;
    font-size:16px;
}
.columns-3  h2 {
    font-weight:bold;
    font-size:16px;
    display:inline;
}
.c3FL {
    width:200px;
    float:left;
    margin-right:20px;
}
.c3FL ul {
    margin-left:5px;
}
.c2FL {
    width:300px;
    float:left;
    margin-right:20px;
}
.c2FL ul {
    margin-left:5px;
}
#leftNavMain {
    /*  background-color:#e6e6e6;*/
    padding: 5px;
    border:1px solid #ccc;
    width:108px;
    float:left;
}
#leftNavMain ul {
    margin-left:5px;
}
.closeMe {
    background: url("/images/controls.png") no-repeat -25px 0px transparent;
    width:14px;
    height:14px;
    position:absolute;
    top:5px;
    right:46px;
    z-index:5001;
    display:none;
}
.closeMeVis {
    background: url("/images/controls.png") no-repeat -25px 0px transparent;
    width:14px;
    height:14px;
    position:absolute;
    top:2px;
    right:2px;
}
.floatRLinks {
    float:right;margin-right:40px;
}
.switchAlphabet {
    padding:1px;
    letter-spacing:3px;
}
.loading {
    background:#fff url(/images/ajax-loader.gif) no-repeat 50% 100px;
}
table#dataTable {
    width:100%;
    border-spacing: 10px;
    text-align:center;
    font-size:12px;
}
table#wantdataTable thead th {
    line-height:25px;
    color:#fff;
    background-color:#999;
    border:2px solid #fff;
    padding:0 1px;
}
table#wantdataTable thead th a {
    color:#fff;
}
table#dataTable thead th {
    line-height:25px;
    color:#fff;
    background-color:#999;
    border:2px solid #fff;
    padding:0 1px;
}
table#dataTable thead th a {
    color:#fff;
}
table#dataTableMP {
    width:100%;
    border-spacing: 10px;
    text-align:center;
}
table#dataTableMP thead th {
    line-height:25px;
    color:#fff;
    background-color:#999;
    border:2px solid #fff;
    padding-right:15px;
}
table.niceTable{
    width:100%;
    border-spacing: 10px;
    text-align:center;
    font-size:12px;
}
table#havedataTable {
    width:100%;
    border-spacing: 10px;
    text-align:center;
    font-size:12px;
}
table#wantdataTable {
    width:100%;
    border-spacing: 10px;
    text-align:center;
    font-size:12px;
}
table#havedataTable thead th {
    line-height:25px;
    color:#fff;
    background-color:#999;
    border:2px solid #fff;
}
table.niceTable thead th {
    line-height:25px;
    color:#333;
    background-color:#d7d7d7;
    border:2px solid #fff;
}
table#selldataTable {
    width:100%;
    border-spacing: 10px;
    text-align:center;
    font-size:12px;
}
table#selldataTable thead th {
    line-height:25px;
    color:#fff;
    background-color:#999;
    border:2px solid #fff;
}
table.tablesorter thead tr .header {
    background-image: url(/images/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
table#wantdataTable tr:nth-child(odd) {background-color:#fff}
table#wantdataTable tr:nth-child(even) {background-color:#f8f8f8}
table#dataTable tr:nth-child(odd) {background-color:#fff}
table#dataTable tr:nth-child(even) {background-color:#f8f8f8}
table#dataTable td:nth-child(1) {width:107px;}
table#dataTable td:nth-child(2) {width:300px;}
table#dataTable td:nth-child(3) {width:168px;}
table#dataTable td:nth-child(4) {width:70px;}
table#dataTable td {border:2px solid #fff; padding:3px;vertical-align:middle}
table#wantdataTable td {border:2px solid #fff; padding:3px;vertical-align:middle}
table#dataTableMP tr:nth-child(odd) {background-color:#fff}
table#dataTableMP tr:nth-child(even) {background-color:#f8f8f8}
table#dataTableMP td:nth-child(1) {width:125px;}
table#dataTableMP td:nth-child(2) {width:170px;}
table#dataTableMP td:nth-child(3) {width:75px;}
table#dataTableMP td:nth-child(4) {width:95px;}
table#dataTableMP td:nth-child(5) {width:50px;}
table#dataTableMP td:nth-child(6) {width:80px;}
table#dataTableMP td {border:2px solid #fff; padding:3px;vertical-align:middle}

table.niceTable tr:nth-child(odd) {background-color:#fff;border:1px solid #ccc;}
table.niceTable tr:nth-child(even) {background-color:#f8f8f8}
table.niceTable td {border:2px solid #fff; padding:3px;vertical-align:middle}
table#havedataTable tr:nth-child(odd) {background-color:#fff;border:1px solid #ccc;}
table#havedataTable tr:nth-child(even) {background-color:#f8f8f8}
table#havedataTable td {border:2px solid #fff; padding:3px;vertical-align:middle}

table#wantdataTable tr:nth-child(odd) {background-color:#fff;border:1px solid #ccc;}
table#wantdataTable tr:nth-child(even) {background-color:#f8f8f8}
table#wantdataTable td {border:2px solid #fff; padding:3px;vertical-align:middle}

table#selldataTable tr:nth-child(odd) {background-color:#fff;border:1px solid #ccc;}
table#selldataTable tr:nth-child(even) {background-color:#f8f8f8}
table#selldataTable td {border:2px solid #fff; padding:3px;vertical-align:middle}

table#havedataTable tr:hover, table#selldataTable tr:hover {background-color:#c6c6c6}
table.niceTable tr:hover {background-color:#c6c6c6}
table.tablesorter thead tr .headerSortUp {
    background-image: url(/images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
    background-image: url(/images/desc.gif);
}
#rotator {
    height:550px;
    width:240px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:0px solid #ccc;
}
#rotatorHome {
    height:745px;
    width:140px;
}
#infoBox {
    width:640px;
    float:left;
}
/*
#newsBoxContent {
    margin-top: 18px;
    margin-left:15px;
    width:448px;
    height:560px;
    border:0px solid #ccc;
    text-align: left;
    opacity:1;
    filter:alpha(opacity=100); /* For IE8 and earlier */
/*
}
*/

#newsBox {
    float:right;
    width:462px;
    height:600px;
    border:0px solid #ccc;
    background: #FFFFFF url(/images/cardBack.png) no-repeat scroll center top;
    background-size: 468px 600px;
    text-align: center;
    padding-left:10px;
    padding-right:10px;
    /* background-image: url(/images/cardBack.png); */
}
/*
#newsBoxContent h2 {
    font-size:18px;
    font-weight:bold;
    padding-bottom:10px;
    color: #ffffff;
    text-align:right;
    margin-right:10px;
    font-family: Stencil,Arial Black, Arial;
    font-size: 16px;
    font-weight: normal;
}
#newsBoxContent b {
    font-size:12px;
}
#newsBoxContent a {
    color:#FFFFFF;
    text-decoration:none;
    font-weight: 900;
    font-size:14px;
}
#newsBoxContent a:hover {
    color:#FFFFFF;
    text-decoration:underline;
    font-weight: bolder;
}
#newsBoxContent p {
    font-size:12px;
    padding:0 0 10px 0;
    color: #ffffff;
}
*/

.clear    {               clear:both; }
.clear-1  { height:1px;   clear:both; }
.clear-5  { height:5px;   clear:both; }
.clear-10 { height:10px;  clear:both; }
.clear-15 { height:15px;  clear:both; }
.clear-20 { height:20px;  clear:both; }
.clear-30 { height:30px;  clear:both; }


#smallLinks {
    margin-top:10px;
    padding-bottom:10px;
}
#smallLinks a {
    border: 0px solid #333;
    padding:3px 3px;
    margin-right:8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration:none;
    color: #333;
    font-weight:bold;
}
#smallLinks a.selected {
    border: 1px solid #333;
    color: #333;
}
.homeSlide {
    margin:0 auto;

}
.homeSlide h2 {
    font-size:20px;
    font-weight:bold;
}
/*
.cardBack {
    background-color:#222222;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border:6px solid #fff;
    -moz-box-shadow: 0 0 2px 2px #888;
    -webkit-box-shadow: 0 0 2px 2px #888;
    box-shadow: 0 0 2px 2px #888;
    color:#fff;
    padding:10px;
    margin:0 0 2px 2px;
}
*/
/* my collection dash */
#ownerInfo {
    width:150px;
    padding:10px;
    border:1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
#notifications {
    padding:10px;
    border:1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom:15px;
    position:relative;
}
#notifications p {
    padding:2px 0;
}
#notifications h2 {
    font-size:16px;
    font-weight:bold;
}
.dashRightBox {
    padding:10px;
    border:1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom:15px;
    min-height:400px;
}
.dashRightBox p {
    padding:2px 0;
}
.dashRightBox h2 {
    font-size:16px;
    font-weight:bold;
    padding:0 0 4px 0;
}
#ownerInfo h1 {
    font-size: 16px;
    font-weight:bold;
}
/*
#myStuff {
    width:150px;
    padding:10px;
    border:1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#myStuff h2 {
    font-size: 16px;
    font-weight:bold;
    padding-bottom:7px;
}
#myStuff label {
    width:75px;
    float:left;
}
#myStuff .itemData {
    width:70px;
    float:right;
    text-align:right;
}
*/
.sponsor_frame {
    background-color:#fff;
    width:300px;
    height:200px;
    margin:50% auto;
    display:none;
    padding:20px;
    border:1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}


.signupFormField
{
    font-size:16px;
    padding:4px;
    width:245px;
    border-radius:         3px 3px 3px 3px;
    -moz-border-radius:    3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    margin-bottom:5px;
}
.alertText {
    color:#C2113A;
}
#footer {
    text-align:center;
    width:100%;
}
.savedBorder {
    border:1px solid green;
}
.fatLeft {
    float:left;
    width:150px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding:10px;
    border:1px solid #ccc;
}
.fatLeft h2 {
    font-size: 16px;
    font-weight:bold;
    padding-bottom:7px;
}
.fatLeft ul {
    text-indent:10px;
}
.fatterLeft {
    float:left;
    width:250px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding:10px;
    border:1px solid #ccc;
}
.fatterLeft h2 {
    font-size: 16px;
    font-weight:bold;
    padding-bottom:7px;
}

.midNews {
    margin-left:10px;
    min-height:200px;
    float:left;
    width:585px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding:10px;
    border:1px solid #ccc;
}
.midNews h2 {
    font-size: 16px;
    font-weight:bold;
    padding-bottom:7px;
}
.midComments {
    margin-right:10px;
    min-height:200px;
    float:left;
    width:485px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding:10px;
    border:1px solid #ccc;
}
.midComments h2 {
    font-size: 16px;
    font-weight:bold;
    padding-bottom:7px;
}
#fullLeftSide {
    margin-right:10px;
    float:left;
    width:790px;
}
.dateAcquired {
    cursor: pointer;
}
.dateAcquired:hover {
    color:#999;
}
#haveWantPicker {
    width:135px;
    height:70px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding:10px;
    border:1px solid #0026FE;
    margin-bottom:15px;
    text-align:center;
    margin-left:10px;
}
/*
#marketplaceAvailable {
    width:135px;
    height:30px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding:10px;
    border:1px solid red;

    text-align:center;
}
*/


/* news styles */
.newsBox {
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #ccc;
}
.newsTitleBox {
    background-color:#555;
    color:#fff;
    padding:5px 10px;
    border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
}
.newsTitleBox h2 {
    font-size:14px;
}
.newsTitleLink {
    color:#fff;
    text-decoration:none;
}
.newsTitleLink:hover {
    color:#fff;
    text-decoration:underline;
}
.newsInfo {
    background-color:#d7d7d7;
    padding:3px 3px 3px 10px;
    font-style: italic;
    font-size:11px;
}
.newsInfoBottom {
    padding:3px 3px 10px 10px;
    font-size:12px;
}
.newsArticlePart {
    padding:10px;
    text-align: justify;
}
.commentNum {
    font-size:14px;
    font-weight:bold;
}
#haveListStats {
    margin:0 auto;
    width:400px;
}
#haveListStats h4 {
    font-weight:bold;
    font-size:14px;
    background-color:#999;
    line-height:25px;
    height:25px;
    text-align:center;
    color:#fff;
}
#haveListStats label {
    float:left;
    width:120px;
    padding:3px 5px
}
#haveListStats span {
    float:left;
    width:40px;
    text-align:right;
    padding:3px 5px;
}
.asking-price input {
    width:50px;
}
#st-price {
    padding-bottom:5px;
}
.imageNav {
    padding: 0 15px 15px 0;
	max-width: 194px;
}
.imretarted {
    border:1px solid green;
}
.floatYears {
    float:left;
    border-right:1px solid #ccc;
    font-weight:bold;
    padding:0 8px;
    color:#d7d7d7;
}
.floatYears a {
    color:#999;
}
.floatYears a:hover {
    color:#333;
}
.firstYears {
    padding-left:0;
}
.lastYears {
    padding-right:0;
    border-right:none;
}
.chunkySelect {
    padding:5px 3px;
    color:#333;
    background: transparent;
    font-size:16px;
    font-weight:bold;
    border:1px solid #ccc;
}
#arrowPrevious{float:left;background:url(/images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
#arrowPrevious:hover{background-position:-75px -25px;}
#arrowNext{float:left;background:url(/images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
#arrowNext:hover{background-position:-50px -25px;}
a.noDecor {
    text-decoration:none;
    color:#000 !important;
}
.buyNowBtnDis {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#777777;
    font-family:arial;
    font-size:12px;
    font-weight:bold;
    padding:6px 12px;
    text-decoration:none;
    text-shadow:1px 1px 0px #ffffff;
}
.buyNowBtn {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#777777;
    font-family:arial;
    font-size:12px;
    font-weight:bold;
    padding:6px 12px;
    text-decoration:none;
    text-shadow:1px 1px 0px #ffffff;
}.buyNowBtn:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color:#dfdfdf;
}.buyNowBtn:active {
    position:relative;
    top:1px;
}
.forSaleBtn {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#777777;
    font-family:arial;
    font-size:12px;
    font-weight:bold;
    padding:6px 12px;
    text-decoration:none;
    text-shadow:1px 1px 0px #ffffff;
}.forSaleBtn:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color:#dfdfdf;
}.forSaleBtn:active {
    position:relative;
    top:1px;
}
/*
.greenText {
    color:#48743A; font-weight:bold;
}
*/

.disabledBtn {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #888), color-stop(1, #888) );
    background:-moz-linear-gradient( center top, #888 5%, #888 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#888', endColorstr='#888');
    background-color:#ededed;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#fff;
    font-family:arial;
    font-size:12px;
    font-weight:bold;
    padding:6px 12px;
    text-decoration:none;
}
.genericBtn {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #48743A), color-stop(1, #48743A) );
    background:-moz-linear-gradient( center top, #48743A 5%, #48743A 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#48743A', endColorstr='#48743A');
    background-color:#ededed;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#fff;
    font-family:arial;
    font-size:12px;
    font-weight:bold;
    padding:6px 12px;
    text-decoration:none;
    cursor:pointer;
}
.genericBtn:active {
    position:relative;
    top:1px;
}
.redBtn {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, red), color-stop(1, red) );
    background:-moz-linear-gradient( center top, red 5%, red 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='red', endColorstr='red');
}
.corners {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.MPitemData {
}
.MPitemData .itemTitle {
    font-weight:bold;
    font-size:16px;
    display:inline;
}
.MPitemData .backLink {
    display:inline;
    float:right;
}
.MPitemData .itemImage {
    float:left;
    margin-right:20px;
    max-width:400px;
}
.MPitemData .itemDetailContainer {
    float:left;
    width:468px;
}
.MPitemData .itemDescription {

}
#theMarketPlace .floatRight {
    float:right;
}
.haveIt {
    border:1px solid #000;width:25px;height:25px;margin:0 auto;cursor:pointer;
}
.wantIt {
    border:1px solid #000; width:25px;height:25px;margin:0 auto;cursor:pointer;
}

.haveWantPickBox {
    height:40px;width:50px;float:left;font-weight:bold;font-size:11px;padding:5px;
}
.haveAll, .wantAll {
    cursor:pointer;
}
.hwpb {
    height:60px;width:50px;float:left;font-weight:bold;font-size:11px;
}
.checked {
    background: url(/images/green_check_mark.png) no-repeat 50% -2px;
}
.clearBorder {
    border:none;height:27px;
}

ul.tabsMenu {
    float:left;height:24px;margin-left:20px;
}
ul.tabsMenu > li {
    float:left;height:20px;border-width:1px 1px 0 1px; border-color:#ccc;border-style:solid;
    padding:2px 15px;    background-color:#ccc;color:#fff;border-bottom:1px solid #fff;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}
ul.tabsMenu > li a {
    color:#fff;
}
ul.tabsMenu > li.selected a {
    color:#000;
}
ul.tabsMenu > li.selected {
    background-color:#fff;color:#000;border-bottom:none;
}
ul.tabsMenu > li.spacer {
    background-color:#fff;color:#000;border:none;width:5px;padding:0;
}
/* pagination */
.jPaginate{
    height:34px;
    position:relative;
    color:#a5a5a5;
    font-size:small;
    width:490px;
}
.jPaginate a{
    line-height:15px;
    height:18px;
    cursor:pointer;
    padding:2px 5px;
    margin:2px;
    float:left;
}
.jPag-control-back{
    position:absolute;
    left:0px;
}
.jPag-control-front{
    position:absolute;
    top:0px;
}
.jPaginate span{
    cursor:pointer;
}
ul.jPag-pages{
    float:left;
    list-style-type:none;
    margin:0px 0px 0px 0px;
    padding:0px;
}
ul.jPag-pages li{
    display:inline;
    float:left;
    padding:0px;
    margin:0px;
}
ul.jPag-pages li a{
    float:left;
    padding:2px 5px;
}
span.jPag-current{
    cursor:default;
    font-weight:normal;
    line-height:15px;
    height:18px;
    padding:2px 5px;
    margin:2px;
    float:left;
}
ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-next,
span.jPag-sprevious,
span.jPag-snext,
ul.jPag-pages li span.jPag-previous-img,
ul.jPag-pages li span.jPag-next-img,
span.jPag-sprevious-img,
span.jPag-snext-img{
    height:22px;
    margin:2px;
    float:left;
    line-height:18px;
}

ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-previous-img{
    margin:2px 0px 2px 2px;
    font-size:12px;
    font-weight:bold;
    width:10px;

}
ul.jPag-pages li span.jPag-next,
ul.jPag-pages li span.jPag-next-img{
    margin:2px 2px 2px 0px;
    font-size:12px;
    font-weight:bold;
    width:10px;
}
span.jPag-sprevious,
span.jPag-sprevious-img{
    margin:2px 0px 2px 2px;
    font-size:18px;
    width:15px;
    text-align:right;
}
span.jPag-snext,
span.jPag-snext-img{
    margin:2px 2px 2px 0px;
    font-size:18px;
    width:15px;
    text-align:right;
}
ul.jPag-pages li span.jPag-previous-img{
    background:transparent url(../images/previous.png) no-repeat center right;
}
ul.jPag-pages li span.jPag-next-img{
    background:transparent url(../images/next.png) no-repeat center left;
}
span.jPag-sprevious-img{
    background:transparent url(../images/sprevious.png) no-repeat center right;
}
span.jPag-snext-img{
    background:transparent url(../images/snext.png) no-repeat center left;
}



/* end pagination */
/*
.openFilter {
    text-decoration:none;color:#000;
}
*/
.pickerContainer {
    width:624px;padding:10px 0;border:1px solid #999;
}
.pickerContainer > select {
    margin-left:15px;
}


/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}
.selectItemType {
    width:100px;
}
.selectCharacter {
    width:95px;
}
.selectYear {
    width:70px;
}
.filterLabel {
    margin-top:-25px;background-color:#fff; padding:5px; width:30px;font-style:italic;color:#999;margin-left:10px;
}
.archItemDesc {
    text-align:left;
    font-size:12px;
}
#transDetails {
    background-color:#fff;
    width:629px;
    min-height:400px;
    display:none;
    padding:20px;
    margin: -250px 0 0 -355px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}
#successDialog {
    background-color:#fff;
    display:none;
    padding:20px;
    height:100px;
    width:450px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}
#successDialog .modal-header {
    padding: 0px 0 9px;
}
#transDetails p, #successDialog p {
    padding:2px 0;
}
#transDetailsContainer {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding:10px;
        width:630px;
    height:500px;

    background-color:#fff;
}
#successDialogContainer {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding:10px;
    width:430px;
    background-color:#fff;
}
#transDetailsContainer a.modalCloseImg, #successDialog a.modalCloseImg {
    background:url(/images/pl_close_button.png) no-repeat;
    width:45px;
    height:45px;
    display:inline;
    z-index:3200;
    position:absolute;
    top:-18px;
    right:-22px;
    cursor:pointer;

}
.myItemModal {
    background-color:#fff;
    border:1px solid #ccc;
    width:580px;
    min-height:400px;
    padding:15px 25px;
    display:none;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}
.myItemModal div.itemImage {
    float:left;max-width:200px;
}
.myItemModal div.itemDetailContainer {
    width:100%;position:relative;
}
.myItemModal .myItemTitle {
    text-align:center;font-size:18px;font-weight:bold;padding-bottom:10px;
}
.myItemModal .aItemNameSub,  {
    padding:3px 0 7px;
}
.myItemModal .midFloat, #modal-sell-item-edit .midFloat {
    width:210px;float:left;
}
.myItemModal div.midFloat > div {
    width:110px;text-align:right;font-weight:bold;float:left;
}
.myItemModal .addPriceSubmit, .myItemModal #dateAcquired-status, #price-status {
    width:70px;
}
.myItemModal #dateAcquired-status {
    width:94px;
}
.myItemModal .editPrivateNote, .myItemModal .editPublicNote {
    cursor:pointer;
}
.myItemModal .label {
    width:140px;float:left;padding-right:15px;text-align:right;font-weight:bold;
}

#ui-datepicker-div {
    margin-top:-20px;
}
.closeMyItem {
    background: url("/images/controls.png") no-repeat -25px 0px transparent;
    width:14px;
    height:14px;
    position:absolute;
    top:5px;
    right:5px;
    z-index:5001;
    display:none;
}
.myItemModal .actionButtons {
    position: absolute;top:45px;right:30px;
}
.myItemModal .itemStatus {
    position: absolute;top:75px;right:50px;line-height:55px;width:130px;height:55px;font-weight:bold;
}
.myItemModal .forSale {
    background: url("/images/for-sale.png") no-repeat 85px 0px transparent;
}
#havedataTable .forSale {
    background: url("/images/for-sale.png") no-repeat 99% 15px transparent;
}
#havedataTable .forTrade {
    background: url("/images/handshake.gif") no-repeat 98% 15px transparent;
}
#selldataTable .forSale {
    background: url("/images/for-sale.png") no-repeat 99% 15px transparent;
}
.myItemModal .forTrade {
    background: url("/images/handshake.gif") no-repeat 85px 10px transparent;
}
.myItemModal .publicNoteText {
    overflow: hidden;
}
.myItemModal a {
    color:#444;
    text-decoration:none;
}
.myItemModal a:hover {
    text-decoration:underline;
}

.myItemModal .dummyPic {
    height:70px;width:50px;border:1px solid #999;text-align:center;padding-top:7px;float:left;margin:0 10px 10px 0;
}
.myItemModal select {
    color:#444;
}
.myItemModal .myImageGroup {
    width:50px;text-align:center;float:left;margin-right:10px;position:relative;

}
#imageEdit {
    float:left;
}
.myItemModal .myImageGroup .deleteMe, .myItemModal .myImageGroup .deleteMeListing {
    background:url(/images/delete.png) no-repeat 0px 0px; width:16px;height:16px;position:absolute;top:-8px;right:-8px;cursor:pointer;
}
.currentImages .deleteGalleryItem { background:url(/images/delete.png) no-repeat 0px 0px; width:16px;height:16px;position:absolute;top:-8px;right:-8px;cursor:pointer; }
.myItemModal .editMyImages {
    color:#33C;text-decoration:underline;cursor:pointer;
}
#editImageContainer {
    float: left; width: 419px;
}
.vehicleBox
{
    float: left;
    width:180px;
    border: 1px solid #F2F2F2;
    text-align: center;
    padding: 4px 4px 10px 4px;
    background-color: #ffffff;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
}
.hlActionLinks a {
    color:#48743A;font-weight:bold;
}
.smallImages {
    max-width:50px;max-height:77px;float:left;padding:0 10px 10px 0;
}
.addImage {
    margin: 0 10px 10px 0;
}
#imageAdd {
    border:1px solid #ccc;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    font-size:11px;
    padding:10px;
}
.saving {
    background: url("/images/save-wheel.gif") no-repeat 50% 50% transparent;  height:100px;
}

.helpMe  {
    width:15px;height:15px;
    background-image: url('/images/help.png');
    position:absolute;top:3px;right:3px;display:block;
}
.conditionHelp {
    width:15px;height:15px;
    background-image: url('/images/help.png');
    float:left;display:block;margin-top:2px;margin-left:10px;cursor:pointer;
}
.filterHead {
    font-weight:bold;color:#fff;background-color:#999;padding:5px;
}
.search-icon {
    width:20px;height:20px;
    background: url('/images/search-dark.png') no-repeat 6px 3px; float:left;cursor:pointer;
}
.haveWantBtn {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#000 !important;
    font-family:arial;
    font-size:12px;
    font-weight:bold;
    padding:0px 2px;
    text-decoration:none;
    text-shadow:1px 1px 0px #ffffff;
    line-height:17px;
}.haveWantBtn:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color:#dfdfdf;
}.haveWantBtn:active {
    position:relative;
    top:1px;
}

/* my collection notifications */
.notificationWrapper {
    width:615px;
	/*border:1px solid #ccc;*/
	/*border:1px solid #F7F7F7;
	background-color:#FCFCFC;*/
	padding:5px;font-size:12px;
	border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.notListBox {
    width:100px;float:left;height:70px;text-align:center;padding-right:15px;
}
.notArchiveBox {
    width:235px;float:left;height:70px;text-align:left;
}
.notActionBox {
    width:260px;float:left;height:70px;text-align:right;
}

.notStatusBar {
    width:615px;height:30px;
}
.notViewDetails {
    text-align:right;margin:0 5px;
}
.notStatusBar {
    text-indent:29px;line-height:30px;position:relative;font-size:11px;font-weight:bold;
}
.whiteTab {
    background: url('/images/whiteTab.png') no-repeat; width:143px;height:30px;float:right;
}
.greenTab {
    background: url('/images/greenTab.png') no-repeat; width:143px;height:30px;float:right;
}
.rwhiteTab {
    background: url('/images/rwhiteTab.png') no-repeat; width:143px;height:30px;float:right;

}
.rgreenTab {
    background: url('/images/rgreenTab.png') no-repeat; width:143px;height:30px;float:right;

}
.shiftLeft {
    margin-left:-25px;
}
.shiftLeftFirst {
    text-indent:10px;
}
.uploadFile {
    width:300px;margin:3px;
}
.contributeSection label {
    float:left; width:120px;text-align:right;font-weight:bold;
}
.contributeSection span {
    float:left;width:470px;margin-left:15px;
}
.ui-file-wrapper { position: relative; }

.ui-file {
    position: absolute;
    left: 0; top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

    width: 450px;
    text-align: right;
}

.ui-file-fake-input {
    margin-right: 5px;
    width: 350px;
    vertical-align: middle;
}

.ui-file-fake-button {
    display: inline-block;
    margin: 0;
    padding: 1px;
    width: 82px;
    height:22px;
    vertical-align: middle;
}
.error {
    color:red;
    font-weight:bold;
    padding:3px;display:block;
}
.contributeSection label.error {
    color:red;width:300px;
}
.currentPlan {
    color:#44aa00;font-size:26px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=.33);
    position:absolute;
    top:140px;left:0px;
    font-family:'Comic Sans MS';
}
.soldText {
    color:red;font-size:36px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=.33);
    position:absolute;
    top:54px;left:60px;
    font-family:'Comic Sans MS';
}
.downloadExcel {
    color:#0026FE;cursor:pointer;background: url('/images/excel-icon.jpg') no-repeat; width:89px;height:25px;float:right;line-height:25px;text-indent:30px;margin-top:13px;
}
#upgradePlan {
    height:120px;background-color:#fff;
    width:505px; font-size:12px;    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;padding:20px;display:none;
}
#upgradePlan h2 {
    font-size:24px;text-align:center;padding-bottom:10px;
}
#upgradePlan .closeBanner {
    background: url("/images/controls.png") no-repeat -25px 0px transparent;
    width:14px;
    height:14px;
    position:absolute;
    top:2px;
    right:2px;
}
.wantQuantity {
    text-align:center;width:30px;
}
.haveQuantity {
    text-align:center;width:30px;font-size:11px;
}
.saveQuantity,.saveHaveQuantity {
    padding:2px;background-color:#48743A;border:1px solid #ccc;color:#fff;font-weight:bold;font-size:11px;margin-top:3px;
}
.saveQuantity:active,.saveHaveQuantity:active {
    border:none;margin-top:4px;
}
.success {
    color:#5BB75B;
    font-weight:bold;
    padding:3px;display:block;
}
.successInline {
    color:#5BB75B;
    font-weight:bold;
    padding:3px;
}

.saved {
    border:1px solid #48743A;
}
/* google search */
.input.gsc-input {
    padding:5px !important;
}
.cse .gsc-control-cse, .gsc-control-cse {
    padding:10px 0 !important;
}
.cse input.gsc-search-button, input.gsc-search-button { height:26px !important; }
input.gsc-input {
    padding:5px 6px !important;
}
#header #nav li#home { width:61px; text-align:center;}
#header #nav li#news { width:61px;  text-align:center; }
#header #nav li#giJoeDatabase { width:142px;  text-align:center; }
#header #nav li#generalsJoes { width:130px;  text-align:center; }
#header #nav li#forums { width:75px;  text-align:center; }
#header #nav li#marketplace { width:135px;  text-align:center; }
#header #nav li#mycoll { width:128px;  text-align:center; }
#header #nav li#contact { width:64px;  text-align:center; }
.search { width:128px; }
#search input[type="text"] { width:79px; }

#fileCardNew {
    position:relative;width:100%; height:386px; border: 0px solid white; background: #000 url(/images/fileCardBG-h386.jpg) no-repeat scroll center top; background-size: 100%
}
#fileCardNew .fileCardName { position:absolute; top:18px;  left:18px;  width:220px;   font-family: Arial; font-size:16px; color:#000000; font-weight: 900; }
#fileCardNew .fileCardName2 { position:absolute; top:38px;  left:18px;  width:200;   font-family: Courier New; font-size:15px; color:#000000; font-weight:400; }
#fileCardNew .fileCardTitleImage { position:absolute; top:83px;  left:18px;  width:110px; height:232px; border: 1px solid #000000; background-color: #c6c6c6; }
#fileCardNew .fileCardCommunityText { padding-top:80px;margin-left:140px; border:0px solid green;font-family: Courier New;  color:#000000; font-weight:400;text-align:left;padding-right:15px;}
#fileCardNew .divider { position:relative; height:1px; background-color:#ff3300;margin: 5px 0;width:90%; }

.prefList { }
.prefList label { width:190px;display:block;float:left;text-align:right;padding-right:10px;}
.prefList .contactInformation label { width:100px;display:block;float:left;text-align:right;padding-right:10px;}
.prefList input[type=text] { width:150px;height:20px;float:left;padding:3px;}
.prefList textarea { width:618px;height:100px;}

.accountSettings { }
.accountSettings label { width:100px;display:block;float:left;text-align:right;padding-right:10px;}
.accountSettings input[type=text],.accountSettings input[type=password] { width:150px;float:left;}
.accountSettings textarea { width:630px;height:100px;}

#billingPreferences { }
#billingPreferences label { width:100px;display:block;float:left;text-align:right;padding-right:10px;}
#billingPreferences label.invalid { width:200px;display:block;float:left;text-align:left;text-indent:10px;}
#billingPreferences input[type=text],#billingPreferences input[type=password] { width:150px;float:left;}



.galleryItemBox { float:left;width:195px; margin-right:20px;margin-bottom:20px;position:relative;cursor:pointer;}
.galleryItemDesc { width:195px;font-style:italic;text-align:center; display:block;}
.forSale .sellItem { position:absolute;width:40px;height:34px;top:20px;right:2px;cursor:pointer;}
.forSale { position:relative;}
.wantedText { color:#800000;text-align:center;}
#figureInfoBlock .sellItem { position:absolute;width:40px;height:51px;top:-8px;right:31px;cursor:pointer; background: url("/images/for-sale.png") no-repeat top center transparent;}
.fpArticleBox { position: relative;text-align:left;padding-bottom:10px;min-height:50px; }
.fpArticleBox img { width:50px;padding-right:5px; float:left;max-height:55px;}
.fpArticleBox .sponsored { text-align:right; color:green; position:absolute; bottom:-5px;right:0;}
.fpArticleBox a { color:black; text-decoration: none;}
.fpArticleBox p { padding:3px;}
.fpArticleBox a:hover { text-decoration: underline;}
.fpDivider { width:99%; height:1px; background-color:#990000;margin:0 0 5px 0; clear:both;}
.ratingBox {
    width:100px;margin:0 auto;text-align:center;font-weight:bold;height:40px;
}
.ratingBoxAbs { position:absolute;top:170px;right:132px;}
.ratingBox { background-repeat:no-repeat;background-position:45px 0; background-image: url(/images/ratings.png);height:18px;}
.ratingBox .star0 { }
.ratingBox .star5 { margin-bottom:3px;width:10px;height:18px;background-position:0 -92px; background-image: url(/images/ratings.png);background-repeat:no-repeat;}
.ratingBox .star10 { margin-bottom:3px;width:20px;height:18px;background-position:0 -92px; background-image: url(/images/ratings.png);background-repeat:no-repeat;}
.ratingBox .star15 { margin-bottom:3px;width:30px;height:18px;background-position:0 -92px; background-image: url(/images/ratings.png);background-repeat:no-repeat;}
.ratingBox .star20 { margin-bottom:3px;width:40px;height:18px;background-position:0 -92px; background-image: url(/images/ratings.png);background-repeat:no-repeat;}
.ratingBox .star25 { margin-bottom:3px;width:50px;height:18px;background-position:0 -92px; background-image: url(/images/ratings.png);background-repeat:no-repeat;}
.ratingBox .star30 { margin-bottom:3px;width:60px;height:18px;background-position:0 -92px; background-image: url(/images/ratings.png);background-repeat:no-repeat;}
.ratingBox .star35 { margin-bottom:3px;width:70px;height:18px;background-position:0 -92px; background-image: url(/images/ratings.png);background-repeat:no-repeat;}
.ratingBox .star40 { margin-bottom:3px;width:80px;height:18px;background-position:0 -92px; background-image: url(/images/ratings.png);background-repeat:no-repeat;}
.ratingBox .star45 { margin-bottom:3px;width:90px;height:18px;background-position:0 -92px; background-image: url(/images/ratings.png);background-repeat:no-repeat;}
.ratingBox .star50 { margin-bottom:3px;width:100px;height:18px;background-position:0 -92px; background-image: url(/images/ratings.png);background-repeat:no-repeat;}
.modal { margin: -300px 0 0 -280px;}
#makeOfferDIV {
    box-shadow: 2px 2px 2px #888;
    -moz-box-shadow: 2px 2px 2px #888;
    -webkit-box-shadow: 2px 2px 2px #888;
    border:1px solid #e6e6e6; width:300px; z-index:5001; padding:10px; background-color:#FAFAFA; position:absolute; display:none; top:27px; right:140px;

}
#makeOfferDIV .closeMeVis {
    height:24px;width:24px;cursor:pointer;top:-5px;right:-5px;
}
.makeOfferDiv {
    box-shadow: 2px 2px 2px #888;
    -moz-box-shadow: 2px 2px 2px #888;
    -webkit-box-shadow: 2px 2px 2px #888;
    border:1px solid #e6e6e6; width:588px; z-index:5001; padding:10px; background-color:#FAFAFA; position:absolute; display:none; top:7px; right:8px;

}
.makeOfferDiv .closeMeVis {
    height:24px;width:24px;cursor:pointer;top:-5px;right:-5px;
}
.acceptOffer, .rejectOffer, .counterOffer, .submitCounterOffer, .revokeOffer, .acceptRejection { padding: 2px 2px; font-size:11px;}
.counterOfferTB { width:50px;}
#footerHome {
	overflow: visible;
	background: url(../00_img/yojoe/footer-background01.png) no-repeat scroll center top;
	padding-bottom: 20px;
	margin-left:1px;
}

#insoleHome {
	display: block;
	height: 40px;
	width: 960px;
	padding-top: 10px;
	padding-bottom: 140px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: center;
	color:#FFFFFF;
}

#dsheaHome {
	display: block;
	width: 800px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	font: 9px Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center;
}
#mainContainerHome {
	background: url(../00_img/yojoe/mainContainerBack.png) repeat-x scroll center top;
	overflow:hidden;
	padding-top: 10px;
        width:100%;
}
body#homepage { background: none repeat scroll 0 0 #B8CBE6;}
.homeSlide { width:140px;font-size:11px;}
.img-polaroid {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 4px;
}
.img-rounded {
    border-radius: 6px 6px 6px 6px;
}
.rotatorBox {
    height:130px;
}
.sendMessage {
    text-indent:20px;position:absolute;
    background: #ffffff url('/images/email-icon.png') 0px 2px no-repeat;text-decoration:underline;cursor:pointer;top:0;left:140px;
}
.accountSettings label.invalidPassword { width:200px;color:red;}
#viewMessage label { font-weight:bold;float:left; width:15%;text-align:right;margin-right:1%;}
#viewMessage .infoContainer { float:left; width:78%;}
.messageRead { width:30px;height:24px;background: #ffffff url('/images/read-message.png') 0px 2px no-repeat; }
.messageUnread { width:30px;height:30px;background: #ffffff url('/images/unread-email.png') 0px 2px no-repeat; }
.unreadBold { font-weight:bold;}
.boldRed { font-weight:bold; color:red;}
.memberRoleLabel { font-weight:900; font-size:14px; padding-bottom:4px;}
/* comments box */
.textarea-wrapper{-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear;position:relative;padding:5px 0 0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin:0 0 0 48px;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.12);-moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.12);box-shadow:inset 0 1px 3px rgba(0,0,0,0.12);background-color:rgba(255,255,255,0.45);background-repeat:repeat-x;background-image:-khtml-gradient(linear,left top,left bottom,from(rgba(245,245,245,0)),to(rgba(255,255,255,0.45)));background-image:-moz-linear-gradient(top,rgba(245,245,245,0),rgba(255,255,255,0.45));background-image:-ms-linear-gradient(top,rgba(245,245,245,0),rgba(255,255,255,0.45));background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(245,245,245,0)),color-stop(100%,rgba(255,255,255,0.45)));background-image:-webkit-linear-gradient(top,rgba(245,245,245,0),rgba(255,255,255,0.45));background-image:-o-linear-gradient(top,rgba(245,245,245,0),rgba(255,255,255,0.45));background-image:linear-gradient(top,rgba(245,245,245,0),rgba(255,255,255,0.45));border:1px solid #c0c8d2;border:1px solid rgba(75,83,94,0.45)}
.textarea-wrapper .textarea{color:#444;color:rgba(0,0,0,0.8);cursor:text;resize:none;border:0;background:0;display:block;padding:0 8px;margin:0;width:100%;min-height:29px;height:auto;line-height:1.4;font-size:14px;font-family:"Helvetica Neue",helvetica,arial,sans-serif;overflow-y:scroll;-webkit-transition:all .15s ease-in-out;-moz-transition:all .15s ease-in-out;-ms-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out}
.textarea-wrapper .textarea .placeholder{color:#999;padding-left:4px;line-height:25px}
.textarea-wrapper .textarea p,.textarea-wrapper .textarea div{margin:0;line-height:1.4}
.textarea-wrapper .textarea:focus{outline:0}
.textarea-wrapper.error{border-color:#ff2e46}
.focus .textarea-wrapper .textarea{min-height:39.6px}
.focus .textarea-wrapper.error{border-color:#ff2e46}
.avatar{position:absolute;top:16px;left:0;-webkit-transition:left .2s linear;-moz-transition:left .2s linear;-ms-transition:left .2s linear;-o-transition:left .2s linear;transition:left .2s linear}
.avatar .user{display:block;position:relative;z-index:100}
.avatar .user img{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;display:block;height:36px;width:36px}
.avatar .service{height:16px;width:16px;background:url("http://mediacdn.disqus.com/1363738576/img/next/reaction-twitter.png");position:absolute;z-index:100;bottom:-3px;right:-3px}
.postbox{position:relative;margin:0 0 18px}
.postbox .avatar{top:0}
.postbox .media-drag-hover{position:absolute;overflow:hidden;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.4);text-align:center;font-weight:bold;z-index:1000;color:#fff}.postbox .media-drag-hover .drag-text{border:3px dashed #fff;padding:12px;position:absolute;top:50%;left:0;right:0;margin:-22px 30px 0;text-align:center;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;height:45px}
.postbox .media-preview{background:#ddd;border-top:1px solid #CCC;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.3);-moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.3);box-shadow:inset 0 1px 3px rgba(0,0,0,0.3);padding:8px}.postbox .media-preview.empty,.postbox .media-preview .empty{display:none}.postbox .media-preview a.media-delete{position:absolute;top:6px;right:6px;font-size:14px;text-align:center;vertical-align:middle;color:#fff;background-color:#CCC;background-color:rgba(0,0,0,0.5);height:16px;width:16px;line-height:15px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;display:none}

.postbox .post-actions .auth-section{margin:0;float:right}
.postbox .post-actions .btn{position:absolute;top:-1px;right:-1px;white-space:nowrap;height:33px;-webkit-border-radius:0 0 3px 0;-moz-border-radius:0 0 3px 0;border-radius:0 0 3px 0;font-size:12px;padding-top:10px}
.postbox section{padding:14px 0 0;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}
.postbox section label{font-size:13px;color:#838991}
.postbox section small{display:block;font-size:11px;line-height:1.2!important;color:#a9adb3;margin:4px 0 0 16px}
.postbox section .what-is-disqus{cursor:pointer;display:inline-block;height:16px;width:16px;background:url("http://mediacdn.disqus.com/1363738576/img/next/question-mark.png");text-indent:-9999em;position:relative;top:-1px}
.postbox section .what-is-disqus:hover #rules{filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;opacity:1;visibility:visible!important}
.postbox section #rules{filter:alpha(opacity=0);-khtml-opacity:0;-moz-opacity:0;opacity:0;visibility:hidden;-webkit-transition:all linear .2s;-moz-transition:all linear .2s;-ms-transition:all linear .2s;-o-transition:all linear .2s;transition:all linear .2s;text-indent:0;z-index:1000;position:absolute;width:340px;left:8px;bottom:18px;margin-left:-170px;padding:18px 14px 4px}.postbox section #rules h3{color:#6f7e8b;padding:0 4px 0;margin:0 0 14px;font-weight:700}
.postbox section #rules ul{list-style:disc;padding:0 0 0 20px;margin:0 0 14px}
.postbox section #rules ul li{color:#dee2e7;list-style:disc;margin:0 0 6px;line-height:1.4}
.postbox section #rules ul li span{color:#7F8D99}
.postbox section #rules .btn{font-size:12px;padding:5px 10px;margin-bottom:-2px;display:block;text-align:center}
.expanded .postbox .textarea-wrapper{padding:5px 0 32px}.expanded .postbox .textarea{height:auto}
.expanded .postbox .post-actions{visibility:visible;filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;opacity:1}
.expanded .postbox .auth-section{display:block}.expanded .postbox .logged-in{display:none}
.expanded.authenticated .postbox .logged-in{display:block}
.expanded.authenticated .postbox .logged-out{display:none}.auth-section{display:none;position:relative;margin:0 0 0 46px;z-index:200}
.auth-section .proceed{position:absolute;right:0;top:34px;font-size:12px}
.auth-section .proceed .btn{padding:5px;}
.auth-section .guest input{padding:5px;}
.auth-section .proceed.active{filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;opacity:1}
.auth-section .proceed .next{display:none}
.auth-section .post-actions-tabs{*zoom:1;float:right;margin:-25px 0 0 0}
.auth-section .post-actions-tabs:before,.auth-section .post-actions-tabs:after{display:table;content:"";line-height:0}
.auth-section .post-actions-tabs:after{clear:both}.auth-section .post-actions-tabs li{float:left}.auth-section .post-actions-tabs li a{display:block;font-size:11px;line-height:1.3;color:#848a92;padding:3px 12px 6px;font-weight:700;position:relative}.auth-section .post-actions-tabs li a span{display:block;width:1px;height:14px;background:#dee2e7;position:absolute;right:-1px;top:3px}.auth-section .post-actions-tabs li:last-child a{-webkit-border-radius:0 0 2px;-moz-border-radius:0 0 2px;border-radius:0 0 2px}.auth-section .post-actions-tabs li.active a{border-bottom:2px solid #2e9fff}.auth-section .connect{position:absolute}.auth-section .connect .services{*zoom:1;margin:0 0 18px}.auth-section .connect .services:before,.auth-section .connect .services:after{display:table;content:"";line-height:0}.auth-section .connect .services:after{clear:both}.auth-section .connect .services li{float:left;margin:0 5px 0 0}.auth-section .connect .services a{font-size:11px;display:block;width:32px;height:32px;text-indent:-9999em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,.3),0 1px 3px rgba(0,0,0,.08),inset 0 2px 0 rgba(255,255,255,.12);-moz-box-shadow:inset 0 0 0 1px rgba(0,0,0,.3),0 1px 3px rgba(0,0,0,.08),inset 0 2px 0 rgba(255,255,255,.12);box-shadow:inset 0 0 0 1px rgba(0,0,0,.3),0 1px 3px rgba(0,0,0,.08),inset 0 2px 0 rgba(255,255,255,.12)}.auth-section .connect .services li.sso{float:none;margin:0 0 12px}.auth-section .connect .services li.sso a{text-indent:0}.auth-section .connect .services li.sso a.image{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.auth-section .connect .services li.sso a.no-image{text-align:center;background:#e3e3e3 url("http://mediacdn.disqus.com/1363738576/img/next/next-sprite.png") 0 0 repeat-x;display:inline-block;padding:9px 16px;color:#555;line-height:1.1;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:1px solid #a9b3c0;border:1px solid rgba(75,83,94,0.45);font-weight:700;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.14),inset 0 1px 0 rgba(255,255,255,.25),inset 0 -2px 6px rgba(255,255,255,.55);-moz-box-shadow:0 1px 2px rgba(0,0,0,.14),inset 0 1px 0 rgba(255,255,255,.25),inset 0 -2px 6px rgba(255,255,255,.55);box-shadow:0 1px 2px rgba(0,0,0,.14),inset 0 1px 0 rgba(255,255,255,.25),inset 0 -2px 6px rgba(255,255,255,.55);text-shadow:0 1px 0 rgba(255,255,255,0.6);display:block;width:143px;clear:both}.auth-section .connect .services li.sso a.no-image:hover{background-position:0 -40px;background-color:#f1f1f1}.auth-section .connect .services li.sso a.no-image:active,.auth-section .connect .services li.sso a.no-image.active{background-color:#f6f6f6;background-repeat:repeat-x;background-image:-khtml-gradient(linear,left top,left bottom,from(#e2e2e2),to(#f6f6f6));background-image:-moz-linear-gradient(top,#e2e2e2,#f6f6f6);background-image:-ms-linear-gradient(top,#e2e2e2,#f6f6f6);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e2e2e2),color-stop(100%,#f6f6f6));background-image:-webkit-linear-gradient(top,#e2e2e2,#f6f6f6);background-image:-o-linear-gradient(top,#e2e2e2,#f6f6f6);background-image:linear-gradient(top,#e2e2e2,#f6f6f6);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.15);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.15);box-shadow:inset 0 1px 2px rgba(0,0,0,0.15)}.auth-section .connect .services li.sso a.no-image:visited{color:#555}.auth-section .connect .services li.sso a.no-image.busy{background:#ebeef2;color:#bbb;text-shadow:none}.auth-section .connect .services li.sso a.no-image.busy:hover{background:#ebeef2;text-shadow:none;cursor:not-allowed}.auth-section .connect .services li.sso a.no-image.busy:active{background:#ebeef2;text-shadow:none;cursor:not-allowed}.auth-section .connect .services li.sso a.no-image.small{font-size:12px;padding:8px 10px;background-position:0 -10px}.auth-section .connect .services li.sso a.no-image.small.follow{font-weight:400;font-size:10px;padding:1px 4px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.07);-moz-box-shadow:0 1px 0 rgba(0,0,0,0.07);box-shadow:0 1px 0 rgba(0,0,0,0.07)}
h6{font-weight:600;font-size:11px;color:#8e949c;text-transform:uppercase;margin:0 0 10px;line-height:1}
.postbox .post-actions{-webkit-transition:opacity linear .2s;-moz-transition:opacity linear .2s;-ms-transition:opacity linear .2s;-o-transition:opacity linear .2s;transition:opacity linear .2s;visibility:hidden;filter:alpha(opacity=0);-khtml-opacity:0;-moz-opacity:0;opacity:0;border-top:1px dotted #c6cdd6;position:absolute;bottom:0;left:0;right:0;height:32px}
.postbox .post-actions .wysiwyg{position:absolute;top:0;left:0}.postbox .post-actions .wysiwyg li{float:left;position:relative}.postbox .post-actions .wysiwyg li input[type=file].regular{visibility:hidden}.postbox .post-actions .wysiwyg li input[type=file].ie{display:block;filter:alpha(opacity=0);-khtml-opacity:0;-moz-opacity:0;opacity:0;position:absolute;cursor:pointer;top:5px;left:-190px}.postbox .post-actions .wysiwyg li a{display:block;height:30px;width:34px;position:relative}.postbox .post-actions .wysiwyg li a span{-webkit-transition:opacity .1s linear;-moz-transition:opacity .1s linear;-ms-transition:opacity .1s linear;-o-transition:opacity .1s linear;transition:opacity .1s linear;display:block;height:14px;width:14px;position:absolute;top:9px;left:10px;background:url("http://mediacdn.disqus.com/1363738576/img/next/wysiwyg.png");text-indent:-9999em;filter:alpha(opacity=65);-khtml-opacity:.65;-moz-opacity:.65;opacity:.65}.postbox .post-actions .wysiwyg li a.attach span{background-position:0 -14px}.postbox .post-actions .wysiwyg li a.bold span{background-position:-14px -14px}.postbox .post-actions .wysiwyg li a.italics span{width:10px;background-position:-28px -14px}.postbox .post-actions .wysiwyg li:hover a span{filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;opacity:1}.postbox .post-actions .wysiwyg li:hover a.attach span{background-position:0 0}.postbox .post-actions .wysiwyg li:hover a.bold span{background-position:-14px 0}.postbox .post-actions .wysiwyg li:hover a.italics span{width:10px;background-position:-28px 0}.postbox .post-actions .wysiwyg li.active a,.postbox .post-actions .wysiwyg li:active a{background-color:#fff;background-repeat:repeat-x;background-image:-khtml-gradient(linear,left top,left bottom,from(#f3f3f3),to(#fff));background-image:-moz-linear-gradient(top,#f3f3f3,#fff);background-image:-ms-linear-gradient(top,#f3f3f3,#fff);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f3f3f3),color-stop(100%,#fff));background-image:-webkit-linear-gradient(top,#f3f3f3,#fff);background-image:-o-linear-gradient(top,#f3f3f3,#fff);background-image:linear-gradient(top,#f3f3f3,#fff);-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 0 3px rgba(0,0,0,0.1);box-shadow:inset 0 0 3px rgba(0,0,0,0.1)}.postbox .post-actions .wysiwyg li.active a span,.postbox .post-actions .wysiwyg li:active a span{filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;opacity:1}.postbox .post-actions .wysiwyg li.active a.attach span,.postbox .post-actions .wysiwyg li:active a.attach span{background-position:0 0}.postbox .post-actions .wysiwyg li.active a.bold span,.postbox .post-actions .wysiwyg li:active a.bold span{background-position:-16px 0}.postbox .post-actions .wysiwyg li.active a.italics span,.postbox .post-actions .wysiwyg li:active a.italics span{width:10px;background-position:-28px 0}.postbox .post-actions section{padding:0}

.postbox .post-actions .auth-section{margin:0;float:right}
.postbox .post-actions .btn{position:absolute;top:-1px;right:-1px;white-space:nowrap;height:33px;-webkit-border-radius:0 0 3px 0;-moz-border-radius:0 0 3px 0;border-radius:0 0 3px 0;font-size:12px;padding-top:10px}

.auth-section .connect .services li.sso a.no-image.small:hover{background-position:0 -40px}
.auth-section .connect .services li.sso a.no-image.flat{font-weight:normal;width:100%;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;padding:0 10px;background:rgba(0,0,0,0.03);border:1px solid rgba(0,0,0,0.1);height:24px;line-height:24px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
.auth-section .connect .services li.auth-twitter a{background:url("http://mediacdn.disqus.com/1363738576/img/next/social-icons.png")}
.auth-section .connect .services li.auth-facebook a{background:url("http://mediacdn.disqus.com/1363738576/img/next/social-icons.png") -32px 0}.auth-section .connect .services li.auth-google a{background:url("http://mediacdn.disqus.com/1363738576/img/next/social-icons.png") -64px 0}.auth-section .connect .services li.auth-disqus a{background:url("http://mediacdn.disqus.com/1363738576/img/next/social-icons.png") -96px 0}.auth-section .audiencesync{margin-bottom:.5em;overflow:hidden}.auth-section .audiencesync .icons-container{margin-right:10px;margin-bottom:1.5em;overflow:hidden;float:left}.auth-section .audiencesync .icons-container img{float:left}.auth-section .audiencesync p{font-size:12px;line-height:1.5em;overflow:hidden;float:left;margin:0;max-width:170px}.auth-section .audiencesync .proceed{float:right;clear:right}.auth-section .guest{border-left:1px dotted #cfd5dc;margin:0 98px 0 153px;padding:0 10px 0 10px;min-height:32px;position:relative}.auth-section .guest p{margin:0 0 12px}.auth-section .guest .guest-details{display:none}.auth-section .guest .guest-details.expanded{display:block}.register .proceed .next{display:block}.register .proceed .submit{display:none}.login-content p{margin:0 0 10px}.actions{*zoom:1}.actions:before,.actions:after{display:table;content:"";line-height:0}.actions:after{clear:both}.actions .forgot{color:#a9adb3;font-size:12px;padding:3px 0;text-shadow:0 1px rgba(255,255,255,0.85);line-height:2.5}.row{*zoom:1}.row:before,.row:after{display:table;content:"";line-height:0}.row:after{clear:both}.column{width:49%;float:left;margin:0}.column:first-child{margin:0 2% 0 0}.dropdown-menu{-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-ms-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s;font-size:13px;border:1px solid #94a1b1;border:1px solid rgba(75,83,94,0.45);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:#fff;background:rgba(255,255,255,0.94);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.2);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.2);box-shadow:0 1px 3px rgba(0,0,0,0.2);min-width:130px;z-index:1001}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu li{border-bottom:1px solid #e2e2e2}.dropdown-menu li:last-child{border-bottom:0}.dropdown-menu .share ul,.dropdown-menu .share ul>li{display:inline}.dropdown-menu a{color:#848a92}.badge{color:#fff;background:#c0c8d2;background:rgba(0,0,0,0.3);padding:1px 3px;font-size:10px;line-height:1.1;font-weight:600;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;display:inline-block;position:relative;top:-1px}



.post-list{list-style-type:none;margin:0;}
.post-list>.post{padding-left:48px}
.post-list>.post.minimized,.post-list>.post.collapsed{padding-left:36px;min-height:24px}

.post-list>.post.minimized:first-child>.post-content .avatar,.post-list>.post.collapsed:first-child>.post-content .avatar{top:0}
.post-list>.post:first-child{border-top:0;padding-top:0}
.post-list>.post:first-child>.post-content{padding-top:0}
.post-list>.post:first-child>.post-content .indicator{top:0}
.post-list>.post:first-child>.post-content .avatar{top:0}
.post-list .post{border-top:1px solid #dee2e7;border-top:1px solid rgba(0,0,0,0.1);*zoom:1;position:relative}
.post-list .post:before,.post-list .post:after{display:table;content:"";line-height:0}
.post-list .post:after{clear:both}
.post-list .post .postbox .avatar .user img{height:24px;width:24px}
.post-list .post .postbox .auth-section,.post-list .post .postbox .textarea-wrapper{margin:0 0 0 36px}
.post-list .post .post{padding-left:36px;*zoom:1}
.post-list .post .post:before,.post-list .post .post:after{display:table;content:"";line-height:0}
.post-list .post .post:after{clear:both}
.post-list .post .post .avatar .tooltip-outer{left:24px;top:- 12px}
.post-list .post .post .avatar .user img{height:24px;width:24px}
.post-list .post .post .indicator{height:24px;position:absolute}
.post-list .post.collapsed .children{display:none}
.post-list .post.minimized,.post-list .post.collapsed{padding-left:36px}
.post-list .post.minimized .post-media,.post-list .post.collapsed .post-media{display:none}
.post-list .post.minimized>.post-content,.post-list .post.collapsed>.post-content{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;min-height:24px;margin:0}
.post-list .post.minimized>.post-content .collapse,.post-list .post.collapsed>.post-content .collapse{display:none}
.post-list .post.minimized>.post-content .expand,.post-list .post.collapsed>.post-content .expand{display:inline!important}
.post-list .post.minimized>.post-content .post-message p,.post-list .post.collapsed>.post-content .post-message p{line-height:24px}
.post-list .post.minimized>.post-content header,.post-list .post.collapsed>.post-content header{line-height:24px;font-size:12px}
.post-list .post.minimized>.post-content footer,.post-list .post.collapsed>.post-content footer{display:none}
.post-list .post.minimized>.post-content .avatar,.post-list .post.collapsed>.post-content .avatar{top:15px}
.post-list .post.minimized>.post-content .avatar img,.post-list .post.collapsed>.post-content .avatar img{height:24px;width:24px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}
.post-list .post.minimized>.post-content .indicator,.post-list .post.collapsed>.post-content .indicator{display:none}
.post-list .post.collapsed>.post-content .post-message{display:none}
.post-list .post.minimized>.post-content .post-message p{opacity:.7;font-size:12px}.children .children .children>.post{padding-left:0!important}.children .children .children>.post .post-body{margin-left:36px}#expand-children{display:none;font-size:12px;text-align:center;margin:0 0 15px}.children .children .children .children>.post #expand-children{display:block}.suggestions{background-color:blue;list-style-type:none;line-height:1;z-index:9999;width:100%;position:absolute;background-color:white;cursor:pointer;border:1px solid #b1b1b1;-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.2);-moz-box-shadow:0 2px 5px rgba(0,0,0,0.2);box-shadow:0 2px 5px rgba(0,0,0,0.2);-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;background-color:#f2f2f2;background-repeat:repeat-x;background-image:-khtml-gradient(linear,left top,left bottom,from(#fff),to(#f2f2f2));background-image:-moz-linear-gradient(top,#fff,#f2f2f2);background-image:-ms-linear-gradient(top,#fff,#f2f2f2);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#f2f2f2));background-image:-webkit-linear-gradient(top,#fff,#f2f2f2);background-image:-o-linear-gradient(top,#fff,#f2f2f2);background-image:linear-gradient(top,#fff,#f2f2f2);padding:0;zoom:1;margin:-2px 0 0;left:-1px;box-sizing:content-box}.suggestions li{position:relative;color:#666;padding:4px;overflow:hidden;height:26px}.suggestions li span{padding-left:26px;vertical-align:middle}

.post-content{*zoom:1;padding-top:15px;padding-bottom:15px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}
.post-content:before,.post-content:after{display:table;content:"";line-height:0}
.post-content:after{clear:both}.post-content .indicator{position:absolute;height:36px}
.post-content .avatar{top:15px}.post-content.new{padding-left:12px}
.post-content.new .avatar{left:12px}.post-content.new .indicator{-webkit-transition:opacity 10s linear;-moz-transition:opacity 10s linear;-ms-transition:opacity 10s linear;-o-transition:opacity 10s linear;transition:opacity 10s linear;width:5px;height:36px;background:#ffc62e;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;top:15px;left:0}
.post-content.new.seen .indicator{filter:alpha(opacity=0);-khtml-opacity:0;-moz-opacity:0;opacity:0}
.post-content.post-reply .source-avatar{position:absolute;left:4.5px;top:4.5px;height:31.5px;width:31.5px;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.12);-moz-box-shadow:0 0 0 1px rgba(0,0,0,0.12);box-shadow:0 0 0 1px rgba(0,0,0,0.12)}.post-content.post-reply .target-avatar{height:31.5px;width:31.5px}.post-content .post-media{margin:.5em 0 0}.post-content .post-media ul{*zoom:1}.post-content .post-media ul:before,.post-content .post-media ul:after{display:table;content:"";line-height:0}.post-content .post-media ul:after{clear:both}.post-content .post-media li{margin:0 10px 10px 0}.post-content .post-media a{cursor:-moz-zoom-in;cursor:-webkit-zoom-in;position:relative;display:inline-block;max-width:100%}.post-content .post-media a:after{display:block;content:"";position:absolute;top:0;left:0;right:0;bottom:0;-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.12);-moz-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.12);box-shadow:inset 0 0 0 1px rgba(0,0,0,0.12);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;z-index:1000}.post-content .post-media img{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;display:block;max-width:100%;max-height:480px;z-index:-1}.post-content .show-old-media li{float:left;height:75px;width:75px}.post-content .show-old-media a{height:75px;width:75px}.post-content .show-old-media img{height:75px;width:75px}.post-content footer{clear:both}.post-content .textarea-wrapper{margin:0 0 0 36px}.post-content .auth-section{margin:-4px 0 0 36px}

.post-content .bullet{padding:0;font-size:75%;color:#ccc;line-height:1.4}
.post-content header{color:#777;line-height:16px;font-size:12px;position:relative}
.post-content header .bullet{padding:0 3px}
.post-content header a,.post-content header .name{font-weight:600}
.post-content header .post-menu{-webkit-transition:.2s linear;-moz-transition:.2s linear;-ms-transition:.2s linear;-o-transition:.2s linear;transition:.2s linear;filter:alpha(opacity=0);-khtml-opacity:0;-moz-opacity:0;opacity:0;visibility:hidden;position:relative;top:-2px;*zoom:1;float:right}
.post-content header .post-menu:before,.post-content header .post-menu:after{display:table;content:"";line-height:0}
.post-content header .post-menu:after{clear:both}.post-content header .post-menu>li{float:left;margin:0 0 0 8px}
.post-content header .post-menu>li a{color:#666!important;color:rgba(0,0,0,0.5)!important}
.post-content header .post-menu .collapse a,.post-content header .post-menu .expand a{font-size:20px;filter:alpha(opacity=60);-khtml-opacity:.6;-moz-opacity:.6;opacity:.6;position:relative;top:-7px;padding:10px 0 10px 10px}
.post-content header .post-menu .collapse a:hover,.post-content header .post-menu .expand a:hover{filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;opacity:1}.post-content header .dropdown .dropdown-toggle{border-left:1px dotted #afb8c5;border-left:1px dotted rgba(75,83,94,0.36);padding-left:5px}
.post-content header .dropdown .dropdown-toggle .caret{margin-top:4px}.post-content header .dropdown .dropdown-toggle{border-left:1px dotted #afb8c5;border-left:1px dotted rgba(75,83,94,0.36);padding-left:5px}.post-content header .dropdown .dropdown-menu{-webkit-transition:all .1s linear;-moz-transition:all .1s linear;-ms-transition:all .1s linear;-o-transition:all .1s linear;transition:all .1s linear;position:absolute;left:auto;right:0;top:15px;min-width:100px;padding:0}.post-content header .dropdown .dropdown-menu li a{display:block;padding:6px 8px;white-space:nowrap;font-weight:600;font-size:11px}.post-content header .dropdown.open{filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;opacity:1}.post-content header .dropdown.open .dropdown-toggle{background:0;color:#2e9fff!important}.post-content header .dropdown.open .dropdown-menu{filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;opacity:1;visibility:visible!important}.post-content header .time-ago,.post-content header .parent-link{font-weight:400;font-size:95%;color:inherit}.post-content header .time-ago i,.post-content header .parent-link i{font-size:80%;padding:0 1px}.post-content .post-body{position:relative}.post-content .post-body .more-button{position:absolute;color:#6c6c6c;bottom:15px;left:50%;margin-left:-27px;z-index:901;font-size:85%}.post-content .post-message-container{position:relative}.post-content .post-message-container.post-message-collapse{overflow:hidden;zoom:1;width:100%;margin-bottom:22px}.post-content .post-message-container.post-message-collapse .post-message>p:first-child{margin-top:-4px}.post-content .post-message{*zoom:1}.post-content .post-message:before,.post-content .post-message:after{display:table;content:"";line-height:0}.post-content .post-message:after{clear:both}.post-content .post-message.loading{background:url("http://mediacdn.disqus.com/1363738576/img/next/waiting.gif") center left no-repeat;min-height:22px}.post-content .post-message p{line-height:22px;margin:0 0 9px}.post-content .post-message p:last-child{margin:0}.post-content .post-message blockquote,.post-content .post-message pre{line-height:22px;margin:0 0 9px;border-left:4px solid #dee2e7;padding:0 0 0 12px}.post-content .post-message blockquote:last-child,.post-content .post-message pre:last-child{margin:0}.post-content .post-message code{font-size:12px;font-family:monaco,menlo,monospace}.post-content .message-shadow{z-index:900;height:5px;position:absolute;bottom:34px;left:0;right:0;border-bottom:1px solid #edeff2;border-bottom:1px solid rgba(0,0,0,0.3);-webkit-box-shadow:inset 0 -3px 2px rgba(0,0,0,0.08);-moz-box-shadow:inset 0 -3px 2px rgba(0,0,0,0.08);box-shadow:inset 0 -3px 2px rgba(0,0,0,0.08)}.post-content footer{font-size:11px;line-height:1.85;color:#6c6c6c;margin:4px 0 0}.post-content footer .bullet{line-height:1.6}.post-content footer menu{*zoom:1;margin:0;padding:0}.post-content footer menu:before,.post-content footer menu:after{display:table;content:"";line-height:0}.post-content footer menu:after{clear:both}.post-content footer menu li{float:left;list-style-type:none;margin:0 7px 0 0;padding:0}.post-content footer a{color:#999;font-weight:500}.post-content footer a:hover{color:#666}.post-content footer .voting{-webkit-transition:opacity .3s;-moz-transition:opacity .3s;-ms-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;position:relative}.post-content footer .voting a{position:relative;display:inline-block;padding:0 4px;line-height:.85;height:11px;color:inherit;vertical-align:middle}.post-content footer .voting a:after{content:"";display:block;position:absolute;top:-10px;left:0;right:-6px;bottom:-10px}.post-content footer .voting .control{font-size:13px;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;-ms-transition:opacity .2s linear;-o-transition:opacity .2s linear;transition:opacity .2s linear;filter:alpha(opacity=70);-khtml-opacity:.7;-moz-opacity:.7;opacity:.7;border-left:0 solid transparent;border-right:0 solid transparent;vertical-align:middle}.post-content footer .voting .vote-up:hover .control,.post-content footer .voting .vote-down:hover .control{filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;opacity:1}.post-content footer .voting .vote-up{padding-left:0}.post-content footer .voting .vote-up:after{right:-3px;left:-5px}.post-content footer .voting .vote-up .control{border-bottom:0 solid #495e6f}.post-content footer .voting .vote-down{padding-right:0;padding-left:6px;border-left:1px dotted #afb8c5;border-left:1px dotted rgba(75,83,94,0.36)}.post-content footer .voting .vote-down .count.count-0{display:none}.post-content footer .voting .vote-down .control{border-top:0 solid #495e6f}.post-content footer .voting .vote-down:hover .tooltip,.post-content footer .voting .vote-down:active .tooltip{filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;opacity:1;visibility:visible!important}.post-content footer .voting .vote-down .tooltip{-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-ms-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s;-webkit-transition-delay:.4s;filter:alpha(opacity=0);-khtml-opacity:0;-moz-opacity:0;opacity:0;visibility:hidden;position:absolute;z-index:100;display:inline-block;width:170px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;line-height:1.1;padding:6px 12px;border:0;font-weight:600;-webkit-box-shadow:0 0 0 2px rgba(18,30,38,.24),0 1px 6px rgba(18,30,38,.44);-moz-box-shadow:0 0 0 2px rgba(18,30,38,.24),0 1px 6px rgba(18,30,38,.44);box-shadow:0 0 0 2px rgba(18,30,38,.24),0 1px 6px rgba(18,30,38,.44);bottom:20px;left:-3px}.post-content footer .voting .vote-up.upvoted .count{color:#2e9fff}.post-content footer .voting .vote-up.upvoted .control{filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;opacity:1;color:#2e9fff}.post-content footer .voting .vote-down.downvoted .count{color:#ff2e35}.post-content footer .voting .vote-down.downvoted .control{filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;opacity:1;color:#ff2e35}.post-content footer .share{position:relative}.post-content footer .share .toggle{position:relative;z-index:1000;cursor:pointer}.post-content footer .share ul{top:-10px;left:0;padding:8px 4px 8px 40px;height:30px;width:300px;white-space:nowrap;position:absolute;filter:alpha(opacity=0);-khtml-opacity:0;-moz-opacity:0;opacity:0;visibility:hidden}.post-content footer .share ul li{-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;filter:alpha(opacity=0);-khtml-opacity:0;-moz-opacity:0;opacity:0;position:absolute;left:0}.post-content footer .share:hover ul{filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;opacity:1;visibility:visible!important}.post-content footer .share:hover ul li{filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;opacity:1}.post-content footer .share:hover ul li.twitter{left:48px}.post-content footer .share:hover ul li.facebook{left:71px}.post-content footer .share:hover ul li.link{left:94px}.post-content .realtime{float:right;margin:0}.post-content .realtime .realtime-replies{color:#999;font-size:85%}.post-content .realtime .btn{-webkit-transition:right .2s ease-in-out;-moz-transition:right .2s ease-in-out;-ms-transition:right .2s ease-in-out;-o-transition:right .2s ease-in-out;transition:right .2s ease-in-out;display:inline;font-size:10px;padding:0 0 0 14px;position:relative;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background:0;text-shadow:none;border:0;right:-100%}.post-content .realtime .btn.reveal{right:0}.post-content .realtime .btn.reveal .indicator{width:5px!important}.post-content .realtime .btn:hover{color:#444}.post-content .realtime .btn .indicator{-webkit-transition:width .6s ease-in-out;-moz-transition:width .6s ease-in-out;-ms-transition:width .6s ease-in-out;-o-transition:width .6s ease-in-out;transition:width .6s ease-in-out;display:inline-block;width:300px!important;height:9px!important;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background:#ffc62e;position:absolute!important;left:5px!important;top:2px!important}.post-content:hover header .post-menu{filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;opacity:1;visibility:visible!important}
.postbox .post-actions .btn.saveComment { right:129px;}
.currentImages .galleryItemBox:nth-child(4n) { clear:right;margin-right:0;}