@font-face {
    font-family: 'OlneyLight';
    src: url('fonts/ol-web.eot');
    src: url('fonts/ol-web.eot?#iefix') format('embedded-opentype'),
         url('fonts/ol-web.woff') format('woff'),
         url('fonts/ol-web.ttf') format('truetype'),
         url('fonts/ol-web.svg#olneylight') format('svg');
    font-weight: normal;
    font-style: normal;

}
body, input, select, textarea {font-family:Arial, Helvetica, sans-serif;}
header nav, .downloadBtn a, .paymentDetails button {font-family:'OlneyLight', Arial, Helvetica, sans-serif;}

body {font-size:62.5%; color:#575757; background:#1672bb;}
h1 {font-size:2.5em; font-weight:normal; line-height:1em; color:#0084d2; padding:0 0 0.5em 0; border-bottom:1px dashed #666;}
.uninstall-header {margin-bottom: 20px;}
h2 {font-size:1.333em; line-height:1.25em; color:#0084d2;}
h4 {font-size:1.5em; font-weight:normal; line-height:1.75em; color:#0084d2;}
a {color:#0084d2; text-decoration:underline;}
	a:hover {color:#0084d2;}
p {padding:0 0 1em 0;}
ul {list-style:disc; padding:0 0 10px 15px;}
	ul ul {list-style:square;}
		ul ul ul {list-style:circle;}
ol {list-style:decimal; padding:0 0 10px 15px;}
	ol ol {list-style:lower-roman;}
		ol ol ol {list-style:lower-latin;}

form {width:100%; padding:20px 0 0 0; overflow:hidden;}
	form p {width:100%; padding:0 0 5px 0; overflow:hidden;}
	form label:first-child {width:130px; font-weight:bold; padding:5px 0 0 0; display:block; float:left;}
	form label:first-child + span {padding:5px 0 0 0; display:block; float:left;}
		form label:first-child + span input[type=checkbox], form label:first-child + span input[type=radio] {margin:0 5px 0 0; float:left;}
		form label:first-child + span label {margin:0 20px 0 0; float:left;}
	form input[type=text], form input[type=password], form select {border:1px solid #ccc; display:block; float:left;}
	form input[type=text]:focus, form input[type=password]:focus, form textarea:focus, form select:focus {background:#ffc;}
	form input[type=checkbox]:first-child, form input[type=radio]:first-child {margin:3px 5px 0 132px; float:left;}
	form input[type=submit] {margin:0 0 0 130px; padding:3px 15px; float:left;}
	form input[type=reset] {margin:0 0 0 5px; padding:3px 15px; float:left;}
	form textarea {border:1px solid #ccc; display:block; float:left;}
	form input[type=text], form input[type=password], form textarea, form select {
		-webkit-border-radius: 2px;
		border-radius: 2px;
	}
	form .formLink {width:auto; margin:20px 0 0 131px;}
	form #captchaImg {margin:2px; height:20px; float:left;
		-webkit-border-radius: 2px;
		border-radius: 2px;
	}

table {width:100%;}
th, td {padding:7px 7px; text-align:center; vertical-align:middle; border-left:1px solid #ccc; border-top:1px solid #ccc; white-space:no-wrap;}
th:first-child, td:first-child {border-left:0 none;}
th {
	border-top:0 none;
	padding:10px 7px;
	background: #eeeeee; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #dddddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#dddddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#dddddd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#dddddd 100%); /* W3C */
}
tr:hover {}
	tr:hover td {background-color:#eee !important; background-color:rgba(255,255,255,0.8) !important;}

.mobile-visible {display: none;}
.homePage {background-position:50% 0;}
#container {width:1024px; font-size:1.3em; line-height:1.25em; margin:auto; background: #fff;
	-moz-box-shadow: 0px 0px 50px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 50px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 50px rgba(0,0,0,0.5);
}
	header {width:100%; padding: 5px 0; overflow:hidden; position: relative; z-index: 10;
		background: #1c4484;
		background: -moz-linear-gradient(top,  #1c4484 0%, #156ab8 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c4484), color-stop(100%,#156ab8));
		background: -webkit-linear-gradient(top,  #1c4484 0%,#156ab8 100%);
		background: -o-linear-gradient(top,  #1c4484 0%,#156ab8 100%);
		background: -ms-linear-gradient(top,  #1c4484 0%,#156ab8 100%);
		background: linear-gradient(to bottom,  #1c4484 0%,#156ab8 100%);
		-moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.35);
		-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.35);
		box-shadow: 0px 5px 5px rgba(0,0,0,0.35);
	}
		header > div {width:1010px; margin:auto;}
		header h1 {padding:5px 0 5px 40px; border:0 none; float:left;}
			header h1 span {font-size:0; line-height:0; width:59px; height:7px; margin:25px 5px 0 0; background:url(../images/webminds.png) no-repeat 0 0; display:block; float:left;}
			header h1 img {display:block; float:left;}
		
		header nav {font-size:1.333em;}
			header .menu-toggle {display: none;}
			header nav ul {margin:0; padding: 20px 20px 0 0; list-style:none; float:right; overflow:hidden;}
				header nav ul li {padding:0; display:inline;}
					header nav ul li a {color:#fff; text-transform:uppercase; text-decoration:none; padding:0 15px; display:block; float:left;}
					header nav ul li a:hover {color:#ddd; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);}
					header nav ul li a.selected, header nav ul li a.selected:hover {color:#fff; text-decoration:underline; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);}
				header ul.nologin {}

	.jSlider {width: 100%;}

	section {width: 100%;}
		section > div:first-child {padding-bottom: 30px; background:url(../images/shade.png) repeat-y 690px 0; overflow:hidden;}
		.homePage section > div:first-child {padding: 0;}
		.content {width: 100%; overflow: hidden;}
		#main {width:630px; padding: 30px 0 20px 40px; float:left;}
			#socialBtns {padding:12px 0 20px 290px; height:20px; overflow:hidden;}
				#socialBtns > div, #socialBtns > iframe {width:110px !important; margin:0 !important; float:left;}
			#main.home {width: auto; padding: 30px 40px 20px 40px;}
			#main.home .downloadBtn a {margin: 0 20px;}
			.home {overflow: hidden;}
				.home .visual {padding:0 0 30px 0;}
				.home img {display:block; margin:auto;}
				.home h1 {font-size: 36px; line-height: 1.25; text-align: center; border:0 none; color: #575757;}
					.home h1 strong {font-weight: normal; white-space: nowrap;}
				.home .downloadBtn {clear: both;}
				.home .downloadBtn a {padding: 15px 20px 15px 40px; -webkit-border-radius: 40px; border-radius: 40px;}
				.home .downloadBtn span:first-child {top: 31px;}
				.home .downloadBtn span:first-child + span {top: 17px;}
			.brief {font-size: 14px; line-height: 18px; width: 100%;}
				.brief figure {margin-right: 20px; padding-bottom: 20px; float: left;}
				.brief .clear {clear: both;}
				.brief .similarity {margin-left: 20px; float: right;}

			.step3 {margin-top: 20px;}
				.step3 h2 {font-size: 36px; line-height: 1.25; font-weight: normal; text-align: center; border:0 none; color: #575757;}
					.step3 h2 span {white-space: nowrap;}
				.step3 ol {padding: 0 0 20px 40px; margin: 50px 0 0 0; list-style: none;
					background: #15a5f0; /* Old browsers */
					background: -moz-linear-gradient(top,  #15a5f0 0%, #ffffff 65%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#15a5f0), color-stop(65%,#ffffff)); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(top,  #15a5f0 0%,#ffffff 65%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top,  #15a5f0 0%,#ffffff 65%); /* Opera 11.10+ */
					background: -ms-linear-gradient(top,  #15a5f0 0%,#ffffff 65%); /* IE10+ */
					background: linear-gradient(to bottom,  #15a5f0 0%,#ffffff 65%); /* W3C */
				}
				.step3 li {width: 285px; margin-right: 40px; display: inline-block; vertical-align: top;}
				.step3 li:before {font-size: 36px; line-height: 78px; text-align: center; width: 78px; height: 78px; color: #fff; display: block; margin: -50px auto 0 auto; border: 8px solid #fff; -webkit-border-radius: 50px; border-radius: 50px;}
				.step3 li:first-child:before {content: '1';}
				.step3 li:first-child + li:before {content: '2';}
				.step3 li:first-child + li + li:before {content: '3';}
				.step3 li figure {margin-top: 20px;}
				.step3 li p {margin-top: 10px;}

			.downloadBtn {padding:10px 0 20px 0;}
				.downloadBtn a {font-size:1.5em; font-weight:bold; text-align:center; text-decoration:none; text-transform:uppercase; color:#fff; width:160px; margin:10px auto 0 auto; padding:15px 10px 10px 30px; border:1px solid #ff7108; display:block; position:relative;
					-webkit-border-radius: 25px;
					border-radius: 25px;
					-webkit-box-shadow:
						inset -1px -1px 1px rgba(0, 0, 0, 0.1), /*bottom internal shadow*/ 
						inset 1px 1px 1px rgba(255, 255, 255, 0.6); /*top internal highlight*/
					box-shadow:
						inset -1px -1px 1px rgba(0, 0, 0, 0.1), /*bottom internal shadow*/ 
						inset 1px 1px 1px rgba(255, 255, 255, 0.6); /*top internal highlight*/
				}
				#main .downloadBtn {text-align: center;}
					#main .downloadBtn a {margin: 0 10px; display: inline-block;}
				.downloadBtn span {display:block;}
				.downloadBtn span:first-child, .downloadBtn span:first-child + span {font-size:0; line-height:0; position:absolute;}
				.downloadBtn span:first-child {width:0; height:0; border:12px solid transparent; border-top:12px solid #fff; top:28px; left:22px;}
				.downloadBtn span:first-child + span {width:12px; height:14px; top:14px; left:28px; background: #fff;}
				.downloadBtn a:hover, .paymentDetails button:hover, .upgrade-now a:hover {background: #1b8fe6; border-color: #1672bb;}
				.downloadBtn span:first-child + span + span + span {font-size:11px; line-height:11px;}
			
			.visual-feature {background: #f1f2f2; padding: 30px 40px;}
			.find-exactly {background: #f7f7f7;}
				.visual-feature > div {width: 100%; overflow: hidden;}
				.visual-feature figure {text-align: center; display: table-cell; vertical-align: middle;}
				.visual-feature img {display: block;}
				.visual-feature figcaption {padding: 10px 0 20px 0; display: block;}
				.visual-feature h3 {font-size: 24px; font-weight: normal; line-height: 30px; padding-bottom: 10px; color: #0084d2;}
				.visual-feature .downloadBtn {text-align: center; clear: both;}
					.visual-feature .downloadBtn a {margin: 0 20px; display: inline-block;}
				.visual-feature-content {font-size: 14px; line-height: 1.5; display: table-cell; vertical-align: middle;}
				.find-similar .visual-feature-content {padding-left: 40px;}
				.find-exactly .visual-feature-content {padding-right: 40px;}
			
			.list {}
				.list li {padding-bottom:20px;}
			
			
			.upgrade {background:url(../images/spot_light.png) no-repeat 0 50px;}
			#upgradeForm, #renewForm {width: 430px; padding:20px 0 0 200px; background:url(../images/boxshot.png) no-repeat -15px 40px;}
				#upgradeForm > fieldset, #upgradeForm > div, #renewForm > fieldset, #renewForm > div {width: 100%; padding:0 0 15px 0; overflow:hidden;}
			#registerForm {overflow: visible;}
			.register-intro {width: 270px; float: left;}			
				.register-intro h1 {font-size: 30px; line-height: 1; border-bottom: 0 none;}
				.register-intro p {margin-bottom: 10px;}
				.register-intro strong {color: #0084d2;}
			.register-box {width: 270px; padding: 20px; background: #eeeeee; border-radius: 10px; -webkit-border-radius: 10px; float: right; position: relative;}
				.register-box:after {content: ''; width: 97px; height: 113px; background:url(../images/lock.png) no-repeat 0 0; display: block; position: absolute; bottom: -70px; right: -35px;}
				.register-box h2 {font-size: 24px; line-height: 1; font-weight: normal; margin-bottom: 10px;}
				.register-box input {width: 99%;}
				.register-box button {font-size: 18px; line-height: 1; color: #fff; width: 170px; height: 40px; display: block; margin: 10px auto 0 auto; border: 1px solid #44ca28;
					-webkit-border-radius: 50px;
					border-radius: 50px;
					background: #62e238;
					background: -moz-linear-gradient(top,  #62e238 0%, #29b518 100%);
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#62e238), color-stop(100%,#29b518));
					background: -webkit-linear-gradient(top,  #62e238 0%,#29b518 100%);
					background: -o-linear-gradient(top,  #62e238 0%,#29b518 100%);
					background: -ms-linear-gradient(top,  #62e238 0%,#29b518 100%);
					background: linear-gradient(to bottom,  #62e238 0%,#29b518 100%);
				}
				.register-box button:hover {background: #1b8fe6; border-color: #1672bb;}
				.link-login {text-align: center; position: absolute; bottom: -30px; left: 0;}
			.upgrade-now {font-size: 24px; line-height: 1.25; text-align: center; background: #ebedee url(../images/boxshot.png) no-repeat 20px 20px; padding: 60px 360px 30px 240px; position: relative;}
				.upgrade-now a {text-align:center; text-decoration:none; color:#fff; width: 240px; padding: 10px 0; margin-top: -30px; border: 1px solid #ff7108; display:block; position:absolute; top: 50%; right: 70px;
					-webkit-border-radius: 50px;
					border-radius: 50px;
					-webkit-box-shadow:
						inset -1px -1px 1px rgba(0, 0, 0, 0.1), /*bottom internal shadow*/ 
						inset 1px 1px 1px rgba(255, 255, 255, 0.6); /*top internal highlight*/
					box-shadow:
						inset -1px -1px 1px rgba(0, 0, 0, 0.1), /*bottom internal shadow*/ 
						inset 1px 1px 1px rgba(255, 255, 255, 0.6); /*top internal highlight*/
				}
			.product {}
				.product p:first-child {font-style:italic;}
				.product label:first-child {width:auto; padding:3px; float:none;}
				.product input[type=checkbox] {clear:left; float:left;}
			#renewForm .newDetails {padding:0 0 15px 0; margin:0 0 15px 0; border-bottom:1px dashed #666;}
			.paymentMethod {}
				.paymentMethod p {padding:10px 0;}
				.paymentMethod img {margin:5px 0 0 0; display:block;}
				.paymentMethod input[type=radio]:first-child {margin:0 5px 0 0; float:left;}
				.paymentMethod label {padding:0;}
				.paymentMethod p:first-child {width:280px; border-right:1px solid #ccc; float:left;}
				.paymentMethod p:first-child + p {width:130px; float:right;}
			.paymentDetails {}
				.paymentDetails button {font-weight:bold; font-size:1.5em; color:#fff; padding:0; margin:0 0 0 130px; border:0 none; text-transform:uppercase; display:block;
					-webkit-border-radius: 5px;
					border-radius: 5px;
					-webkit-box-shadow:
						inset -1px -1px 1px rgba(0, 0, 0, 0.1), /*bottom internal shadow*/ 
						inset 1px 1px 1px rgba(255, 255, 255, 0.6); /*top internal highlight*/
					box-shadow:
						inset -1px -1px 1px rgba(0, 0, 0, 0.1), /*bottom internal shadow*/ 
						inset 1px 1px 1px rgba(255, 255, 255, 0.6); /*top internal highlight*/
					background: #00ad1a;
					background: -moz-linear-gradient(top,  #00ad1a 0%, #1ddd00 100%);
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00ad1a), color-stop(100%,#1ddd00));
					background: -webkit-linear-gradient(top,  #00ad1a 0%,#1ddd00 100%);
					background: -o-linear-gradient(top,  #00ad1a 0%,#1ddd00 100%);
					background: -ms-linear-gradient(top,  #00ad1a 0%,#1ddd00 100%);
					background: linear-gradient(to bottom,  #00ad1a 0%,#1ddd00 100%);
				}
				.paymentDetails button span {padding:10px 20px 10px 40px; background:url(../images/icon_cart.png) no-repeat 10px 50%; display:block;}
			#ccvBtn {margin:3px 5px; float:left;}
			#orderSubmit {padding:10px 0;}
			#orderTotal {width:170px; color:#0084d2; padding:0 0 15px 130px; display:block;}
			.payPalPayment {padding:1em; display:none;}
				.payPalPayment p {font-style:italic; padding:0.5em 0 0 0;}
			.formFooter {width:100%; padding:20px 0; text-align:center; overflow:hidden;}
				.formFooter img {}
				.formFooter span {padding:10px 0 0 0; display:block;}
			
			.error {color:#f00; margin:0 0 20px 0; padding:5px 10px; border:1px solid #ffc; background:#ffe;}
				p.error {padding:5px 10px;}
			.success {font-weight:bold; color:#a88f04;}
			.captchaText {font-size:10px; line-height:10px; width:200px; padding:3px 5px; display:block; float:left;}
			
			.feature-list {list-style: none; margin: 20px 0 0 0; padding: 0;}
				.feature-list h4 {font-size: 16px; line-height: 1; margin-bottom: 5px;}
				.feature-list li {padding-left: 80px; margin-bottom: 30px;}
					.feature-os {background: url(../images/os.png) 5px 0 no-repeat;}
					.feature-fast {background: url(../images/fast.png) 30px 0 no-repeat;}
					.feature-flexible {background: url(../images/comparison.png) 8px 0 no-repeat;}
					.feature-iphoto {background: url(../images/iPhoto.png) 14px 0 no-repeat;}
					.feature-photo {background: url(../images/photo.png) 7px 0 no-repeat;}
					.feature-removal {background: url(../images/trash.png) 5px 0 no-repeat;}
					.feature-formats {background: url(../images/formats.png) 5px 0 no-repeat;}
					.feature-search {background: url(../images/search.png) 17px 0 no-repeat;}
					.feature-preview {background: url(../images/preview.png) 7px 0 no-repeat;}
					.feature-compare {background: url(../images/icn_compare_folders.png) 7px 0 no-repeat;}
					.feature-delete {background: url(../images/delete_photo.png) 7px 0 no-repeat;}
					.feature-sector {background: url(../images/sector.png) 7px 0 no-repeat;}

			.faq-content h4 {line-height: 1; margin-bottom: 5px;}

		aside {width:250px; padding: 30px; padding-top: 0; margin-top: 30px; border-left: 1px solid #bdbdbd; float:right;}
			.similarity {width:158px; text-align:center; margin:0; padding:10px; border:1px solid #e0e0e0; background:#f1f2f2; float: left;
				-webkit-border-radius: 3px;
				border-radius: 3px;
			}
			.similarity h4 {font-size:1.25em; line-height:1.25em; color:#828082;}
			.similarity h5 {font-size:3.5em; line-height:1em; color:#828082;}
			.similarity p {width:100%; padding:0 0 10px 0; overflow:hidden;}
				.similarity p span {font-size:0; line-height:0; width:15px; height:40px; border:1px solid #79cd43; display:inline-block;}
			.similarity p span, .downloadBtn a, .step3 li:before, .upgrade-now a {
				background: #ff7108; /* Old browsers */
				/* IE9 SVG, needs conditional override of 'filter' to 'none' */
				background: -moz-linear-gradient(top,  #ffb910 0%, #ff7108 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb910), color-stop(100%,#ff7108)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #ffb910 0%,#ff7108 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #ffb910 0%,#ff7108 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #ffb910 0%,#ff7108 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #ffb910 0%,#ff7108 100%); /* W3C */
			}

			.feature-side {}
				.feature-side h4 {line-height: 1em; padding-bottom: 5px;}
				.feature-side ul {}
				.feature-side li { padding-bottom: 10px;}
				
			.screenshots {padding:10px 0;}
				.screenshots h4 {padding:0 0 10px 0;}
				.screenshots ul {width:100%; margin:0; pading:0; list-style:none; overflow:hidden;}
				.screenshots li {padding:0 10px 10px 0; float:left;}
			
			#secure {text-align:center;}
				#secure h4 {padding:0 0 20px 0;}
				#secure img {display:block; margin:auto;}

			
			#login {margin:0; padding:10px 20px;}
				
			#system {width:268px; margin:0 0 20px 0; padding:15px; border:1px solid #7b9ce8; background:#a1b5e3;}
				#system h3 {font-size:20px; font-weight:normal;}
				#system ul {padding:10px 20px;}
				#system p {padding:0 0 0 52px; background:url(../images/sprite_icons24.png) 20px -322px no-repeat;}
				#system a {color:#144e36;}
				
			#menuHelp {padding:15px; border-bottom:1px solid #ddd;}
			
			.supportBox {padding:20px 0 0 0; border-bottom:1px solid #ccc;}
			
			.offer {padding:0 0 50px 0;}
				.offer img {display:block;}
				.offer span {margin:0 0 0 63px; display:block;}
			#uninstallForm {width:550px; margin:0; padding:20px 0 0 0;}
				#uninstallForm .visualBox {width:220px; display:block; float:left;}
				#uninstallForm .orderButton {text-align:center; width:260px; padding:20px 0 0 0; display:block; float:right;}
					#uninstallForm .orderButton img, #uninstallForm .orderButton input[type=image] {margin:10px auto 0 auto; display:block;}
					#uninstallForm .orderButton input[type=checkbox] {margin:10px 5px 0 0; float:left;}
					#uninstallForm .orderButton label {margin:10px 0 0 0; float:left;}

		#awards {width:860px; height:100px; padding:20px 50px; background:url(../images/bgd_awards.png) 25px 10px no-repeat; clear:both;}
			#awards dt {font-size:20px; width:80px; padding:42px 0; float:left;}
			#awards dd {padding:20px; float:left;}
		
		#tip-of-month {font-size: 14px; line-height: 1.25em; width: 100%; background: #eff0f0}
			#tip-of-month > div {width:930px; padding:30px 0; margin: auto; overflow: hidden;}
			#tip-of-month h3 {font-size: 24px; font-weight: normal; line-height: 30px; padding-bottom: 10px; color: #0084d2;}
			#tip-of-month img {width: 267px; height: 203px; margin-right: -277px; display: inline-block; vertical-align: middle;}
			#tip-of-month > div > div {margin-left: 297px; display: inline-block; vertical-align: middle;}

		.version-list {padding: 20px 0 20px 80px; margin-top: 50px; background:url(../images/version.png) 0 0 no-repeat}
		.version-history {}
			.version-history h1 {margin-bottom: 30px;}
			.version-history .downloadBtn {padding-top: 0;}
			.version-history .downloadBtn a {margin-top: 0; display: inline-block;}
		.notice {font-weight: bold; text-align: center; max-width: 730px; margin: 10px auto; padding: 5px 10px; color: #fff; background: #1672bb; border-radius: 5px; -webkit-border-radius: 5px;}
			.notice a {color: #fff;}

	footer {width:100%; color:#fff; padding: 30px 0; background: #1d4281;}
		footer > div {width: 980px; margin: auto; background: url(../images/logo_footer.png) 100% 0 no-repeat;}
		footer ul {margin: 0 30px 0 0; padding: 0 0 15px 0; list-style:none; display: inline-block; vertical-align: top;}
		footer li {margin: 0; padding: 0;}
		footer p {padding: 0;}
		footer a {color:#fff; text-decoration:none;}
		#truste {display: inline-block; vertical-align: top;}
	
/**
 * jQuery lightBox plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {height:500px; left:0; position:absolute; top:0; width:100%; z-index:90}
#jquery-lightbox {left:0; line-height:0; position:absolute; text-align:center; top:0; width:100%; z-index:100}
	#jquery-lightbox a img {border:none}
#lightbox-container-image-box {background-color:#fff; height:250px; margin:0 auto; position:relative; width:250px}
#lightbox-container-image {padding:10px}
#lightbox-loading {height:25%; left:0; line-height:0; position:absolute; text-align:center; top:40%; width:100%}
#lightbox-nav {height:100%; left:0; position:absolute; top:0; width:100%; z-index:10}
	#lightbox-container-image-box > #lightbox-nav {left:0}
	#lightbox-nav a {outline:none}
	#lightbox-nav-btnPrev, #lightbox-nav-btnNext {display:block; height:100%; width:49%; zoom:1}
	#lightbox-nav-btnPrev {float:left; left:0}
	#lightbox-nav-btnNext {float:right; right:0}
#lightbox-container-image-data-box {background-color:#fff; font:10px Verdana, Helvetica, sans-serif; line-height:1.4em; margin:0 auto; overflow:auto; padding:0 10px; width:100%}
#lightbox-container-image-data {color:#666; padding:0 10px}
	#lightbox-container-image-data #lightbox-image-details {float:left; text-align:left; width:70%}
#lightbox-image-details-caption {font-weight:700}
#lightbox-image-details-currentNumber {clear:left; display:block; padding-bottom:1em}
#lightbox-secNav-btnClose {float:right; padding-bottom:.7em; width:66px}



#mask {background: #000; background: rgba(0, 0, 0, 0.85); position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 10; display: none;}
#download-instruction {text-align: center; color: #fff; display: none; position: fixed; z-index: 1002;}
	#download-instruction h3 {text-align: left; font-size: 24px; font-style: italic; font-weight: normal; line-height: 1; color: #fff; padding: 10px 0 10px 80px; margin-bottom: 20px; background-position: 0 50%; background-repeat: no-repeat;}
	#download-instruction ul {list-style: none; margin: 0 0 20px 0; padding: 0;}
	#download-instruction li {width: 270px; margin-left: 30px; display: inline-block; vertical-align: top;}
	#download-instruction li:first-child {margin-left: 0;}
	#download-instruction h4 {font-size: 18px; padding: 10px 0; margin: 0; background: #00aeef; color: #fff;
		-webkit-border-radius: 10px 10px 0 0;
		border-radius: 10px 10px 0 0;
	}
	#download-instruction figure {height: 270px; padding-top: 5px; background: #fff; color: #575757; display: block;
		-webkit-border-radius: 0 0 10px 10px;
		border-radius: 0 0 10px 10px;
	}
	#download-instruction figcaption {font-size: 18px; line-height: 1.25; padding: 10px;}
		#download-instruction figcaption img {vertical-align: middle;}
	#download-instruction strong {font-weight: normal; color: #0b5eb0; white-space: nowrap;}
	.chrome {padding-bottom: 20px; padding-left: 125px; background: url(../images/chrome_arrow.png) 0 100% no-repeat; left: 20px; bottom: 0;}
		.chrome h3 {background-image: url(../images/chrome_icon.png);}
	.firefox {right: 20px; top: 20px;}
		.firefox h3 {background-image: url(../images/firefox_icon.png);}
	.ie, .edge {position: fixed; left: 0; right: 0; bottom: 0; z-index: 11;}
		.ie > div, .edge >div {display: inline-block;}
		.ie h3 {background-image: url(../images/ie_icon.png);}
		.edge h3 {background-image: url(../images/edge_icon.png);}
	.direct-download {font-size: 18px; text-decoration: underline; background: #fff; color: #007bff; padding: 10px 0; display: block;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}