/* =category pages maincontent
-------------------------------------------------------------- */
/*layout adjustment */
.wrap {
	1padding-left: 103px;
	1width: 874px;
}
.maincontent {
	width: 690px;
	margin-left: -117px;
}

/* page elements */

.pagehead {
	text-align: center;
}
.pagehead h2 {
	margin: 30px auto 10px auto;
	width: 285px;
}
.mens h2 {width: 286px;}
.womens h2 {width: 295px;} 
.kids h2 {width: 340px;} 
.le h2 {width: 439px;}
img.title {
	margin: 0;
}
img.viewall {
	float: right;
	margin-top: -25px;		/*eric*/
	margin-right: -110px;	/*eric*/
	position: relative;
	z-index: 1;
}


.pagefoot {
	text-align: center;
	clear: left;
	margin-bottom: 25px;	/*eric*/
}

/* =products */
ul.products {
	list-style: none;
	margin: 20px 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	float:left;
	width: 650px;
}

.products li {
	float: left;
	width: 108px;
	position: relative;	
	height: 215px;
}

.products img {
	margin: 0 0 10px 0;
}

.products h3 {
	font-size: 1.2em;
	margin: 0 0 1px 0;
}
.products p {
	font-size: 1.1em;
	margin: 0 0 3px 0;
}
.products h3, .products h3 a {
	color: #cc0000;
}
.style, .style a {
	color: #353f46;
	margin-bottom: 5px;
}

.price{
	color: #637988;
	font-weight: bold;
	font-size: 1em;
}

.addtocart input.add {  
	vertical-align: middle;  
	float: left;
	position: static; 
}

.addtocart img {
	float: left;
} 

/* chooser */
.chooser img {
	margin-right: -10px;
}