/* CSS Document - home page */

/****************************/
/*  3 columns layout setup  */
#columnLeft {
	margin: 15px 15px 15px 0;
	width: 192px;
	float: left;
}


#columnCenter {
	margin: 15px 15px 15px 0;
	width: 537px;
	float: left;
}

#columnRight {
	margin: 15px 0 15px 0;
	width: 192px;
	float: right;
}



/*********************/
/*********************/
/* featured products */
#featuredProducts {
	background: url(../images/bg_borders_big.gif) top left repeat-y;
}

.cornersBig {
	background: #fff url(../images/bg_corners_big.gif) top left no-repeat ;
	height: 10px;
	width: 537px;
}

/****************/
/* product item */

.item {
	display: block;
	float: left;
	width: 163px;
	height: 179px;
	background: #fff url(../images/dotted.gif) bottom left repeat-x;
	margin: 15px 8px 0 8px !important;
	margin: 0px 5px 0 5px;
	padding: 0 0 20px 0;
}

.item img {
	border: 0;
}

.productTitle {
	font-size: 12px;
	color: #e55c19;
	font-weight: bold;
	padding: 0 0 5px 0;
	height:30px;
}

.productTitle a {
	color: #e55c19;
	text-decoration: none;
}

.productTitle a:hover {
	text-decoration: underline;
}

.price {
	float: left;
	font-size: 12px;
	color: #e55c19;
	font-weight: bold;
	padding: 0 0 5px 5px;	
}

.buy {
	float: right;
	padding: 0 5px 0 0;
}