/*** HEADER BUTTON ***/
.header-button-right,.header-button-windows,.header-button-mac {
	display: block;
	margin: 0;
	padding: 3px 0 0 0;
	width: 225px;
	height: 20px;
	text-align: center;
	background: url(../images/button-arrow-right.png) no-repeat;
}
.header-button-windows {
	width: 260px;
	text-indent: 54px;
	text-align: left;
	background: url(../images/button-windows-startpage.png) no-repeat;
}
.header-button-mac {
	width: 260px;
	text-indent: 54px;
	text-align: left;
	background: url(../images/button-mac-startpage.png) no-repeat;
}

.header-button-left {
	display: block;
	margin: 0;
	padding: 3px 0 0 0;
	width: 225px;
	height: 20px;
	text-align: center;
	background: url(../images/button-arrow-left.png) no-repeat;
}

.download-button-windows, .download-button-mac, .download-button-linux {
	display: block;
	margin: 0;
	padding: 3px 0 0 0;
	text-indent: 48px;
	width: 205px;
	height: 20px;
	text-align: left;
}
.download-button-windows {
	background: url(../images/download-windows.png) no-repeat;
}
.download-button-mac {
	background: url(../images/download-mac.png) no-repeat;
}
.download-button-linux {
	background: url(../images/download-linux.png) no-repeat;
}

.firsteps-menu {
	margin-top: -23px;
}
.firsteps-menu a {
	color: #464646;
}

.firsteps-menu a:hover {
	color: #168ef4;
}

.firsteps-menu .active {
	color: #168ef4;
}

.firststeps-description {
	margin: 15px 0 15px 10px;
	color: #fff;
	font-size: 14px;
}

/*** BUTTON STANDARD ***/

.button-standard {
	display: block;
	margin: 0;
	padding: 2px 0 0 0;
	width: 189px;
	height: 21px;
	text-align: center;
	background: url(assets/images/button-standard.png) no-repeat;
}

.button-standard2 {
	display: block;
	margin: 0;
	padding: 2px 0 0 0;
	width: 100%;
	height: 21px;
	text-align: center;
	background: url(assets/images/button-standard.png) no-repeat center;
}

a.button-a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #464646;
	text-decoration: none;
	cursor: pointer;
	background-color: inherit;
}

a.button-a:visited {
	font-size: 11px;
	font-weight: normal;
	color: #464646;
	text-decoration: none;
	cursor: pointer;
	background-color: inherit;
}

a.button-a:active {
	font-size: 11px;
	font-weight: normal;
	color: #464646;
	text-decoration: none;
	cursor: pointer;
	background-color: inherit;
}

a.button-a:link {
	font-size: 11px;
	font-weight: normal;
	color: #464646;
	text-decoration: none;
	cursor: pointer;
	background-color: inherit;
}
.icon-td {
	width: 1px;
	padding: 0 15px 0 0;
}

#downloadAreaIcons a:hover, a:visited {
    color: #FFFFFF;
    background: #FFFFFF;
    text-decoration: none;
}
