﻿/* OLD styles, replace into content.css */

.selectThumb {
    height: 94px;
    margin: 0 auto;
    width: 90px;
}

.checklist.big li .selectThumb {
    width: auto;
    height: auto;
}

.checklist.bigWide li .selectThumb {
    width: 350px;
    height: auto;
    float: left;
}

.selectThumb img {
    height: 90px;
    width: 90px;
}

.checklist.bigWide li .selectThumb img {
    height: 197px;
    width: 350px;
}

.checklist, .checklist_sm {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #000;
}

    .checklist li {
        float: left;
        margin: 3px;
        width: 111px;
        min-height: 140px;
        position: relative;
        font-size: 13px;
        border: 1px dashed #c0c0c0;
    }

    .checklist.tall li {
        height: 170px;
    }

    .checklist.big li {
        height: 160px;
        width: 160px;
        background: none;
        font-size: 13px;
    }

    .checklist.bigWide li {
        width: 100%;
        padding: 7px;
        font-size: 13px;
        margin: 2px;
    }

    .checklist_sm li {
        float: left;
        margin: 0 2px 4px 2px;
        width: 105px;
        height: 63px;
        position: relative;
        font-size: 11px;
    }

    .checklist li:hover {
        border: 1px solid #8dc63e;
        background-color: #E9F0E1;
        cursor: pointer;
    }

    .checklist li.custom:hover {
        background-color: transparent;
        cursor: default;
        border: 1px dashed #C0C0C0;
    }

    .checklist li.selected, .checklist_sm li.selected, .checklist.tall li.selected {
        border: 1px solid #8dc63e;
        background-color: #E9F0E1;
    }

    .checklist.big li.selected .checkbox-select, .checklist.bigWide li.selected .checkbox-select {
        cursor: default;
        display: block;
        background: url('../images/chosen.gif') no-repeat center center #a0dc4f;
        height: 31px;
        width: 100%;
    }

    .checklist li input.hide, .checklist_sm li input.hide {
        display: none;
    }

    .checklist li.selected a.checkbox-deselect, .checklist_sm li.selected a.checkbox_sm-deselect {
        display: block;
    }

    .checklist li label {
        display: block;
        text-align: center;
        padding: 2px;
    }

    .checklist_sm li label {
        display: block;
        text-align: center;
        padding: 1px;
    }

    .checklist.big li label {
        display: block;
        text-align: center;
        position: absolute;
        top: 0px;
        font-size: 20px;
        width: 100%;
        background-image: url("../images/30p-white-bg.png");
        background-repeat: repeat-x repeat-y;
        background-position: left top;
    }

    .checklist.bigWide li label {
        font-size: 16px;
        width: 100%;
        background-color: #8dc63e;
        margin-bottom: 4px;
        color: #fff;
    }

.checkbox-select {
    display: block;
    top: 66px;
    width: 85px;
    height: 23px;
    text-indent: -9999px;
    margin: 0 auto;
    background: url(../Images/select.png) no-repeat 0 0;
}

    .checkbox-select:hover {
        background-image: url(../Images/select-over.png);
    }


.checklist li.selected .checkbox-select {
    background: url('../images/select-chosen.png');
}

.checklist.big li .checkbox-select {
    position: absolute;
    bottom: 4px;
    top: auto;
    text-align: center;
    width: 100%;
    background-position: center center;
}

.checklist.bigWide li .checkbox-select {
    width: 100%;
    background-position: center center;
    height: 31px;
}

.checkbox_sm-select {
    display: block;
    float: left;
    position: absolute;
    top: 30px;
    left: 10px;
    width: 85px;
    height: 23px;
    text-indent: -9999px;
    background: url(../Images/select.png) no-repeat 0 0;
}

a.checkbox-deselect {
    display: none;
    color: white;
    font-weight: bold;
    text-decoration: none;
    position: absolute;
    top: 120px;
    right: 10px;
}

a.checkbox_sm-deselect {
    display: none;
    color: white;
    font-weight: bold;
    text-decoration: none;
    position: absolute;
    top: 30px;
    right: 10px;
}

.checklist.bigWide .info {
    margin: 0 0 0 0px;
    float: left;
    width: 215px;
    padding: 5px;
    line-height: 20px;
    height: 213px;
}

.checklist .partTitle {
    font-size: 13px;
    background-color: #A0DC4F;
}

.checklist .partBtn, .checklist .partPrice {
    font-size: 15px;
    font-weight: normal;
    display: inline;
}

ul.imageThumbs, .imageGrid {
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding: 0px;
    font-size: 14px;
    clear: left;
}

    ul.imageThumbs li, .imageGrid .imageGridRow {
        float: left;
        width: 200px;
        padding: 6px 0px 6px 0px;
        height: 220px;
    }

    ul.imageThumbs input, .imageGrid input {
        border: none;
        cursor: pointer;
    }

    ul.imageThumbs li .text, .imageGrid .text {
        font-size: 12px;
        text-align: justify;
        width: 180px;
        margin: 0 auto;
    }

    ul.imageThumbs li .addCart, .imageGrid .addCart {
        font-size: 11px;
        text-align: left;
        padding: 0 10px 0 10px;
    }

        ul.imageThumbs li .addCart a, .imageGrid .addCart a {
            width: 70px;
            display: block;
            text-align: center;
        }

ul.cities {
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding: 0px;
    font-size: 14px;
    width: 160px;
    text-align: left;
}

.selectThumb {
    height: 94px;
    margin: 0 auto;
    width: 90px;
}

    .selectThumb.tall {
        height: 124px;
    }

    .selectThumb img {
        height: 90px;
        width: 90px;
    }

    .selectThumb.tall img {
        height: 120px;
    }


ul.payments li {
    padding: 6px 0 6px 0;
}

ul.inline {
    margin: 0px;
    padding: 4px;
    font-size: 15px;
    text-align: justify;
}

    ul.inline li {
        display: inline;
        margin-right: 17px;
    }

.thumbsRow {
    clear: both;
    width: 1000px;
    padding-bottom: 20px;
}

    .thumbsRow .thumb {
        width: 500px;
        text-align: center;
        float: left;
    }

.bizListing {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 15px;
    padding: 0;
    width: 664px;
    display: block;
}

.bl-header {
    background-color: #F9F9F9;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px;
}

.bl-item {
    min-height: 64px;
    padding: 10px 104px 10px 10px;
    position: relative;
    font-size: 12px;
}

.bl-location {
    font-size: 12px;
    line-height: 16px;
    color: #669900;
}

.bl-img {
    position: absolute;
    right: 10px;
    top: 10px;
}

.bl-keywords {
    color: #333333;
    font-size: 12px;
    margin: 5px 0 0;
    padding-top: 5px;
}

.bl-footer {
    border-top: 1px dotted #CCCCCC;
    margin: 0;
    min-height: 16px;
    padding: 10px;
}

#uploadOptions ol li {
    margin-left: 10px;
    list-style: decimal;
}

    #uploadOptions ol li:after {
        text-align: center;
        content: "- or -";
        width: 100%;
        display: inline-block;
        border-bottom: 1px dashed #c0c0c0;
    }

    #uploadOptions ol li:last-child:after {
        content: "";
    }

#uploadOptions ol li {
    padding: 10px;
    height: 100%;
}

    #uploadOptions ol li span {
        float: right;
        font-weight: bold;
    }

        #uploadOptions ol li span input[type='button'] {
            border: 1px outset #8dc63e;
            padding: 8px;
        }

            #uploadOptions ol li span input[type='button']:hover {
                border: 1px inset #8dc63e;
            }


    #uploadOptions ol li dt:first-child {
        padding-right: 10px;
        float: left;
    }

    #uploadOptions ol li dd:last-child:after {
        clear: both;
    }

#ratings ul li {
    margin-bottom: 10px;
}

    #ratings ul li p {
        margin: 0;
    }


#siteMenu ul.siteMap ul li {
    float: left;
    padding-right:10px;
}

/*#siteMenu ul.siteMap ul li a, #siteMenu ul.siteMap ul ul li a {
    font-weight:bold;
    font-size:110%;
}*/

#siteMenu ul.siteMap ul ul li {
    width: auto;
    float: none;
}

/*#siteMenu ul.siteMap ul ul ul li a{
    font-weight:normal;
    font-size:100%;
}*/

#siteMenu ul.siteMap ul li.root a, 
#siteMenu ul.siteMap ul li.parent a, 
#siteMenu a.root, 
#siteMenu a.parent {
     font-weight:bold;        
     font-size: 17px;
}

#siteMenu ul.siteMap ul li.child a, #siteMenu a.child {
   font-weight:normal;   
     font-size: 16px;
}