.view-web-resource-category-detail table {
	width: 470px;
	margin-top: 10px;
}
.view-web-resource-category-detail table tbody,
.view-web-resource-category-detail table tbody td, 
.view-web-resource-category-detail table tbody th {
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	padding: 0;
}
.view-web-resource-category-detail {
	width: 470px;
	background: #fff;
}
.view-web-resource-category-detail ul {
	list-style-type: none;
	margin: 0;
}
.view-web-resource-category-detail li {
	line-height: 0;
	margin-bottom: 0;
}
.view-web-resource-category-detail .item-list ul.level-0 li.first div.header {
  display:none;
  height:28px;
  width: 470px;
  vertical-align:middle;
  font-size:100%;
  font-weight:700;
  color:#fff;
  background-color:#00447c;
  line-height:2.1em;
  padding-left: 10px;
  margin-bottom: 10px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  text-transform: uppercase;
}
.view-web-resource-category-detail .item-list ul.level-0 li ul.level-1 .header {
	  display:block;
  height:28px;
  width: 470px;
  vertical-align:middle;
  font-size:100%;
  font-weight:700;
  color:#fff;
  background-color:#00447c;
  line-height:2.1em;
  padding-left: 10px;
  margin-bottom: 10px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  text-transform: uppercase;
}

.view-web-resource-category-detail .item-list ul.level-0 li ul.level-2 {
}
.view-web-resource-category-detail .item-list ul.level-0 li ul.level-2 .header {
	color: #f26531;
	font-weight: 700;
	background-color: #ffffff;
	width: auto;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;	
  padding-left: 0;
  text-transform: uppercase;
}
.view-web-resource-category-detail .item-list ul.level-0 li ul.level-2 a {
	font-weight: 700;
}
.view-web-resource-category-detail .item-list ul.level-0 li ul.level-3 {
}
.view-web-resource-category-detail .item-list ul.level-0 li ul.level-3 .header {
	color: #f26531;
	font-weight: normal;
	background-color: #ffffff;
	width: auto;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;	
  padding-left: 0;
  text-transform: none;
}
.view-web-resource-category-detail .item-list ul.level-0 li ul.level-3 a {
	font-weight: normal;
}
.view-web-resource-category-subview .views-field-body,
.view-web-resource-category-subview .views-field-body a {
	margin-bottom: 10px;
	line-height: 1.3;
}
.view-web-resource-category-subview .views-field-content {
	line-height: 1.3;
}
.view-web-resource-category-detail .item-list ul.level-0 li .views-field-title {
	font-weight: 700;
	line-height: 1.3;
}
.view-web-resource-category-detail .item-list ul.level-0 li ul.level-2 .views-field-title {
	font-weight: normal;
	line-height: 1.3;
}

/* Sidebar active page link */
.region-sidebar-second-top .view-web-resource-category-list a.icon.icon-arrow.active {
	background: url(img/icon-arrow-gold.png) no-repeat left 4px;
	padding-left: 11px;
	font-weight: 700;
	color: #333333;
}