/*
 *-----------------------------------------------------------------
 * Licensed Materials - Property of IBM
 *
 * WebSphere Commerce
 *
 * (C) Copyright IBM Corp. 2013, 2014 All Rights Reserved.
 *
 * US Government Users Restricted Rights - Use, duplication or
 * disclosure restricted by GSA ADP Schedule Contract with
 * IBM Corp.
 *-----------------------------------------------------------------
 */

/*** Product Listing Page ***/

.global-plp{}
.global-plp .plp-details{ width:80%; display: inline-block; border-bottom:0px dotted #e5e5e5;}
.global-plp .listright{ width:20%;}

.global-plp .plp-details .productListingWidget, .global-plp .plp-details .productListingWidget > .header_bar {border:1px solid #fff;}
.global-plp .plp-details .list_mode li {background:#f5f5f5; padding-bottom:15px;  border-bottom: 1px solid #e2e2e2;}
.global-plp .plp-details .list_mode li .catEntryList_border{border:0px solid #fff;}
.global-plp .plp-details .list_mode li .product{ background:#f5f5f5; padding:3px 5px 15px 180px}
.global-plp .plp-details .list_mode li{width:48%; margin: 5px 1%;}
.global-plp .plp-details .list_mode li .product_info{box-shadow:none;}
.global-plp .plp-details .list_mode li .product_option .button.primary{min-width:90%;}

.product-image-area{width:45%;}
.product-descrip-area{ width:50%; font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;font-size:16px; }
    
.product-descrip-area li{
	margin-left:18px;
}    
