/*
	ProductCategory.css
	- CSS file that controls the layout for the product category page
	- Last Updated 08/16/2007 (file created)
*/


/* Sub-category headings */

.SubCatHeading {
	margin: 0;
	padding: 0;
}

.SubCatHeading h3 {
	font-size: 15px;
	margin: 4px 0;
	padding: 6px 4px;
	background-color: #f3f3f3;
	display: inline-block;
	width: 554px;
}

.SubCatHeading p {
	padding: 0;
	margin: 0 4px 4px 4px;
}

#ProductCategory .line { margin: 0; }


.ProductBlock { /* Container Block for each product */
	background: url('/2005redesign/dot.gif') left bottom repeat-x;
	padding: 6px 0 10px 0;
}


.ProductBlock h1 { /* Product Name */
	font-size: 14px;
	font-weight: bold;
	margin: 2px 0 6px 8px;
}

/* Link colours for Product Name */
.ProductBlock h1 a:link, .ProductBlock h1 a:visited {
	color: #039 !important;
	text-decoration: none !important;
}

.ProductBlock h1 a:hover, .ProductBlock h1 a:active {
	color: #039 !important;
	text-decoration: underline !important;
}







/* *********************************** */
/* Left Column - Product image and SKU */
/* *********************************** */

.ProductInfo {
	width: 115px;
	float: left;
}

.ProductModel {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

.ProductModel img {
	display: block;
	margin: auto auto 4px auto;
	width: 80px;
	height: 80px;
}


/* ************************************************ */
/* Middle Column - Product Overview (bullet points) */
/* ************************************************ */

.ProductOverview {
	width: 210px;
	padding: 4px;
	float: left;
}

.ProductOverview ul {
	margin: 0 0 8px 8px;
	padding-left: 8px;
}

.ProductOverview ul li { margin-bottom: 6px; }

.ProductOverview ul.doublearrowList {
	margin-left: 16px;
	padding-left: 16px;
}


/* ***************************** */
/* Last Column - Pricing details */
/* ***************************** */

.ProductPricing {
	float: right;
	width: 225px;
}

.ProductPricing .purchaseButtons {
	margin-top: 8px;
	text-align: right;
}


/* Modify header colour for Offers section */
.ProductPricing .offers h2 {
	color: #fff;
	background-color: #36c;
}


/* Modify CSS For price calculations table */
.ProductPricing .calculations { width: 99%; }

.ProductPricing .calculations td {
	background: none;
	padding: 2px 0;
}

.ProductPricing .calculations .finalprice td { vertical-align: bottom; }
.ProductPricing .calculations .finalprice .price { font-size: 12px; }



/* Dropdown menu to select sub-categories */

#CategorySelect {
	background: #f3f3f3;
	border: 1px solid #ccc;
	margin: 4px 0;
	padding: 2px 0;
	clear: both;
	width: 560px;
}

#CategorySelect select, #CategorySelect input, #CategorySelect label {
	margin: 0;
	padding: 0;
	float: left;
}

#CategorySelect input { margin: 1px 0 0 4px; }

#CategorySelect label { padding: 4px; }


/* Margins for Breadcrumbs section @ top of the page */
#Breadcrumbs { margin: 6px 0; }


/* Paging Navigation */


.PagingResults {
	float: left;
	text-align: left;
	padding: 4px 0 10px 0;
}

.PagingNav {
	padding: 4px 0 10px 0;
	text-align: right;
	float: right;
}

.PagingNav ul {
	margin: 0;
	padding: 0;
	display: inline;
}

.PagingNav ul li {
	list-style: none;
	display: inline;
	padding: 0 2px;
}

.PagingNav ul li.current { font-weight: bold; }

.PagingNav ul li.ViewAll {
	border-left: 1px solid #000;
	margin-left: 6px;
	padding-left: 9px;
}

.PagingNav a:link, .PagingNav a:visited { color: #000; }
.PagingNav a:hover, .PagingNav a:active { color: #999; }


/* Footnotes @ bottom of the page */
.footnotes {
	width: 100%;
	margin: 10px 0;
	padding: 0;
	clear: both;
}

.footnotes ul, .footnotes ul li {
	margin: 2px 0;
	padding: 0;
	list-style: none;
}
