/*  -------------------------------------------------------------
    -------------------------------------------------------------
    CSS CODED BY - clearpixel.com.au - 2014
    -------------------------------------------------------------
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */



/*  -------------------------------------------------------------
    PRODUCTS BROWSE
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

.main .products-list li,
.main .products-grid li {
    list-style-type: none;
    float: left;
    padding: 2% 2% !important;
    width: 30.5%;
    margin: 0 1% 1% 0;
    min-height: 310px;
    text-align: center;
    border: 1px #efefef solid;
}
    
.main .products-list .product-name,
.main .products-grid .product-name {
    font-size: 1em;
}

.main .category-products h2 {
    padding-top: 5px;
    padding-bottom: 0;

}

.main .products-list .product-image,
.main .products-grid .product-image {
    width: 100%;
    height: 100%;
}

.main .toolbar,
.main ul .add-to-links,
.main .product-shop .desc.std,
.main .category-products .actions,
.main .product-options-bottom .price {
    display: none;
}

.main .category-products a.view_more:link,
.main .category-products a.view_more:visited {
    position: relative;
    z-index: 100;
    display: block;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px -92px 80px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px -92px 80px 0px rgba(255, 255, 255, 1);
    box-shadow: 0px -92px 80px 0px rgba(255, 255, 255, 1);
    border: 1px #306a9a solid;
}

.main .category-products .open-below {
    display: none;
}

/*  -------------------------------------------------------------
    PRODUCTS BROWSE (LOCATIONS)
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

.main .locations {
    padding: 10px 0;
}

.main .locations .location {
    margin: 1px 0;
    padding: 0 0 10px 10px;
    border: 1px #efefef solid;
    background: #ffffff;
}

.main .locations .location:hover {
    border-color: #cdcdcd;
}

.main .locations .hide-first {
    display: none;
}

.main .locations h1 {
    clear: both;
    cursor: pointer;
    padding: 20px 0 10px 0;
    font-size: 1em;
}

.main .locations h1 span {
    position: relative;
    top: -3px;
    padding-left: 5px;
    font-size: 0.6em;
    color: #cdcdcd;
}

.main .locations h1 a:hover {
    text-decoration: none;
    color: #4982b2;
}

.main .locations ul {
    margin-left: 0;
    padding: 7px 0 7px 3px;
    list-style-type: none;
}

.main .locations ul li {
    float: left;
    padding: 4px 0;
    margin-left: 1%;
    width: 32%;
}

.main .locations ul li a:link,
.main .locations ul li a:visited {
    font-weight: normal;
    letter-spacing: -1px;
    font-size: 0.8em;
}

.main .locations.two-columns ul li {
    width: 48%;
}



/*  -------------------------------------------------------------
    REPORT DASHBOARD
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

.main .subscriber_report_list ul li {
    padding: 4px 0 4px 22px;
    background: url('../images/icons/tiny_pdf.gif') no-repeat left 8px;
}

.main .report_dashboard {
    margin: 40px 0 20px 0;
    padding: 0 3% 2% 3%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px #f18200 solid;
}

.main .report_dashboard h4 {
    font-size: 1.1em;
    text-transform: uppercase;
}

.main .report_dashboard p {
    font-size: 0.9em;
}

.main .report_dashboard p strong {
    color: #878787;
}

.main .subscriber_report_list {
    padding: 2%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #efefef;
}



/*  -------------------------------------------------------------
    PRODUCTS FULL VIEW
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

body.catalog-product-view .main .col-main {
    width: 100%;
}

.main .product-view .product-img-box {
    float: right;
    font-size: 1.4em;
    width: 36%;
}

.main .product-view {
    margin: 0 auto;
    width: 60%;
}

.main .product-essential {
    padding: 25px 0;
}

.main .product-view h1 {
    font-size: 1.7em;
}

.main .product-view .product-shop {
    float: left;
    padding-right: 5%;
    width: 60%;
}

.main .product-view .price-box {
    float: left;
    margin: 0 0 0 0;
}

.main .product-view .gst {
    position: relative;
    top: 4px;
    left: 8px;
}

.main .price-box {
    margin-bottom: 0;
}

.main .product-view .add-to-box {
    padding: 12px 0;
}

.main .price-box .price {
    font-weight: bold;
    font-size: 1.3em;
}

.main .product-view .product-name {
    padding-top: 40px;
}

.main .product-view .product-collateral,
.main .product-options-bottom {
    padding: 0;
}

.main .product-collateral {
    margin-top: 10px;
    border-top: 1px #efefef solid;
}

.main .product-collateral .box-description {
    padding-top: 20px;
}

body.catalog-product-view .breadcrumbs,
.main .product-options p.required,
.main .product-view .availability,
.main .no-rating,
.main .email-friend,
.main .more-views,
.main .add-to-cart label,
.main .product-img-box .zoom-notice,
.main .product-shop .short-description,
.main .product-view .zoom,
.main .product-options-bottom .price-box,
.main .product-options-bottom .add-to-links,
.main .product-options dl.last,
.main .product-view .product-shop .add-to-links,
.main .product-view .product-shop .or {
    display: none;
}


.main .product-options {
    padding: 0;
    margin: 0;
}

.main .product-view .product-img-box .product-image-zoom {
    height: 400px;
    overflow: none;
}

.main .product-options-bottom .price-box {
    display: block !important;
    float: none;
}

.main .product-options-bottom .add-to-cart {
    float: none;
    padding: 20px 0;
}

.main .product-options-bottom .add-to-cart input#qty {
    width: 40px;
    padding: 7px 3px 8px 3px;
    text-align: center;
}

.main .paypal-logo span {
    display: block;
    font-size: 0.6em;
    font-weight: bold;
}

.main .add-to-cart .paypal-logo {
    text-align: left;
}

.main .product-view .box-description {
    clear: both;
}

.main .product-view .box-description h2 {
    padding: 8px 0 0 0;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 0.9em;
}

.main .add-to-cart .qty {
    padding: 7px 5px 8px 5px;
    text-align: center;
}


li.bml-checkout-type {
    list-style-type: none;
}


/* Recommended Items
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

.main .recommended_items {
    clear: both;
    margin-top: 20px;
    padding: 10px 0 20px 0;
    background: #d8e6f2;
}

.main .recommended_items .item {
    float: left;
    padding: 2%;
    margin-right: 2%;
    width: 31.3%;
    font-size: 0.8em;
    text-transform: none;
    border: 1px #efefef solid;
}

.main .recommended_items .item:hover {
    background: #4982b2;
}

.main .recommended_items .item h3 {
    padding: 8px 0 0 0;
    text-align: center;
}

.main .recommended_items .item:hover a:link,
.main .recommended_items .item:hover a:visited,
.main .recommended_items .item a:hover {
    text-decoration: none;
    color: #ffffff;
}



/*  -------------------------------------------------------------
    PRODUCT SEARCH
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

.catalogsearch-result-index .breadcrumbs,
.catalogsearch-result-index .col-left.sidebar {
    display: none;
}

.catalogsearch-result-index .col-main {
    width: 100%;
}

.catalogsearch-result-index .page-title {
    padding-bottom: 8px
}

.catalogsearch-result-index ul.products-grid,
.catalogsearch-result-index ul.products-list {
    float: left;
    margin: 0;
    padding: 3px 0 2px 0;
    width: 50%;
}

.catalogsearch-result-index ul.products-grid li.item,
.catalogsearch-result-index ul.products-list li.item {
    border: none;
    min-height: 320px;
}



/*  -------------------------------------------------------------
    RELATED PRODUCTS (AW RELATED)
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

.aw-mini-related-items .head {
    margin: 0;
    text-align: center;
    background: #607890;
}

.aw-mini-related-items .head h4 {
    padding: 6px 0;
    text-transform: none;
    font-size: 0.9em;
    color: #ffffff;
}

.aw-mini-related-items ol li {
    list-style-type: none;
}

.aw-mini-related-items .product-details .aw-link-cart {
    display: none;
}

.aw-base-mini .product-images a img {
    border: none;
}



/*  -------------------------------------------------------------
    CUSTOMER LOGIN
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

.main .account-login .content {
    border: 1px #cdcdcd solid;
}

.main .account-login .content h2 {
    padding-left: 0;
}

.main .registered-users .form-list {
    margin-left: 0;
    padding: 0;
    list-style-type: none;
}

.main .registered-users .form-list label {
    width: 150px;
}

.main .registered-users .required,
.main .registered-users .form-list em {
    display: none;
}

.main .registered-users .form-list .required {
    display: block;
}




/*  -------------------------------------------------------------
    CHECKOUT OVERRIDES
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */


/*  Cart
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

.main .cart fieldset {
    padding: 0;
    border-top: 1px #607890 solid;
}

ul.checkout-types {
    list-style-type: none;
}

.main #shopping-cart-table .item-options,
.main .title-buttons ul.checkout-types {
    display: none;
}

.main #checkout-review-table {
    margin: 10px 0;
}

.main .cart #shopping-cart-table thead th,
.main #checkout-review-table thead th {
    padding: 8px 0;
    font-size: 1.2em;
    color: #ffffff;
    background: #607890;
}

.main #checkout-review-table thead th {
    padding: 8px 10px;
    color: #607890;
    background: #cdcdcd;
}

.main .cart #shopping-cart-table tr td,
.main  #checkout-review-table tr td {
    font-size: 1.1em;
    border-bottom: 1px #cdcdcd solid;
}

.main .cart #shopping-cart-table h2,
.main #checkout-review-table h2 {
    padding-top: 5px;
}

.main .cart #shopping-cart-table tfoot tr td,
.main #checkout-review-table tfoot tr td {
    padding: 10px 12px;
    border-top: 1px #cdcdcd solid;
    background: #efefef;
}

.main  #checkout-step-review .buttons-set {
    margin-top: 10px;
    border-top: 1px #d9dde3 solid;
}

.main #checkout-review-submit .button {
    margin-top: 12px;
}

.main .cart .cart-collaterals .col2-set {
    width: auto;
}

.main .cart .paypal-logo {
    padding: 0;
    line-height: 1.3em;
}

.main .cart .paypal-logo span {
    display: block;
    font-size: 0.6em;
    font-weight: bold;
}

.main #checkoutSteps .form-list label {
    min-width: 150px;
}

.main ol#checkoutSteps li,
.main ul#checkoutSteps ul {
    list-style-type: none;
}

.main #checkoutSteps .form-list em {
    display: none;
}

.main #checkoutSteps #login-form fieldset {
    padding: 3% 10%;
}


/*  Checkout - Step 1
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

.main #onepage-guest-register-button {
    position: relative;
    top: -120px;
    float: left;
}

.main #checkoutSteps #checkout-step-login .col-1 ul li {
    list-style-type: decimal;
}

.main #checkoutSteps #checkout-step-login .col-2 ul {
    margin-left: 0;
    padding-left: 0;
}

.main ol li.control {
    list-style-type: none;
}

#checkoutSteps li {
    padding-left: 0;
    margin-left: 0;
}

/*
#checkout-step-login .col-2 {
    display: none;
}

*/

#checkoutSteps h2 {
    padding: 0;
}

#checkoutSteps.opc .step-title {
    padding: 14px 0 14px 12px;
    border: none;
}

#checkoutSteps.opc .step-title h2 {
    font-size: 1.2em;
}

#checkoutSteps.opc .active .step-title {
    background: #607890;
}

#checkoutSteps.opc .allow .step-title {
    border: 1px #607890 solid;
}

#checkoutSteps.opc .active .step-title h2 {
    border-bottom: 1px #607890;
    color: #ffffff;
}

#checkoutSteps.opc .step-title span.number {
    display: none;
    background: none;
    border: none;
}

#checkoutSteps.opc .active .step-title {
    color: #ffffff;
    background: #607890;
}


/*  Checkout - Step 2
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */


#checkout-step-billing ul.form-list,
#checkout-step-billing ul.form-list li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#checkout-step-billing ul.form-list fieldset {
    border: none;
}

#checkout-step-billing .fields .field {
    padding: 6px 0;
}

#checkout-step-billing .input-text {
    padding: 5px 3px;
}

#checkout-step-billing .buttons-set p.required {
    text-align: left;
}

#checkout-step-billing .buttons-set button.button {
    float: left;
}


/*  Checkout - Step 3
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */ 

.main #checkout-review-table {
    border: 1px #cdcdcd solid;
}

.main #checkout-review-table h3 {
    padding-top: 2px;
}

.main #checkout-review-table tr td {
    padding-top: 15px;
}

.main #checkout-review-submit {    
    padding: 15px 0 10px 0;
}

.main div.awan-checkoutcheckboxes {
    padding-top: 0;
    border: none;
}

.main div.awan-checkoutcheckboxes ul {
    margin-left: 0;
    padding-left: 0;
}

.main #checkout-step-review .awan-checkoutcheckboxes label.an-data,
.main #checkout-review-table-wrapper .item-options {
    display: none;
}


/*  All Steps (eg. Loading Gifs)
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

.main .please-wait {
    color: #3b75a6;
}