@charset "utf-8";
/* styles for the category list pages */

/* ---------- standard styles ---------- */

#mainContent p {
	line-height:144%;
	margin:0.5em 0;
}

#mainContent h1 {
	font-size:150%;
}

#mainContent h3 {
	margin:0.75em 0;
}

/* ---------- header styles ---------- */

.listHeader {  /* h2 */
	display:block;
	padding:5px 8px 15px 11px;
	margin-top:1.5em;
	background:#f4f1d8 url(../images/gui/blue_gradient_background.jpg) repeat-x left top;
	font-size:113%;
	color:#fff;
	text-decoration:none;
}

.popularProductListHeader {  /* h2 */
	font-size:113%;
}

.category {  /* h3 */
	color:#0063a6;
	margin-top:-1px;
	padding:10px 0;
	border-top:1px solid #000;
	font-size:110%;
	clear:both;
}
.category a.abtheraLink{
	   color:#3ea301;
}

.categoryPara {
	padding-bottom:10px;
}

/* ---------- utility links ---------- */

.viewAllLink {
	display:block;
	float:left;
	width:310px;
	margin:18px 0 10px 0;
}

.browseByLink {
	display:block;
	float:right;
	width:160px;
	text-align:right;
	margin:18px 0 10px 0;
}

/* ---------- category list ---------- */

#categoryList {
	float:left;
	width:532px;
	padding:0 14px 6px 14px;
	background-color:#f4f1d8;
}
#categoryList p {
	color:#6f6f6f;
}
#categoryList a {
	color:#0063a6;
	text-decoration:none;
}
.categoryImage {
	float:left;
	margin-bottom:10px;
	padding:0 19px 0 6px;
}

.subCategoryLinks {
	padding-top:5px;
}

/* ---------- popular items list ---------- */

#popularProductList {
	float:left;
	width:518px;
	padding:14px 20px 14px 20px;
	margin-top:16px;
}

.popularProduct {
	float:left;
	width:154px;
	line-height:138%;
}

.popularProduct.left,
.popularProduct.middle {
	margin:10px 28px 0 0;
}

.popularProduct.right {
	margin-top:10px;
}

.popularProductHeader {
	font-size:100%;
}

.popularProductLink {
	text-decoration:none;
}

.popularProductImage {
	padding-bottom:5px;
}

.popularProductTitle {
	text-decoration:underline;
}

/* ---------- sub-category styles ---------- */

.introCopy {
	padding-bottom:20px;
}

.heroImage {
	padding-bottom:15px;
}

