/**
 * TABS
 *
 * -------------------------------------------------------------------------------------------------
 */

.qog-tabs { clear: both; }

.qog-tabs > DIV {
	/*border-top: 1px solid #c7c7c7*/
	margin-top: 10px;
//	background: white !important;
	/*border-bottom: 4px solid #E95855 !important;*/
}

.qog-tabs > DIV SPAN {
	border-bottom: 4px solid #686C5E !important;
	color: #ccc !important;
	font-weight: 300;
	line-height: 186px !important;
	display: block;
	text-align: center;
	font-size: 24px;
}

.qog-tabs UL.horizontal {
	list-style: none outside none;
	margin: 0;
	padding-left: 0 !important;
}

.qog-tabs LI {
	background: white;
	border-bottom: 4px solid #686C5E;
	margin: 0 10px 0 0;
	display: inline-block;
}

.qog-tabs LI.bus-stop-line{
	background: none;
	border-bottom: none;
	display: list-item;
}
.qog-tabs LI.bus-stop-line:hover{
	background: none;
	border-bottom: none;
}

.qog-tabs A {
	color: #ccc;
	display: block;
	font-size: 18px;
	font-weight: 300;
	padding: 14px 24px;
	text-decoration: none;
}

.qog-tabs LI:hover {
	background: #61C554;
	border-bottom: 4px solid #686C5E;
}

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

.qog-tabs .active {
	background: #47944C !important;
	border-bottom: 4px solid #61C554 !important;
}

.qog-tabs .active A {
	color: white !important;
}

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

.qog-tabs .link:hover {
	text-decoration: underline;
	color: inherit;
}

.qog-tabs .anchorLink {
	border-bottom: 1px dashed white;
	color: white;
	text-decoration: none;
}

.qog-tabs .anchorLink:hover {
	text-decoration: none;
	border-bottom: none;
	color: inherit;
}

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

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

.qog-tabs .prev:hover,
.qog-tabs .next:hover {
	background: #47944C !important;
	color: white !important;
}

.qog-tabs .logo {
	margin-top: -6px;
	margin-right: 10px;
	vertical-align: middle;
}

.qog-tabs .button {
	background-color: #47944C;
	border: none;
	border-bottom: 4px solid #00678C;
	color: #FFFFFF;
	border-radius: 0;
	font-size: 14px;
	letter-spacing: 2px;
	height: 48px;
	line-height: 48px;
}

.qog-tabs .button:hover {
	background: #C4DDEA;
	color: #FFF;
	border-bottom-color: #00678C;
}