@import url(https://fonts.googleapis.com/css?family=PT+Sans:700,400);

body {
	font: 14px/1.5em "PT sans", Arial, Helvetica, sans-serif;
	color:#444;
	-webkit-font-smoothing: antialiased !important;
}
.min-height {
	min-height:420px;
}

.right {
    float: right;
}

/* Header */

#logo {
	background: url(logo.png);
	width: 120px;
        height: 24px;
        display: block;
        float: left;
        margin: 14px 15px 0 10px;
}

.header-separator {
    background: url(header-separator.png) left top no-repeat;
    width: 2px;
    height: 52px;
    display: block;
    float: left;
}

a,
a:visited {
    color: #58ad25;
}

a:hover,
a:focus {
    color: #78cd45;
}

.top1em {
    margin-top: 1em;
}

.top2em {
    margin-top: 2em;
}

.bottom2em {
    margin-bottom: 2em;
}

h1 {
	font-size:22px;
	font-family:"PT Sans", Arial, Helvetica, sans-serif;
	line-height: 30px;
	display:block;
        color: #58ad25;
}

h1 strong {
	font-weight:bold;
}
h2 {
	font-family:"PT Sans", Arial, Helvetica, sans-serif;
	line-height:1em;
	display:block;
        font-size: 24px;
        color: #444;
}

h3 {
	font-size:18px;
	font-family:"PT Sans", Arial, Helvetica, sans-serif;
	line-height:1em;
	display:block;
}

h4 {
    font-size: 18px;
    color: #666;
    font-family:"PT Sans", Arial, Helvetica, sans-serif;
    line-height:1.5em;
    display:block;
    font-weight: normal;
}

.left-gutter p,
.left-gutter h3 {
    padding-left: 1.5em;
}

.right-gutter p,
.right-gutter h3 {
    padding-right: 1.5em;
}

.bigger-txt {
    font-size: 18px;
    line-height: 1.5em;
}

.bold {
    font-weight: bold;
    color: #666;
}

.right {
    float: right !important;
}

/* Header End */

/* Login Styles */

/* login box  */

.login-box {
	display:block;
	float:right;
	color:#FFF;
	font-size:14px;
	position: relative;
        margin: 16px 10px 0 0;
}

.login-box,
.login-box a {
	color:#968e84;
	font-size:14px;
}

.login-box a:hover {
	color:#5ea62b;
}

button:hover {
	background-color:#000;
}

.login-field {
	position:absolute;
	top: 35px;
	right:0px;
	border:1px solid #d4d4d4;
	background:#fff;
	z-index: 100;
}

.login-field form {
	margin:0px;
	padding:0px;
	position:relative;
	padding:12px;
	padding-bottom:26px;
	width:370px;
}

.login-field input {
	display:inline-block;
	font-size:14px;
	background:#fff;
	border:1px solid #d4d4d4;
	width:10em;
	text-align:center;
	margin:0px;
	padding:4px;
	vertical-align:middle;
	height:17px;
	margin-right:6px;
}

.login-field button {
	box-shadow:none;
	width:auto;
}

.login-info {
	display: block;
	float: right;
	font-size: 14px;
	margin-top: 16px;
	position: relative;
}

.login-info a {
	text-decoration:none;
}
.login-info a:hover {
	color:#fa4;
}
.login-info .name {
	font-weight:bold;
	display:inline-block;
	padding:0 5px;
}
.login-info p {
	margin-bottom: 0;
	margin-right: 164px;
}

.login-info p.no-results {
	margin-bottom: 0;
	margin-right: 84px;
}

.login-info .sign-out,
.login-info .my-results {
	position: absolute;
	font-size:12px;
	display:inline-block;
	color:#fff;
	border:1px solid #4a443d;
	background:#2d3d23;
	margin:0px;
	padding:0px 12px;
	vertical-align:middle;
	text-align:center;
	line-height:1.75em;
	cursor:pointer;
	top: -1px;
	text-decoration: none;
}

.login-info .sign-out {
	right: 0;
}

.login-info .my-results {
	right: 80px;
}

.login-info .sign-out:hover,
.login-info .my-results:hover {
	background-color:#000;
	color:#fff;
}

.login-field .arrow {
	background:url(kishonti-sprite.png) left top no-repeat;
}

.login-field .arrow {
	background-position:-2px -32px;
	width:25px;
	height:15px;
	position:absolute;
	top:-14px;
	right:20px;
}

.user-info {
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 12px;
    z-index: 99;
    color: #362f28;
    line-height: 18px;
}

.user-info a {
    color: #362f28;
}

.user-info a:hover {
    color: #78cd45;
}

.new-box {
    position: relative;
}

.new-box a {
    display: block;
    font-size: 12px;
    text-decoration: none;
    background: #e44210;
    padding: 2px 0;
    width: 40px;
    height: 18px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 6px;
    left: 180px;
    font-weight: bold;
    line-height: 18px;
}

.new-box a:hover {
    color: #fff;
    opacity: 0.8;
}

.new-box .login-field {
    padding: 12px;
    font-size: 13px;
    right: 0px;
    top: 42px;
}

.new-box .login-field .arrow {
    right: 8px;
}

/* login forgott */

.login-window {
	width:252px;
}
forgot-window {
	width:500px;
}
.login-forgot-window {
	padding:48px;
	border:1px solid #ccc;
	box-shadow:#eee 0px 6px 1px;
	position:relative;
}
.login-forgot-window input {
	width:100%;
}
.login-forgot-window input {
	width:100%;
}
.login-forgot-window button {
	width:auto;
	min-width:70px;
}
.login-forgot-window .forgot {
	width:242px;
}
.login-forgot-window .captcha {
	float:right;
	width:190px;
	border-left:1px solid #eee;
	padding-left:20px;
}
.login-forgot-window .captcha p {
	font-size:13px;
	color:#999;
	margin-bottom:10px;
}
.login-forgot-window #verification_image {
	margin:0px  !important;
}
.reg-forgot-small {
	font-size:13px;
	color:#999;
	margin-bottom:10px;
	position:absolute;
	right:20px;
	bottom:2px;
	display:block;
}
.login-field .reg-forgot-small  {
	bottom:-10px;
	right:12px;
}
.login-field .reg-forgot-small a {
	color:#999;
	font-size:12px;
}
.login-field .reg-forgot-small a:hover {
	color:#5ea62b;
}
.login-forgot-window .help-box {
	left: 306px;
	background-position:0px 45px;
}

/* login forgott end */

/* Login End */

/* Reg */

.help-box p {
	background: none repeat scroll 0 0 #eee;
    color: #999999;
    display: inline-block;
    margin-top: 4px;
	margin-bottom: 4px;
    padding: 8px;
	font-size:14px;
	line-height:14px;
}

.help-box {
	background:url(help-box-arrow.png) left -2px no-repeat;
	padding-left:12px;
	margin:0px 12px !important;
	position:absolute;
	left:670px;
	width:220px !important;
}

.help-box p a {
	color:#057999;
}

.help-box p a:hover {
	color:#08AFD8;
}

#verification_image {
	display:block;
}

.registration #verification_image {
	margin-left: 542px !important;
}

input[type="text"],
input[type="password"],
input[type="submit"], select,
textarea,
input[type="button"] {
	margin:0px;
	padding:5px;
	line-height:14px;
	font-size:14px;
	color:#444;
	font-weight:normal;
	display:inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	border:1px solid #ccc;
	width:10em;
}

input[type="submit"], input[type="button"] {
	border:1px solid #fff;
	background:#258EAC;
	width:auto;
	color:#fff;
	text-shadow:none;
	padding-left:16px;
	padding-right:16px;
}

input[type="submit"]:hover, input[type="button"]:hover {
	background:#ff7500;
	border:1px solid #fff;
	width:auto;
	color:#fff;
}

input[type="submit"]:active, input[type="button"]:active {
	background:#1fc5d0;
	border:1px solid #fff;
	width:auto;
	color:#fff;
}

input[type="text"].disabled, input[type="password"].disabled,input[type="submit"].disabled {
	background:#999;
	color:#444;
}

.registration label {
	font-weight:normal;
	line-height:16px;
	padding:12px 0px;
}

.registration input, .registration select {
	margin-bottom: 8px;
}

.registration input[type="checkbox"] {
	margin:16px 0px 20px 0px;
	width:20px;
}
.registration input[type="button"] {
	width:auto;
	margin-bottom:20px;
	float:right;
	margin-right:312px;
}

.registration select {
	width: 411px !important;
}

/* Reg End */

/* Main Nav */

#main-nav {
    display: block;
    float: left;
    width: /*625px*/634px;
}

#main-nav ul {
    margin: 0;
}

#main-nav li {
	display: inline-block;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
}

#main-nav li a {
	font-size: 18px;
	text-decoration: none;
	padding: 16px 15px 12px 15px;
	margin: 3px 0;
	display: block;
}

#main-nav li:hover {
	background:#5ea62b;
}
#main-nav li a {
	color:#fff;
}

#main-nav .follow:hover {
    background: #000;
}

#main-nav .twitter,
#main-nav .tube,
#main-nav .vimeo,
#main-nav .linkdin {
    display: block;
    background: url(social-sprite.png) left top no-repeat;
    margin:0;
    padding: 16px;
}

#main-nav .tube {
    background-position: left -52px;
}

#main-nav .vimeo {
    background-position: left -104px;
}

#main-nav .linkdin {
    background-position: left -156px;
}

.social-links-trigger {
    display: inline;
   }

.follow {
    position: relative;
}

.follow.hover {
    background: #000;
}

.social-links {
    float: right;
    vertical-align: top;
    position: absolute;
    top: 50px;
    background: black;
    z-index: 99;
    right: 171px;
}

.social-links .sub-social-links {
    display: inline-block;
    vertical-align: top;
}

.social-links .sub-social-links .fb-like span {
    vertical-align: top;
}

.social-links .sub-social-links .twitter-share-button {
    width: 84px !important;
}

#main-nav .twitter span,
#main-nav .tube span,
#main-nav .vimeo span,
#main-nav .linkdin span {
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    visibility: hidden;
}

/* Main Nav End */

/* Second Nav */

#second-nav-container {
    border-bottom: 1px solid #58ad25;
    width: 100%;
    display: block;
}

#second-nav-container ul {
    display: block;
    max-width: 940px;
    margin: 0 10px;
}
#second-nav-container li,
#second-nav-container a {
    margin-bottom: 0;
    text-decoration: none;
    color: #342f27;
    display: inline-block;
}

#second-nav-container a {
    display: block;
    margin: 0 3px 0 0;
    font-size: 16px;
    padding: 12px 8px 9px 8px;
}

#second-nav-container a:hover {
    color: #78cd45;
}

#second-nav-container .active a,
.compare #second-nav-container .ui-tabs-nav li.ui-tabs-active a {
    color: #58ad25;
    border-top: none;
    border-right: none;
    border-bottom: 3px solid #58ad25;
    border-left: none;
    border-radius: 0;
}

#second-nav-container .active a:hover,
.compare #second-nav-container .ui-tabs-nav li.ui-tabs-active a:hover {
    color: #78cd45;
    border-top: none;
    border-right: none;
    border-bottom: 3px solid #78cd45;
    border-left: none;
    border-radius: 0;
}

/* Second Nav End */

/* Messages */

.warning-message {
	display:block;
	background:url(warning.png) left center no-repeat #FFEDB8;
	border:1px solid #AB5C19;
	padding:12px 12px 12px 52px;
	color:#AB5C19;
	font-weight:bold;
	margin:0px 12px 20px;
}

.warning-message a {
    	color:#AB5C19;
}

.warning-message a:hover {
    	color:#AB5C19;
        opacity: 0.6;
}

.help-message {
	display:block;
	background:url(help.png) left top no-repeat #B1E7F7;
	border:1px solid #005797;
	padding:12px 12px 12px 52px;
	color:#005797;
	font-weight:normal;
	margin:0px 12px 20px;
}

.help-message a {
    	color:#005797;
}

.help-message a:hover {
    	color:#005797;
        opacity: 0.6;
}

.error-message {
	display:block;
	background:url(error.png) left top no-repeat #FFB7BB;
	border:1px solid #F0002B;
	padding:12px 12px 12px 52px;
	color:#F0002B;
	font-weight:normal;
	margin:0px 12px 20px;
}
.error-message p, .error-message a {
	color:#F0002B;
	margin:0px;
}

.help-message a:hover {
    	color:#F0002B;
        opacity: 0.6;
}
.info-message {
	display:block;
	background:url(info.png) left top no-repeat #B1E7F7;
	border:1px solid #005797;
	padding:12px 12px 12px 52px;
	color:#005797;
	font-weight:normal;
	margin:0px 12px 20px;
}

.info-message a {
    	color:#005797;
}

.info-message a:hover {
    	color:#005797;
        opacity: 0.6;
}

.loading-message {
	text-align:center;
	padding:160px 20px 160px 0;
	background: #fff url(loading.gif) no-repeat 57% 50%;
}

/* Messages End */

/* Footer */
.footer-line {
	border-top: 1px solid #eee;
}

footer.container {
	background:url(footer-bg.png) no-repeat top center;
	padding-top:24px;
	display:block;
}
#footer-nav, #footer-nav a {
	font-size:13px;
	color:#443e3c;
	/*line-height:32px;*/
	text-decoration:none;
}
#footer-nav li{
	display:inline-block;
	margin:0px;
}
#footer-nav .nav-first {
	/*padding-left:0px;*/
}
#footer-nav .nav-last {
	/*padding-right:0px;*/
	border:none;
}
#footer-nav a {
	Border-right:solid 1px #443e3c;
	padding:0px 10px;
}
#footer-nav a:hover {
	color:#5AAF26;
}footer .product-links {
	margin:0px;
}
footer .product-links li {
	display:inline-block;
	height:17px;
}
footer .product-links a, footer .product-links span {
	text-decoration:none;
	color:#aaa;
	margin-bottom:0px;
	font-size:14px;
	line-height:17px;
	display:inline-block;
}
footer .product-links .copy:hover {
	color:#037798;
}
footer .product-links a span {
	 text-indent:-9999px;
	 background:url(footer-logos-sprite.png) 0px 0px;
	 height:17px;
	 margin:2px 6px;
 }
footer .product-links .glb-link span, footer .product-links .clb-link span, footer .product-links .dxb-link span {
	width:111px;
}
footer .product-links .navi-link span {
	width:91px;
}
footer .product-links .copy span {
	width:67px;
}

footer .product-links .clb-link span {
	background-position:-111px 0px;
}

footer .product-links .dxb-link span {
	background-position:-221px 0px;
}

footer .product-links .navi-link span {
	background-position:-398px 0px;
}

footer .product-links .copy span {
	background-position:-332px 0px;
}

footer .product-links .glb-link span {
	width: 82px;
}

footer .product-links .glb-link:hover span {
	background-position:0px -17px;
}

footer .product-links .clb-link:hover span {
	background-position:-111px -17px;
}

footer .product-links .dxb-link:hover span {
	background-position:-221px -17px;
}

footer .product-links .navi-link:hover span {
	background-position:-398px -17px;
}

footer .product-links .copy:hover span {
	background-position:-332px -17px;
}

/* Footer End */

/* prelude */

.prelude-bg {
    display: block;
    width: 100%;
    background: url(white-fade.png) repeat-x #eee;
    padding: 24px 0;
    margin-top: 4px;
    margin-bottom: 20px;
}

.prelude-bg h1 {
    font-size: 22px;
    color: #666;
}

.prelude-bg p {
    font-size: 14px;
    line-height: 1.35em;
    color: #666;
    padding-right: 14px;
}

.prelude-bg .prelude-links-container {
    margin-top: 36px;
}
.prelude-bg .win-phone-link,
.prelude-bg .win-store-link,
.prelude-bg .android-link,
.prelude-bg .ios-link {
    background: url(prelude-links.png);
    text-decoration: none;
    display: block;
    width: 105px;
    height: 40px;
    float: left;
    margin: 0 10px 10px 0;
}

.prelude-bg .win-phone-link {
    background-position: -5px 0;
}

.prelude-bg .win-store-link {
    background-position: -115px 0;
    margin-right: 0;
    
}
.prelude-bg .android-link {
    background-position: -225px 0;    
}
.prelude-bg .ios-link {
    background-position: -335px 0;
    margin-right: 0;
   
}

.prelude-bg .win-phone-link:hover {
    background-position: -5px -40px;
}

.prelude-bg .win-store-link:hover {
    background-position: -115px -40px;
    margin-right: 0;
    
}
.prelude-bg .android-link:hover {
    background-position: -225px -40px;    
}
.prelude-bg .ios-link:hover {
    background-position: -335px -40px;
    margin-right: 0;
   
}

/* prelude end */

/* News */

.news-list-box {
	/*border-bottom:1px solid #eee;*/
	margin:24px 0px;
}
.news .newsheadline a {
	font-size:125%;
}
.news .section_header {
	font-size:22px;
	line-height:1em;
	color:#5AAF26;
	margin-top:1em;
}
.news .media-box {
	padding-bottom:24px;
	padding-top:24px;
	/*border-bottom:1px solid #eee;	*/
	margin:0px;
}
.news .media-box li {
	display:inline-block;
	float:left;
	margin:0px;
	padding:0px;
	line-height:1em
}
.news .media-box img {
	width:100px;
	display:block;
}
.news .media-box .media-logo {
	width:100px;
	margin-right:24px;
}
.news .media-box .article-txt {
	width:276px;
}
.news .media-box p, .news .media-box a {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}
.news .more {
	margin-top:6px;
	display:block;
	padding:6px;
}
.news .more:hover {
	color:#fff;
	background:#067999;
}
.news_font_bold {
	font-weight: bold;
}
.vertical-separator {
	background: #eeeeee;
	height: 92%;
	width: 1px;
	display: block;
	position: absolute;
	left: 492px;
}

/* News end */

/* Partners */

.partners-box {
	display:block;
	float:left;
	margin:20px;	
}
.partners-name {
	font-size:18px;
	height:36px;
	margin-bottom:24px;
	display:none;
}
.partners-pic {
	width:95px;
	height:95px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	border-radius:6px;
	padding:10px
}
.partners-pic:hover {
	box-shadow:0px 0px 6px rgba(0,0,0,0.5)
}
.partners-pic  img {
	display:block;
	margin:0px auto;
}
.partners-pic:hover img {
	opacity:0.8;
}

/* Partners End */

/* #Page Styles
================================================== */
.download-help-box {
    background: url(help.png) 6px 6px no-repeat #eee;
    padding: 12px;
    margin-bottom: 24px;
    border: 1px solid #c8c8c8;
}

.download-help-box h1 {
    padding-left: 40px;
    color: #017eb8;
}

.download-help-box a,
.download-help-box a:visited {
    color: #017eb8;
}

.download-help-box a:hover,
.download-help-box a:focus {
    color: #31aed8;
}

.test-result-filter-box h3 {
	color:#444;
	font-size:14px;
}

.test-result-filter-box h3 span {
	font-weight: bold;
	margin-left: 4px;
}

.test-result-filter-box {
	padding: 12px;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
}

.test-result-filter-box ul {
	margin: 0;
}

.test-result-filter-box ul li {
	display: inline-block;
	margin: 0;
}

.test-result-filter-box ul li a {
	display: block;
	padding: 6px;
	text-decoration: none;
	font-size: 14px;
}

.config-result-ticket {
	font-size: 14px;
	display:block;
	border-bottom:1px solid #ccc;
}

.config-result-ticket a {
	text-decoration:none;
}

.config-result-ticket a:hover {
	text-decoration: underline;
}

.config-result-ticket ul {
	margin-bottom:0px
}

.config-result-ticket li {
	display:inline-block;
	float:left;
	margin-bottom:0px;
	text-align:center;
	padding:2px 12px 2px;
}

.config-result-ticket .config-result-ticket .user a {
	text-decoration:none;
}

.config-result-ticket .date {
	border-right:#ccc 1px solid;
	line-height:16px;
	width:70px;
}

.config-result-ticket .mhz {
	border-left:#ccc 1px solid;
	line-height:16px;
	width:100px;
}

.config-result-ticket .user {
	border-left:#ccc 1px solid;
	line-height:16px;
	width:156px;
}

.config-result-ticket .user, .config-result-ticket .user a {
	color:#5AAF26;
	text-decoration:none;
}

.config-result-ticket .user a:hover {
	color:#ff7500;
}

.config-result-ticket .result {
	line-height:16px;
	font-weight:bold;
	width:200px;
	text-align:right;
	padding-right:0px;
}

.config-result-ticket .result .unit {
	padding-left: 10px;
}

.config-result-ticket .device-name {
	text-align:left;
	width:528px;
	border-right:#ccc 1px solid;
}

.config-result-ticket .result-bar-container {
	width:200px;
}

.config-result-ticket .date, .config-result-ticket .result, .config-result-ticket .user {
	text-align:center;
	height:16px;
}

.test-result-of-configuration .config-result-ticket ul {
    background: #eee;
}

.test-result-of-configuration .config-result-ticket ul:hover {
    background: #ff7;
}

.test-result-of-configuration .config-result-ticket .date {
    width: 200px;
    
}

.test-result-of-configuration .config-result-ticket .mhz {
    width: 200px;
    
}

.test-result-of-configuration .config-result-ticket .user {
    width: 252px;
    
}

.user-results .config-result-ticket li {
	padding: 5px 20px;
}

.user-results .config-result-ticket .device-name {
	width: 515px;
}

/* ======= Info page ======*/

.info-heading {
    text-indent: -9999px;
    background: url(info-hero.jpg);
    height: 294px;
    margin-bottom: 1.5em;
}

.info-compu-table ul {
    float: left;
}

.info-compu-table li {
    /*border: 1px solid #bbb;*/
    margin: 0;
    padding: 12px;
    line-height: 1.5em;
}

.info-compu-table .first-column {
    width: 130px;
    text-align: right;
    border-right: 2px solid #fff;
    background: #eee;
    border-radius: 6px 0 0 6px;
    margin-bottom: 128px;
}

.info-compu-table .second-column {
    width: 402px;
    background: #e3f2d4;
    border-right: 2px solid #fff;
    margin-bottom: 128px;
}

.info-compu-table .third-column {
    width: 402px;
    background: #e3f2d4;
    border-radius: 0 6px 6px 0;
    margin-bottom: 128px;
}

.info-compu-table .row-one {
    height: 46px;    
}

.info-compu-table .row-two {
    border-bottom: 2px solid #fff;
}

.info-compu-table .row-three {
    border-bottom: 2px solid #fff;
    padding: 0 12px;    
}

.info-compu-table .row-four {
    height: 152px;
    padding: 0 12px;    
}

.info-compu-table .first-column .row-three {
    padding: 12px;
}

.info-compu-table .first-column .row-four {
    padding: 12px;
    height: 185px;
}

.info-compu-table .logo {
    display: block;
    width: 300px;
    height: auto;
    margin-top: 12px;
}

.info-compu-table b {
    font-weight: bold;
    color: #666;
}

.info-compu-table .inside-column {
    display: block;
    float: left;
    width: 100%;
    padding: 12px 0;
}

.info-compu-table .tests-list {
    margin: 0;
    padding: 0;
    list-style: disc;
}

.info-compu-table .tests-list li {
    margin: 0 0 20px 30px;
    padding: 0;
    line-height: 1.35em;
}

.info-container {
    display: inline-block;
    width: 240px;
    height: 950px;
    vertical-align: top;
    padding: 0 38px;
    position: relative;
    margin-bottom: 128px;
}

.compu .info-container {
    height: auto;
}

.info-container.one {
    border-right: 1px solid #EEE;
    border-left: 1px solid #EEE;
}

.info-container.three {
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
}

.info-container h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 1em;
    color: #58ad25;
}

.info-container h3 {
    font-size: 14px;
    text-align: center;
    color: #999;
    margin-bottom: 48px;
}

.info-container .lead {
    font-size: 18px;
    color: #666;
    display: block;
    margin-bottom: 0.5em; 
}

.info-container p {
    margin: 12px 0 12px 0;
}

.info-container img {
    margin: 0 auto;
    display: block;
}

.info-container .button,
.download-now.button {
    display: block;
    width: 178px;
    background: #fff;
    height: 38px;
    text-align: center;
    line-height: 1.5em;
    color: #fff;
    text-decoration: none;
    margin: 0;
    padding: 20px;
    font-size: 18px;
    line-height: 38px;
    color: #5aaf26;
    border: 1px solid #5aaf26;
    position: absolute;
    top: 622px;
    left: 46px;
}

.info-container .button:hover,
.download-now.button:hover {
    background: #5aaf26;
    color: #fff;
    border-color: #fff;
}

.download-now.button {
    top: auto;
    width: 230px;
    position: relative;
    left: auto;
    margin-left: auto;
    margin-right: auto;
}

.info-container .button.desktop {
    top: 430px;
}

.info-container .version {
    display: block;
    font-weight: bold;
    color: #666;
    font-size: 16px;
    text-align: center;
}

.info-container .version.desktop {
    margin-top: 118px;
    margin-bottom: 40px;
}

.info-container .version.mobile {
    margin-top: 118px;
}


.info-page strong {
    color: #666;
}

.info-page .ui-accordion {
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.info-page .ui-accordion li {
    list-style: disc;
    margin-left: 40px;
}

.info-page .ui-accordion-header {
    border-color: #bbb;
    padding: 6px 0;
}

.info-page .ui-accordion-header a {
    font-size: 18px;
    color: #666;
    font-weight: normal;
    padding: 6px 0;
}

.info-page .ui-accordion-header:hover,
.info-page .ui-accordion-header:hover a,
.info-page .ui-accordion-header:hover a:hover {
    background: #fff;
    color: #000;
}

.info-page .ui-accordion-header span {
    background: url(accordion-arrow.png) left top no-repeat;
    display: block;
    width: 28px;
    height: 28px;
    float: right;
    margin: 0;
    padding: 0;
}

.info-page .ui-accordion-header:hover span {
    background: url(accordion-arrow.png) left bottom no-repeat;
    width: 28px;
    height: 28px;
}

.info-page .ui-accordion-header-active span {
    background: url(accordion-arrow.png) right top no-repeat;
}

.info-page .ui-accordion-header-active:hover span {
    background: url(accordion-arrow.png) right bottom no-repeat;
}

.info-page .help h2 {
    color: #666;
}

/* ======= Info page ======*/
    
.license-table {	
	font-size:14px;
	margin:24px 38px;
}
.license-table ul {
	float: left;
	display: block;
}
.license-table li {
	padding:12px;
	border-bottom:#ddd 1px solid;
	margin-bottom:0px;
}
.license-table .light-gray {
	background:#f5f5f5;
	border-radius:6px;
}
.license-table .dark-gray {
	background:#eee;
	color:#888;
	font-weight:bold;
	text-shadow:#fff 0px 1px 0px;
}
.license-table .row1 {
	text-align:right;
	border-radius:6px 0px 0px 6px;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
        width: 184px;
}
.license-table .row2 {
	text-align:center;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-left:0px none;
        width: 362px;
}
.license-table .row3 {
	border-radius: 0px 6px 6px 0px;
	text-align:center;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-left:0px none;
        width: 314px;
}
.license-table  .gray-border {
	border-bottom:#ddd 1px solid;
}
.license-table  .no-border {
	border:none;
	padding-bottom:13px;
}
.license-table  .radius-tr {
	border-radius:0px 6px 0px 0px;
}


/* ============= New wave end ============= */

/* retina pics */
@media only screen and (-webkit-min-device-pixel-ratio: 2),

only screen and (min--moz-device-pixel-ratio: 2),

only screen and (-o-min-device-pixel-ratio: 2/1),

only screen and (min-device-pixel-ratio: 2) {
footer .product-links a span {
	 background:url(footer-logos-sprite-2x.png) 0px 0px;
	 background-size:489px 34px;
 }
}

/* admin */
.admin-color-notebook-device {
    background-color: #1fc5d0;    
}
.admin-color-desktop-device {
    background-color: #d0C51f;    
}
.admin-color-hpc-device {
    background-color: #C5d01f;    
}

/* 10 yrs */

.k10-link {
    background: url(10_ribbon.png) left top no-repeat;
    position: absolute;
    width: 36px;
    height: 56px;
    text-decoration: none !important;
    top: 0;
    left: -36px;
}

.k10-link:hover {
    background-position: right top;
}


/* hacking */
.getit-links-container a .android-link {
    background: url(getit-store-links.png);
    text-decoration: none;
    display: block;
    width: 177px;
    margin: 0 auto;
}


.getit-links-container a .android-link {
    background-position: 0px 0;
    height: 69px;    
}

.getit-links-container a:hover .android-link {
    background-position: -177px 0px;    
}
