﻿#main-area
{
	width: 958px;
	height: auto;
	float: left;
	background:url(../img/SilverBG2.png) repeat;
}
#products-container
{
	float: left;
	width: 778px;
	/*height: 421px;*/
	background-color:White;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border: solid 1px #bdbaba;

}
#products-container ul li
{
	background-color: White;
}
.product
{
	float: left;
	width: 374px;
	height: 288px;
	border: solid 1px #bdbaba;
	margin-left: 5px;
	padding-left: 5px;
	margin-top: 5px;
	background-color: White;
}
.hat
{
	height: 210px;
}
.product .image
{
	float: left;
	margin-left: 0px;
	margin-top: 10px;
	width: 130px;
}
.product .image img
{
	width: 200px;
	border: 1px solid Black;

}
.img-hat
{
	height: 190px;
}
.product .info
{
    position: relative;
    top: -270px;
    left: 210px;
	width: 120px;
	padding-left: 20px;
	padding-top: 20px;
	font-size: x-large;
	font-weight: bold;
}
.product .hat-info
{
    top: -190px;
}
.product .info .item-name
{
	font-size: x-large;
	font-weight: bold;
	color: #545051;
	text-align: center;
	line-height: 25px;
}
.product .info .item-price
{
	font-size: medium;
	color: Black;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}
.product .info .item-view
{
	font-size: small;
	color: Red;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
}
.product .info .item-description
{
	font-size: small;
	font-weight: bold;
	/*text-align: center;*/
	padding-top: 15px;
}
.product .info .item-add
{
	color: Black;
	text-align: center;
	padding-top: 10px;
	font-weight: normal;
	font-size: small;
}

