@CHARSET "UTF-8";

/** header for product details **/
.header{
	height				: 120px;
	background-position	: 0px -269px;
}
.header .visual{
	padding-top			: 12px;
	background-position	: right -44px;
}
.header .center span.logo{
	text-indent			: -5000px;
	display				: block;
	width				: 90px;
	height				: 128px;
	float				: left;
	background-image	: url('/templates/images/logo.gif');
	background-repeat	: no-repeat;
}
/** **/


/** footer for product details **/
.footer{
	height				: 60px;
	background-position	: 0 -529px;
}
/** **/


blockquote.download{
	padding		: 0px 80px;
}
/** download link **/
a.instant-scan{
	background	: url('/products/instant-scan.gif') no-repeat;
	width		: 243px;
	height		: 52px;
	display		: block;
	text-indent	: -5000px;
	margin-top	: 5px;
	float		: left;
}
/** **/

/** CNET stars **/
.cnet-stars{
	width		: 120px;
	background	: url('/products/cnet-stars.gif') no-repeat top center;
	padding		: 25px 0px 0px 0px;
	text-align	: center;
	font-size	: 12px;
	font-weight	: bold;
	color		: #666666;
	float		: right;
}
/** **/

/** right sidebar **/
.right .content{
	padding		: 20px 16px 20px 22px;
}
/** **/


