div.sizeLinks a,
div.sizeLinks div
{
	float: left;
}

div.sizeLinks a
{
	display: block;
	font-size: 9pt;
	padding-top: 13px;
	padding-right: 15px;
	text-align: center;
}

a.twinLink
{
	background: url("../images/twinSize.png") top center no-repeat;
	width: 50px;
	height: 85px;
}

a.twinLink:hover
{
	background: url("../images/twinSize.png") center -100px no-repeat;
}

a.twinxlLink
{
	background: url("../images/twinxlSize.png") top center no-repeat;
	width: 50px;
	height: 91px;
}

a.twinxlLink:hover
{
	background: url("../images/twinxlSize.png") center -106px no-repeat;
}

a.fullLink
{
	background: url("../images/fullSize.png") top center no-repeat;
	width: 67px;
	height: 85px;
}

a.fullLink:hover
{
	background: url("../images/fullSize.png") center -100px no-repeat;
}

a.queenLink
{
	background: url("../images/queenSize.png") top center no-repeat;
	width: 73px;
	height: 91px;
}

a.queenLink:hover
{
	background: url("../images/queenSize.png") center -106px no-repeat;
}

a.queenrvLink
{
	background: url("../images/queenrvSize.png") top center no-repeat;
	width: 73px;
	height: 86px;
}

a.queenrvLink:hover
{
	background: url("../images/queenrvSize.png") center -101px no-repeat;
}

a.kingLink
{
	background: url("../images/kingSize.png") top center no-repeat;
	width: 89px;
	height: 91px;
}

a.kingLink:hover
{
	background: url("../images/kingSize.png") center -106px no-repeat;
}

a.calKingLink
{
	background: url("../images/calKingSize.png") top center no-repeat;
	width: 85px;
	height: 95px;
}

a.calKingLink:hover
{
	background: url("../images/calKingSize.png") center -110px no-repeat;
}

div.sizeLinks a.selected
{
	font-weight: bold;
}

a.twinLink.selected
{
	background: url("../images/twinSize-selected.png") top center no-repeat;
}

a.twinxlLink.selected
{
	background: url("../images/twinxlSize-selected.png") top center no-repeat;
}

a.fullLink.selected
{
	background: url("../images/fullSize-selected.png") top center no-repeat;
}

a.queenLink.selected
{
	background: url("../images/queenSize-selected.png") top center no-repeat;
}

a.queenrvLink.selected
{
	background: url("../images/queenrvSize-selected.png") top center no-repeat;
}

a.kingLink.selected
{
	background: url("../images/kingSize-selected.png") top center no-repeat;
}

a.calKingLink.selected
{
	background: url("../images/calKingSize-selected.png") top center no-repeat;
}

div.shopBySize
{
	background: url("../images/shopBySize.png") top left no-repeat;
	padding: 20px 20px 10px 0;
	text-align: center;
	color: white;
	font-size: 14pt;
	font-weight: bold;
	width: 111px;
	text-shadow: 0 1px 1px #000;
	height: 66px;
}
