/* Toggle */

.aside {
	background:url(../images/aside.jpg) 0 0 no-repeat #8b1b1a;
	width:200px;
}

.list li {
	background:url(../images/article.png) 0 0 no-repeat;
	width:180px;
	height:50px;
	text-align:center;
}
.list li a {
	font-size:14px;
	line-height:60px;
}

.toggle {
	padding: 30px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #333;
}

.toggle h5 {
	font-size: 1em;
	margin-bottom: 10px;
}
.toggle .link {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
.toggle a {
	color: #020100;
	text-transform:uppercase;
	font-size:17px;
	text-decoration: none;
	text-shadow:1px 1px 0 #a12d30;
}
.toggle a:hover {
	color: #8c4601;
}
.toggle p {
	margin: 0 0 10px;
	padding: 0;
}

.toggle .trigger {
	background:url(../images/categ.png) 0 0 no-repeat;
	display:block;
	width:180px;
	height:60px;
	color: #ffff00;
	display: block;
	position: relative;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	font-weight:bold;
	line-height:75px;
	text-align:center;
}
.toggle .trigger:hover {
	color:#ffff8c;
}
.page-holder .toggle {
  padding-bottom: 8px;
}
.page-holder .toggle .trigger {
  padding: 11px 12px 11px 49px;
}
.toggle .trigger span {
	display: block;
	position: absolute;
	top: 12px;
	left: 10px;
	text-indent: -9999px;
	width: 15px;
	height: 16px;
	background-image: url(../img/toggle.png);
	background-repeat: no-repeat;
	background-position: 0 -2px;
}
/*.toggle .trigger:hover, .toggle .active {
	color: #333;
}*/
.toggle .active {
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: none;
}
.toggle .active span {
  background-position: 0 -18px;
}
.toggle .box {
  padding: 0;
}
.page-holder .toggle .box {
  padding: 20px 30px;
}
.toggle .box .link-wrapper, .tab .link-wrapper {
  display: block;
  position: relative;
  margin: 0 -30px 0 -30px;
  padding: 12px 30px 0 30px;
  border-top: 1px solid #dddcd3;
}
.toggle .box .link-wrapper:before, .tab .link-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  background: #efefeb;
}