/* Catalog Title Bar */
.narrow_head_new{	
	width:100%;/*680px;*/	
	/*background: url('../images/narrow_head_bg.png') center repeat-x;	*/
	margin:0px 0px 0px -2px;	
	padding:0;
	float:left;
	font-size:12px;	
	font-weight:bold;	
	/*color:#000;		
	border-radius: 14px;   
	-moz-border-radius: 14px;   
	-webkit-border-radius: 14px;*/
}

.narrow_head_new span.category_name{	
	width:400px;	
	padding:10px 20px;	
	margin:0px 0px;	
	font-size:13px !important;	
	font-weight:bold;	
	/*color:#000;*/	
	float:left;	
	/*border-radius: 14px 14px 14px 0;   
	-moz-border-radius: 14px 14px 14px 0;   
	-webkit-border-radius: 14px 14px 14px 0;*/
}

.narrow_head_new span.item_count{	
	width:110px;	
	padding:10px 20px;	
	/*background: url('../images/narrow_head_span_bg.png') center repeat-x;	*/
	margin:0px 0px;	
	font-size:13px !important;	
	font-weight:bold;	
	/*color:#000;*/	
	float:right;	
	text-align:right;	
	/*border-radius: 14px 14px 14px 0;   
	-moz-border-radius: 14px 14px 14px 0;   
	-webkit-border-radius: 14px 14px 14px 0;*/
}

/* Catalog listing */
#catalogcellbackground {
	background-color:#fff;
	height:150px;
	border-radius: 0 !important;   
	-moz-border-radius: 0 !important;   
	-webkit-border-radius: 0 !important;   
	/*border: 1px solid;*/
}

#catalogimage {	
	float:left;
	position:relative;
	width:25%; 
	height:auto !important;
	margin:0 !important;
}

.showpdf{
	width:16px !important;
	height:16px !important;
	position:absolute !important;
	bottom:8px !important;
	right:15px !important;
	
}

.showpdf img{
	border:0 !important;
	padding:0 !important;
	margin:0 !important;
}

.item_number{	
	color: #000000;    
	display: block;    
	float: left;    
	font-size: 12px;    
	font-weight: bold;	
	padding:5px;
}

#catNameProductGrid {
	width:60%;
	margin-left:26%;
	color: #000;	text-align: left;	width: inherit;
	padding:5px;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	width:70% !important;
	top:5px !important;
	bottom:auto !important;
	height:80% !important;
}

#catNameProductGrid .orderbutton{
	position:absolute !important;
	right:0 !important;
	bottom:0 !important;
	
}

#catNameProductGrid .orderbutton a, #catNameProductGrid .orderbutton a span{
	color:#BBCCD6 !important;
	background:none !important;
}

#catNameProductGrid .orderbutton a:hover{
	color:#A7B5BC !important;
}

#catNameProductGrid .orderbutton a img{
	border:none !important;
	width:36px !important;
	height:36px !important;
	margin-bottom:0 !important;
}

#catControls {
	display:none !important;
}

#categories li {
	margin:0 0px;		
	padding:10px 10px 6px 10px !important;		
	width:705px;		
	clear:both;
	background:#fff;		
	float:left;		
	border:0 !important;
	border-bottom: 1px solid #ccc !important;
}	

#categories a img {			
	margin:4px;			
	width:100px;			
	border-width:1px 2px 2px 1px;			
	border-color:#E0E0E0;			
	border-style:solid;		
}