@CHARSET "ISO-8859-1";

#bottomSection{
	/* to fix IE 6/7 layering issue */
	z-index:1;
}

#midSection{
	/* to fix IE 6/7 layering issue */
	z-index:2;
}

.catalogArea{
		border: solid 1px #D0D0D0;	
		margin-bottom:15px;	
		margin-top:15px;
                padding:0px 0px 10px 0px;
		width: 766px;
		background-color: #F0F0F0;

}

.catHeader{

			background: url(/images/grayHeader.gif) 0px 0px repeat-x;
			height: 24px;
			border: solid 1px #000000;	
			margin-top:20px;			
}

#catSubHead{
		position:relative;
		margin: 10px auto 0px;
		width:735px;
		height: 25px;
}

.catSubHeadTitle{
		color: #000000;
		font-size: 16px;
		font-family: Trebuchet MS;
		font-weight: bold;
		text-align: left;
		overflow:hidden;
		float: left;
}



#catDropDown{
		position:relative;
		float:right;
		z-index:10;
}

.catGroup{
	margin: 0px auto;
	width:735px;
}


	
.catHeaderContent{
		color: #ffffff;
		font-size: 14px;
		font-family: Trebuchet MS;
		font-weight: bold;
		display: block;
		text-align: center;
		float: left;
		padding: 4px 0px 0px 8px;
}

.catItems{
		position:relative;
		margin-top:4px;
		width:735px;

}

.catItem{
		margin-bottom:10px;
		height:110px;
		display:block;
}

.catItemLeft{
		position: relative;
		border: solid 1px #D0D0D0;
		background-color:#ffffff;
		float:left;
		width:110px;
		height:100%;
		text-align:center;
		cursor: pointer;
}

.catItemLeftLink {
	display: block;
	height: 100%;
	width: 100%; 
}

.catItemPhoto {
	top:5px;
	margin:5px auto 0px;
	border: none;
	text-align:center;
}

.catItemLeftBot{
	position: absolute;
	display:block;
	top:85px;
	left:10px;
	border: none;
	text-align:center;
	width:100%;
}

.catItemZoom{
	position: absolute;
	display:block;
	left:0px;
	border: none;
	text-align:left;
}

.catItemZoomTxt{
	position:relative;
	top:-3px;
	color: #42627b;
	font-size: 12px;
	font-family: Trebuchet MS;
	font-weight: bold;
	text-align: left;
}


.catItemMoreInfoTxt{
	color: #42627b;
	font-size: 12px;
	font-family: Trebuchet MS;
	font-weight: bold;
	text-align: left;
}


.catItemLeft a, a:link, a:visited, a:hover, a:active,a:focus{
	border:0;
	text-decoration:none;
	
}

.catItemRight{
		position:relative;
		background-color:#ffffff;
		margin-left:10px;
		border: solid 1px #D0D0D0;
		float:right;
		width:610px;
		height:100%;
	
}


.catItemTitle{
		padding:10px;
		color: #42627b;
		font-size: 12px;
		font-family: Trebuchet MS;
		font-weight: bold;
		text-align: left;
		display:block;
		padding: 10px 10px 0px 10px;
		cursor: pointer;
}

.catItemDesc{
		position:relative;
		top: 0px;
		height:40%;
		width: 575px;
		display:block;
		overflow:hidden;
		color: #000000;
		font-size: 12px;
		font-family: Trebuchet MS;
		text-align: left;
		padding: 5px 10px 10px 10px;
		
}

.catNormal{
	font-weight:normal;
	color:#000000;
}

#popImageWrapper{
		position:absolute;
		top:100px;
		left:100px;
		visibility:hidden;
		background-color: #ffffff;
		width:420px;
		height:315px;
		z-index:100;
		border: solid 3px #D0D0D0;	
		
}

#imagePopper{
		width:100%;
		height:100%;	
}

.imageClose{
		position:absolute;
		right:5px;
		top:5px;
		cursor: pointer; 
}

.catImageDiv{
		position:absolute;
		width:400px;
		height:300px;
		top:10px;
		left:10px;
}
	