/* Override */
body {
	color:#333333;	
}

p.elertus-blue {
	color:#178dbb;
}

h1 {
	font-family:Segoe UI Light, Verdana, Geneva, sans-serif;
}

h2 {
	font-family:Segoe UI Light, Verdana, Geneva, sans-serif;
}

h3 {
	font-family:Segoe UI Light, Verdana, Geneva, sans-serif;
	font-size:2.4em;
	line-height:1em;
	color:#178dbb;
	padding:10px 60px;
}

section.elertus_blue a {
	text-decoration:none;
	color:#333333;
}
section.elertus_blue a:hover {
	color:#000000;
}


strong {
	font-weight:bold;
}

ul.bullets-left li {
	background: url(/content/assets/BodyBullet.png) no-repeat 30px 10px; /* was:  no-repeat 10px 50% */
	padding-left: 50px; /* was: 40px */
	padding-bottom: 5px;
	line-height: 1.8em; /* 2em */
}
ul.bullets-right li {
	background: url(/content/assets/BodyBullet.png) no-repeat 60px 10px;
	padding-left: 80px;
	padding-bottom: 5px;
	line-height: 1.8em;
}



div[role="main"] section .left {
	width:50%; /* was: 37% */
	float:left;
	margin-bottom:30px;
}
div[role="main"] section .right {
	width:50%; /* was: 63% */
	float:right;
	margin-bottom:30px;
}

div[role="main"] section .product-side{
	width:37%;
}
div[role="main"] section .product-body{
	width:63%;
}

.product-side {
	background:#f5f5f5 url(/content/assets/WhiteGreyGrad.jpg) repeat-x top left;
	
}
.product-side .header {
	height:50px;
	background:#f0f0f0;
}
.product-side p {
	padding:10px 30px 0px 30px;
}

.product-body .header {
	height:50px;
	background:#333333;
	color:#FFFFFF;
}
.product-body .header p {
	float:right;
	margin:15px 10px 0px 0px;
	padding:0;
}
.product-body p {
	/*padding:10px 60px;*/
	padding:0px 60px;
}

div[role="main"] section .product-body h2, div[role="main"] section .product-body h1 {
	font-family:Segoe UI Light, Verdana, Geneva, sans-serif;
	font-size:3em;
	line-height:1em;
	/*margin:40px 60px;*/
	margin:40px 0px 40px 60px;
	color:#178dbb;
}

.product-body .subHeader {
	height:60px; /* total = 80px */
	background:#333333;
	font-family:Segoe UI Light, Verdana, Geneva, sans-serif;
	font-size:2.2em;
	line-height:1em;
	padding:20px 0px 0px 60px;
	margin:20px 0px;
	color:#FFFFFF;
}

/*
Buttons
*/
a.product-details-back {
	display:block;
	width:100px;
	height:100%;
	background:url(/content/assets/BtnBack.png) no-repeat left;
}

a.product-details-back:hover {
	background:#178dbb url(/content/assets/BtnBack.png) no-repeat right;
}

a.btn-details-dark, a.btn-details-medium {
	display:block;
	width:70%;
	height:45px; /* was: 50px */
	padding-top:5px;
	margin:10px auto;
	color:#FFFFFF;
}
a.btn-details-dark { background-color:#333333; }
a.btn-details-medium { background-color:#646464; }
a.btn-details-dark:hover, a.btn-details-medium:hover {
	background-color:#178dbb;
}


a.btn-buy-big {
	display:block;
	width: 154px;
	height: 62px;
	padding:0px;
	margin:10px 0px 0px 0px;
	background: url(/content/assets/Btn-Buy-Big.png) top left no-repeat;
	cursor: pointer;
}
a.btn-buy-big:hover {
	background: url(/content/assets/Btn-Buy-Big.png) top right no-repeat;
}

a.btn-buy2 {
	display:block;
	width: 102px;
	height: 32px;
	padding:0px;
	margin:10px 30px 0px 0px;
	float:right;
	background: url(/content/assets/Btn-Buy2.png) top left no-repeat;
	cursor: pointer;
}
a.btn-buy2:hover {
	background: url(/content/assets/Btn-Buy2.png) top right no-repeat;
}
/* Same as btn-buy2 but with no float */
a.btn-buy3 {
	display:block;
	width: 102px;
	height: 32px;
	padding:0px;
	margin:10px 30px 0px 0px;
	background: url(/content/assets/Btn-Buy2.png) top left no-repeat;
	cursor: pointer;
}
a.btn-buy3:hover {
	background: url(/content/assets/Btn-Buy2.png) top right no-repeat;
}

a.btn-where-to-buy {
	display:block;
	width: 200px;
	height: 50px;
	padding:0px;
	margin:30px 0px; /* was: 30px auto */
	float:left;
	background: url(/content/assets/Btn-Where_to_Buy.png) top left no-repeat;
	cursor: pointer;
}
a.btn-where-to-buy:hover {
	background: url(/content/assets/Btn-Where_to_Buy.png) top right no-repeat;
}
a.btn-where-to-buy-small {
	display:block;
	width: 120px;
	height: 32px;
	padding:0px;
	margin:10px 30px 0px 0px;
	float:right;
	background: url(/content/assets/Btn-Where_to_Buy-small.png) top left no-repeat;
	cursor: pointer;
}
a.btn-where-to-buy-small:hover {
	background: url(/content/assets/Btn-Where_to_Buy-small.png) top right no-repeat;
}

section.elertus_blue a.btn-where-to-buy {
	display:block;
	width: 200px;
	height: 50px;
	padding:0px;
	margin:30px 0px; /* was: 30px auto */
	float:left;
	background: url(/content/assets/Btn-Where_to_Buy-dark_grey.png) top left no-repeat;
	cursor: pointer;
}
section.elertus_blue  a.btn-where-to-buy:hover {
	background: url(/content/assets/Btn-Where_to_Buy-dark_grey.png) top right no-repeat;
}

a.btn-details {
	display:block;
	width: 100px;
	height: 50px;
	padding:0px;
	margin:30px 0px 30px 10px;
	float:right;
	background: url(/content/assets/Btn-Details-2.png) top left no-repeat;
	cursor: pointer;
}
a.btn-details:hover {
	background: url(/content/assets/Btn-Details-2.png) top right no-repeat;
}

a.faq_question {
	font-weight:bold;
	color:#178dbb;
	cursor:pointer;
}

.faq_answer {
	
}

.where-to-buy {
	width:100%;
	border:1px solid #333333;
	background:#ffffff;
	float:left;
	padding:30px 0px 0px 30px;
}
.where-to-buy-link {
	margin:0px 10px 30px 0px;
	float:left;
}
.details {
	border:0;
	margin:0 0 0 60px;
}
.details-side {
	border:0;
}


@media (max-width: 768px) and (min-width: 481px) {
	ul.bullets-right li {
		background: url(/content/assets/BodyBullet.png) no-repeat 30px 10px;
		padding-left: 50px;
		padding-bottom: 5px;
		line-height: 1.8em;
	}
	
	div[role="main"] section .left {
		width:90%;
		float:none;
	}
	div[role="main"] section .right {
		width:90%;
		float:none;
	}
	
	h3, .product-body p {
		padding:10px 30px;
	}
	
	div[role="main"] section .product-body h2 {
		font-size:2.6em;
		margin:30px;
	}
}

@media (max-width: 480px) {
	.product-body .subHeader {
		height:50px; /* total = 80px */
		font-size:1.6em;
		padding:30px 0px 0px 10px;
	}

	ul.bullets-right li {
		background: url(/content/assets/BodyBullet.png) no-repeat 10px 10px;
		padding-left: 30px;
		padding-bottom: 5px;
		line-height: 1.8em;
	}
	
	div[role="main"] section .left {
		width:90%;
		float:none;
	}
	div[role="main"] section .right {
		width:90%;
		float:none;
	}
	
	h3, .product-body p {
		padding:10px;
	}
	
	div[role="main"] section .product-body h2 {
		font-size:1.6em;
		margin:10px;
	}
	
	a.btn-details-dark, a.btn-details-medium {
		font-size:12px;
	}
	
}