#collection {
	background-color: #ffffff;
	padding: 0 0 25px 0;
}

#collection .item {
	float: left;
	margin: 0 9px 8px 0;
	position: relative;
}

#collection .item.last {
	margin-right: 0;
}

#collection .item img {
	height: 236px;
	width: 177px;
}

#collection .item .description {
	background: url(/~siteDesign/site/~img/bg-collection-description.png) repeat-x bottom;
	display: none;
	padding: 7px 8px;
	position: absolute;
		bottom: 4px;
		left: 1px;
	width: 159px; /* 177 - (padding: 2 * 8) - (border: 2 * 1) */
}

#collection .item:hover .description {
	display: block;
}

#collection .item .description a {
	display: block;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#collection .button-container {
	padding-top: 20px;
}

#collection a.button.narrow {
	width: 150px;
}

#collection a.button.narrow span {
	width: 94px; /* 146 - 56 */
}




#shirtAdvise .item {
	float: left;
	position: relative;
}

#shirtAdvise .item:hover .description {
	display: block;
}


#shirtAdvise .item .description {
	background: url(/~siteDesign/site/~img/bg-collection-description.png) repeat-x bottom;
	display: none;
	padding: 7px 8px;
	position: absolute;
		bottom: 2px;
		left: 1px;
	width: 104px; /* 122 - (padding: 2 * 8) - (border: 2 * 1) */
}


#shirtAdvise .item .description a {
	display: block;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}