.productbox {
	height: 215px;
	width: 215px;
	margin: 10px;
	float: left;
	position: relative;
}
.productoverlay {
	background-image: url(../../images/productoverlay.png);
	position: absolute;
	height: 215px;
	width: 215px;
	background-repeat: no-repeat;
	background-position: center center;
}
.productoverlay:hover {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.productid {
	background-image: url(images/../../productoverlay.png);
	position: absolute;
	height: 215px;
	width: 215px;
	background-repeat: no-repeat;
	background-position: center center;
}
.centercontainer{
	overflow:hidden;
}
#cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	/*display: none;*/
	background-color: #000000;
	opacity: 0.7;

	filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=.7);
	display: none;
}
.closebutton {
	background-image: url(../../images/pop19/closebutton.png);
	height: 20px;
	width: 60px;
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
z-index:100;
}
.product {
	width: 100%;
	position: absolute;

	z-index: 13;
	display: none;
text-align:justify;

}
.productholder {
	background-color: #FFF;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: center bottom;
			box-shadow: 0px 1px 3px #666;
	border-radius: 4px;
	behavior: url(/css3-ie.htc);
}
.producttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	margin-bottom: 10px;
	margin-right: 90px;
	height:470px;
	padding-top:10px;
	padding-right:20px;
}
.productname {
	font-size: 25px;
	font-weight: 900;
	color:#000075;
}
.productlink {
	color: #666;
}
.productstatus {
	margin-top:10px;
}
.productlogo {
	height: 200px;
	width: 200px;
}
.productcontent {
	background-color: #EFEFEF;
	padding: 10px;
}


.permalink{
	font-size:8pt;
	color:#999999;
	text-decoration:underline;
}
#preloader {
	display: none;
	clear: both;
	height: 1px;
	width: 1px;
}
.leftlist{
	width:200px;
	padding-right:10px;
	height:460px;
	margin-right:26px;
	float:left;
	border-right: 3px solid #000075;	
	padding-top:20px;
	padding-left:20px;
	overflow-y:scroll;
}

.activesublist{
	border-left:2px solid #000075;
	padding-left:5px;
}
.sublisttitle{
	display:block;
	font-size:12px;
}
.leftlist a.mgtlink{
margin-bottom:16px;
}