/*TXT*/
.cfs .cf_bg_blue {
  background: #0b4396;
}
.cfs .cf_bg_blue-light {
  background: #0d55c1;
}
.cfs .cf_bg_blue-lighter {
  background: #74a6d9;
}
.cfs .cf_bg_orange {
  background: #d56416;
}
.cfs .cf_bg_orange-light {
  background: #fa9120;
}
.cfs .cf_bg_grey-light {
  background: #e8e8e8;
}
.cfs .cf_text-white {
  color: #ffffff;
}
.cfs .cf_text-black {
  color: #000000;
}
.cfs .cf_text-yellow {
  color: #f5ee36;
}
.cfs .text-small {
  font-size: 10px;
  line-height: 14px !important;
}
.col-txt-white {color: #fff;}
.col-txt-blue-light {color: #46A3DC;}
.col-txt-blue-dark {color: #0b4496;}

.cfs .cf_bg_orange-light {
  background: #fa9120;
}

.cfs .advertButton {
	width: 100%;
	color: #fff;
	border-radius: 0 !important;
}

.cfs .advertButton em {
	font-size: 19px;
}
.cfs .advertButton:hover {
  background: #d56416;
}
.cfs .advertButton  .i_view{
	top: 2px;
}
.cf-stock-listing a em {
    font-size:140%;
    font-style: normal;
    
}



.cf-stock-listing img {
    width: 184px;
    
    /* */
    height: auto;
    max-height: 134px;
    border: 1px solid #C3C3CB;
    padding: 2px;
    
}

.cf-copyright{
    color: #949494;
    font-size: 80%;
    margin: 15px 0px;
}
.cf-copyright p{
    margin-bottom: 5px !important;
}



/* PAGINATION */
.cfs .cf-pagination.top {
  font-size: 17px;
  border-radius: 0px !important;
  padding: 15px;
  margin-top: 15px;
}
.cfs .cf-pagination.bottom {
  font-size: 17px;
  border-radius: 0px !important;
  padding: 15px;
  margin-bottom: 15px;	
}

/* PAGINATION */
.cfs .cf-pagination a:hover,
.cfs .cf-pagination a:focus {
			color: #fff;

}
.cfs .cf-pagination a.prev {
	float: left;
}
.cfs .cf-pagination a.next {
	float: right;
}

.i_view {
	position: absolute !important;
	margin-left: 10px;
    margin-top: 2px;
}


@media (max-width: 767px) {
	.cf-stock-listing img {
	    width: 100px;
	    height: auto;
	    max-height: 75px;
	}	
	
	.cf-pagination .result_count{
				margin-top :10px;
	}
}
