
.tabbed{
	margin: 25px 0;
	width:720px;
}

.tabbed:before,
.tabbed:after{
    content: " ";
    display: table;
}

.tabbed:after{
	clear:both;
}

.tabbed ul{
	margin:0;
	padding:0;
}

.tabbed ul li{
	list-style:none;
	display:inline;
	margin:0;
	float:left;
}

.tabbed li:first-child a{
	border-left:solid 1px #DDD;
}

.tabbed li a{
	padding: 8px 18px;
	color: #2f6ecc;
	margin:0;
	display:block;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,e5e5e5+100 */
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7f7f7 0%,#eaeaea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f7f7f7 0%,#eaeaea 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f7f7f7 0%,#eaeaea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */

	border-top:solid 1px #DDD;
	border-bottom:solid 1px #DDD;
	border-right:solid 1px #DDD;
}

.tabbed li.inactive a:hover,
.tabbed a:hover{
	background: #dcdbe0;
	text-decoration:none;
	filter: none !important;
}

.tabbed li.active a{
	background: #FFFFFF !important;
	filter: none !important;
	color: #DC4405;
	font-weight:bold;
	border-top: solid 1px #DC4405 !important;
	border-bottom:solid 1px #FFF;
}

.tabbed ul li ul li{
	display:none;
}


//Tabbed Images

.tabbed-images{
	margin: 25px 0;
	width:720px;
}

.tabbed-images{
	text-align:center;
}

.tabbed-images:before,
.tabbed-images:after{
    content: " ";
    display: table;
}

.tabbed-images:after{
	clear:both;
}

.tabbed-images ul{
	margin:auto;
}

.tabbed-images ul li{
	list-style:none;
	display:inline;
	text-align:center;
	margin:0 15px;
}

.tabbed-images li img{
	border-bottom: solid 4px #FFF !important;
}

.tabbed-images li.active img{
	border-bottom: solid 4px #DC4405 !important;
}


