@charset "utf-8";
/* CSS Document */

div.storeArea
{
	
}

table.storeGrid
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#2F93C7;
	width:100%;
	
}

table.storeGrid td
{	
	padding:2px;
	margin:10px;


}

table.storeGrid td.details
{
	margin:4px;

	
	
	
}

table.storeGrid td .title
{
	font-weight:bold;
	
}

table.storeGrid td input.button
{
	background-color:transparent;
	border:none;
	padding:0px;
	margin:0px;
	text-align:center;
	width:74px;
	color:#2F93C7;
	font-size:14px;
	text-decoration:underline;
}


table.storeGrid tr.hover td.hoverBack
{
	background-color:#C3E0FF;
}

table.storeGrid tr.subHeading td
{
	font-weight:bold;
	color:#FFFFFF;
	border-bottom:solid 1px #454E58;
}

div.productLinks
{
	padding: 24px;
	text-align:right;
	font-size:12px;
}

div.productSorting
{
	margin-bottom:24px;
}

div.copyArea h1
{
	margin-bottom:12px;
}

div.cassettes
{
	color:#FFFFFF;
	margin-top:6px;
	text-align:right;
}

div.description
{
	font-size:11px;
	margin-top:8px;
	line-height:14px;
	margin-bottom:8px;
}