/* Category Page ========================================================================= */

.category-top{
    overflow: hidden;
    margin: 0 0 35px 0;
}

.category-title {
    border: none;
    margin: 0; /* 360px / 700px */
    padding: 0;
}

.category-title h1 {
    margin-top: 0;
}

.category-title h1, .category-title h2, .category-title h3{
    background: url(../images/heading-line.png) center bottom no-repeat;
    padding-bottom: 7px;
    text-align: center;
}

.category-image {
    margin: 0;
    float: right;
    width: 48.571428571429%; /* 340px / 700px */

}
.category-img-wrapper .category-description {
    margin: 0 51.428571428571% 0 0; /* 360px / 700px */
    width: 48.571428571429%; /* 340px / 700px */
}

/* View Type: Grid */
.products-grid {
    border-bottom: none;
    position: relative;
    overflow: hidden;
    padding: 0;
}

.products-grid .price {
    font-size: 14px;
	font-family: 'SofiaProRegular';
}

.products-grid.last {
    border-bottom: 0;
}

.products-grid li.item {
    float: left;
    width: 31.428571428571%; /* 220px / 700px */
    padding: 0 0 2.142857142857% 0; /* 15px / 700px */
    margin: 0 2.857142857143% 20px 0; /* 20px / 700px */
    text-align: center;
}

.products-grid li.item.first {
    clear: left;
}

.products-grid li.item.last {
    margin-right: 0;
}

.products-grid li.item.cms {
    background: #a2d1cb;
    padding-top: 15px;
    padding-bottom: 15px;
}
.products-grid li.item.cms h4,
.products-grid li.item.cms h5{
    font-family: 'SofiaProRegular';
    font-style: normal;
    font-weight: 400;
}
.products-grid li.item.cms h4{
    font-size: 36px;
    line-height: 36px;
    margin: 0;
}
.products-grid li.item.cms h5{
    font-size: 19px;
}
.products-grid li.item.cms p{
    display: block;
}

.products-grid li.item .short-desc{
    font-family: 'SofiaProRegular';
    font-style: normal;
    font-weight: 400;
    padding: 0 20px;
}

.products-grid li.item .item-container {
    text-align: center;
}

.std .products-grid a {
    text-decoration: none;
}

.products-grid .product-image {
    margin: 0 0 16px;
    display: block;
}

.products-grid .product-name {
    font-family: 'SofiaProSemiBold';
    font-weight: 400;
    line-height: 14px;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 7px;
}

.products-grid .product-name a {
    font-family: 'SofiaProSemiBold';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 16px;
    text-transform: uppercase;    
    display: block;
}
.products-grid .product-hover{
    margin: 0 0 10px;
}
.products-grid .product-hover:hover {
    text-decoration: none;
    background: url(../images/top-nav-active.png) no-repeat center bottom;
    color: #000;
}

.category-products .product-color{
    font-family: 'SofiaProRegular';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    color: #333333;
    margin-top: 5px;
}


.products-grid p {
    display: inline-block;
    margin: 0;
}

.products-grid .price-box {
    margin: 5px 0 0 0;
}

.products-grid .availability {
    line-height: 21px;
}

.products-grid .ratings {
    text-align: center;
}

.products-grid .ratings .rating-box {
    float: none;
    display: inline-block;
}

.products-grid .ratings .rating-links {
    float: none;
    display: inline-block;
}

.col2-left-layout .products-grid,
.col2-right-layout .products-grid {
    margin: 10px auto 0 auto;
}

.col1-layout .products-grid {
    width: 920px;
    margin: 0 auto;
}

/* View Type: List */
.products-list li.item {
    border-bottom: 1px solid #ddd;
    padding: 12px 10px;
}

.products-list li.item.last {
    border-bottom: 0;
}

.products-list .product-image {
    float: left;
    width: 135px;
    height: 135px;
    margin: 0 0 10px;
}

.products-list .product-shop {
    margin-left: 150px;
}

.products-list .product-name {
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 13px;
}

.products-list .price-box {
    float: left;
    margin: 3px 13px 5px 0;
}

.products-list .availability {
    float: left;
    margin: 3px 0 0;
}

.products-list .desc {
    clear: both;
    padding: 6px 0 0;
    margin: 0 0 15px;
    line-height: 1.35;
}

.products-list .desc .link-learn {
    font-size: 11px;
}

.products-list .add-to-links {
    clear: both;
}

.products-list .add-to-links li {
    display: inline;
}

.products-list .add-to-links .separator {
    display: inline;
    margin: 0 2px;
}

.products-grid .as-low-as-price span {
	text-transform: uppercase;
}
.products-grid .as-low-as-price div.price-box {
	display: inline;
}
.products-grid .read-more-and-buy {
	margin-top: 2px;
}

/* Search */
.catalogsearch-result-index .col1-layout .products-grid {
    width: 960px;
    margin: 0;
}
.catalogsearch-result-index img{
    max-height: 140px;
}

/* ======================================================================================= */