#sidebar.products {
	background-image: url('../images/decoration/fridge.png');
	background-repeat: no-repeat;
	background-position: 0 7px;
	position: relative;
	height: 448px;
}

#sidebar.products img {
	position: absolute;
}

img#boys {
	top: 25px;
	left: 128px;
}

img#girls {
	top: 154px;
	left: 135px;
}

img#unisex {
	top: 265px;
	left: 125px;
}

#productArea .product .description {
	padding-top: 17px;
	position: relative;
}

#productArea .product .description h4 {
	margin-bottom: 0.75em;
}

#productArea .product .description p {
	margin-bottom: 1em;
}

h4 .numbers, h5 strong {
	color: black;
}

#productArea {
	min-height: 450px;
}

#productArea .product {
	padding-top: 10px;
}

#productArea .product img.frame {
	padding-bottom: 1em;
}

.products hr {
	color: #8C8C8C;
	background: #8C8C8C;
	height: 1px;
	margin-bottom: 1em;
}

.product .photo-area {
	position: relative;
}

.product .photo-area .framed-photo {
	position: absolute;
	top: 33px;
	left: 27px;
}

.product .photo-area .photo-numbers {
	font-weight: bold;
	color: #8C8C8C;
	position: absolute;
	top: 208px;
	left: 16px;
	width: 191px;
	text-align: center;
}

.product .photo-area .photo-numbers img {
	margin-bottom: -2px;
}

.product .photo-area .photo-numbers a {
	text-decoration: none;
}

.product .photo-area .photo-numbers a:hover {
	text-decoration: underline;
}

img#pail {
	position: absolute;
	right: 90px;
	top: 210px;
}

img#order-image {
	position: absolute;
	right: 17px;
	top: 232px;
}