﻿.blankets
{
	margin: auto;
}
.blankets th
{
	font-size: 26px;
	padding-bottom: 1em;
	text-align: center;
}
.blankets td
{
	font-size: 20px;
	font-weight: bold;
	padding: 0 2px 1em 2px;
	text-align: center;
	vertical-align: middle;
}
.polarfleeces td
{
	text-align: left;
}
.blankets span
{
	position: relative;
}
.blankets span span
{
	background: url(../images/img_caption.png);
	bottom: 0px;
	color: #ffff00;
	display: block;
	font-family: "Lucida Calligraphy";
	position: absolute;
	padding-bottom: 2px;
	text-align: center;
	visibility: hidden;
	width: 200px;
}
.blankets span:hover span
{
	visibility: visible;
}
