/* @group Breadcrumbs */
#breadcrumbs {}
	#breadcrumbs li {
		display:inline;
		font-size:10px;
		font-family:Arial;
		color:#666666;
	}
	#breadcrumbs li a {
		color:#666666;
		font-weight:bold;
	}
	#breadcrumbs li a:hover, #breadcrumbs li a:active {
		color:#45A2D1;
	}

/* @end */
#category_content {
	float:left;
	padding-top:20px;
}
#category_content h2.products{
	clear:both;
}
#category_content h2.collections{
	clear:both;
}
#category-flash{
	margin-bottom:20px;
}

/* @group Side Nav */

h1.women,
h1.women span {
	background:url('../img/common/headings/h1-women.png') top left no-repeat;
	width:88px;
	overflow:hidden;
}
/* added by Cognizant - begin */
h1.men,
h1.men span {
	background:url('../img/common/headings/h1-men.png') top left no-repeat;
	width:88px;
	overflow:hidden;
}
h1.men{
	margin:0 0 28px 0;
}
h1.kids,
h1.kids span {
	background:url('../img/common/headings/h1-kids.png') top left no-repeat;
	width:88px;
	overflow:hidden;
}
h1.kids{
	margin:0 0 28px 0;
}

/* added by Cognizant - End */
h2.collections,
h2.collections span {
	background:url('/keds/img/common/headings/h2-collections.png') top left no-repeat;
	width:142px;
	font-size:8px;
	margin:0;

}
h2.products,
h2.products span {
	background:url('../img/common/headings/h2-products.png') top left no-repeat;
	width:78px;
	font-size:8px;
	margin:0;
}
h2.styles,
h2.styles span {
	background:url('../img/common/headings/h2-styles.png') top left no-repeat;
	width:67px;
	font-size:8px;
}
h2.shop-by,
h2.shop-by span {
	background:url('../img/common/headings/h2-shop-by.png') top left no-repeat;
	width:67px;
	font-size:8px;
}

h2.featured-looks,
h2.featured-looks span {
	background:url('/keds/img/common/headings/h2-featured-looks.png') top left no-repeat;
 	width:142px;
	font-size:8px;
}


#category_sideNav {
	padding-top:2px;
}
#category_sideNav h1{
	margin:0 0 28px 0;
}
#category_sideNav h3 {
	padding:0;
	margin:0;
	font-size:12px;
	color:#333333;
}
#category_sideNav p {
	padding:3px 0 0 10px;
	margin:0;
	font-size:11px;
}
#category_sideNav {}

#category_sideNav ul {
	padding:5px 0 0 0;
	background:url(../img/common/dotted-line-grey.png) top repeat-x;
	position:relative;
	margin-right:30px;
}
#category_sideNav li {
	padding-bottom:8px;
	margin-bottom:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans;
	color:#666666;
	background:url(../img/common/dotted-line-grey.png) bottom repeat-x;
}
#category_sideNav li p{
	font-family:Georgia, Times, serif;
	font-style:italic;
}
#category_sideNav li a {
	padding:3px 0 1px 10px;
	display:block;
	color:#333333;
	background:url(../img/common/icon/arrow_category_up.png) left center no-repeat;
}
#category_sideNav li a:hover, #category_sideNav li a:active {
	color:#45A2D1;
	background:url(../img/common/icon/arrow_category_over.png) left center no-repeat;
}

/* @end */

/* @group Product Filters */

#product-filters li {
	
	background:url('../img/common/dotted-line-vert-grey.png') top right no-repeat;
	padding-right:10px;
	color:#333333;
	font:11px Arial, Helvetica, sans;
	text-transform:uppercase;
}
#product-filters li.last{
	background:none;
}
#product-filters li a {
	padding:0;
	color:#333333;
	font:11px Arial, Helvetica, sans;
	text-transform:uppercase;
}
#product-filters li a:hover, 
#product-filters li a:active{
	color:#45A2D1;
}

#product-filters li.current a{
	color:#1E3C70;
}
#product-filters span { 
	text-align:right;
}

/* @end */

/* @group Product Grid */

.paging{
	font:11px Arial, Helvetica, sans;
	text-align:right;
}
.paging span{
	padding:0 5px;
}
.paging .view-all {
	padding-left:10px;
	background:url('../img/common/dotted-line-vert.png') top left repeat-y;
}
.product-grid-wrapper{
	background:url('../img/common/dotted-line-grey.png') top left repeat-x;
	margin-top:10px;
}
.product-grid {
	font:bold 12px Arial, Helvetica, sans;
	background:url('../img/common/dotted-line-vert.png') top left repeat-y;
}
	.product-grid li{
		background:url('../img/common/product-cell.png') bottom right no-repeat;
		width:177px;
		height:240px;
		float:left;
		text-align:center;
	}

	.product-grid .product-wrap{
		padding:5px;
		position: relative;
		float:left;
		
	}
	.product-grid .product-title{
		margin-bottom:10px;
	}
	.product-grid .product-title a{
		color:black;
	}
	.product-grid .product-price{
		color:#1e3c70;
	}

.back-to-top{
	margin:20px 0;
}
.back-to-top, 
.back-to-top a{
	background:url('../img/common/back-to-top.png') top left no-repeat;
	text-indent:-999em;
	width:85px;
	height:10px;
	display:block;
}
.back-to-top a:hover{
	background-position:-85px 0;
}

/* @end */
