#tabs {
	padding:0px 1% 3px 1%;
	float:left;
	clear:both;
	width: 98%;
	background-color: #ddd;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 45px;
 	width: 100%;
}
ul.tabs li {
		float: left;
		margin: 0;
		padding: 0;
		height: 45px;
		width: 87px;
		line-height: 45px;
 		border-left: none;
		margin-bottom: -1px;
		overflow: hidden;
		position: relative;
		border-right: 1px solid #fff;
}
ul.tabs li a {
		text-decoration: none;
		color: #454545;
		display: block;
		font-size: 14px;
		font-weight:bold;
 		outline: none;
 		cursor:pointer;
		background: #ddd;
		text-align: center;
}
ul.tabs li a:hover {
		background: #666;
		color:#fff;
}
 	
ul.tabs li.active, html ul.tabs li.active a,  html ul.tabs li.active a:hover  {
		background: #fff;
		color:#363333;
		border-top: 2px solid #da751b;
}
	
.tab_container {
 	overflow: hidden;
	clear: both;
	float: left; 
 	background: #fff;
	padding: 15px 20px 10px 20px;
	width: 85.5%;
 }
.tab_content {
	padding: 10px 0;
	font-size: 12px;
	background: #fff;
}

.gray_border {
	width: 100%;
	height: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DCDCDC;
}
ul.tags {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	float: left;
}
.tags li {
	float: left;
	padding: 0px 5px;
	margin: 0px;
	list-style-type: none;
	line-height: 25px;
}
.tags li a {
	float: left;
}



@media only screen and (min-width: 1000px){}
@media only screen and (min-width: 768px) and (max-width: 999px){
	
#tabs {
	padding:0px 1% 3px 1%;
	width: 98%;
}
ul.tabs li {
		float: left;
		margin: 0;
		padding: 0;
		height: 45px;
		width: 64px;
		line-height: 45px;
 		border-left: none;
		margin-bottom: -1px;
		overflow: hidden;
		position: relative;
		border-right: 1px solid #fff;
}
.tab_container {
 	overflow: hidden;
	clear: both;
	float: left; 
 	background: #fff;
	padding: 15px 15px 0px 15px;
	width: 85%;
}



}


@media only screen and (min-width: 480px) and (max-width: 767px){

#tabs {
	padding:0px 0 3px 0;
	width: 100%;
}
ul.tabs li {
		float: left;
		margin: 0;
		padding: 0;
		height: 45px;
		width: 100px;
		line-height: 45px;
 		border-left: none;
		margin-bottom: -1px;
		overflow: hidden;
		position: relative;
		border-right: 1px solid #fff;
}
.tab_container {
 	overflow: hidden;
	clear: both;
	float: left; 
 	background: #fff;
	padding: 15px 15px 20px 15px;
	width: 93%;
}

	
}


@media only screen and (max-width: 480px){
	
	
}

















	