#product_list { }
#product_list .product { margin:0 0 10px; padding:10px; background:#668499; color:#fff; }
#product_list .product .image { margin:0 0 10px; }
#product_list .product .title { overflow:hidden; height:40px; margin:0; padding:0; font-size:14px; font-family:'Worksans-Semibold'; }
#product_list .product .title a { display:block; color:#fff; }
#product_list .product .title .used { float:right; width:54px; height:54px; margin:-64px 0 0 0px; background:url(../img/bkg_product_list_nuevo.png) no-repeat; position:relative; z-index:9; }
#product_list .product .title .tejon { float:right; width:54px; height:62px; margin:-54px 0 0 0px; background:url(../img/bkg_product_list_tejon.png) no-repeat; position:relative; z-index:9; }
#product_list .product .price { text-align:right; font-size:22px; font-family:'Worksans-Bold'; }
#product_list .product .price .price_without_reduction { display:inline-block; padding:0 5px 0 0; text-decoration:line-through; font-size:16px; font-family:'Worksans-Light'; }

#loadingpage { padding:10px 0; text-align:center; }
#loadingpage img { vertical-align:middle;}

@media only screen and ( max-width:1199px ){}
@media only screen and ( max-width: 991px ){}
@media only screen and ( max-width: 767px ){
	#product_list .product .title { min-height:40px; }
}
@media only screen and ( max-width: 543px ){}