/*TODO move these css to template sytle ();*/
.page-top-container {
	padding-top: 10px;
	padding-bottom: 10px;
	background-position-x: center;
	background-position-y: top;
	color: #FFF;
}

.page-top-title {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: 100;
}

.page-top-subtitle {
	font-size: 17px;
	text-align: center;
	color: #fff;
	font-weight: 100;
}

a.page-top-button, a:link.page-top-button {
	border-radius: 5px;
	background-color: #ff3265;
	color: #fff;
	text-align: center;
	width: 191px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 100;
	letter-spacing: 1px;
	display: block;
	margin-top: 60px;
	margin-bottom: 125px;
	text-align: center;
	text-decoration: none;
	padding-top: 11px;
	padding-bottom: 11px;
	transition: all 0.3s ease 0s;
	text-transform: uppercase;
	font-weight: 100;
	letter-spacing: 1px;
}

a.page-top-button:hover {
	background-color: #F42056;
}

.page-content-section-container {
	height: auto;
	padding-top: 65px;
	padding-bottom: 65px;
}

.heading-normalized-container {
	height: auto;
	padding-top: 100px;
	padding-bottom: 120px;
}

div.page-top-title-captilize {
	margin-top: 52px;
	margin-bottom: 100px;
	font-size: 48px;
	text-align: center;
	font-weight: 600;
}

/* link */
a, a:link, a:visited {
	color: #009DDC;
	text-decoration: none;
}

a:hover {
	color: #0082B8;
	text-decoration: none;
}

/*icon color*/
i.icon-color-danger {
	color: #d9534f;
}

i.icon-color-warning {
	color: #f0ad4e;
}

i.icon-color-info {
	color: #5bc0de;
}

i.icon-color-default {
	color: #777;
}

/** shopping cart **/
div#cart-wrapper {
	display: none;
	position: absolute;
	right: 2px;
	top: 38px;
}

div#cart-wrapper img {
	float: right;
	margin-right: 12px;
}

div#cart-wrapper form {
	padding: 20px;
	color: #555;
	background-color: #fff;
	display: block;
	line-height: normal;
	min-width: 303px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 10px 0 #333;
	-webkit-box-shadow: 0 0 10px 0 #333;
	box-shadow: 0 0 10px 0 #333;
	overflow: hidden;
	height: auto;
	clear: both;
}

div#cart-wrapper h3 {
	padding-top: 0;
	font-size: 20px;
	font-weight: bold;
	color: #555;
	margin: 0;
	padding-bottom: 26px;
}

div#cart-wrapper table {
	padding: 0;
	width: 100%;
	min-width: 303px;
}

div#cart-wrapper .button-grey-drop, div#cart-wrapper .button-green {
	color: #000;
	background-color: #f1f1f1;
	border: none;
	font-size: 12px;
	font-weight: normal;
	min-width: 83px;
	height: 32px;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div#cart-wrapper .button-green {
	display: block;
	background-color: #FF3163;
	border: none;
	color: #fff;
	text-transform: uppercase;
}

div#cart-wrapper input.button-green {
	float: right;
}

div#cart-wrapper td.item_name, div#cart-wrapper tr:last-child td {
	font-weight: bold;
	border-bottom-width: 0;
	padding-top: 14px;
	padding-right: 0;
}

div#cart-wrapper td.item_cost, div#cart-wrapper tr:last-child td:last-child
	{
	text-align: right;
	padding-right: 0;
}

div#cart-wrapper td {
	border-bottom: 1px solid #ccc;
	padding: 4px 16px 9px 0;
}

div#cart-wrapper tr:last-child td {
	padding-bottom: 26px;
}

/*alert bar*/
div.alert-bar {
	position: absolute;
	top: 117px;
	width: 100%;
	overflow: auto;
}

div.alert-bar-inner {
	background: url(/sr/exclamation.png) no-repeat 36px 10px;
	max-width: 1620px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	padding: 0;
	font-size: 15px;
	font-weight: 300;
	color: #FFFFFF;
	position: relative;
	overflow: hidden;
}

div.alert-bar .alert-bar-inner {
	max-width: 100%;
	min-width: 600px;
}

div.alert-bar-inner a {
	color: #FFFFFF;
	text-decoration: underline;
}

div.promo-alert {
	background-color: #0082d2;
}

div.restart-alert {
	background-color: #e03d24;
}

div.coupon-alert {
	/* Same as promo alert for now */
	background-color: #0082d2;
}

div.alert-bar-inner span:first-of-type {
	margin-left: 65px;
}

div.alert-bar-inner span:nth-child(1n+2) {
	margin-left: 35px;
}

div.alert-bar-inner span#restart-counter {
	margin-left: 0px;
}

div.alert-close {
	background: url(/sr/x.png) no-repeat 15px 15px;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 40px;
	cursor: pointer;
}

div.promo-alert div.alert-close {
	background-color: #00639b;
}

div.restart-alert div.alert-close {
	background-color: #af2d1a;
}

div.alert-spacer {
	display: none;
	visibility: hidden;
	height: 40px;
}

a.domain-search-button {
	background-color: #0796d6;
	transition: all 0.3s ease 0s;
}

a.domain-search-button:hover {
	background-color: #067EB4;
}

/* btn */
a.button-red-bodered, div.button-red-bodered {
	transition: all 0.3s ease 0s;
	display: block;
	border: 2px solid #ff2a5e;
	padding: 5px 10px;
	border-radius: 5px;
	margin-top: 20px;
	text-decoration: none;
	width: 120px;
	text-align: center;
	text-transform: uppercase;
	color: #ff2a5e;
	cursor: pointer;
}

a.button-red-bodered:hover, div.button-red-bodered:hover {
	color: #fff;
	background-color: #ff2a5e;
	font-weight: 400;
}

a.btn.btn-blue-bordered, div.btn.btn-blue-bordered {
	transition: all 0.3s ease 0s;
	background-color: #ffffff;
	border: 1px solid #009ddc;
	color: #009ddc;
}

a.btn.btn-blue-bordered:hover, div.btn.btn-blue-bordered:hover {
	background-color: #009ddc;
	color: #fff;
}