﻿.home-page-features
{
    padding-bottom: 15px;
    overflow: auto;
}

.home-page-box
{
    position: relative;
    width: 311px;
    height: 220px;
    color: #000;
    font-weight: bold;
    font-size: 1.1em;
    float: left;
    background: transparent;
    margin: 5px 0 6px 6px;
}


.home-page-box .inner-box
{
    position: absolute;
    background: #fff;
    border: 3px solid #000;
    text-align: center;
    width: 295px;
    height: 222px;
    top: 5px;
    overflow: hidden;
    left: 3px;
}

.home-page-box .inner-box .inner-box-wrap
{
    position: absolute;
    bottom: .5em;
    width: 100%;
}

.home-page-box a, .home-page-box a:link
{
    color: #000;
    text-decoration: none;
}

.home-page-box a:hover
{
    color: #000;
    text-decoration: underline;
}

.home-page-box a.ribbon
{
    top: 0;
    display: block;
    position: absolute;
    right: 0;
    height: 124px;
    width: 124px;
    z-index: 1000;
}

.home-page-box a.ribbon2
{
    top: 0;
    display: block;
    position: absolute;
    right: 0;
    height: 124px;
    width: 124px;
    z-index: 1000;
}

.home-page-box.shop-now .inner-box
{
    padding-top: .5em;
    height: 217px;
}

.home-page-box.shop-now a.ribbon
{
    background: url(images/shop-now-ribbon.png) no-repeat;
}

.home-page-box.shop-now a.ribbon2
{
    background: url(images/whats-new-ribbon.png) no-repeat;
}

.home-page-box a.ribbon span
{
    display: none;
}

.home-page-box a.ribbon2 span
{
    display: none;
}


.home-page-box.shop-now .badge
{
    height: 64px;
    width: 64px;
    position: absolute;
    bottom: 4em;
    right: 1em;
    z-index: 1000;
}
.home-page-box.shop-now .badge span
{
    display: none;
}

.home-page-box.shop-now .badge.new
{
    background: url(images/new-badge.png) no-repeat;
}

.categories-grid
{
    overflow: auto;
    padding: 0 5px;
}

.categories-grid .category
{
    position: relative;
    width: 190px;
    height: 190px;
    float: left;
    text-align: center;
    font-size: 1.6em;
    margin-bottom: 10px;
    margin-right: 10px;
    overflow: hidden;
    display: inline-block;
}

.categories-grid .category .name
{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    text-align: center;
    font-family: Times New Roman;
    font-size: 18px;
}


.categories-grid .category .name a
{
    color: #095A2F;
    text-decoration: underline;
}

.order-progress
{
    width: 600px;
    list-style: none;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin: 0 auto;
    padding: 1em 0;
}
.order-progress ul
{
    position: relative;
    height: 20px;
    width: 600px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-align: center;
}
.order-progress ul li
{
    display: inline;
    padding: 0;
    margin: 0;
    margin-left: -20px;
    position: relative;
}

.order-progress ul li.cart
{
    z-index: 6;
}

.order-progress ul li.address
{
    z-index: 5;
}

.order-progress ul li.shipping
{
    z-index: 4;
}

.order-progress ul li.payment
{
    z-index: 3;
}

.order-progress ul li.confirm
{
    z-index: 2;
}

.order-progress ul li.complete
{
    z-index: 1;
}

.order-progress ul li a
{
    display: inline-block;
    width: 100px;
    height: 20px;
    background: transparent no-repeat center right;
    color: #000;
    padding: 0;
    padding: 0 5px;
    text-decoration: none;
}

.order-progress ul li a.active-step
{
    color: #fff;
    background-image: url(images/cart-path-on.png);
}

.order-progress ul li a.completed-step
{
    color: #fff;
    background-image: url(images/cart-path-off.png);
}

.order-progress ul li a.completed-step:hover 
{
    text-decoration: underline;
}

.suggested-selling-list
{
    margin-top: 10px;
}

.suggested-selling-list h2
{
    font-family: Times New Roman, Serif;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}

.sidebar-product-box
{
    background-color: White;
    border: 1px solid #909090;
    padding: 10px;
    color: #666666;
    margin-bottom: 10px;
    text-align: center;
    margin-right: 10px;
    overflow: hidden;
}

.sidebar-product-box .product-image
{
    width: 80px;
    float: left;
}


.sidebar-product-box .product-info
{
    position: relative;
    margin: 0 15px 0 85px;
    min-height: 100px;
}

.sidebar-product-box .product-image a
{
    display: block;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

.sidebar-product-box .product-info .product-name
{
    font-weight: bold;
    font-size: 1.1em;
}

.sidebar-product-box .product-info .product-name a
{
    color: #095A2F;
}

.sidebar-product-box .product-info .product-name a:hover
{
    color: #095A2F;
    text-decoration: underline;
}

.sidebar-product-box .product-info .add-to-cart
{
    position: absolute;
    left: auto;
    bottom: 0;
}

.sidebar-product-box .product-info .add-to-cart .numerictextboxtext
{
    width: 25px;
    text-align: right;
}


.testimonials
{
    list-style: none;
	font-family:Times, Times New Roman, serif !important;
    width: 230px;
    height: 165px;
    margin: 20px 0 0 10px;
    padding: 5px 10px 5px 5px;
    overflow: hidden;
    text-align: left;
    background: url(images/quote-bg.png) no-repeat;
}

.testimonials li
{
    display: block;
    height: 100%;
    width: 200px;
	padding:10px;
}
.related-products-title
{
    font-family: Times New Roman, Serif;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 10px;
    clear: both;
     width: 600px;
     margin: 0 auto;
}
.related-products
{
    clear: both;
    overflow: hidden;
    height: 210px;
    width: 600px;
    margin: 0 auto;
    position: relative;
    
}

.related-products .related-product-box
{

    padding: 5px;
    width: 188px;
    height: 198px;
    float: left;
    text-align: center;
    border: 1px solid transparent;
    position: relative;
}

.related-products hr 
{
    display: inline-block;
    width: 1px;
    height: 210px;
    border: 0;
    border-left: 1px dotted #666;
    float: left;
}


.related-products .related-product-box.alternate
{
    background-color: #eee;
     border-color: #999;
}

.related-products .related-product-box .related-product-image 
{
    height: 100px;
    display: inline-block;
    padding: 5px;
    background: #fff;
    border: 1px solid transparent;
}

.related-products .related-product-box.alternate .related-product-image 
{
    border-color: #ccc;
}

.related-products .related-product-box .related-product-image a
{
    display: block;
    width: 100%;
    height: 100%;
    
}

.related-products .related-product-box .related-product-title 
{
    font-weight:bold;
}


.related-products .related-product-box .add-to-cart 
{
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
}

.related-products .related-product-box .add-to-cart .numerictextboxtext 
{
    width: 25px;
    text-align: right;
}

.cart-item-row .unit-price span 
{
    display: block;
}

.original-unit-price 
{
    text-decoration: line-through;
}

.discount-unit-price 
{
    font-weight: bold;
    color: #c00;
}
