/*
	productHub.css
	=============================================================
	This stylesheet is used to control the appearance of the 
	Product Hub and Product Category (ProductCategory.jsp) pages
	
	Latest revision: March 2006, S. Rashid
	=============================================================
*/


h2.hub {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #2a57a5;
	margin-bottom: 4px;
}

.hubContainer {
	width: 175px;
	padding: 0;
	margin: auto;
	border: 0;
}

.hubCaption {
	width: 90px;
	border: 0;
	margin: 0;
	padding: 0;
	float: left;
}

.hubPicture {
	width: 80px;
	margin: 0;
	padding: 0;
	border: 0;
	float: right;
}


/* .tagline >> used for the tagline under the description text for each product sub-category */
.tagline {
	font-size: 11px;
	margin-top: 10px;
	font-weight: bold;
}



/* Product category table specs */
table.products {
	width: 561px;
	border: 0;
	margin: 10px 0 0 0;
	padding: 0;
	border-collapse: collapse;
}
					
table.products td {
	width: 175px;
	border: 0;
	margin: 0;
	padding: 5px;
	
}

table.products tr.seperator td {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}


/* For product list w/ blue background at the bottom of the page */
.all_products {
	width: 550px;
	padding: 6px;
	background-color: #EEF3F9;
	float: left;
}

.prod_list {
	width: 550px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.prod_list li {
	width: 263px;
	background: url('/images/arrows/blue_doublearrow.gif') 0 0 no-repeat;
	padding: 0 0 0.6em 12px;
	margin: 0;
	line-height: 1.2em;
}

.prod_list a {
	color: #039;
	text-decoration: none;
}

.prod_list a:hover {
	color: #666;
	text-decoration: underline;
}

.prod_list li.col2 {
	margin-left: 275px;
}







/* Styles for ProductCategory.jsp page */

.prodCat {
	width: 100%;
	padding: 0 1px;
	margin: 0;
}

.prodCat h3 {
	font-size: 13px;
	padding: 4px 2px;
	border-bottom: 1px solid #000;
	margin: 0;
}

.prodCat table {
	width: 540px;
	margin: 0 0 32px 0;
	padding: 0;
}

.prodCat table td {
	width: 180px;
	padding: 0 0 10px 0;
	margin: 0;
	text-align: center;
	vertical-align: top;
}

.prodCat p.desc {
	font-size: 10px;
	width: 150px;
	text-align: left;
}

.prodCat .specs {
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 0;
}

.prodCat .specs ul {
	margin-left: 16px;
	padding-left: 16px;
}

.prodCat .specs ul li {
	margin-bottom: 2px;
	padding-bottom: 2px;
	font-size: 10px;
}

p.price {
	width: 80%;
	margin: auto;
}