body
{
	background-color:#FFF;
	text-align:center;
	margin:auto;
}
	#title
	{
		margin-top:10px;
	}
	
	#product-feature
	{
		/*background-image:url(/images/fade-product-background.png);*/
		display:block;
		position:relative;
	}
	
	#product-image
	{
		float:left;
		width:230px;
		/*height:290px;*/
	}
	#productspecs
	{
		display:block;
		float:left;
		width:353px;
		margin-left:10px;
		font-size:11px;
	}
	#product-feature h1
	{
		font-size:16px;
		font-weight:bold;
	}
	#productspecs h3
	{
		font-size:12px;
		font-weight:bold;
	}


/* BOTTOM HALF */

#detail
{
	background-color:#ffffff;
	height:400px;
	clear:both;
	position:relative;
	font-size:12px;
}
#collateral
{
	/*float:left;*/
	background-color:#cccccc;
	border:1px solid #a6a6a6;
	width:190px;
	padding:10px;
	margin:10px;
}
#versions
{
	width:350px;
	float:left;
}

#subnav
{
	clear:both;
	display:block;
	position:relative;
	margin-bottom:30px;
}
#subnav ul
{
	margin:0;
	padding:0;
	list-style:none;
}
#subnav li
{
	margin:0;
	padding:0;
	float:left;
	list-style:none;
	text-align:center;
	line-height:10px;
}
#subnav a
{
	text-decoration:none;
	
}
#subnav img
{
	border:1px solid #fff;
}
#subnav img:visited
{
	border:1px solid #fff;
}
#subnav img:hover
{
	filter:alpha(opacity=50);
	opacity:.5;
}
.on
{
	filter:alpha(opacity=50);
	opacity:0.5;
}
#gratuitous-fade
{
	display:none;
	/*background-image:url(/images/fade-product-middle.png);*/
	width:789px;
	height:21px;
}


/*** CATEGORY PAGES ****/
.pcolumn
{
	width:280px;
	margin-right:10px;
	padding-right:10px;
	/*border:1px solid red;*/
	float:left;
}
#col1{border-right:1px solid #cccccc;}
#col2{}
.product_listing{
	width:280px;
	font-size:11px;
	display:block;
	margin-bottom:20px;
}
.product_pic{
	display:block;
	width:140px;
	float:left;
}
.product_pic img
{
	width:140px;
}
#product-support-button
{
	padding:20px 0 0 0;
	text-align:center;
}
.product_blurb
{
	float:left;
	width:140px;
}

/* INTERNET EXPLORER SIX IS TRYING TO KILL ME*/
.pcolumn
{
	_width:275px;
}
.product_listing{
	_width:275px;
}
.product_pic{
	_width:130px;
}
.product_pic img
{
	_width:130px;
}

