/* 
	Logitech CSS declarations - Category Styles
	copyright Logitech 2009 
	
	Table of Contents
	0. Category Overrides
	1. Category Secondary Features
	2. Highlights for Category
 
*/

/* 0. Overrides
 * ------------------------------------------------ */

/* no headline pricing, so headline is 100% wide */
body.category .headlineContent,
body.category ul#subnavigation {
	width: 100%;
}

body.category #headline p {
	width: 455px;
}

/* 1. Category Secondary Features
 * ------------------------------------------------ */

body.category .featureImageContent {
	float: right;
	position: relative;
	width: 455px;
	clear: right;
	text-align: top;
}

body.category .featureImageContent h2 {
	width: 455px;
}

body.category .featureImageContent h2 span {
	float: none;
}

body.category .featureImageContent h2 .alt {
	position: absolute;
	left: -9999em;
}

/* 2. Highlights for Category
------------------------------------------------ */

body.category .highlight {
	clear: both;
}

body.category .highlight .highlightImageArea {
	width: 210px;
	height: 200px;
	position: relative; /* ie */
}

body.category .highlight.left .highlightContent {
	padding: 20px 20px 20px 0;
	margin: 0 0 0 210px;
}

body.category .highlight.right .highlightContent {
	padding: 20px 0;
	margin: 0 210px 0 0;
}


/* Legacy Rebrand CSS
------------------------------------------------ */

.product_list {
	margin: 0 0 20px 0;
	padding: 0;
	overflow: hidden;
	_height: 1%;
}
.category .product {
	float: left;
	width: 203px !important;
	_width /**/: 228px;
	margin: 0;
	padding: 0 25px 0 0;
}
.category .product img {
	padding: 0 0 10px 0;
}
.category .product p {
	padding: 0;
}
.versionCUL li {
	font-size: 1.2em !important;
}