/**
 * BlankPlate | Yet another HTML5 Starter Kit
 *
 * BlankPlate Main stylesheet
 *
 * @copyright	Copyright 2012, Dimitris Krestos
 * @license		Apache License, Version 2.0 (http://www.opensource.org/licenses/apache2.0.php)
 * @link		http://vdw.staytuned.gr/html5-starter-kit-blankplate/
 * @package		BlankPlate
 * @version		v1.2.3
 */

/**
 * WORLD
 *
 * -------------------------------------------------------------------------------------------------
 */


/* Clear fix */
.clear {
	clear: both;
	display: block;
	float: none;
	font-size: 1px;
	height: 0px;
	line-height: 0
}

/**
 * HEADER
 * Your header rules
 * -------------------------------------------------------------------------------------------------
 */


/**
 * BODY
 * Your content rules
 * -------------------------------------------------------------------------------------------------
 */
.separator {
	background: white;
	border-bottom: 1px solid #E5E5E5;
	color: #888;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	line-height: 80px;
	letter-spacing: 2px;
	width: 100%;
}

/**
 * FOOTER
 *
 * -------------------------------------------------------------------------------------------------
 */


/**
 * TABS
 *
 * -------------------------------------------------------------------------------------------------
 */
.tabs > DIV {
	/*border-top: 1px solid #c7c7c7*/
	margin-top: 0px;
	background: white !important;
	/*border-bottom: 4px solid #E95855 !important;*/
}

.tabs > DIV SPAN {
	border-bottom:none;
	font-weight: 400;
	display: block;
	text-align: left;
}

.tabs UL.horizontal {
	list-style: none outside none;
	margin: 0;
	padding: 0px;
}

.tabs LI {
	background: white;
	border-bottom:1px solid #E5E5E5;
	margin: 0px;
	display: inline-block;
	width: 100%;
}

.tabs A {
	color: #000;
	display: block;
	font-size: 18px;
	font-weight: 300;
	padding: 18px 24px 18px 35px;
	text-decoration: none;
	position: relative;
}
.tabs A::before {
	content: "";
	background: url(../images/Approved_blue.png);
	background-size: auto;
	background-size: auto;
	background-size: auto;
	background-size: auto;
	position: absolute;
	left: 5px;
	width: 21px;
	height: 21px;
	background-size: 100% 100%;
	top: 22px;
  }

.tabs LI:hover {
	background: #ffffff;
	border:none;
}

.tabs LI:hover A {
	color: rgb(0, 0, 0);
}

.tabs .active {
	background: #ffffff !important;
	border-bottom:none !important;
}

.active A {
	color: rgb(0, 0, 0) !important;
}

.link {
	color: white;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 48px;
	margin-top: 20px;
	margin-left: 6px;
	text-decoration: none;
}

.link:hover {
	text-decoration: underline;
	color: inherit;
}

.anchorLink {
	border-bottom: 1px dashed white;
	color: white;
	text-decoration: none;
}

.anchorLink:hover {
	text-decoration: none;
	border-bottom: none;
	color: inherit;
}

.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;
}

