/* @group General Styles */

html {
	background: #FFFFFF
}

body {
	font-size: 85%;
	/* 62.5% */
	font-family: "Work Sans", "Helvetica Neue", Helvetica, sans-serif;
	line-height: 160%;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

.image-left {
	float: left;
}

.image-right {
	float: right;
}

input[type='text'] {
	background: none;
}

.tooltip {
	font-size: 12px;
	font-family: 'Work Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #3d3d3d;
}


/* fs styles */

#footer {
	background-color: white;
	padding-top: 1em;
}


/* buttons */


/** small buttons **/

.store-action a:hover,
.store-action a:focus {
	text-decoration: none !important;
}

store-action-title {
	color: #000;
}


/*.store-order-action-more .store-action-title,
.store-order-action-coupon .store-action-title,
.store-order-item-action-delete .store-action-title,
.store-order-item-action-quantity .store-action-title,
.store-order-action-edit .store-action-title,
.store-order-action-order .store-action-title,
.store-product-detail-action-add .store-action-title,
.store-action-next .store-action-title,
.store-action-complete .store-action-title,
.store-product-detail-action-order .store-action-title */


/*.store-order-action-more .store-action-command,
.store-order-action-coupon .store-action-command,
.store-order-item-action-delete .store-action-command,
.store-order-item-action-quantity .store-action-command,
.store-order-action-edit .store-action-command,
.store-order-action-order .store-action-command,
.store-product-detail-action-add .store-action-command,
.store-action-next .store-action-command,
.store-action-complete .store-action-command,
.store-product-detail-action-order .store-action-command */

.store-action-command {}


/** large buttons **/

.store-order-action-order .store-action-title,
.store-product-detail-action-add .store-action-title,
.store-action-next .store-action-title,
.store-action-complete .store-action-title,
.store-product-detail-action-order .store-action-title {}

.store-order-action-order .store-action-command,
.store-product-detail-action-add .store-action-command,
.store-action-next .store-action-command,
.store-action-complete .store-action-command,
.store-product-detail-action-order .store-action-command {}

a {
	color: #0099FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 100%;
	margin: 0px auto;
}


/*For manual navigation menu navbar.php*/

.nav {
	margin: 25px 0 0 0;
	float: left;
	height: 22px;
}

.nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.nav li {
	float: left;
	text-transform: uppercase;
	padding: 7px 0 0 7px;
	position: relative;
	display: block;
}

.nav li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-right: 15px;
}

.nav li a:hover,
#nav li a.active {
	color: #fff;
	text-decoration: underline;
}


/*dropdown*/

.nav li ul {
	position: absolute;
	top: 30px;
	left: 5px;
	padding: 0;
	display: none;
	background-color: #8fb34e;
	width: 200%;
	border: thin solid #fff;
	border-bottom: none;
}


/*the top:30px command must be the same height as your parent LI so the dropdown displays below the main navigation*/

.nav li ul li {
	border-bottom: thin solid #fff;
}

.nav li ul a,
.nav li ul li {
	float: none;
	text-transform: capitalize;
	text-decoration: none;
}


/*Common theme elements*/

div.float-left {
	float: left;
	display: inline;
	overflow: hidden;
}

div.float-right {
	float: right;
	display: inline;
	overflow: hidden;
}

div.one-column {
	width: 270px;
	padding: 15px;
}

div.two-column {
	width: 570px;
	padding: 15px;
}

div.equal-column {
	width: 410px;
	padding: 15px;
}

div.three-column {
	width: 940px;
	padding: 10px;
}

div.widget {
	margin-bottom: 20px;
}


/*Content pages*/


/*Header information*/

#header {
	background: linear-gradient(to right, #4c9edc, #a169b9);
	height: 70px;
	margin: 0 0 5px;
	max-width: 100%;
	overflow: visible;
}

#header-container {
	margin: 0px auto;
	overflow: visible;
	max-width: 900px;
}

#header-left {
	float: left;
	width: 425px;
	height: 95px;
	display: inline;
	overflow: hidden;
	left: 20%
}

#header-right {
	float: right;
	height: 95px;
	display: inline;
	overflow: visible;
}

#logo {
	font-size: 35px;
	color: white;
}

#logo img {}


/*Body information*/

#wrapper {
	display: block;
	margin: 0 auto;
	max-width: 800px;
	min-height: 400px;
	padding: 10px;
	clear: both;
}

#message {
	margin: 0px auto 10px auto;
	width: 670px;
	background-color: #FFFFE0;
	border: 1px solid;
	border-color: #E6DB55;
	text-align: center;
	padding: 5px 15px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#notice {
	color: #555555;
	font-size: 11px;
	line-height: 22px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#wrapper-container1 {
	margin: 0px auto;
	max-width: 100%;
}


/*Footer information - common to all pages*/

div.footer-column {
	width: 110px;
	padding: 10px;
	margin-right: 10px;
}

div.footer-column-secondright {
	width: 190px;
	padding: 10px;
	margin-right: 10px;
	font-size: 95%;
	margin-bottom: 10px;
}

div.footer-column-secondright div.socmed {
	padding: 0px 0px 10px;
}

div.footer-column-rightmost {
	width: 240px;
	padding: 10px;
	margin-right: 0px;
	background-color: #eee;
}

#footer-wrapper {
	float: left;
	display: inline;
	width: 100%;
}

#footer {
	margin: 0px auto;
	width: 950px;
	overflow: hidden;
	border-top: solid 2px #aaa
}

#footer-container {
	margin: 0px auto;
	width: 900px;
	overflow: hidden;
	padding: 10px 0px 30px;
	font-size: 80%;
	background: #fff;
	padding-top: 10px;
	color: #666;
}

#footer ul {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	list-style: none;
}

#footer li {
	margin: 0px;
	padding: 0px 0px 0px;
	width: 250px;
}

#footer li a {
	display: block;
	text-decoration: none;
	padding: 1px 0px;
}

#footer a,
#footer li a {
	color: #666;
}

#footer a:hover,
#footer li a:hover {
	color: #666;
	text-decoration: underline;
}

#footer h2,
#footer h2 a {
	font-size: 1.3em;
	color: #fff;
}

#footer h3,
#footer h3 a {
	font-size: 1.1em;
	color: #666;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

div.footer-column-secondright li {
	margin-bottom: 15px;
}

div.footer-column-secondright img {
	float: left;
	padding: 5px;
	clear: both;
}

div.socmed {
	padding: 5px 0;
}

.store-product-detail-image {
	width: 700px;
}


/**
 * Override
 */

.store-order-action-list li {
	white-space: normal !important;
	/* france length */
}

.core-form-field-required .core-form-field-label {
	font-weight: bold;
}

.core-label-optional {
	font-weight: bold;
}

.core-form-field-group-header {
	margin: 15px 0px 0px 0px;
	font-size: 16px;
}

.store-order-item-title {
	font-size: 16px;
}

.store-order-item-pricing {
	margin: 15px 0px 0px 0px;
}

.core-form-field-area-right {
	padding-top: 1px;
}

.core-form-field-label {
	margin-bottom: 5px;
}

.core-form-field {
	margin: 10px 0px;
}

.core-section {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	margin-top: 2em;
}

.core-section-header {
	margin: 0px 0 9px;
	padding-left: 10px;
	font-family: 'Work Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 24px;
	line-height: 26px;
	display: block;
	font-weight: normal;
}

.store-product-detail-title {
	color: #333333;
	font-size: 24px;
	line-height: 34px;
}

.store-product-price {
	font-size: 20px;
	line-height: 34px;
}

.store-product-price-original {
	font-size: 20px;
	line-height: 34px;
	color: #ff0000;
}

.core-section-body {
	padding: 5px 20px 20px 20px;
	border-radius: 10px;
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	border: 1px solid #dddddd;
	margin: auto;
	width: auto;
	background-color: rgb(252, 252, 252);
}

.store-order-item-price-original {
	color: #ff0000;
	font-size: 14px;
}

.store-product-detail-description-short {
	font-size: .9em;
}

.store-field-contact-email-confirm input {
	width: 16em;
}


/*Progress bar*/

.step1,
.step2,
.step3 {
	display: none;
}

.store-page-product .step1,
.store-page-product-customer .step1,
.store-page-customer .step1,
.store-page-confirm .step2,
.store-page-complete .step3 {
	display: block;
	padding-bottom: 20px;
	padding-top: 20px;
	margin: 0px auto 0px auto;
	text-align: center;
	width: 670px;
}

#progress {
	margin: 0px auto 10px auto;
	width: 670px;
	text-align: center;
	padding: 5px 15px;
}

input,
select {
	padding: 8px !important;
	background: #fff !important;
	border-radius: 0 !important;
	webkit-border-radius: 0 !important;
}

.core-form-field-body select {
	width: 17em;
}


/* general buttons */

.store-decorate-silk .store-action-title {
	background: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	white-space: nowrap;
	font-family: 'Work Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.store-decorate-button .store-page-navigation .store-action-command,
.store-decorate-button .store-product-list-item-action-list .store-action-command,
.store-decorate-button .store-page-navigation .store-action-command:hover,
.store-decorate-button .store-product-list-item-action-list .store-action-command:hover {
	background: none repeat scroll 0 0 #00C027;
	border: none;
	color: #ffffff;
	border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	-webkit-border-radius: 20px !important;
	font-size: 16px !important;
	font-weight: normal !important;
	padding: 6px 20px !important;
}

.store-order-action-more a,
.store-order-action-more a:hover {
	background: none repeat scroll 0 0 #0099FF !important;
}


/* cart modifications */

.store-order-item-action-edit,
.store-order-item-action-delete,
.store-order-item-action-delete-li {
	display: none !important;
}

.store-order-item-action-quantity-li {
	position: relative !important;
	right: 80px !important;
	top: -30px;
}

.store-order-item-title {
	color: #000000;
	font-size: 20px;
	font-weight: normal;
	margin-left: 10px;
	margin-top: 15px;
	white-space: normal !important;
}

.store-section-order-contents .core-section-body {
	padding: 10px 0;
}

.store-order-item-price {
	display: block;
}

.store-decorate-silk .store-order-item-subscription .store-order-item-title {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	padding-left: 0;
	white-space: nowrap;
}

.store-order-item-description {
	clear: both;
	font-size: 14px;
	margin-left: 10px;
}

.store-order-item-price {
	color: #000000;
	display: inline-block;
	font-size: 14px;
	padding-top: 15px;
}

.store-decorate-silk .store-order-item-action-quantity .store-action-title {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #666666;
	font-size: 12px;
	padding-left: 0;
	white-space: nowrap;
	font-weight: normal;
}

.store-section-order-contents input {
	background: none repeat scroll 0 0 #FFFFFF !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	font-size: 12px !important;
	padding: 1px 2px !important;
}

.store-section-order-contents .core-section-header {
	color: #333333;
	font-size: 30px;
	line-height: 34px;
	font-weight: normal;
}

.store-section-order-contents .core-section-body {
	border: none;
	background: none;
	border-bottom: 1px solid #999999;
	border-radius: 0;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-top: 1px solid #999999;
	margin: auto;
	padding: 10px;
}

.store-page-contents .store-section-order-contents .core-section-body {
	border-bottom: none;
}

.store-order-price-label {
	color: #666666;
	font-size: 14px;
	font-weight: normal;
}

.store-order-action-coupon-li {
	clear: both;
	display: block !important;
	float: left;
	position: relative;
	top: -53px;
}

.store-order-action-coupon .store-action-input {
	width: 130px !important;
}

.store-page-confirm.store-style-digital-only .store-order-action-coupon-li,
.store-page-contents.store-style-digital-only .store-order-action-coupon-li {
	top: -53px;
}

.store-decorate-button .store-order-action-coupon a.store-action-command,
.store-decorate-button .store-order-action-coupon a.store-action-command:hover {
	background: none repeat scroll 0 0 #DDDDDD !important;
	border: medium none !important;
	border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	-webkit-border-radius: 20px !important;
	color: #666666 !important;
	font-size: 14px !important;
	font-weight: normal !important;
	padding: 2px 20px !important;
}

.store-decorate-silk .store-order-action-coupon .store-action-title {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	padding-left: 0;
	white-space: nowrap;
}

.store-section-order-contents .store-page-navigation {
	border-top: 1px solid #999999;
	clear: both;
	margin-bottom: 2em;
	margin-top: 2em;
	padding-top: 1em;
	text-align: right;
}

.store-order-action-more {
	float: left;
}

#head-security {
	background: url("fs_secure-ordering.png") no-repeat scroll right 17px transparent;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
}


/* info and payment side by side - for digital only condensed flow */

.store-style-digital-only .store-section-customer-contact {
	float: left;
	margin-left: 0;
	padding-right: 10%;
	width: 45%;
}

.store-style-digital-only .store-section-payment {
	clear: none;
	display: inline-block;
	width: 45%;
}


/* cart product icons */

.speedify {
	padding-left: 55px;
	min-height: 55px;
	background: url(images/switchboard-cart.png) no-repeat left 5px transparent;
}


/* misc edits */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Work Sans', 'Helvetica Neue', Helvetica, sans-serif;
}


/* subscription mgmt pages */

.store-subscription-entry-next {
	color: #999999;
	font-style: normal;
	padding-top: 0.5em;
}

.store-subscription-action-list li {
	margin: 0 2em 0 0;
}

* {
	font-size: 1.02em;
}

.store-product-option-description {
	font-size: .90em;
	margin-left: 2.4em;
	margin-top: .005em;
}

.store-product-option-offer-title {
	padding-left: 23px;
	line-height: 20px;
	color: #3498db;
	font-weight: bold;
}

.store-order-item-offer {
	padding-left: 11px;
	line-height: 30px;
	color: #3498db;
	font-weight: bold;
}