#productseries
{
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}

#productseries  a.categorylink
{
	display:none;
	margin:5px 0 10px 0;
	font-size:11pt;
	font-weight:bold;
}

#productseries #titlebar{
	height:30px;
	margin-bottom:10px;
	border-bottom:0px dotted gray;
}

#productseries #titlebar #producttitle{
	float:left;
	font-size:13pt;
	font-weight:600;
}

#productseries  #titlebar #downloadspecs
{
	float:right;
	font-weight:bold;
	text-align:right;
}

#productseries #tabbody
{
	background-color:white;
	border:1px solid gray;
	padding: 10px;
	width:950px;
	overflow:hidden;
}

#productseries h1,#productseries h2{font-size:11pt;}

#productseries #generalinfocontent
{
	mmin-height:400px;
}

#productseries #generalinfocontent #leftpanel
{
	float:left;
	margin-right:20px;
	width:400px;
	position:relative;
}

#productseries #generalinfocontent #leftpanel #productimage 
{
	background-color: #FFF;
	border: 1px solid #CCC;
	text-align:center;
	margin-bottom:10px;
	overflow:hidden;
}

#productseries #generalinfocontent #leftpanel #productimage #imagebar
{
	margin:0px 5px 0px 5px;
	height:85px;
	position:relative;
	bottom:5px;
	overflow:hidden;
}

#productseries #generalinfocontent #leftpanel #productimage #imagebar #alternateviews
{
	border:1px solid #999;
	text-align:center;
	overflow:hidden;
	position:absolute;
	bottom:0px;
	left:0px;
}

#productseries #generalinfocontent #leftpanel #productimage #imagebar #imagetools
{
	text-align:right;
	font-size:8pt;
	bottom:0;
	left:270px;
	position:absolute;
}

#productseries #generalinfocontent #leftpanel #recommendedproducts
{

}


#productseries #generalinfocontent #leftpanel #recommendedproducts .relatedproduct
{
	border:1px solid #DDD;
	float:left;
	width:48%;
	margin:0 5px 5px 0;
	text-align:center;
}

#productseries #generalinfocontent #leftpanel #recommendedproducts .relatedproduct .padding
{
	margin:7px;
}

#productseries #generalinfocontent #leftpanel #productimage #productimagepadding 
{
	margin:7px 7px 15px 7px;
}

#productseries #generalinfocontent #leftpanel #alternateviews .padding
{
	margin:5px;
}


#productseries #generalinfocontent #rightpanel
{
	float:left;
	margin-right:20px;
	width:450px;
}

#productseries #generalinfocontent #rightpanel #keyfeatures {
	text-align: left;
	margin: 0px 0 20px 0;
	font-size: 9pt;
	color: #555;
}

#productseries #generalinfocontent #rightpanel #keyfeatures br{
	mmargin-bottom:7px;
}

#productseries #generalinfocontent #rightpanel #Description{
	font-size:10pt;
	margin-bottom:20px;
}

#productseries table.matrix {
	border: 1px solid #BBB;
	width:100%;
}

#productseries table.matrix td {
	font-size: 8pt;
	background-color: #EFEFEF;
	text-align: center;
	color: #222; /*#80552B;*/
	border-bottom-width: 1px;
	border-bottom-style: outset;
	border-bottom-color: #BBB;
	border-right:1px solid #BBB;
}

#productseries .matrix .speclabel
{
	color: #333;
	font-weight: bold;
	text-align: left;
	padding-left: 7px;
}

#productseries .matrix .sectionname {
	font-weight: bold;
	background-color: #C0CBD5;
	height: 17px;
	text-align: left;
	font-size: 8.5pt;
	color: #222;
	padding-left: 7px;
}

#productseries .matrix .productid {	
	font-size: 8.5pt;
	font-weight: bold;
}

/******************************************************************
BEGIN: CategoryStyles
Design Notes: Add to put "overflow: hidden;" to divs so as not to 
collapse. I have no idea why this works. This might be a bug.
******************************************************************/
#category{
	width:100%;
	border:1px solid #005A84;
	height:auto;
}

#category #categoryname{
	background-color:#005A84;
	color:#FFE;
	font-weight:bold;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	height:20px;
	line-height:180%;
}

#category #products
{
	height:auto;
	padding:0;
	margin:10px 0 10px 10px;
}

#category #products ul
{
	list-style: none;
	margin:0 auto 0 auto;
	padding:0;
	width:960px;
	overflow: hidden;
}

#category #products ul li
{
	float:left;
	width:280px;
	height:300px;
	margin:0 10px 10px 0;
	overflow:hidden;
}

#category #products ul li .image
{
	display:block;
	background-color:white;
	border:1px solid #777;
	height:150px;
	padding:5px;
	margin:0 0 3px;	
	position:relative;
	z-index:0;
}

#category #products ul li .image .container
{
	position:absolute;
	bottom:0;
	margin-bottom:5px;
}

#category #products ul li .image .productimage{
	margin:3px;
	display:block;
}

#category #products ul lia{
	margin-bottom:5px;
	display:inline;
}

#category #products ul li .image a{
	display:block;
}

#category #products ul li .image .specs
{
	display:block;
	margin-top:10px;
}

#category #products ul li .specs a
{
	display:inline;
}

#category #products ul li .features{
	font-size:7.5pt;
}

#category #products img:hover
{
	opacity:0.65;
}

#category #products .newproduct{
	background-color:orange;
	color:black;
	border:1px solid #333;
	font-size:7px;
	width:25px;
	margin:2px 2px;
}

#category #products .discproduct{
	background-color:red;
	color:white;
	border:1px solid #333;
	font-size:7px;
	font-weight:bold;
	width:25px;
	margin:2px 2px;
	padding:2px 0 2px 0;
}
/******************************************************************
END: CategoryStyles
******************************************************************/