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

.category-top{
    overflow: hidden;
    background-color: white;
    padding: 10px;
    border: 1px solid #ddd;
}

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

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

.category-image {
    margin: 0;
    float: right;

}
.category-img-wrapper .category-description {
    margin: 0;
    width: 490px;
}

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

.products-grid .price {
    font-size: 11px;
}

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

.products-grid li.item {
    float: left;
    display: inline-block;
    margin: 8.6px;
    margin-top: 10px;
}

#block-related li.item {
    float: none;
    display: inline-block;
    margin: 2px;
    text-align: center;
    width: 160px;
    vertical-align: top;
}

#block-related {
    text-align: center;
    display: inline-block;
}

.products-grid li.item img{
    width: 100%;
}
.products-grid li.item:first-child{
    margin-left: 0;
}

.std ol.products-grid{
    list-style: none;
}

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

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

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

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

.products-grid .product-image {
    background-color: #015ba7;
    border: 1px solid #ddd;
    display: block;
    margin: 0 0 10px;
}

.products-grid .product-name {
    margin: 0 0 5px;
    font-weight: bold;
    line-height: 14px;
    text-transform: uppercase;
    text-decoration: none;
}

.products-grid .product-name a:hover {
    color: #999;
}

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

.products-grid .price-box {
    margin: 5px 0 10px 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: 100%;
    clear: both;
 /*   margin: 0 auto; */
}

/* View Type: List */
.products-list li.item {
    border-bottom: none;
    float: left;
    padding-top: 20px;
    min-height: 180px;
}

.products-list li.item.first {
    padding-left: 0px; 
}

.products-list li.item.last {
    border-bottom: 0;
    padding-left: 10px;
    float: right;
}

.products-list .product-image {
    float: left;
    width: 151px;
    height: 151px;
    margin: 0 0 10px;
    border: 1px solid #ddd;
}

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

.products-list .product-shop .f-fix{
    width: 175px;
}

.products-list .product-name {
    margin: 0 0 5px;
    font-size: 12px;
    line-height: 12px;
    padding: 0px;
    width: 100%;
}

.products-list .action-buttons{
     width: 160px;
}

.products-list .action-buttons .out-of-stock{
     float: none;
}

.products-list .action-buttons .out-of-stock span{
     text-transform: uppercase;
     color: #666;
     padding: 8px 8px 9px 8px;
     display: block;
     margin-top: -3px;
}
.products-list .attribute-block li{
     width: 100%;
     border: none;
     margin-top: -1px;
     padding-left: 5px;
}
.products-list .attribute-block li span{
     font-weight: bold;
}

.attribute-block {
    min-height: 60px;
    margin: 0 0 10px 0; 
    width: 100%;
}

.products-list .product-name a{
    color: #015ba7;
    font-weight: normal;
    font-size: 12px;
}

.products-list .price-box {
    float: left;
    margin: 21px 13px 5px 0;
}
.products-list .price-box .regular-price .price{
     color: #015ba7;
     font-weight: bold;
     font-size: 18px;
}
.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;
}

.action-buttons p {
    margin-bottom: 6px;
}

.action-buttons .btn-cart {
    width: 100%;
    float: none;
    background-color: #015ba7;
    color: #fff;
}

.action-buttons .btn-cart:hover {
    background: #999;
    color: #fff;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.link-compare,
.link-compare-in {
    float: left;
    background: #E5E5E5;
    color: #333;
    font-size: 10px;
}

.link-compare-in {
    padding: 8px 10px 7px;    
}

.link-compare {
    padding: 8px 4px 7px 4px;   
}

.link-compare:hover,
.link-compare-in:hover {
     background: #999;
     color: #fff;
     -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.link-quote {
    float: right;
    padding: 8px 4px 7px;
    background: #E5E5E5;
    color: #333;
    font-size: 10px;
}

.link-quote:hover{
     background: #999;
     color: #fff;
     -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.link-wishlist {
    float: left;
    padding: 8px 10px 7px;
    background: #E5E5E5;
    color: #333;
    font-size: 11px;
    margin-top: 8px;
}

.link-wishlist:hover{
     background: #999;
     color: #fff;
     -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

/*Quote form*/

#quote-form {
    width: 100%;
}

#quote-form .input-text {
    width: 90%;
}

#quote-form .field {
    margin-bottom: 10px;
    font-size: 12px;
}

#quote-form #product-name {
    border: none;
    background-color: #fff;
    color: #015ba7;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
}

#quote-form .page-title {
    color: #015ba7;   
}

#quote-form #submit-button {
    background-color: #015ba7;  
    padding: 9px 20px 10px;
    margin-bottom: 10px;   
    color: #fff;
}

#quote-form #submit-button:hover {
    background: #999;
    color: #fff;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

#quote-form #form-response {
    color: #015ba7; 
    font-size: 12px;
}


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