/* CSS Document */

p, td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	line-height: 16px;
}

a
{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a:hover
{
	color: #444444;
}

a:active
{
	color: #444444;
}

a:visited
{
	color: #444444;
}

.header
{
	padding-bottom: 10px;
}

.item
{
	position: relative;
	clear: none;
	float: left;
	padding: 10px 10px 10px 10px;
	width: 175px;
}

.item:hover
{
	background: #F1F7FC; /*#D5F0F9;*/
}

img.label
{
	padding-top: 10px;
}

img.new
{
	overflow: hidden;
	position: absolute;
	top: -2px;
	left: -5px;
	width: 44px;
	height: 46px;
}

img.soldout
{
	overflow: hidden;
	position: absolute;
	top: 9px;
	left: 9px;
	width: 67px;
	height: 70px;
}

.dotted
{
	background: url(../images/dotted_blue.gif) repeat-x;
}

.listing
{
	line-height: 16px;
}

.blurb
{
	color: #999999;
}

a.underline
{
	color: #999999;
	font-weight: normal;
	font-decoration: underline;
}

a.underline:hover
{
	font-decoration: underline;
}

a.underline:active
{
	font-decoration: underline;
}

a.underline:visited
{
	font-decoration: underline;
}

.subheader
{
	font-size: 16px;
	font-weight: bold;
	color: #444444;
	line-height: 20px;
}

li
{
	padding-bottom: 12px;
}

.lightgray
{
	color: #999999;
}

hr {
	color: #999999;
	background-color: #999999;
	height: 1px;
	border: 0px;
}
