@import url("https://fonts.googleapis.com/css?family=Roboto:300,700&subset=latin,cyrillic,latin-ext");

* {
	margin:0;
	padding:0;
} 

html, body {
	height: 100%;
}

body > #wrapper {
	min-height: 100%;
}

#main-content {
	overflow:auto;
	padding-bottom: 65px;
}

body {
	font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 300;
	color: #fff;
	background: #25225e;
}

a {
	font-weight: bold;
	color: #ffcb15;
	text-decoration: none;
}

.center {
	width: 940px;
	margin: 0px auto;
}

header {
	background: url("images/security-stripe.png") top left repeat-x rgba(0,0,0,0.1);
	padding-top: 20px;
	line-height: 120px;
	vertical-align: middle;
}

#secure-payment {
	float: right;
}

.clear {
	clear: both;
}

#content {
	padding: 20px 0;
	font-size: 16px;
}

#content p, #content .core-section-body {
	line-height: 180%;
}
#content h2 {
	font-size: 28px;
	font-weight: 300;
}

#content h3 {
	font-size: 24px;
	font-weight: 300;
}

#content h4 {
	font-size: 20px;
	font-weight: 300;
}

#content h5 {
	font-size: 16px;
	font-weight: 300;
}

#content .store-product-detail-pricing {
	font-weight: bold;
	display: block;
	margin: 0;
}

#content .core-form-field-body-note {
	font-size: 14px;
	color: #fff;
	line-height: 150%;
	margin-top: 15px;
}

#content input[type="text"], #content select {
	padding: 5px;
	font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 300;
	margin: 3px 0;
	border: 1px solid rgba(0,0,0,0.2);
}

#content .store-footer {
	color: #8084cf;
}

#content .store-page-navigation {
	border-top: 1px dotted #8084cf;
}

#content .store-order-action-coupon-li {
	padding: 15px 15px 20px 15px;
	background: rgba(0,0,0,0.3);
	border-radius: 3px;
}

#content .store-order-action-coupon-li input {
	margin-left: 10px;
	font-size: 16px;
	width: 150px;
}

footer {
	position: relative;
	margin-top: -65px;
	height: 65px;
	clear: both;
	background: rgba(0,0,0,0.1);
}

footer .center {
	text-align: center;
	line-height: 65px;
	color: #8084cf;
}

/* Opera Fix */
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}