body {
	line-height:1.2em;

	}
.shopStatusBox{
	padding: 15px 15px;
   line-height: 20px;
   background-color: #fff;
   margin-top:13px;
}

.shopStatusBox .sleft {
    font-size: 14px;
    float: left;
    color: #888;
}

.shopStatusBox .sleft b {
    color: #f60;
    font-size: 14px;
}

#product-list-container{
   display:inline-block	;
   width:100%
}

.active-cat{
	font-weight: bold;
}
.navigation{
	
    font-weight: normal;
    margin: 0 4px;
    COLOR: #888888;
}

div#product-list-footer {
    text-align: right;
}

.shop-pageination .active>a{
	 background-color: #ff6600;
    border-color: #ff6600;
}
.shop-pageination .active>a:hover{
    background-color: #ff6600;
    border-color: #ff6600;
}

.shop-pageination li>a{
    color:#5D5D5D
}

.shop-pageination li>a:hover{
    background-color: #ff6600;
    border-color: #ff6600;
    color:#ffffff;
    
}
.direct-price{
	color: #ec4840;
    font-size: 1.3em;
    font-weight: bold;
    text-align: left;
    height: 50px;
    line-height: 50px;
}
.shop-btn-row {
    text-align: center;
    padding: 20px;
}

.visit-shop-btn{
   background-color:#ec4840;
}
.buy-btn-row{
   text-align:right;
    padding: 0px;
}
.buy-shop-btn{
   background-color:#ec4840;
}

ul.prodItemGrid li.shop-item h3 {
    LINE-HEIGHT: 18px;
    FONT-WEIGHT: normal;
    overflow:visible;
    text-overflow: ellipsis;
    margin-top: 9px;
    font-size: 15px;
    height: 18px;
    
}

.direct-buy-row{
   padding: 0px 5px 0 0;
}

.buy-shop-btn{
	background-color: #ec4840;
}

.direct-buy-title {
    margin: 4px;
  
}
.direct-buy-title a{
  color:#888;
  font-size:1.1em;
  font-family:aileronregular,proxima_nova_rgregular,Arial,Helvetica,sans-serif;
   overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.shop-search {
    line-height: 60px;
    background-color: #898989;
    margin-top: 13px;
}

.shop-search .head-title {
    font-size: 1.6em;
    /*font-weight: bold;*/
    font-style: italic;
    color: #fff;
    padding: 0 0 0 30px;
}

.shop-form-group {
    float: right;
    padding-right: 10px;
}

.input-group-addon.shop-btn-group{
	width:10px !important;
}

#shop-search-container button{
    background-color: #fff;
    color: #ec4840;
    padding-right: 5px;
    float: right;
}

.btn-shop-search{
    border: 0px;
    background-color: inherit;
    color: #ec4840;
}

.shop-input-group{
	width: 80%;
    float: right;
    margin-top: 6px;
    margin-right: 10px;
	}