.ncmaccordion {
	/* float:left; */
	width:100%;
	text-align:left;
}
.ncmaccordion .ncm_content {
	margin:0.4em 15px;
	padding:0;	
}
.ncmaccordion .ncm_header {
	clear:both;
	cursor:pointer;
	position:relative;	
	background-color:#45ab23;
	height:33px;
}
.ncmaccordion .ncm_firstitem .ncm_header {
	margin:0 8px;
}
.ncmaccordion .ncm_lastitem .ncm_header {
	height:27px;
}
.ncmaccordion .ncm_lastitem .ncm_footer {
	height:5px;
	margin:0 8px;
	padding:0px 3px;	
	position:relative;
	background-color:#45ab23;
}	
.ncmaccordion h3.ncm_title {
	color:#FFF;
	font-size:12px;
	line-height:30px;
	display:inline;
	z-index:2;
	position:relative;
	padding:0px 8px;
}
.ncmaccordion .ncm_firstitem h3.ncm_title {
	padding:0px;
}
.ncmaccordion .luc, .ncmaccordion .ruc, .ncmaccordion .llc, .ncmaccordion .rlc {
	display:block;
	width:8px;
	position:absolute;	
	top:0;
	overflow:hidden;	
	height:33px;
}
.ncmaccordion .luc {
	left:-8px;
	background:url(/PRODUCT_METADATA_0/Products/Phones/Common_elements/css_images/molecular/buttons_corners_icons_tabs_24bit.png) no-repeat -40px -184px;
}
.ncmaccordion .ruc {
	right:-8px;
	background:url(/PRODUCT_METADATA_0/Products/Phones/Common_elements/css_images/molecular/buttons_corners_icons_tabs_24bit.png) no-repeat -49px -184px;
}
.ncmaccordion .llc {
	height:5px;
	left:-8px;
	background:url(/PRODUCT_METADATA_0/Products/Phones/Common_elements/css_images/molecular/buttons_corners_icons_tabs_24bit.png) no-repeat -40px -295px;
}
.ncmaccordion .rlc {
	height:5px;
	right:-8px;
	background:url(/PRODUCT_METADATA_0/Products/Phones/Common_elements/css_images/molecular/buttons_corners_icons_tabs_24bit.png) no-repeat -49px -295px;
}
.ncm_grad {
	background:url(/PRODUCT_METADATA_0/Products/Phones/Common_elements/css_images/molecular/repeating_backgrounds_24bit.png) repeat-x 0 -267px;
	height:27px;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index:1;
}
.ncmaccordion .ncm_arrow {
	position:absolute;
	right:12px;
	top:12px;
	background: url(/PRODUCT_METADATA_0/Products/Phones/Common_elements/css_images/molecular/buttons_corners_icons_tabs_8bit.png) repeat-x -113px -10px;
	height:8px;
	width:8px;
	overflow:hidden;
	z-index:10;
}
.ncmaccordion .ncm_firstitem .ncm_arrow {
	right:4px;
}
.ncmaccordion .ncm_selected .ncm_arrow {
	background: url(/PRODUCT_METADATA_0/Products/Phones/Common_elements/css_images/molecular/buttons_corners_icons_tabs_8bit.png) repeat-x -113px -18px;
}
