dl.faq-items dt {
	text-transform: none;
	margin-bottom: 10px;
	font-size: 16px;
	padding: 8px 8px 8px 30px;
	background-image: url('toggle-plus.png');
	background-position: 10px center;
	background-repeat: no-repeat;
	color: #643627;
	cursor:pointer;
	background-color: #E1D7D5;
	border-radius:4px;
}
dl.faq-items dt:hover {
	color: #8b523f;
}
dl.faq-items dt.active{
	background-image: url('toggle-minus.png') !important;
	background-position: 10px center;
	background-repeat: no-repeat;
}
.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
	background:#643627;
	border-bottom: 5px #E1D7D5 solid;
}

.tabs li{
	display: inline-block;
	margin:0;
	padding: 10px 20px 5px 20px;
	cursor: pointer;
		
	font-size:1.2em;
	line-height:2em;
	color:#FFF;
}

.tabs li:hover {
	background:#cfc3c0;
	}

.tabs li.current{
	background: #E1D7D5;
	color: #FFF;
}

.tab-content{
	display: none;
	background: #F7F6F4;
	padding: 15px;
			
	line-height:1.4;
}

.tab-content.current{
	display: inherit;
}

@media only screen and ( max-width: 400px ) {
    .tabs li {
        display: block;
    }
}
