/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 07/11/2014, 1:03:01 PM
    Author     : hoa.vi
*/
body{
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: Arial;
}
ul.ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.product-main{
	border: 1px solid #dbdada;
	text-align: center;
	position:relative;
	border:1px solid #cc2023;
}
.product-main img{
	
}
.product-main p{
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: rgba(255, 0, 4, 0.8);
	margin: 0px;
	min-height: 50px;
	color: #fff;
	border:1px solid rgba(255, 0, 4, 0.8);
	font-family: "Roboto Condensed", sans-serif;
	padding:5px 0px 0px 0px;
	font-weight:600;
}