h2 {
	font-size:13px;
	color:#2B2B2B;
	font-weight:bold;
	margin:0 0 15px 0;
}

.enlarge {
	text-decoration:none; font-size:10px; color:#969696;
}


/* Category */

.catDescriptionCont {
	background:#EFEFEF;
	margin:0 0 19px 0;
}


.catDescription {
	padding:17px;
	float:right;
	width:322px;
}

.catDescriptionCont img {
	display:block;
}

.catDescriptionCont .clear {
	margin:-1px 0 0 0;
}


/* Products Listings */

#sizeSearch {
	float:right;
	height:32px;
	padding:0 10px;
	line-height:32px;
	background:#EFEFEF;
	color:#505151;
	font-weight:bold;
	margin:-8px 0 9px 0;
}

#sizeSearch input, #sizeSearch select {
	vertical-align:middle;
	margin:0 0 0 8px;
}

#sizeSearch select {
	width:68px;
	font-size:12px;
	color:#505151;
}

.productContainer {
	float:left;
	border:1px solid #E3E3E3;
	width:322px;
	height:163px;
	padding:6px 9px 0;
	margin:0 0 28px 0;
	font-size:11px;
	line-height:15px;
}

.productContainerRight {
	float:right;
}

.productContainer h2 {
	border-bottom:1px dotted #BFBFBF;
	font-size:13px;
	padding:0 3px 5px;
	margin:0 -3px 11px;
}

.productContainer h2 a {
	color:#2B2B2B;
}

.productContainer h2 a:hover {
	color:#0171B9;
}

.productsListIMG {
	float:left;
}

.productsListIMG td {
	width:142px;
	height:120px;
	padding:0 11px 0 0;
	text-align:center;
	vertical-align:middle;
}

.productsListDesc {
	overflow:hidden;
	height:110px;
	padding:5px 0 5px 0;
}

#content .productContainer p {
	color:#939091;
	margin:0 0 12px 0;
}

.size {
	margin:0 0 11px 0;
	display:block;
}

.productContainer .viewProductLink {
	margin:0;
}


/* Product View */

#productDetails {
	float:left;
	width:350px;
}

.productOptions td {
	padding:0 5px 5px 0;
	vertical-align:middle;
}

.productOptions select {
	width:80px;
}

.addCart {
	font-size:13px;
	font-weight:bold;
	float:left;
	padding-bottom:2px;
}

.addCart a {
	background-position:0 3px;
}

#productImages {
	float:right;
	width:302px;
	margin:0 0 10px 0;
	color:#939091;
	font-size:11px;
	line-height:26px;
}

.productExtraThumb {
	margin:0 16px 16px 0;
}

.productExtraThumbRight {
	margin-right:0;
}

