#clothinglines .clothingline {
	float: left;
	width: 100%;
	clear: both;
	height: 199px;
	padding-bottom: 5px;
	background: url('/images/common/dottedline.gif') bottom left repeat-x;
	margin-bottom: 6px;
}
#clothinglines .last { background: none; }
#clothinglines .hoverbox {
	float: left;
	width: 447px;
	height: 194px;
	margin-right: 6px;
	margin-bottom: 6px;
	position: relative;
	display: inline;
	clear: both;
	background-position: -450px 0;
	background-repeat: no-repeat;
}
#clothinglines .hoverbox h1 {
	padding: 0;
	margin: 0 0 3px 0;
	cursor: pointer;
	text-transform: uppercase;
	color: #96b33c;
	font-size: 42px;
	line-height: 42px;
}
#clothinglines .hoverbox h1 a,
#clothinglines .hoverbox h1 a:hover {
	color: #96b33c;
	text-decoration: none;
}
	
#clothinglines .hoverbox h3 {
	clear: both;
	margin: 0;
	padding: 0;
	color: #98906f;
	font-size: 15px;
	font-style: italic;
	font-family: Georgia, 'Times new Roman', Times, sans-serif;
}
#clothinglines .hoverbox h3 a,
#clothinglines .hoverbox h3 a:hover { color: #98906f; text-decoration: none;}

#clothinglines .hoverbox .info {
	background: #fff;
	color: #96b33c;
	float: left;
	padding: 10px;
	padding-left: 6px;
	font-size: 42px;
	z-index: 4000;
	position: absolute;
	top: 0;
	left: 10px;
}

#clothinglines .link {
	position: relative;
	width: 447px;
	height: 120px;
	cursor: pointer;
}

/* overlay */
.hoverbox .overlay {
	float: left;
	background: #000000;
	position: absolute;
	top: 0;
	left: 0;
	height: 120px;
	width: 100%;
	z-index: 300;
	cursor: pointer;
}

.hoverbox .icon {
	height: 72px;
	width: 72px;
	position: absolute;
	z-index: 301;
	top: 24px;
	left: 351px;
	background: url('/images/clothinglines/enter_icon.png') top left no-repeat;
	*background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/clothinglines/enter_icon.png',sizingMethod='scale');
	cursor: pointer;
}



/*
 * Photos
 */
#clothinglines .photos {
	float: left;
	width: 447px;
	height: 194px;
	display: inline;
	position: relative;
	margin-bottom: 6px;
}
#clothinglines .photos .photo,
#clothinglines .photos .photo img {
	float: left;
	width: 145px;
	height: 194px;
	display: inline;
	position: relative;	
}
#clothinglines .photos .photo { margin-right: 6px; }
#clothinglines .photos .last { margin: 0; }

/*
 * Designs
 */
#clothinglines .designs {
	position: absolute;
	top: 124px;
	left: 0;
	width: 447px;
	padding-top: 8px;
	background: url('/images/common/dottedline.gif') -2px 0 repeat-x;
}
#clothinglines .designs .padder { padding-left: 3px; }
#clothinglines .designs .design {
	float: left;
	width: 62px;
	height: 62px;
	display: inline;
	position: relative;
	margin: 0 1px 0 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
}
#clothinglines .designs .odd { background-color: #fff; }
#clothinglines .designs .last { margin: 0; }
 
