.t_style
{
	width: 150px;
	height: 140px;
	border: #FFCC00 solid 1px; 
	float: left;
	position: relative;
	font-size: 12px;
	margin: 2px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
 	 

}

.t_style a:hover
{
	border: #FF0000 solid 1px; 
}

.t_name, .t_img, .t_price
{
	text-align: center;
	width: 100%;
	clear:both;
	position: relative;

}


.t_img
{
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 15px;

}

.t_name
{

  margin-top: 3px;

}

.t_price
{
	position: absolute;
	bottom: 5;

}
