

.cfs .product-box {	
    height: auto;
    overflow:hidden;   
}

.cfs .product-box > div > .row {
	padding:4px 0;
	clear:both;
    height: auto;
    overflow:hidden;   
}

.cfs .cf-layout img {
    max-width: 100%;
}






/* Icons */
.cfs .cf-flag-icon-custom.cf_large_thumb {
    margin-left: 3px;
    margin-top: 3px;
    position: absolute;
}

.cfs .cf-flag-icon-custom.cf_large_thumb {
    cursor: pointer;
}
.cfs .cf-flag-icon-custom.cf_large_thumb .cf_sold {
    background: url("../../util/img/cf_sold.png") no-repeat scroll 0px 0px;
    display:inline-block;
    height: 67px;
    width: 73px;
}

.cfs .cf-flag-icon-custom.cf_large_thumb .cf_exdemo {
    background: url("../../util/img/cf_exdemo.png") no-repeat scroll 0px 0px;
    display:inline-block;
    height: 67px;
    width: 73px;
}

.cfs .cf-flag-icon-custom.cf_large_thumb .cf_sale_agreed {
    background: url("../../util/img/cf_sale_agreed.png") no-repeat scroll 0px 0px;
    display:inline-block;
    height: 67px;
    width: 73px;
}

.cfs .cf-flag-icon-custom.cf_large_thumb .cf_duein {
    background: url("../../util/img/cf_duein.png") no-repeat scroll 0px 0px;
    display:inline-block;
    height: 67px;
    width: 73px;
}

.cfs .cf-flag-icon-custom.cf_large_thumb .cf_motormover {
    background: url("./../../util/img/cf_motormover.png") no-repeat scroll 0px 0px;
    display: inline-block;
    height: 67px;
    width: 73px;
}

.cfs .cf-flag-icon-custom.cf_large_thumb .cf-available-for-order {
    background: url("./../../util/img/cf-available-for-order.png") no-repeat scroll 0px 0px;
    display: inline-block;
    height: 67px;
    width: 73px;
}

.cfs .cf-flag-icon-custom.cf_large_thumb .cf_sold.large {
	background: url("../../util/img/cf_sold_large.png") no-repeat scroll 0px 0px;
	display:inline-block;
	height: 134px;
	width: 145px;
}


.cfs .i_photo {
    background: url("./../../util/img/responsive-icon-stripe.png") no-repeat scroll 0px 0px;
    width: 23px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 5px;
}




/* Typography */
.cfs i {
    font-style: normal;
}
.cfs ul {
    list-style: none;
    padding: 1.5%;
    margin: 0;
}
.cfs ul li span {
    float:none;	
}
.cfs .price span {
	font-size:30px;
	font-weight: 500;
    line-height: 1.1;
}
.cfs .cf-copyright {
    font-size: 12px;
    width: 98%;
    padding: 1%;
    height: auto;
    margin: 0;
}




/* Button */
.cfs .advertButton {
	position: relative;
	width: 125px;	
}
.cfs .advertButton em {
	font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;	
}
.cfs .advertButton .i_view {
    background: url("./../../util/img/responsive-icon-stripe.png") no-repeat scroll -222px 0 rgba(0, 0, 0, 0);    
    height: 29px;
    width: 29px;
    float: right;
}



/* Pagnation */
.cfs .cf-pagination {
    background-color: #C3C3CB;
    border: solid 1px #878787;
    color:#000;    
    height:auto;
    overflow:hidden;    
    font-size:20px;    
    padding:8px 0;
}
.cfs .cf-pagination.top {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0; 
}
.cfs .cf-pagination.bottom {
    -webkit-border-radius: 0 05px 5px ;
    -moz-border-radius: 0 05px 5px;
    border-radius: 0 0 5px 5px; 
}






/* BS override */
.cfs .panel-body {
    height:auto;
    overflow:hidden;
}

/* remove right pad to sections */
.cfs .cf-spec > div,
.cfs .cf-desc > div,
.cfs .cf-layout > div {
	padding-right:0;
}




/* CF Images */

/* Thumbnail */
.cfs .cf-thumbnail a {
    border: 1px solid #C3C3CB;
    padding: 2px;
}

/* LN Libary Legacy .library_thumb */
.cfs .library_thumb {
    overflow:hidden;
}
.cfs .library_thumb img {
    margin-top:-20px;
}   


/* Large thumbnail */
.cfs .cf-thumbnail.cf_large_thumb {
	max-height:160px;
    overflow: hidden;
}
.cfs .cf-thumbnail.cf_large_thumb img {
	width: 184px;
	max-height:158px;
	display: block;
}


.cfs .cf-thumbnail .small_thumb {
    width: 100px;
}


/** 480-767 MOBILE VIEW **/
@media (max-width: 767px) {
.cfs .cf-thumbnail img {
    max-width: 100px;
}

















