﻿ /* 	
	logitech CSS declarations - subcategory styles
	copyright logitech 2007	 
*/
.filter select {
	margin: 0 0 0 0px;
	font-size: .916em;
	_vertical-align: bottom;
	vertical-align: middle;
	height: 18px;
}

.subcategory #content_body {
	width: 686px;
	padding-right: 0;
}
.product_attributes {
	margin: 0 20px 0 0;
	padding: 11px 5px 12px 15px;
	border-top: 1px solid #e5eaef;
	background: transparent url(../images/product_attributes_bg.gif) top left repeat-x;
}
.product_attributes p {
	font-weight: bold;
}
.product_attributes ul {
	overflow: hidden;
	_height: 1%;
}
.product_attributes li {
	float: left;
	margin: 0;
	padding: 0 35px 5px 0;
	text-align: top;
}
.product_attributes li .chkbox {
	margin: -4px 2px 0 -3px;
	padding: 0;
}
html>body .product_attributes li .chkbox {
	margin: 0 5px 0 0;
	padding: 0;
}

/* subcategory product nav */
.product_nav {
	position: relative;
	margin: 0 20px 0 0;
	padding: 0;
	overflow: hidden;
	_height: 1%;
	font-size: .916em;
	line-height: 2.36em;
	background-color: #e5eaef;
}
.product_compare {
	float: left;
	width: 150px;
	padding: 0;
	border-right: 1px solid #fff;
	background: #e5eaef url(../images/btn_compare_bg.gif) left top no-repeat;
}
.product_compare a {
	display: block;
	text-align: center;
	margin: 0px;
}
.subcategory .pagination {
	float: right;
	width: 496px;
	background-color: #e5eaef;
	padding: 0px 13px 0 6px;
	overflow: hidden;
	_height: 1%;
}

/* sub category product */
.subcategory .product {
	margin: 0 20px 0 0;
	padding: 0 0 20px 0;
	border-top: 1px solid #E5EAEF;
	background: transparent url(../images/subcat_product_bg.gif) top left repeat-x;
	overflow: hidden;
	_height: 1%;
}
.subcategory .product .image {
	float: left;
	width: 150px;
	padding: 0 10px 0 0;
}
.subcategory .product .image p {
	text-align: center;
	vertical-align: middle;
	padding-bottom: 0;
}
.subcategory .product .image input {
	margin-right: 3px;
	vertical-align: middle;
}
.subcategory .product .info {
	float: left;
	width: 340px;				/*  sapient width: 356 */
	padding: 15px 10px 0 0;
}
.subcategory .product .info h3 {
	font-size: 1.5em; /* 18px */
}
.subcategory .product h3 a {
	color: #3fa79c;	
}
.subcategory .product h3 a:hover {
	color: #2c9bca;	
	text-decoration: none;
}
.subcategory .product .compatibility {
	padding: 5px 0 0;
}
.subcategory .product .compatibility li {
	float: left;
	padding: 5px 8px 0 0;
}
.subcategory .product .price {
	float: right;
	width: 125px;					/*  sapient width: 130 */
	padding: 15px 10px 0 0;
	text-align: right;
}
.subcategory .product .price h3 {
	color: #4F5455;
	font-size: 1.5em; /* 18px */
	font-weight: normal;
}
.subcategory .product .price h3 span {
	font-size: .777em; /* 14px */
}
.subcategory .product .price .pn {
	color: #666;
	padding-bottom: 5px;
}
.subcategory .product .price .tour {
	clear: right;
	padding-top: 50px;
}
