@charset "utf-8";
/* CSS Document */

/* AZ-CSS Document */
/* CSS Guideline to Mercado Joomla module */
/* version 2.0.10.0 */
/* When adding your own theme,make sure to replace "custom" with your theme name */
/* use lowercase characters and no space. */
/* This theme created by AZinkey under Offshore India. http://www.offshoreindia.net */

.mercado_table {
    width: 100%;
}
.mercado_table th {
	/* color:red;	*/
}

.mercado_table td {
	vertical-align:middle;
	padding:3px;
}
.item {
	position:relative;
	width:180px;
	padding:5px;
}
.products_image {
	float:left;
	margin-right:5px;
}
.price {
	display:block;
	color:red;
	font-weight:600;
}
.products_link {
	font-size:10px;
	display:block;
	margin-top:15px;
}
.clr {
	clear:both;
}
