.top_bar {
	background: white;
	border-bottom: 1px solid #E5E5E5;
	color: #888;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	line-height: 80px;
	letter-spacing: 2px;
	width: 100%;
}



.stuck {
	position: fixed;
	top: 0;
}

/**
 * FOOTER
 *
 * -------------------------------------------------------------------------------------------------
 */
/**
 * TABS
 *
 * -------------------------------------------------------------------------------------------------
 */
.tabs > DIV {
	/*border-top: 1px solid #c7c7c7*/
	margin-top: 10px;
}

.tabs > DIV H3 {
  color: #7D7D7D !important;
    font-family: arial;
    font-size: 12px;
    font-weight: 300;
   }

.tabs LI {
  background: none repeat scroll 0 0 #E0E0E0;
    border-bottom: 4px solid #E5E5E5;
}


.tabs LI:hover {
	background: #D20010 ;
	border-bottom: 4px solid #b10309 ;
}

.tabs LI:hover A {
	color: white;
}

.active {
 background: none repeat scroll 0 0 #D20010!important;
    border-bottom: 4px solid #b10309!important;
}

.active A {
	color: white !important;
}


.link {
	color: white;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 48px;
	margin-top: 20px;
	text-decoration: none;
}

.link:hover {
	text-decoration: underline;
}

.anchorLink {
	border-bottom: 1px dashed white;
}

.anchorLink:hover {
	text-decoration: none;
}

.screenshot {
	position: absolute;
	clip: rect(0 0 0 0);
}

.prev,
.next {
	background: white !important;
	color: #a0cac0 !important;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.prev:hover,
.next:hover {
	background: #a0cac0 !important;
	color: white !important;
}

