@charset "utf-8";
/* CSS Document */

.collectionsHomeImage {
	float: left;
	width: 246px;
	height: 118px;
}

.collectionsHomeBox {
	float: left;
	width: 334px;
	height: 118px;
	display: table;
	#position: relative;
}

.collectionsHomeBoxOuter {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}

.collectionsHomeBoxInner {
	text-align: right;
	padding: 5px;
	#position: relative;
	#top: -50%
}

.itemThumbContainer {
	float: left;
	width: 136px;
	height: 140px;
	text-align: center;
}

.itemVerticalDivider {
	padding-right: 12px;
	background: url(../graphics/widedashed_v.gif) repeat-y top right;
}

.itemThumb {
	width: 136px;
	height: 102px;
}

.itemHorizontalDivider {
	float: left;
	width: 580px;
	height: 12px;
	background: url(../graphics/widedashed_h.gif) repeat-x top left;
}