@charset "utf-8";
/* CSS Document */
.catagory-pad .accordion{
	margin:0px;
	padding:0px;
}





.catagory-pad {
		float: left;
	width: 100%;
	margin: 0px;
}
.catagory-pad h1 {
	font-size: 17px;
	color: #000000;
	margin-bottom: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #364a61;
}
.catagory-pad h5 {
	cursor: pointer;
	float: left;
	background: #0066b7; /*width:203px;*/
	width: 100%;
	height: auto;
	margin-bottom: -8px !important;
	padding:10px;
	/*padding: 0 9px;*/
	min-height: 30px;
}
.catagory-pad h5:hover {
	cursor: pointer;
	float: left;
	background: #013e6e !important; /*width:203px;*/
	width: 100%;
	height: auto;
	
	
	/*padding: 0 9px;*/
	
	text-decoration:none;
}




.catagory-pad h5.ui-state-active span.img {
	float: left;
	width: 14px;
	height: 14px;
	background: url(../images/accordian-arrow.png) no-repeat -16px 0;
}
.catagory-pad h5 span.img {
	float: right;
	width: 14px;
	height: 14px;
	margin: 7px 0 0 0;
	background: url(../images/accordian-arrow.png) no-repeat;
}
.catagory-pad h5 a {
	color: #323232;
	float: left;
	overflow: hidden; /*text-overflow: ellipsis; white-space: nowrap;*/
	width: 180px;
}
.catagory-pad h5 p {
	font-size: 12px;
	color: #323232;
	float: left;
	margin: 7px 0 07px 0px;
	/*font-family: 'latoregular';*/
	line-height: normal;
	text-align: left;
}
.catagory-pad .ui-state-active {
	background: #013e6e !important;
	margin-bottom: 0;
}
.catagory-pad .ui-state-active a {
	color: #fff;
}
.catagory-pad .categoryitems { /*width:221px;*/
	width: 100%;
	height: auto;
	float: left;
}
.catagory-pad .categoryitems ul {
	float: left; /*width:221px;*/
	width: 100%;
}
.catagory-pad .categoryitems ul li {
	font-size: 12px;
	color: #fff;
	padding: 8px 5px 8px 5px; /*width:211px;*/
	width: 96%;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 0;
}
.catagory-pad .categoryitems ul li a {
	color: #797979;
}

.catagory-pad .categoryitems ul li{
	cursor: pointer;
	float: left;
	background: #dcddde; /*width:203px;*/
	width: 100%;
	height: auto;
	margin-bottom: 0px !important;
	padding:10px;
	/*padding: 0 9px;*/
	min-height: 30px;
	
}

.catagory-pad .categoryitems ul li a:hover {
	color: #013e6e !important;
	

}



 