
div.sizeList
{
	background: #eee;
	margin-left: 14px;
	width: 90%;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border: 2px solid #027ABB;
	border-top: 0;
}

div.sizeList ul
{
	font-family: arial;
	font-size: 10pt;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.sizeList ul li
{
	padding: 0;
	font-weight: bold;
}

div.sizeList ul li a
{
	background: transparent;
	border: 0;
	color: #000;
	margin: 0;
	padding: 0 5px;
	height: 26px;
	
	position: relative;
	cursor: pointer;
}

div.sizeList ul li a:hover
{
	background: #A5DFFE;
}

div.sizeList ul li a p
{
	float: right;
	font-size: 8pt;
	margin: 0;
	font-weight: normal;
	
	position: absolute;
	top: 0;
	right: 5px;
}

div.sizeList ul li a p span
{
	font-weight: bold;
	color: #d00;
	font-size: 12pt;
}

div.sizeList ul li a p span.strikethrough
{
	text-decoration: line-through;
	font-size: 8pt;
	font-weight: normal;
	color: #000;
}
