* {
	font-family: SiteSans60, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

body{
	background-color: #F5F5F5;
	margin: 0;
	padding: 0;
}

.container {
	width: 100%;
}

.MaxWidth {
	max-width: 650px;
}

.MaxWidth680 {
	max-width: 680px;
}

.MarginAuto {
	margin: auto;
}

.LogoCont {
	padding: 50px 0;
	text-align: center;
}

.Header img {
	width: 120px
}

.Footer {
	margin-top: 30px;
}

.Footer td {
	padding: 25px 0; width: 100%; text-align:center;
}

small, .Unsubscribe {
	color: #aaa;
	font-size: 15px;
	line-height: 1.5;
}

.Unsubscribe:hover {
	color: #000;
}


.Body {
	border-radius: 10px;
	background-color: #fff;
	padding: 45px 40px 20px 40px;
	font-size:18px;color:#000;
	/*border: 15px solid #f5f5f5;*/
}

p small, .Body h6 {
	color: #aaa;
	font-size: 15px;
	line-height: 1.5;
	margin: 30px 0 0px;
	display: block;
	font-weight: normal;
}
.Body h6 {
	margin-bottom: 15px;
}

.Body h6 a {
	color: #aaa;
	font-size: 15px;
	line-height: 1.5;
	text-decoration: none;
}

p {
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 19px;
}

a {
	color: #000;
	text-decoration: none;
}

p a{
	padding: 12px;
	margin: 40px 0;
	border-radius: 12px;
	font-size: 19px;
	color: #fff;
	font-weight: 500;
	display: block;
	background-color: #E6638B;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}

p small a{
	padding: 0;
	border-radius: 0;
	font-size: inherit;
	color: #aaa;
	display: inline;
	background-color: transparent;
	text-decoration: underline;
	text-align: inherit;
	text-transform: none;
}

h1,h2,h3,h4, strong, h3 span.Text, p a, .full-width-button .button-a {
	font-family: SiteSans80, "Helvetica Neue", Helvetica, Verdana, Arial,sans-serif;
}

h1,h2,h3,h4 {
	font-size: 20px;
}

h4 {
	text-align: center;
	position: relative;
	margin-top: -18px;
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 30px;
	background-color: #fff;
	display: block;
	padding: 5px 20px;
	width: 150px;
}

.pt40 {
	padding-top: 40px !important;
}

.CartHolder h3 {
	text-align: center;
	position: relative;
	margin: 20px 0 30px;
}

.CartHolder h3 span.Note {
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	display: block;
}

.CartHolder h3 span.Text {
	background-color: #fff;
	display: block;
	margin: 0 auto;
	width: 170px;
	position: relative;
	padding-top: 15px;
}

.CartHolder h3 div {
	position: absolute;
	top:27px;
	left: 0;
	right: 0;
	border-top: 2px dotted #ccc;
}

.CartHolder .Cart {
	margin: 0 80px;
}

.CartHolder td {
	font-size: 15px;
	line-height: 1.5;
}

.CartHolder td.Space {
	padding: 22px 0;
}

.BorderBottom {
	border-bottom: 2px dotted #ccc;
}

.UserDetail {
	margin-bottom: 50px;
}

.align-right {
	text-align: right;
}

.block{
	background-color: #ffffff;
	text-align: center;
	color: #000;
	font-size: 21px;
	border-radius: 10px;
	overflow: hidden;
}

.text-block{
	padding: 60px 70px 50px;
}
.text-block p{
	font-weight: 100;
	padding: 0;
	margin-bottom: 20px;
	line-height: 1.7;
}

.header-wrapper > .header-lg{
	padding: 3px 0;
}

.header-lg{
	font-size: 21px;
	margin: 0;
	text-align: center;
	line-height: 1.7;
}

.full-width-button .button-a {
	margin: 20px;
	border-radius: 12px;
	display: block;
	margin-top: 0px;
	margin-bottom: 35px;
	margin-left: 40px;
	margin-right: 40px;
	padding: 12px;
	text-align: center;
	font-weight: bold;
}


.social-block{
	text-align: center;
	padding-bottom: 40px;
}

.social-block .social-wrapper{
	width:27px;
	height:27px;
	display: inline-block;
	background-color: #C7C7C7;
	border-radius: 35px;
	padding: 10px;
}

.social-block a{
	text-decoration: none;
}

.social-block a:hover{
	text-decoration: none;
}

.social-block .social-padding{
	width:1px;
	height:1px;
	display: inline-block;
	padding: 15px;
}

.social-block .social-wrapper .social-icon{
	width:100%;
	height:100%;
}

.OnlineLink {
	background-color: #fff;
}

.OnlineLink td{
	text-align: center;
	padding: 8px;
}

.OnlineLink a {
	color: #ccc;
	font-size: 15px;
	font-family: SiteSans100, "Helvetica Neue", Helvetica, Verdana, Arial,sans-serif;
}

.OnlineLink a:hover {
	color: #000;
}

@media screen and (max-width:680px) {
	.UserDetail td {
		display: block;
		text-align: center;
		width:100%!important;
		padding-bottom: 15px;
	}
	.CartHolder .Cart {
		margin: 0 30px!important;
	}

	small, .Unsubscribe, p small, .Body h6, .Body h6 a , .CartHolder h3 span.Note, .CartHolder td , .OnlineLink a {
		/*font-size: 15px;*/
		font-size: 12px!important;
	}
	.Body {
		/*font-size:18px;*/
		font-size:15px!important;
	}
	p, p a{
		/*font-size: 19px;*/
		font-size: 16px!important;
	}
	h1,h2,h3,h4 {
		/*font-size: 20px;*/
		font-size: 17px!important;
	}
	.block, .header-lg{
		/*font-size: 21px;*/
		font-size: 18px;
	}

	.block{
		border: 15px solid #F5F5F5;
		border-radius: 25px!important;
	}
}