﻿.panel,.modal
{
	padding:2px;
	margin:2px;
	border:solid 1px #495f85;
}
.panel
{
	float:left;
	overflow:visible;
	white-space:nowrap;
	
}
.modal
{
	background:#fff;
	border:solid 1px #495f85;
	position:absolute;
}
.column
{
	float:left;
	width:260px;
}
/* stuff that shows up under images */
.column blockquote
{
	color:#6f7fab;
	font-size:105%;
	font-weight:600;
	text-align:center;
	line-height:1.5em;
	width:179px;
	padding:7px 1px;
	margin:15px 0 0 0;
	border-top:groove 1px #ccc;
	border-bottom:groove 1px #ccc;
}
.content
{
	width:550px;
}

.productStatistics
{
	width:162px;
	padding:0;
	/*IE HACK
	margin-top:23px;
*/
	margin-top:35px;
}

.productStatistics h3,.productStatistics div.ProductStatisticListStatic
{
	width:155px;
	height:23px;
	padding:0 0 0 7px;
	color:#000;
}
/*IE HACK*/
.productStatistics h3
{
	margin-top:-23px;
	background:url(i/productstatsheader.png) no-repeat top center;
	text-align:center;
}
.productStatistics div.ProductStatisticListStatic ul
{
	margin:0;
	width:156px;
	padding:9px 0 3px 5px;
	background: #efb43c url(i/productstatsfooter.png) no-repeat bottom center;
	margin-left:-7px;
	margin-top:-23px;
}
.productStatistics div.ProductStatisticListStatic ul li
{
	list-style-position:inside;
	padding:0;
	margin-bottom:9px;
	
	
}
 .breadcrumbroot{ display:none; }