.tabs-h2{
	font-size: 160%;
	line-height: 1.75em;
	color: #930;
	font-weight: bold;
}

.tabs-h3{
	font-size: 148%;
	line-height: 1.75em;
	color: #c17d62;
}



.icon{
	background-image: url(../images/hotcase/icon.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 10px;
	padding-left: 45px;
	left: 40px;
	height: 55px;
	line-height: 55px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.current{
	background-image: url(../images/hotcase/icon-hover.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 10px;
	padding-left: 45px;
	left: 40px;
	height: 55px;
	line-height: 55px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #99CC00;
	background-color: #333;
	
}
.icon:hover{
	background-image: url(../images/hotcase/icon-hover.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 10px;
	padding-left: 45px;
	left: 40px;
	height: 55px;
	line-height: 55px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #c17d62;
}

.icon2{
	background-image: url(../images/hotcase/icon2.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 10px;
	padding-left: 45px;
	left: 40px;
	height: 55px;
	line-height: 55px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.icon2:hover{
	background-image: url(../images/hotcase/icon2-hover.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 10px;
	padding-left: 45px;
	left: 40px;
	height: 55px;
	line-height: 55px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #c17d62;
}

.icon3{
	background-image: url(../images/hotcase/icon3.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 10px;
	padding-left: 45px;
	left: 40px;
	height: 55px;
	line-height: 55px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.icon3:hover{
	background-image: url(../images/hotcase/icon3-hover.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 10px;
	padding-left: 45px;
	left: 40px;
	height: 55px;
	line-height: 55px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #c17d62;
}

.icon4{
	background-image: url(../images/hotcase/icon4.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 10px;
	padding-left: 45px;
	left: 40px;
	height: 55px;
	line-height: 55px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.icon4:hover{
	background-image: url(../images/hotcase/icon4-hover.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 10px;
	padding-left: 45px;
	left: 40px;
	height: 55px;
	line-height: 55px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #c17d62;
}

.icon5{
	background-image: url(../images/hotcase/icon5.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 10px;
	padding-left: 45px;
	left: 40px;
	height: 55px;
	line-height: 55px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.icon5:hover{
	background-image: url(../images/hotcase/icon5-hover.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 10px;
	padding-left: 45px;
	left: 40px;
	height: 55px;
	line-height: 55px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #c17d62;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 55px;
	width: 100%;
	line-height: 55px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}

ul.tabs li {
	float: left;
	cursor: pointer;
	height: 55px;
	color: #666;
	overflow: hidden;
	position: relative;
	line-height: 55px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding: 0px;
}

.tab_last {
	border-right: 0px solid #333;
}

ul.tabs li:hover {

}

ul.tabs li.active {
	color: #c17d62;
	display: block;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #c17d62;
}

.tab_container {
	border: 0px solid #DDDDDD;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	overflow: auto;
	text-align: left;
}

.tab_content {
	padding: 20px;
	display: none;
}

.tab_content p{

}


.tab_drawer_heading { display: none; }

@media screen and (max-width: 480px) {
	.tabs {
		display: none;
	}
	.tab_drawer_heading {
	color: #333;
	margin: 0;
	padding: 5px 20px;
	display: block;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
	}
	.d_active {
	color: #c17d62;
	}
}
