/* Fonts
------------------------------------ */
@font-face {
    font-family: 'HelveticaBold';
    src: url('../fonts/HelveticaBold-webfont.eot');
    src: url('../fonts/HelveticaBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaBold-webfont.woff') format('woff'),
         url('../fonts/HelveticaBold-webfont.ttf') format('truetype'),
         url('../fonts/HelveticaBold-webfont.svg#HelveticaBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/OpenSans-Bold-webfont.eot');
    src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Store
------------------------------------ */

.total,
.total-value {
    font-size: 24px !important;
}

.title h2,
.search-sort-bar,
.sort-box {
    background: #f4fdea !important;
} 

.property-name {
    font-weight: bold !important;
}

.item a.product-title {
    font-size: 18px !important;
}

.details a.product-title  {
    font-size: 32px !important;
    font: normal 32px 'OpenSansBold', sans-serif;
    color: #558E55 !important;
    text-decoration: none !important;
}

.descr h3 {
    font: normal 18px 'OpenSansBold', sans-serif !important;
    color: #6C684C !important;
    border-bottom: 1px solid #ccc !important;
}

.descr ul {
    margin-bottom: 20px !important;
}


/* Callouts
------------------------------------ */

h1.major {
    font-size: 18px; 
    margin-left: 20px; 
    color: #fff;
    text-shadow: 0px 1px 0px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=1);
}

h2.tagline {
    background: url(http://s3.amazonaws.com/stockpr-test-store/gelstat2/files/images/type-fast.png) 0 0 no-repeat;
    padding-left: 80px;
}

.callout1 {
    background: #fcf5db;
	border: 1px solid #d3c177;
	padding: 15px;
	color: #333;
	font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0px 1px 0px #ffffff;
}
.callout1 a {
	font-weight: bold;
	color: #e37e07 !important;
	text-decoration: none;
    font-size: 18px;
}
.callout1 a:hover {
	text-decoration: underline;
}

/* Global elements
------------------------------------ */
html, body {
    text-align: left;
}
a {
	color: #006699;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font: normal 32px 'OpenSansBold', sans-serif;
	color: #558e55;
	margin: 0 0 18px;
}
h2 {
	font: normal 18px 'HelveticaBold', sans-serif;
	color: #6c684c;
	margin: 0;
	margin: 0 0 19px;
}
p {
	margin: 0 0 20px;
}
label {
	display: block;
}

blockquote {
    font-size: 16px;
    font-family: "Georgia";
    font-style: italic;
    line-height: 28px;
}


/* General elements
------------------------------------ */

.order-button {
	display: block;
	margin: 0 0 7px;
	border: 1px solid #c86a05;
	border-radius: 4px;
	background: #ffab2a;
	background-image: -webkit-linear-gradient(top,#ffb737,#ff9b25);
	background-image: -moz-linear-gradient(top,#ffb32c,#ff8c20);
	background-image: linear-gradient(top,#ffb32c,#ff8c20);
	-webkit-box-shadow: 0 1px 1px #f9bc4e;
	-moz-box-shadow: 0 1px 1px #f9bc4e;
	box-shadow: inset 0 1px 1px #f9bc4e;
	-webkit-text-shadow: 1px 1px 3px #3D3D3D;
	-moz-text-shadow: 1px 1px 3px #3D3D3D;
	text-shadow: 1px 1px 3px #3D3D3D;
	font: bold 28px/55px 'HelveticaBold', sans-serif;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}
.order-button:hover {
	text-decoration: none;
}
.order-button.blue {
	background: #195899;
	background-image: -webkit-linear-gradient(top,#3f92e7,#195899);
	background-image: -moz-linear-gradient(top,#3f92e7,#195899);
	background-image: linear-gradient(top,#3f92e7,#195899);
	-webkit-box-shadow: 0 1px 1px #47a4ff;
	-moz-box-shadow: 0 1px 1px #47a4ff;
	box-shadow: inset 0 1px 1px #47a4ff;
	border: 1px solid #2167ae;
}
.guarantee, .guarantee a {
	color: #ffff66;
	text-decoration: underline;
}
.guarantee a:hover {
	text-decoration: none;
}
.big-natural {
	margin: 0 0 10px 0;
	padding: 0;
	color: #ffffff;
	font: bold 41px 'OpenSansBold', sans-serif;
	-webkit-text-shadow: 0 0px 5px #000000;
	-moz-text-shadow: 0 0px 5px #000000;
	text-shadow: 0 0px 5px black;
}
.more-bold {
	margin: 0 0 12px;
	font: bold 15px/26px 'HelveticaBold', sans-serif;
}
.more-bold a {
	color: #ffff66;
	text-decoration: none;
}
.more-bold a:hover {
	text-decoration: underline;
}
.simple-button {
	display: block;
	margin: 0 0 10px;
	background: #51774e;
	color: #ffffff;
	font: bold 12px/41px Arial, sans-serif;
	text-align: center;
	-webkit-text-shadow: 0 1px 0 #1a3818;
	-moz-text-shadow: 0 1px 0 #1a3818;
	text-shadow: 0 1px 0 #1a3818;
}
.simple-button.light {
	background: #87a382;
	-webkit-text-shadow: 0 1px 0 #486843
	-moz-text-shadow: 0 1px 0 #486843
	text-shadow: 0 1px 0 #486843
}
.center {text-align: center;}
.fr {float: right;}
.fl {float: left;}
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
.cf {
    zoom:1;
}
.clear {
	height: 0;
	clear: both;
	width: 100%;
}

.custom-button, .custom-button:hover {
    background: url("../images/button_blue_right.gif") right 0 no-repeat;
    display: inline-block;
    line-height: 24px;
    height: 24px;
    padding: 0 12px 0 0;
    margin: 0;
    border: 0;
    color: #333333;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    -moz-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 white;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
}
.custom-button span {
    background: url("../images/button_blue_left.gif") 0 0 no-repeat;
    display: inline-block;
    line-height: 24px;
    height: 24px;
    padding: 0 0 0 12px;
}
.custom-button.green {
    background: url("../images/button_red_right.gif") right 0 no-repeat;
    color: #ffffff;
    -webkit-text-shadow: 0 1px 0 #1a3818;
    -moz-text-shadow: 0 1px 0 #1a3818;
    text-shadow: 0 1px 0 #1A3818;
}
.custom-button.green span {
    background: url("../images/button_red_left.gif") 0 0 no-repeat;
}

button.button .button-right {
    background: url("../images/button_blue_right.gif") right 0 no-repeat;
}
button.button .button-left {
    background: url("../images/button_blue_left.gif") 0 0 no-repeat;
}
button.main-button .button-right {
    background: url("../images/button_red_right.gif") right 0 no-repeat;
}
button.main-button .button-left {
    background: url("../images/button_red_left.gif") 0 0 no-repeat;
}


button.main-button.do-add2cart-success .button-right {
    background: url("../images/button_red2_right.gif") right 0 no-repeat;
}
button.main-button.do-add2cart-success .button-left {
    background: url("../images/button_red2_left.gif") 0 0 no-repeat;
}
button.do-add2cart-wait .button-right, button.do-add2cart-success .button-right, button.do-add2cart-error .button-right {
    background: none repeat scroll 0 0 transparent;
    border: none;
    height: 25px;
    padding: 0 10px 0 0;}
button.do-add2cart-wait .button-left, button.do-add2cart-success .button-left, button.do-add2cart-error .button-left {
    background: none repeat scroll 0 0 transparent;
    color: #365F8F;
    font-size: 12px;
    height: 25px;
    line-height: 20px;
    padding: 0 14px;
}

/* Header elements
------------------------------------ */
#header {
    background: url("../images/header-bottom-bg.gif") 0 bottom repeat-x,
    			url("../images/head.jpg") center 0 repeat;
	border-bottom: 3px solid #cccccc;
    height: auto;
    position: static !important;
}
.no-multiplebgs #header {
	 background: url("../images/head.jpg") center 0 repeat;
}
.black-line {
	height: 6px;
	background: #000000;
	opacity: 0.50;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
/* info-nav */
.info-nav {
	position: relative;
}
.info-nav ul {
	margin: 0;
	height: 27px;
	line-height: 19px;
	list-style: none;
	padding: 0 0 0 12px;
	border-radius: 0 0 5px 5px;
	float: right;
	background: url("../images/black-opacity.png");
}
.info-nav li {
	float: left;
	background: url("../images/info-nav-point.png") right 7px no-repeat;
	padding: 0 9px 0 0;
	margin: 0 12px 0 0;
}
.info-nav a {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}
.info-nav a:hover {text-decoration: underline;}
/* logo */
#logo {
	margin: 0;
}
#logo a {
	display: block;
	width: 218px;
	height: 51px;
	text-indent: -3000px;
	overflow: hidden;
	margin: 15px 0 0;
	background: url("../images/logo.png") 0 0 no-repeat;
	position: relative;
}
/* main-menu */
#main-menu ul {
	padding: 28px 0 0 20px;
	list-style: none;
	width: 400px;
	margin: 0;
}
#main-menu li {
	float: left;
	margin: 0 10px 0 0;
}
#main-menu a {
	color: #ffffff;
	text-decoration: none;
	font: bold 22px 'HelveticaBold', sans-serif;
	-webkit-text-shadow: 0 0px 5px #000000;
	-moz-text-shadow: 0 0px 5px #000000;
	text-shadow: 0 0px 5px #000000;
	padding: 0 14px 0 0;
	background: url("../images/main-menu-point.png") right 10px no-repeat;
	display: block;
	float: left;
}
#main-menu a .sup {
	font: normal 15px Arial, sans-serif;
	position: relative;
	top: -7px;
}
#main-menu a:hover {
    color: #FCD973;
}
#header .head-main {
	border-top: 1px solid #1a491a;
	-webkit-box-shadow: inset 0 1px 0px #90ba8f;
	-moz-box-shadow: inset 0 1px 0px #90ba8f;
	box-shadow: inset 0 1px 0px #90ba8f;
	position: relative;
	padding: 16px 0 0;
}
#header .head {
	padding: 0 0 21px;
}
/* head-banner */
.head-banner {
	margin: 0;
	width: 650px;
}
.head-banner .slogan {
	width: 612px;
	height: 77px;
}
.head-banner .title {
	font-size: 24px;
	margin: 0 0 0 10px;
}
.head-banner .title.big {
	font-size: 41px;
	margin-top: -4px;
}
.head-banner .description {
	font: normal 14px/20px Arial, sans-serif;
	color: #ffffff;
	-webkit-text-shadow: 0 1px 2px #000000;
	-moz-text-shadow: 0 1px 2px #000000;
	text-shadow: 0 1px 2px #000000;
	margin: 0 0 0 10px;
}
.head-banner .bullets {
	width: 330px;
}
.head-banner .bullets dl {
	color: #ffffff;
	-webkit-text-shadow: 0 1px 2px #000000;
	-moz-text-shadow: 0 1px 2px #000000;
	text-shadow: 0 1px 2px #000000;
	margin: 0;
}
.head-banner .bullets dt {
	font: bold 16px Arail, sans-serif;
	width: 91px;
	float: left;
	border-top: 1px solid #1a491a;
	-webkit-box-shadow: inset 0 1px 0px #90ba8f;
	-moz-box-shadow: inset 0 1px 0px #90ba8f;
	box-shadow: inset 0 1px 0px #90ba8f;
	padding: 11px 0 12px 32px;
	background-repeat: no-repeat;
	background-position: 0 9px;
	clear: both;
	min-height: 20px;
}
.head-banner .bullets dd {
	font: normal 14px/18px Arail, sans-serif;
	overflow: hidden;
	margin: 0;
	padding: 11px 0 12px;
	border-top: 1px solid #1a491a;
	-webkit-box-shadow: inset 0 1px 0px #90ba8f;
	-moz-box-shadow: inset 0 1px 0px #90ba8f;
	box-shadow: inset 0 1px 0px #90ba8f;
	min-height: 20px;
}
.head-banner .bullets .n {
	background-image: url("../images/bullet-n.png");
}
.head-banner .bullets .f {
	background-image: url("../images/bullet-f.png");
}
.head-banner .bullets .e {
	background-image: url("../images/bullet-e.png");
}
.head-banner .main-product img {
	margin: -75px 0 0;
	position: relative;
	top: 70px;
}
.head-banner .product-home {
	margin-top: 15px;
}
/* order-block */
.order-block {
	width: 290px;
}
.order-block .block {
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 25px 25px 45px 25px;
	margin: 0 0 20px 20px;
	font: normal 16px/24px Arial, sans-serif;
	color: #ffffff;
	-webkit-text-shadow: 0 1px 2px #000000;
	-moz-text-shadow: 0 1px 2px #000000;
	text-shadow: 0 1px 2px black;
	background: url("../images/black-opacity.png");
	border-radius: 5px;
}
.order-block .guaranteed-100 {
	margin: 0 0 10px -6px;
}
.order-block .description {
	margin: 0;
	font-size: 17px;
}

/* Content elements
------------------------------------ */
.content {
	padding: 17px 20px 45px;
	overflow: hidden;
}
/* home-books */
#home-books {
	font: normal 14px/18px Arial, sans-serif;
	padding: 0;
}
#home-books p {
	margin-bottom: 0;
	margin-top: 0;
}
#home-books .column {
	width: 300px;
	float: left;
	margin: 0 25px 0 0;
	color: #333333;
}
#home-books .video {
	font: italic 14px/24px Georgia, sans-serif;
	color: #666666;
}
#home-books .video .author {
	font: bold 14px/24px Georgia, sans-serif;
	color: #333333;
}
#home-books .title {
	font: bold 18px/22px Arial, sans-serif;
	margin: 0 0 21px;
	padding: 0 0 10px;
	border-bottom: 1px solid #bfbebe;
	color: #000000;
}
#home-books .img {
	width: 85px;
}
#home-books .description {
	width: 195px;
}
.social-facebook {
    background: url(http://s3.amazonaws.com/stockpr-test-store/gelstat2/files/images/facebook.png) 0 center no-repeat;
    padding-left: 24px;
    line-height: 36px;
}

.social-twitter {
    background: url(http://s3.amazonaws.com/stockpr-test-store/gelstat2/files/images/twitter.png) 0 center no-repeat;
    padding-left: 24px;
    line-height: 36px;
}
/* breadcrumbs */
.breadcrumbs {
	padding: 0 0 6px;
	font-size: 12px;
	border-bottom: 1px solid #d9d9d9;
	overflow: hidden;
	margin: 0 0 7px;
}
.breadcrumbs li {
	float: left;
	padding: 0;
	margin: 0 4px 0 0;
	list-style: none;
}
/* info-left */
.info-block {
	padding: 8px 17px 20px;
}
.info-block .more-bold {
	font-size: 14px;
}
.info-block .product-photo {
	margin: 10px 0 10px -24px;
	width: 234px;
	max-width: 234px;
}
.info-block .title {
	font: bold 28px 'OpenSansBold', sans-serif;
	color: #669966;
}
.info-block .order-button {
	margin: 0 0 20px;
}
.info-block label {
	font: bold 18px 'HelveticaBold', sans-serif;
	color: #333333;
	margin: 0 0 5px;
}
.info-block input[type="text"] {
	border: 1px solid #cccccc;
	border-radius: 3px;
	padding: 3px;
	margin: 0 0 15px;
	width: 100%;
}

.info-green {
	background: url("../images/left-info-green.jpg");
	color: #ffffff;
	-webkit-text-shadow: 0 1px 2px #000000;
	-moz-text-shadow: 0 1px 2px #000000;
	text-shadow: 0 1px 2px black;
	font-size: 13px;
}
.info-green .title {
	color: #ffffff;
}

.info-beige {
	background: #f2eee2;
	border-radius: 10px;
	color: #6c5c2d;
	font-size: 16px;
}

.info-light-green {
	background: #f4fdea;
	border-radius: 10px;
	color: #215b21;
}
.info-light-green .title {
	color: #215b21;
    font-size: 18px !important;
    margin-bottom: 10px !important;
}

.order-type span {
	display: block;
	overflow: hidden;
	margin: 0 0 6px 0;
}
.order-type {
	overflow: hidden;
	line-height: 18px;
	margin: 0 0 20px;
}
.order-type input {
	float: left;
	margin: 3px 5px 6px 0;
}
.order-type label {
	font: bold 13px Arial, sans-serif;
	color: #ffffff;
	margin: 0;
}

/* top-bunner */
.top-bunner {
	overflow: hidden;
	margin: 0 0 17px 0;
}
.top-bunner p {
	margin: 0;
}
.top-bunner .info-green .title {
	font-size: 20px;
	margin: 0;
}
.top-bunner .info-green .big {
	font-size: 29px;
	margin: -9px 0 9px;
}
.top-bunner .info-green.block {
	padding: 12px 0 18px;
}
.top-bunner .info-light-green {
	font-size: 12px;
}
.top-bunner .info-light-green .title {
	font: bold 24px 'OpenSansBold', sans-serif;
	margin: 0;
	padding: 0px 0 1px;
}
.top-bunner .info-light-green.block {
	padding: 8px 0 6px;
}
.top-bunner .cont {
	margin: 0 20px;
}
.top-bunner .guaranteed-100 {
	margin: 10px 0 0;
	width: 183px;
	float: right;
}
.top-bunner .order-button, .top-bunner .more-bold {
	margin: 0 15px;
}
.top-bunner .more-bold {
	font-size: 15px;
}

.right-info {
	width: 278px;
	float: right;
	margin: 0 0 0 20px;
	font-size: 12px;
	padding-top: 20px;
}
.right-info .title {
	font-size: 20px;
	margin: 0;
}
.right-info .title.big {
	font-size: 32px;
	margin: 0 0 10px;
}
.right-info .order-button {
	display: inline-block;
	padding: 0 10px;
	margin: 12px auto 0;
	line-height: 50px;
}
.right-info label {
	font-size: 14px;
}
.right-info input[type="text"] {
	width: 190px;
	margin: 0 0 6px;
	padding: 6px 3px;
}
.right-info p {
	margin: 0 0 10px;
}

/* sidebar */
#sidebar .title {
    font: bold 18px 'OpenSansBold', sans-serif;
    color: #046864;
    margin: 0;
}
#sidebar ul {
    padding: 0;
    list-style: none;
}
#sidebar ul li a {
    font: normal 18px/38px Arial, sans-serif;
    color: #007A74;
    font-weight:bold;
    display: block;
    background: #F8F7F7 url("../images/nav-point1.png") 1px 12px no-repeat;
    margin: 1px 0;
    padding: 0 0 0 20px;
    text-decoration: none;
}
#sidebar ul li.active a {
    background: #d8e8d7 url("../images/nav-point2.png") 1px 12px no-repeat;
    color: #1a4a19;
}
#sidebar ul ul li a, #sidebar ul li.active ul li a {
    color: #569054;
    font-size: 14px;
    background: #ffffff url("../images/nav-point2.png") 10px 12px no-repeat;
    text-indent:25px;
}
#sidebar ul ul li.active a {
    color: #1a4a19;
    background: #ffffff url("../images/nav-point2.png") 10px 12px no-repeat;
    text-indent:25px;
}

#sidebar .title {
    margin-bottom: 10px;
}

/* Footer elements
------------------------------------ */
footer {
	background: #f4fdea;
	font: normal 12px Arial, sans-serif;
}
footer .wrap {
	padding: 30px 0 95px;
	background: url("../images/footer-watermark.gif") right bottom no-repeat;
	position: relative;
}
footer p {
	margin: 0;
}
footer a {
	color: #006699;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
footer ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
footer .title {
	font-weight: bold;
	padding: 0 0 8px;
    display: block;
}
footer li {
	border-top: 1px solid #d0d7c7;
	padding: 8px 0 6px 0;
}
footer .connecnted ul {
	margin: 3px 0 0;
}
footer .connecnted li {
	border: 0;
	padding: 6px 0 6px 0;
	margin: 2px 0 2px 0;
	background: url("../images/connections-footer.gif") 0 0 no-repeat;
}
footer .connecnted li.f {background-position: 0 -32px;}
footer .connecnted li.r {background-position: 0 -64px;}
footer .connecnted li.t {background-position: 0 -96px;}
footer .connecnted a {
	padding-left: 33px;
}
footer .connecnted .title {
	border-bottom: 1px solid #D0D7C7;
}
footer .copy {
	color: #666666;
	position: absolute;
	left: 0;
	bottom: 29px;
}


/* Mobile optimization
------------------------------------ */
@media (max-width: 768px) {
	.head-banner .bullets {
		width: auto;
	}
	#main-menu ul {
		margin: auto;
	}
	.info-nav {
		text-align: center;
	}
	.info-nav {
		padding: 20px 0 0;
	}
	.info-nav ul {
		border-radius: 5px;
		padding: 7px 0 7px 12px;
		height: auto;
		display: inline-table;
		float: none;
	}
	#logo a {
		margin: 15px auto 0;
	}
	.main-product, .top-bunner {
		text-align: center;
	}
	.head-banner .main-product img {
		margin: auto;
		top: 0;
	}
	.order-block .block {
		text-align: center;
		margin-left: 0;
	}
	#main-menu ul {
		width: auto;
		text-align: center;
	}
	#main-menu li {
		float: none;
		margin: auto;
	}
	#main-menu a {
		display: inline-block;
		float: none;
	}
	.head-banner  .bullets dt {
		width: auto;
		float: none;
		min-height: 0;
		padding-bottom: 0;
	}
	.head-banner  .bullets dd {
		border: 0;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		padding-left: 32px;
		padding-top: 0;
	}
	#home-books .title {
		margin: 15px 0 10px;
		padding: 0 0 10px;
	}
	#home-books .img {
		float: left;
	}
	#home-books .description {
		width: auto;
		overflow: hidden;
		padding: 0 0 0 12px;
	}
	.info-block {
		text-align: center;
		margin-bottom: 25px;
	}
	.order-type input {
		float: none;
	}
	.order-type span {
		display: inline;
	}
	.info-block .product-photo {
		margin-left: auto;
		width: auto;
		max-width: 100%;
	}
	.top-bunner .guaranteed-100 {
		width: auto;
		float: none;
		margin: 0 auto 15px;
	}
	.top-bunner .order-button {
		margin: 15px;
	}
	.right-info {
		width: auto;
		float: none;
		margin: 0 0 20px;
	}
    
    input.send2friend {
        width: 175px;
    }
    
	footer .row {
		margin: 0 20px;
	}
	footer .row .span2 {
		margin-top: 20px;
	}
	footer .wrap {
		background: none;
	}
	footer .copy {
		margin: 0 20px;
	}
}

html,body {
    -webkit-font-smoothing: antialiased;
}
.qm_heading_bar, .qmmt_header_bar, .qmmt_sub_header_bar{

background: #569054;}