#product-show {
	margin: 0px;
	padding: 0px;
	width: 695px;
	overflow: hidden;
}
#product-show .product-box {
	margin: 0px 1px 1px 0px;
	padding: 4px;
	width: 163px;
	float: left;
	border: 1px solid #73c4da;
	background-color: #FFFFFF;
	background-image: url(../images/home-product-image-box-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#product-show .product-box-end {
	margin: 0px 0px 1px;
}
#product-show .product-box .price {
	margin: 0px;
	padding: 0px;
	color: #18687e;
	float: left;
	font-size: 12px;
}
#product-show .product-box .buy {
	margin: 0px;
	padding: 0px;
	float: right;
}
#product-show .product-box .product-image {
	margin-bottom: 2px;
}

#product-show .product-box  img {
	margin: 0px 0px 5px;
	padding: 0px;
	height: 160px;
	width: 160px;
	overflow: hidden;
}
#product-show .product-box .product-header {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #73c4da;
	background-image: url(../images/blue-check-fadein.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #73c4da;
}
#product-show .buy-button {
	background-color: #fd8b17;
	background-image: url(../images/orange-button-bg.gif);
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-position: center;
	
}
#product-show a.buy-button:hover {
	color: #000000;
}
#balloon-float {
	position: absolute;
	left: 50%;
	top: 55px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 190px;
}
#promo-banner {
	background-color: #73c4da;
	background-image: url(../images/promo-banners/fathers-day-promo-banner-bg.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 661px;
	padding-top: 50px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 18px;
	margin-bottom: 5px;
}
#promo-banner p {
	color: #0f414f;
	font-size: 14px;
}
#promo-banner a:link {
	color: #0f414f;
	font-size: 14px;
	text-decoration: none;
}
#promo-banner a:visited, a:active {
	color: #0f414f;
	font-size: 14px;
	text-decoration: none;
}
