/*
	#000000;



	#8B9CAA;
	#999999;

	#B4B2AD;

	#CD1619;
	#ffffff;
*/


/*
this stylesheet contains specific styles for:

department top - collections.asp
department - celano.asp
product - celano_product_01.asp
*/
.collectionNav{
	width:143px;
	height: 100%;
	overflow: hidden;
	float: left;
	margin:14px 0 0 0;
	display:block;
}
.collectionList{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-decoration: none;
	color: #000000;
	padding:0;
	margin: 0;
}
.collectionList li{
	list-style-type: none;
	clear: left;
}
.collectionList .cLNumber {
	color: #8B9CAA;
	width: 30px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.collectionList a {
	text-decoration: none;
	color: #000000;
	margin: 0;
	padding: 0;
	float: left;
	font-weight:normal;
}
.collectionList a:hover {
	font-weight:bold;
	text-decoration: none;
	/*color: #8B9CAA;*/
}
.collectionList a.sub-list:hover {
	color: #CD1619;
	font-weight: normal;
	text-decoration: none;
	/*color: #8B9CAA;*/
}

.mainContent {
	margin-top: 10px;
	float: left;
	width: 837px;
	overflow: hidden;
}

.mainContent-gallery {
	margin-top: 10px;
	float: left;
	width: 980px;
	overflow: hidden;
}


/*  DEPT LEVEL  */
.collectionsGrid{
	MARGIN: 0px; 
	PADDING: 0 0 0 0;
}
.collectionsGrid li{
	PADDING: 0 0 0 0; 
	LIST-STYLE-TYPE: none; 
	MARGIN: 0; 
	FLOAT: left; 
}
.collectionsGrid img{
	BORDER: solid 0 #000000;
	MARGIN: 0 0 10px 13px; 
	PADDING: 0 0 0 0;
}
.collectionsGrid img:hover{			
	FILTER: alpha(opacity=90); opacity: 0.9
}



/*  PRODUCT LEVEL  */
.collectionTop{
    float: left;
    padding: 0 0 26px 0;
    margin: 0 0 10px 13px;
    border-bottom: solid 1px #999999;
}
.collectionNumber {
	WIDTH: 187px; 
	DISPLAY: block; 
	FLOAT: left; 
	HEIGHT: 130px;
	font-family: "Times New Roman", Times, serif;
	font-size: 130px;
	font-weight: normal;
	color: #e2e0e0;
	margin-top: -18px;
}
.collectionText {
	width: 624px;
	font-size: 2em;
	color: #B4B2AD;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	margin: 0 0 0 13px;
	font-weight: normal;
}
.collectionText p{
	padding: 0;
	margin: 0;
}
.collectionText strong {
	color: #CD1619;
	font-weight: normal;
}
.collectionHeroImage img {
	/*border-top: solid 1px #999999;*/
    clear: both;
	margin: 0 0 10px 13px;
	padding: 0 0 0 0;
}
.collectionGrid{
    clear: both;
	PADDING: 0 0 0 0; 
	MARGIN: 0 0 0 2px;
}
.collectionGrid li{
	PADDING: 0 0 0 0; 
	LIST-STYLE-TYPE: none; 
	MARGIN: 0 0 0 11px; 
	WIDTH: 156px; 
	FLOAT: left; 
}
.collectionGrid LI P {
	BORDER-TOP: #8b9caa 1px solid; 
	BORDER-BOTTOM: solid 1px #8b9caa; 
	PADDING: 5px 0 8px 0; 
	HEIGHT: 35px; 
	COLOR: #8b9caa; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 0.6em; 
	FONT-WEIGHT: bold; 
}
.collectionGrid img{
	MARGIN: 0 0 10px 0;
	PADDING: 0 0 0 0; 
	BORDER: solid 0 #000000; 
}
.collectionGrid img:hover{			
	opacity: 0.9; 
	filter: alpha(opacity=90);
}


/*  PAGES WITH CONTENT ON USE THIS */
.bodyText{
	padding:0 0 30px 0;
}
.bodyText p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.bodyText form{
	width:400px;
}
.bodyText form label{
	font-size: 0.8em;
	display:block;
	width:150px;
	float:left;
	margin:0 0 10px 0;
}
.bodyText form .text{
	font-size: 0.8em;
	background-color:#ffffff;
	border:solid 1px #999999;
	float:left;
	margin:0 0 10px 0;
}
.bodyText form p{
	float:left;
}
.bodyText form .submit{
    clear:left;
	font-size: 0.8em;
	background-color:#ffffff;
	border:solid 1px #999999;
	float:left;
	margin:0 0 10px 150px;
}