﻿
.productList
{
	display: block;
}

.productList .cell
{
	text-align: center;
	height: 150px;
	width: 140px;
	vertical-align: top;
	border: 1px dotted gray;
	padding-top: 5px;
}

.productList .item
{
	width: 140px;
	border: 1px dotted gray;
	margin: 2px;
	min-height: 150px;
	height: 150px;
}
.productList .item img
{
	border: none;
	height: 100px;
	width: 100px;
	margin: 2px;
	display: inline-block;
	clear: both;
}
.productDetail 
{
	
}
.productDetail .productName
{
	font-weight: bold;
	font-size: 1.2em;

	margin: 0;
	padding-left: 0px;
}

.productDetail .floatImage 
{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;	
	width:200px
	
}
.productDetail .floatImage img
{
	height: 200px;
	width:200px
}
.productDetail .floatImage h3
{
	font-size:0.8em;
	border-bottom:1px solid #CCCCCC;
	color:#CCCCCC;
}

.td_sanpham{float: left;
            color: #555353;
            text-transform: uppercase;
            text-align: center;
            border-bottom: 1px solid #CCC;
            font-size: 17px;
            margin: 17px 0px 19px 0px;
            width: 100%;
            font-weight: bold;
            padding-bottom:6px;
}