/*
-----------------------------------------------
Site Base Styles
Author:   akella at http://cssing.org.ua
Version:  1 sep 2009
----------------------------------------------- */
*{margin:0;padding:0}
body{
	font:12px/1.3  tahoma,sans-serif;
	color:#000;
	background:#3b3c3d url(pageback.jpg) repeat 0 0;
	background-size: cover;
	}
#bodynoise
{
	width: 100%;
	height: 100%;
	background: url(tile.png) repeat 0 0;
}
@font-face {
	font-family: 'MuseoSans500';
	src: url('MuseoSans_500.eot');
	src: local('Museo Sans 500'), local('MuseoSans-500'), url('MuseoSans_500.woff') format('woff'), url('MuseoSans_500.ttf') format('truetype');
}
.description{
	display:none;
}
/* =Misc(links)
----------------------------------------------- */
a img,fieldset{border:none}
.pda, .print, legend{display:none}
a{color:#0172c3}
a:visited{color:#2787cc;}
a:hover{color:#025189}
.clr{
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
	}
.spacer-10{
	height:10px;
	}
.spacer-20{
	height:20px;
	}
.page{
	border:9px solid #1b1b1c;
	background: #1b1b1c;
	
	-moz-border-radius: 18px;
	-khtml-border-radius: 18px;
	-webkit-border-radius: 18px;
	-o-border-radius: 18px;
	border-radius:18px;
	}
	.topsplash-wrap{
		-webkit-border-bottom-right-radius: 18px;
		-webkit-border-bottom-left-radius: 18px;
		-moz-border-radius-bottomright: 18px;
		-moz-border-radius-bottomleft: 18px;
		-o-border-bottom-right-radius: 18px;
		-o-border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border:9px solid #000;
		border-top:0;
		margin:0 -9px;

		}
	.page-in{
		border:1px solid transparent;
		-moz-border-radius: 10px;
		-khtml-border-radius: 10px;
		-webkit-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius:10px;
		background:#1b1b1c;
		}
/* =Header
----------------------------------------------- */
.header{
	height:80px;
	position:relative;
	}
.header h1{
	padding-top:25px;
	padding-left:20px;
	}
.header h1 a{
	float:left;
	width:215px;
	height:47px;
	
	text-indent:-1983em;
	overflow:hidden;
	text-decoration:none;
	background:url(DDLogo.svg) no-repeat 0 0;
	}
	.header ul{
		position:absolute;
/*		bottom:-9px;*/
		top:54px;
		left:390px;
		list-style:none;
		font:13px/1 "MuseoSans500",arial,sans-serif;
		background:#1b1b1c;
		-moz-border-radius: 10px;
		-khtml-border-radius: 10px;
		-webkit-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius:10px;
		height:32px;
		
		
		-moz-border-radius-bottomleft: 0px;
		-moz-border-radius-bottomright: 0px;
		
		-khtml-border-bottom-left-radius: 0px;		
		-khtml-border-bottom-right-radius: 0px;
		
		-webkit-border-bottom-left-radius: 0px;
		-webkit-border-bottom-right-radius: 0px;
		
		-o-border-bottom-left-radius: 0px;
		-o-border-bottom-right-radius: 0px;
		
		border-bottom-left-radius:0px;
		border-bottom-right-radius:0px;
		
		
		
		}
		.header li{
			float:left;
			}
			.header li a{
				float:left;
				color:#fff;
				text-decoration:none;
				padding:0 29px;
				height:35px;
				line-height:35px;
				text-transform:uppercase;
				}
				.header li a:hover{
					color:#3187d5;
					}
			.header li.here{
				padding-bottom:1px;
				border-bottom: 3px solid #5a5f65;
				position: relative;
				z-index: 10;
				}
			.header li.here a,.header li.here a:hover{
				background:#5a5f65;
				border:1px solid #5a5f65;
				color:#fff;
				border-bottom:0;
				position:relative;
				padding-top:5px;
				top:-5px;
				padding-left:28px;
				padding-right:28px;
				
				-moz-border-radius-topleft: 10px;
				-moz-border-radius-topright: 10px;
				
				-khtml-border-top-left-radius: 10px;		
				-khtml-border-top-right-radius: 10px;
				
				-webkit-border-top-left-radius: 10px;
				-webkit-border-top-right-radius: 10px;
				
				-o-border-top-left-radius: 10px;
				-o-border-top-right-radius: 10px;
				
				border-top-left-radius:10px;
				border-top-right-radius:10px;
				}
/* =topsplash
----------------------------------------------- */
.topsplash{
	background:#139acc;
	border:1px solid #65bcff;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius:10px;
	margin-top:-1px;
	padding:21px 0;
	}
	.top-img{
		float:left;
		margin-left:21px;
		display:inline;
		position:relative;
		z-index:100;
		}
		.top-img a{
			display:block;
			position:relative;
			}
			.top-img a i{
				width:66px;
				height:67px;
				background:url(play.png) no-repeat 0 0;
				position:absolute;
				top:134px;
				left:150px;
				opacity:0.5;
			    -webkit-transition-property: opacity;
			    -webkit-transition-duration: 250ms;
				}
			.top-img a:hover i{
				opacity:1.0;
			    -webkit-transition-property: opacity;
			    -webkit-transition-duration: 250ms;
				}
		.top-img img{
			box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
			-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
			-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
			filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=5,MakeShadow=true,ShadowOpacity=0.7);
			}
	.top-text{
		float:left;
		width:390px;
		margin-left:61px;
		color:#fff;
		font-size:12px;
		text-shadow:0 1px 0 #0C607F;
		}
		.top-text h2{		
			font:normal 26px/1 "MuseoSans500",arial,sans-serif;
			color:#000;
			margin-bottom:16px;
			text-shadow:0 1px 0 #63a3bb;
			width: 450px;
			}
		.top-text p.descr{
			font-size:14px;
			line-height: 19px;
			}
.scroll-test{
	padding:5px 0;
	margin:55px -40px 38px -61px;
	background:#0f7ba3;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	
	-khtml-border-top-right-radius: 10px;		
	-khtml-border-bottom-right-radius: 10px;
	
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	
	-o-border-top-right-radius: 10px;
	-o-border-top-bottom-radius: 10px;
	
	border-top-right-radius:10px;
	border-top-bottom-radius:10px;
	position:relative;
	}
	.scroll-test cite{
		font-style:normal;
		display:block;
		text-align:right;
		}
	.scroll-test ul{
		list-style:none;
		width:390px;
		position:relative;
		margin-left:60px;
		line-height: 19px;
		}
		.scroll-test li{
			padding-left:1px;
			}
		.scroll-test li a{
			color:#ffffff;
			text-decoration: underline;
		}
		.scroll-test li a:hover{
			color:#ffffff;
			text-decoration: underline;
		}
.scroll-test-nav a{
	float:left;
	width:9px;
	height:15px;
	background:url(testi.png) no-repeat 0 0;
	position:absolute;
	top:26px;
	outline:none;
	}
	.scroll-test-nav .scroll-test-prev{
		background-position:-9px 0;
		left:32px;
		}
		.scroll-test-nav .scroll-test-prev:hover{
			background-position:-9px -15px;
			}
	.scroll-test-nav .scroll-test-next{
		background-position:0 0;
		right:11px;
		}
		.scroll-test-nav .scroll-test-next:hover{
			background-position:0 -15px;
			}
.testiwrap{
	width:390px;
	height:57px;
	position:relative;
	overflow:hidden;
	margin-left:60px;
	}
	.testiwrap ul{
		width:20000em;
		position:absolute;
		left:0;
		margin:0;
		overflow:hidden;
		}
		.testiwrap li{
			width:390px;
			float:left;
			
			}
.download-buttons{
	margin-left: -5px;
	width:420px;
	overflow:hidden;
	}
	.download-buttons a{
		float:left;
		width:143px;
		height:41px;
		padding-top:7px;
		padding-left:25px;
		color:#fff;
		text-decoration:none;
		background:url(download.png) no-repeat 0 0;
		}
		.download-buttons a.b-download:hover{
			background-position:0 -48px;
		}
	.download-buttons a.b-buy{
		background:url(buy.png) no-repeat 0 0;
		margin-left:63px;
		display:inline;
		}
		.download-buttons a.b-buy:hover{
			background-position:0 -48px;
			}
		.download-buttons a b{
			font:normal 16px/1 "MuseoSans500",arial,sans-serif;
			}
		.b-download{
			text-shadow:0 1px 0 #352048;
			}
		.b-buy{
			text-shadow:0 1px 0 #254e1c;
			}
		.b-download .subt{
			display:block;
			color:#e2cfff;
			font-size:11px;
			padding-top:1px;
			}
			.b-buy .subt{
				display:block;
				color:#a7dc9b;
				font-size:11px;
				padding-top:1px;
				}
/* =content
----------------------------------------------- */
.content{
	color:#fff;
	}
.hentry{
	margin-bottom:50px;
	}
	.hentry h2{
		font:normal 20px/1 "MuseoSans500",arial,sans-serif;
		margin-bottom:17px;
		}
		.hentry h2 a{
			color:#fff;
			text-decoration:none;
			}
	.hentry .pubdate{
		color:#88929f;
		float:right;
		width:100px;
		text-align:right;
		padding-top:5px;
		}
.hentry p{
	margin-bottom:1em;
	}
	.hentry img, .feat img{
		float:left;
		padding:4px;
		margin:5px 10px 10px 0;
		background:#fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, 1);
		-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 1);
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 1);
		filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=5,MakeShadow=true,ShadowOpacity=0.5);
		}
.hentry table{
	clear:both;
	margin:1em 0;
	border-spacing:0;
	border-collapse:collapse;
	border:1px solid #88929f;
	}
	.hentry table td{
		padding:3px 5px 3px 10px;
		color:#333;
		background:#e2e6eb;
		}
	.hentry table tr:nth-child(even) td {
		  background-color: #88929f;
			}
.hentry ul, .hentry ol{
	margin:1em 10px;
	}
	.hentry ul{
		list-style:none;
		}
		.hentry ul li{
			padding-left:10px;
			background:url(bul.png) no-repeat 0 0.5em;
			}
	.hentry ol{
		margin-left:20px;
		list-style-type: decimal 
		}
.hentry  a{
	color:#88929f;
	}
	.hentry .tags a{
		text-decoration:none;
		}
.sec{
	color:#fff;
	}
.subsec, .feedback, .restore {
	border:1px solid #32323e;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius:6px;
	background:#13181e;
	padding:17px 17px 10px 17px;
	margin-bottom:17px;
	}
	.subsec ul{
		list-style:none;
		margin:7px 0 13px 12px;
		}
		.subsec li a{
			color:#fff;
			text-decoration:none;
			}
		.subsec li{
			padding-left:10px;
			background:url(bul.png) no-repeat 0 0.5em;
			margin-bottom:3px;
			}
/* =singlepage
----------------------------------------------- */
.wrap-alt .content h2{
	font:normal 26px/1.5 "MuseoSans500",arial,sans-serif;
	margin-bottom:10px;
	}
	.wrap-alt .content h3{
		font:normal 20px/1.5 "MuseoSans500",arial,sans-serif;
		margin-bottom:6px;
		}
	.wrap-alt .content p{
		margin-bottom:1.4em;
		}
	.wrap-alt .content dl{
		padding-left:12px;
		}
		.wrap-alt .content dd{
			padding:4px 0 7px 10px;
			display:none;
			}
		.wrap-alt .content dt{
			padding:2px 0 5px 0;
			font-weight:bold;
			}
		.wrap-alt .content dt.opened a{
			color:#c3efff;
			}
	.wrap-alt a{
		text-decoration:none;
		}
	.wrap-alt a:hover{
		color:#9cddf6;
		text-decoration:underline;
		}
		.successmessage{
			display:none;
			padding:13px 23px;
			}
		.success .successmessage{
			display:block;
			}
			.success .row{display:none;}
		.success{
			background:#139acc;
			color:#fff;
			box-shadow:inset 0 0 5px #000000;
			-moz-box-shadow:inset 0 0 5px #000000;
			-webkit-box-shadow:inset 0 0 5px #000000;
						-o-box-shadow:inset 0 0 5px #000000;
						border:1px solid #139acc;
		}
	.faq{
		margin-bottom:30px;
		}
	.faq table{
	clear:both;
	margin:1em 0;
	border-spacing:0;
	border-collapse:collapse;
	border:1px solid #88929f;
	}
	.faq table td{
		padding:3px 5px 3px 10px;
		color:#333;
		background:#e2e6eb;
		}
	.faq table tr:nth-child(even) td {
		  background-color: #88929f;
			}

#out .content .restore{
	width:371px;
	padding:0;
	margin-bottom:40px;
	margin-top:10px;
	height:55px;
	overflow:hidden;
	}		
#out .alert{
	
	background:#fbd0a2;
	border-color:#fbd0a2;
	
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius:6px;
	box-shadow:inset 0 0 5px #000000;
	-moz-box-shadow:inset 0 0 5px #000000;
	-webkit-box-shadow:inset 0 0 5px #000000;
	}
	.retrylink{
		display:block;
		float:right;
		text-align:right;
		text-decoration:none;
		font-size:14px;
		color:#c22312;
		margin-top:-1px;
		}

	.wrap-alt .alert a, .wrap-alt .alert a:hover{
		color:#c22312;
		}

		#out .content .alert .row{
			display:none;
			margin:0;
			}
		#out .content .restore .row{
			padding:16px 10px;
			margin:0;
		}
		.wrap-alt .restore .retrymessage{
			display:none;
			margin-bottom:0;
			}
		.wrap-alt .alert .retrymessage{
			display:block;
			padding:13px 23px;
			color:#000;
			font-size:12px;
			margin-bottom:0;
			}
		.restore .textinput{
			border:1px solid #88929f;
			background:#fff;
			width:184px;
			font-size:14px;
			color:#000;
			font-family:Tahoma,sans-serif;
			padding:2px 2px;
			margin-right:15px;
			}
		.restore .submit{
			width:145px;
			padding:4px 12px;
			font-size:13px;
			background:#6a6a6a url(but.png) repeat-x 0 50%;
			text-shadow:0 -1px 0 #3d3d3d;
			color:#fff;
			border:1px solid #909090;
			border-bottom-color:#505050;
			-moz-border-radius: 3px;
			-khtml-border-radius: 3px;
			-webkit-border-radius: 3px;
			-o-border-radius: 3px;
			border-radius:3px;
			
			box-shadow: 0 0 5px #000000;
			-moz-box-shadow: 0 0 5px #000000;
			-webkit-box-shadow: 0 0 5px #000000;
			-o-box-shadow: 0 0 5px #000000;
		}
		.restore .submit:hover,.restore .submit:active{
			background-image:url(submith.png);
			border-color:#212121;
			border-top-color:#34373b;
			}
.data{
	margin:1em 0;
	}
	.data td, .data th{
		vertical-align:top;
		padding:3px;
	}
	.data .iconsdev td{
		padding-bottom:14px;
		}
		.data th{
			text-align:right;
			font-weight:normal;
			padding-right:15px;
			}
.person{
	width:100%;
	overflow:hidden;
	margin-bottom:40px;
	}
	.person img{
		float:left;
		margin-right:18px;
	}
	.person h4{
		font-weight:normal;
		font-size:18px;
		}
	#out .person .wherefrom{
		font-size:14px;
		color:#88929f;
		margin-bottom:0px;
		}
	.person ul{
		list-style:none;
		width:440px;
		overflow:hidden;
		padding:1px 0 3px 0;
		margin-bottom:10px;
		}
		.person li{
			float:left;
			}
			.person li a{
				float:left;
				margin-right:15px;
				padding:3px 0 3px 28px;
				}
			.person li.skype a{background:url(skype.png) no-repeat 0 50%;}
			.person li.email a{background:url(email.png) no-repeat 0 50%;}
			.person li.vcard a{background:url(vcard.png) no-repeat 0 50%;}
/* =Sec
----------------------------------------------- */
.sec h2{
	font:normal 20px/1 "MuseoSans500",arial,sans-serif;
	}
.socialize{
	padding-left:8px;
	}
	.socialize h2{
		margin-bottom:7px;
		}
	.socialize ul{
		list-style:none;
		}
	.socialize li{
		height:24px;
		line-height:24px;
		padding-left:30px;
		position:relative;
		margin-bottom:6px;
		}
		.socialize li a{
			color:#139acc;
			text-decoration:none
			}
			.socialize li a:hover{
				text-decoration:underline;
				color:#9cddf6;
				}
		.socialize img{
			position:absolute;
			left:0;
			top:0;
			}
.feedback .descr{
	color:#88929f;
	font-size:11px;
	}
	.feedback .row input, .feedback .row textarea{
		border:1px solid #88929f;
		background:#fff;
		width:238px;
		font-size:12px;
		color:#000;
		font-family:Tahoma,sans-serif;
		padding:1px 2px;
		}
	.feedback .row input.error, .feedback .row textarea.error{
		border-color:#c00;
		background:#fee;
		}
	.feedback .row{
		margin-top:1em;
		position:relative;
		}
	.row .errormes{
		position:absolute;
		width:100px;
		font-size:10px;
		color:#000;
		border:1px solid #666;
		padding:3px 5px;
		background:#fddab5;
		top:15px;
		right:-120px;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius:3px;
		display:none;
		}
		.errormes i{
			width:6px;
			height:10px;
			position:absolute;
			left:-6px;
			top:5px;
			background:url(ar.png);
			}
	.feedback .row textarea{
		height:93px;
		}
	.feedback label{
		display:block;
		padding-bottom:1px;
		}
		.feedback label span{
			color:#88929f;
			font-size:11px;
			margin-left:10px;
			}
	.feedback .last{
		text-align:right;
		margin-top:1em;
		}
		.feedback .last input{
			padding:4px 17px;
			font-size:14px;
			background:#6a6a6a url(but.png) repeat-x 0 50%;
			text-shadow:0 -1px 0 #3d3d3d;
			color:#fff;
			border:1px solid #909090;
			border-bottom-color:#505050;
			-moz-border-radius: 3px;
			-khtml-border-radius: 3px;
			-webkit-border-radius: 3px;
			-o-border-radius: 3px;
			border-radius:3px;
			
			box-shadow: 0 0 5px #000000;
			-moz-box-shadow: 0 0 5px #000000;
			-webkit-box-shadow: 0 0 5px #000000;
						-o-box-shadow: 0 0 5px #000000;
			}
			.feedback .last input:hover,.feedback .last input:active{
				background-image:url(submith.png);
				border-color:#212121;
				border-top-color:#34373b;
			}
.feedback-sent{
	background:#139acc;
	color:#fff;
	box-shadow:inset 0 0 5px #000000;
	-moz-box-shadow:inset 0 0 5px #000000;
	-webkit-box-shadow:inset 0 0 5px #000000;
				-o-box-shadow:inset 0 0 5px #000000;
				border:none;
				padding-bottom:14px;
	}

#feedback-sent{
	display: none;
	}
#feedback-error{
	display: none;
	color:#000;
	padding-bottom:17px;
	}
		
/* =features
----------------------------------------------- */
.clr{
	clear:both;
	}
.feat{
	float:left;
	width:429px;
	color:#fff;
	padding-top:0px;
	padding-bottom:0px;
	margin-left:20px;
	margin-right:20px;
	line-height: 19px;
	}
	.feat .c{
		display:table;
		zoom:1;
		}
	.feat h2{
		font:normal 22px "MuseoSans500",arial,sans-serif;
		margin-bottom:11px;
		}
	.feat p{
		margin-bottom:7px;
		font-size:12px;
		}
		.feat img{
			margin-right:19px;
			margin-top:0;
		}
	.feat p strong{
		color: #a589ff;
		font-weight: normal;
	}
	
	.feat a.fancy-video i{
		width:66px;
		height:67px;
		background:url(play.png) no-repeat 0 0;
		position:absolute;
		top:59px;
		left:562px;
		opacity:0.5;
	    -webkit-transition-property: opacity;
	    -webkit-transition-duration: 250ms;
		}
	.feat a.fancy-video:hover i{
		opacity:1.0;
	    -webkit-transition-property: opacity;
	    -webkit-transition-duration: 250ms;
		}

	
.features{
	width:100%;
	overflow:hidden;
	
	margin:0 -9px;
	-webkit-border-top-left-radius: 18px;
	-webkit-border-top-right-radius: 18px;
	-moz-border-radius-topleft: 18px;
	-moz-border-radius-topright: 18px;
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
	border:9px solid #000;
	border-bottom:0;
	position:relative;
	top:-6px;
	}
	.features-in{
		border:1px solid #32323e;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom:0;
		padding:0px 0 0 0;
	}	
.secondary-page{
	width:100%;
	overflow:hidden;
	
	margin:-7px -9px 0;
	border:9px solid transparent;
	border-bottom:0;
	position:relative;
	top:-2px;
	}
	.secondary-page-in{
		background: #34383a;
		border:1px solid #000;
		-webkit-border-top-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		border-bottom:0;
		padding:0px 0 0 0;
	}
/* =Footer
----------------------------------------------- */
.footer{
	padding:5px 0 20px 0;
	font-size:11px;
	color:#3c4956;
	width:100%;
	overflow:hidden;
	}
.footer .copy{
	float:right;
	margin-right:10px;
	width:220px;
	height: 30px;
	text-indent:-1983em;
	background: url(SALogo.svg) no-repeat -1712px -10px;
	background-size: 3660px 320px;
}
	
	/* fix iusethis banner */		
.footer>div{
	float:right;
	width:180px;
	margin-right:20px;
	}

.footer #iusethis{
	position:relative;
	top:4px;
	margin-right:-20px;
	}

	
	/* fix macupdate banner */
.footer div a img{margin:0}	

.hiddenErrorMessage {
	display: none;
}

/* Upgrade styles. */ 



.feedback p.upgrade-descr1 {
	padding-top:5px;
	color:#ffffff;
}

.feedback p.upgrade-descr2 {
	padding-top:13px;
}

div.upgrade {
	margin-left:60px;
}



.upgrade strong {
	color: #a589ff;
	font-weight: normal;
}

.upgrade-key, .upgrade-key a, .upgrade-key a:hover{
	
	color: #ff7cd7;
	
	font: 14px/24px Tahoma;

}






.upgrade-keybox {
	border:1px solid #35353a;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius:6px;
	background: black;
	padding:10px;
	margin-bottom: 10px;

}

.upgrade-alignright {
	text-align: right;
}

.upgrade-keyform {
	
	padding-left: 5px;
}


.upgrade-blocklabel {
	padding-bottom: 10px;
}

.upgrade-remark {
	color: #88929F;
	font-size: 11px;


}

.upgrade-btn {
	
	padding:4px 17px;
			
	font-size:14px;
	background:#6a6a6a url(but.png) repeat-x 0 50%;
	text-shadow:0 -1px 0 #3d3d3d;
	color:#fff;
	border:1px solid #909090;
	border-bottom-color:#505050;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius:3px;
			
	box-shadow: 0 0 5px #000000;
	-moz-box-shadow: 0 0 5px #000000;
	-webkit-box-shadow: 0 0 5px #000000;
	-o-box-shadow: 0 0 5px #000000;
			
	margin-right: 6px;
			
	margin-left: 6px;

}

	

.upgrade-btn:hover, .upgrade-btn:active {
	background-image:url(submith.png);
	border-color:#212121;
	border-top-color:#34373b;
}


	

.upgrade-textinput{
	border:1px solid #88929f;
	background:#fff;
	width:360px;
	font-size:14px;
	color:#000;
	font-family:Tahoma,sans-serif;
	padding:2px 2px;
}


p.upgrade-error {
	color:#e54405;
	background-image:url(upgradeerror.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
	margin-left:-25px;
	padding-left:25px;
}


.upgrade-announcement
{
	text-align:center; 
	background-color:#5a5f65; 
	border:1px solid #000; 
	width:552px; 
	padding:13px 23px; 
	margin-top:20px; 
	-moz-border-radius: 6px; 
	-khtml-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	-o-border-radius: 6px;	
	border-radius:6px; 
	text-shadow: #0C607F 0px 1px 0px; 
	font-size:14px;
}

.upgrade-announcement a {
	color:#FFFFFF;
	text-decoration:underline;
}

.upgrade-inputdiv
{
	margin-top:16px;
}

a.upgrade-input
{
	cursor:default;
	color:white;
}

a.upgrade-input:hover, a.upgrade-input:active
{
	text-decoration:none;
	cursor:default;
	color:white;
}




/*
-----------------------------------------------
Site Layout Styles
Author:   akella at http://cssing.org.ua
Version:  1 sep 2009
----------------------------------------------- */
body{
	text-align:center;
	}
	#out, .in{
		margin:0 auto;
		text-align:left;
		width:960px;
		}
		.wrap{
			width:100%;
			overflow:hidden;
			padding:20px 0;
			}
		.content{
			float:left;
			width:600px;
			margin-left:20px;
			display:inline;
			padding-left:150px;
			}
			.wrap-alt .content{
				margin-left:0;
				margin-right:20px;
				float:left;
				}
		.sec{
			float:right;
			margin-right:20px;
			display:inline;
			width:280px;
			}
			.wrap .sec{
				float:left;
				margin:0 0 0 20px;
				}


/*
-----------------------------------------------
FastSpring 
-----------------------------------------------
*/

.header h1
{
	margin-top:0;
}

.store-order-item-action-delete { display: none !important; }
.store-order-action-edit { display: none !important; }

.core-section {
	border:1px solid #32323e;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius:6px;
	background:#13181e;
	padding:17px 17px 17px 17px;
	margin-bottom:17px;
	margin-top:17px !important;
}

.wrap-alt .content .core-section h2 {
	font:normal 20px/1 "MuseoSans500",arial,sans-serif;
	margin:0;
	margin-bottom:20px;
}

.wrap-alt .content .core-section h3 {
	font:normal 16px/1 "MuseoSans500",arial,sans-serif;
	margin:20px 0 15px 0;
}

.core-form-field-label {
	padding-bottom: 1px;
}

.core-form-field-label label {
	font: 12px/1.3 tahoma,sans-serif;
	font-weight:normal;
}

.core-form-field-body-note {
	color: #88929F;
	font-size: 11px;
	padding-top: 4px;
}

.store-page-navigation {
	border:none;
	margin-top:0;
	padding-top:0;
}

.store-action-next a, .store-action-complete a{
	padding:4px 17px;
			
	font-size:14px;
	background:#6a6a6a url(but.png) repeat-x 0 50%;
	text-shadow:0 -1px 0 #3d3d3d;
	color:#fff;
	border:1px solid #909090;
	border-bottom-color:#505050;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius:3px;
			
	box-shadow: 0 0 5px #000000;
	-moz-box-shadow: 0 0 5px #000000;
	-webkit-box-shadow: 0 0 5px #000000;
	-o-box-shadow: 0 0 5px #000000;
			
	margin-right: 6px;
			
	margin-left: 6px;

}

.store-action-next a:hover, .store-action-next a:active,
.store-action-complete a:hover, .store-action-complete a:active 
{
	background-image:url(submith.png);
	border-color:#212121;
	border-top-color:#34373b;
}



.store-action-title {
	padding:0 !important;
	background-image:none !important;
}

.store-action a:hover {
	color:white;
}

.store-footer {
	color: #3C4956;
}

.core-messages {
		font-size:12px;
		color:#000;
		border:1px solid #666;
		padding:3px 5px 3px 5px;
		background:#fddab5;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius:3px;
		margin-top: 17px;
}

.store-order-item-title {
	padding-top:11px;
	padding-bottom:11px;
	font-weight: normal;
}

.store-order-items .store-order-item-title {
	background-image:url(icon32.png);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:42px;
}

.store-order-items .store-order-item-pricing {
	padding-top:11px;
}

.store-action-list
{
	margin-top:16px;
}

.store-action-input
{
	margin-left:15px !important;
}