/*#tabs {
	padding:0px;
	float:left;
	clear:both;
	width: 99%;
	margin-bottom:0px;
	text-align: left;
}
	
	ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	min-height: 45px;
 	width: 100%;
	background: #e3e3e3;
	}
	ul.tabs li {
		float: left;
		padding: 0;
		margin: 0 0 0 0px;
		min-height: 49px;
		line-height: 49px;
 		border-left: none;
		margin-bottom: -1px;
		overflow: hidden;
		position: relative;
		border-right: 1px solid #fff;
 	}
	ul.tabs li a {
		text-decoration: none;
		color: #302d38;
		display: block;
		font-size: 14px;
 		outline: none;
 		cursor: pointer;
		text-align: center;
		padding: 0px 25px;
		background-color: #e3e3e3;
		font-family: 'Open Sans' !important;
		font-weight: 600;
		text-transform: uppercase;
	}
	ul.tabs li a:hover {
 	}
 	
	html ul.tabs li.active, html ul.tabs li.active a,  html ul.tabs li.active a:hover  { 
		color:#454545;
		background-color: #eee;
		height: 50px;
 	}
	
	
.tab-container {
 	overflow: hidden;
	clear: both;
	float: left; 
	padding: 0px;
	width:100%;
 }
.tab-content {
	padding: 30px 25px 45px 25px;
	background: #eee;
}
	
.tab-content h4 { 
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
} 


@media only screen and (min-width: 768px) and (max-width: 999px){

ul.tabs li a {
	padding: 0px 10px 0px 10px;
}

}


@media only screen and (min-width: 480px) and (max-width: 767px){

#tabs {
	padding:0px;
	float:left;
	clear:both;
	width: 99%;
	margin-bottom:0px;
	margin-top: 10px;
	border: 1px solid #eee;
}
.tab-container {
 	overflow: hidden;
	clear: both;
	float: left; 
	padding: 20px 15px 10px 15px;
	width: 93%;
	background-color: #fff;
}
.tab-content {
	padding: 5px;
	font-size: 14px;
	background: #fff;
}



}


@media only screen and (max-width: 479px){

#tabs {
	padding:0px;
	float:left;
	clear:both;
	width: 98%;
	margin-bottom:0px;
	margin-top: 10px;
	border: 1px solid #eee;
	background: #f0f0f0;
}
.tab-container {
 	overflow: hidden;
	clear: both;
	float: left; 
	padding: 20px 15px 10px 15px;
	width: 89%;
	background-color: #fff;
}
.tab-content {
	padding: 5px;
	font-size: 14px;
	background: #fff;
}

ul.tabs li a {
	font-size: 12px;
	padding: 0px 8px 0px 9px;
}

}
	*/

#tabs {
    background-color: #EEEEEE;
    clear: both;
    float: left;
    padding: 0 1px 2px;
    width: 98%;
}
ul.tabs {
    float: left;
    font-family: 'Roboto',sans-serif;
    height: 43px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}
ul.tabs li {
    border-left: medium none;
    border-right: 1px solid #FFFFFF;
    float: left;
    height: 43px;
    line-height: 43px;
    margin: 0 0 -1px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 80px;
}
ul.tabs li a {
    background: none repeat scroll 0 0 #EEEEEE;
    color: #333333;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 600;
    outline: medium none;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
ul.tabs li a:hover {
    background: none repeat scroll 0 0 #454545;
    color: #FFFFFF !important;
}
ul.tabs li.last {
    border-right: 0 solid #FFFFFF;
}
ul.tabs li.active, html ul.tabs li.active a, html ul.tabs li.active a:hover {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 1px solid #19A3EB;
    color: #363333 !important;
}
.tab_container {
    background: none repeat scroll 0 0 #FFFFFF;
    clear: both;
    float: left;
    overflow: hidden;
    padding: 15px 20px 20px;
    width: 86%;
}
.tab_content {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 12px;
    padding: 10px 0;
}
.gray_border {
    border-bottom: 1px solid #DCDCDC;
    height: 10px;
    margin-bottom: 10px;
    width: 100%;
}
ul.tags {
    float: left;
    margin: 0;
    padding: 0 0 10px;
}
.tags li {
    float: left;
    line-height: 25px;
    list-style-type: none;
    margin: 0 5px 5px 0;
    padding: 0;
}
.tags li a {
    background-color: #F9F9F9;
    border-radius: 2px;
    color: #909090;
    float: left;
    font-size: 12px;
    padding: 2px 7px;
}
.tags li a:hover {
    background-color: #19A3EB;
    color: #FFFFFF;
}
@media only screen and (min-width: 1000px) {
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
ul.tabs li a {
    font-size: 11px;
}
ul.tabs li {
    width: 61px;
}
.tab_container {
    padding: 10px 9px 10px 10px;
    width: 90%;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
#tabs {
    padding: 0 0 3px;
    width: 100%;
}
ul.tabs li {
    border-left: medium none;
    border-right: 1px solid #FFFFFF;
    float: left;
    height: 43px;
    line-height: 43px;
    margin: 0 0 -1px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100px;
}
.tab_container {
    background: none repeat scroll 0 0 #FFFFFF;
    clear: both;
    float: left;
    overflow: hidden;
    padding: 15px 15px 20px;
    width: 93%;
}
}
@media only screen and (max-width: 479px) {
}
