html, body, th, td, input, select, textarea {
	font: normal 16px 'Georgia', serif;
}

body, th, td {
	line-height: 1.4;
	color: #333;
}

h1, h2, h3 {
	color: #333;
	font-weight: 400;
	font-family: 'Vollkorn', 'Georgia', serif;
}

h1, h2, h3, p, ul, ol {
    margin-bottom: 24px;
}

h1 {
	clear: both;
	font-size: 48px;
	margin-top: 40px;
	letter-spacing: -2px;
}

h1 a {
	color: #333;
	text-decoration: none;
}


h2.store-product-detail-title, h2, h3 { 
	font-size: 36px;
	text-shadow: none;
	font-size: 24px;
}

#page {
	margin: 0 auto;
	max-width: 740px;
	padding: 30px;
}

#nav {
	font-size: 18px;
	overflow: hidden;
}

#nav p {
	float: left;	
}

#nav ul {
	float: right;
	padding-left: 0;
	list-style: none;
}

#nav ul li {
	float: left;
	padding: 0 10px;
}

a {
    color: #1BA3FD;
}

a:hover, a:focus { 
	color: #CA6883;
}

p, ul, ol {
	margin: 15px 0 25px 0;	
}

ol, ul { 
	padding-left: 24px;
}

#head {
	clear: both;
	width: 730px;
	margin-top: 1em;
}

#head-security {
	text-align: right;
	padding-right: 1em;
	background: url(fs_secure-ordering.png) no-repeat left;
	background-position: 400px 20px;
}

/**
 * Switches
 */

/* No security info */
.ns #head-security {
	display:none;
}
/* No header */
.nh #head {
	display:none;
}
/**
 * Override
 */

.store-order-action-list li {
	white-space: normal !important; /* france length */
}
.core-form-field-required .core-form-field-label {
	font-weight: bold;
}
.core-form-field-group + .core-form-field-group {
	margin-top: 2em;
}
.core-form-field-label {
	margin-bottom: 4px;
}

.store-footer {
	padding: 25px;
}

.store-product-list-item {
	margin-bottom: 0;
}

.store-product-list-item-description {
	margin-top: 1em;
}
.store-product-detail {
	line-height: 1.4em;
}
.store-product-detail-title {
	margin-bottom: 10px;
	margin-right: 1em;
}
.core-form-field-group-header, .store-product-list-item-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 1em;
}
.store-page-navigation {
	border-top: 1px dotted #ddd;
}
.store-product-detail-quantity {
	margin-top: 10px;
}
.store-product-detail-description, .store-product-list-item-description {
	margin-bottom: 1em;
}
.store-product-option-groups {
	padding-left: 1em;
	padding-right: 1em;
}
.core-form-field-body-note {
	font-size: 10px;
	margin-top: 4px;
	color: #666;
}

.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:link, 
.store-decorate-button .store-product-list-item-action-list .store-action-command:link, 
.store-decorate-button .store-page-navigation .store-action-command:visited, 
.store-decorate-button .store-product-list-item-action-list .store-action-command:visited {
	display: inline-block;
	padding: 0 18px;
	margin-left: 15px;
	line-height: 40px;
	height: 40px;
	-moz-border-radius:4px;-webkit-border-radius:4px;-khtml-border-radius:4px;border-radius:4px;
	-moz-box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3); -webkit-box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3); box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3);
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	outline: none !important;

	color: #fff;
	background: #a5bd24; /* Old browsers */
	background: -moz-linear-gradient(top, #a5bd24 0%, #7dac38 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5bd24), color-stop(100%,#7dac38)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a5bd24 0%,#7dac38 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a5bd24 0%,#7dac38 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #a5bd24 0%,#7dac38 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A5BD24', endColorstr='#7DAC38',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #a5bd24 0%,#7dac38 100%); /* W3C */
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
	border: 1px solid #781;
}


.store-decorate-button .store-page-navigation .store-action-command:hover, 
.store-decorate-button .store-product-list-item-action-list .store-action-command:hover, 
.store-decorate-button .store-page-navigation .store-action-command:active, 
.store-decorate-button .store-product-list-item-action-list .store-action-command:active, 
.store-decorate-button .store-page-navigation .store-action-command:focus, 
.store-decorate-button .store-product-list-item-action-list .store-action-command:focus {
	color: #fff;
	background: #5c8825; /* Old browsers */
	background: -moz-linear-gradient(top, #8fbb44 0%, #5c8825 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fbb44), color-stop(100%,#5c8825)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8fbb44 0%,#5c8825 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8fbb44 0%,#5c8825 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #8fbb44 0%,#5c8825 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fbb44', endColorstr='#5c8825',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #8fbb44 0%,#5c8825 100%); /* W3C */
	border: 1px solid #670;
}

.store-section-customer-details h2, .store-section-payment-details h2 {
    display: none;
}

.store-field-contact-email .core-form-field-body-note {
	font-size: 14px;	
}

select, input[type="text"] {
    padding: 3px 5px;
    font-size: 14px;
}

.store-section-customer-details input,
.store-section-customer-details select {
    width: 250px;
}
    
.store-field-address-country select, 
.store-field-address-region select {
	padding: 0;
	width: 262px;	
}

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

#content {
	position: relative;	
}

#store-variation-selection {
	position: absolute;
	top: 25px;
	right: 0;
}

.core-form-field-body {
	padding-bottom: 10px;	
}

#store-variation-selector-command {
    background: url("//dcnz2rrcot657.cloudfront.net/silk/extra/control_down.png") no-repeat scroll right center transparent;
    font-size: 14px;
    padding-right: 19px;
}
#store-variation-selector-command:hover {
    background: url("//dcnz2rrcot657.cloudfront.net/silk/extra/control_down_blue.png") no-repeat scroll right center transparent;
    font-size: 14px;
    padding-right: 19px;
}

.store-action-command + .store-action-input { 
	margin-left: 20px;
}

.store-order-item-group-action-list {
	font-size: 16px;
	margin-bottom: 0;
}

.store-order-action-list {
	padding-left: 0;	
}

.store-order-item-group + .store-order-item-group {
	margin-top: 20px;
}

.product-page-block {
	padding-bottom: 20px;	
}

.product-page-block p {
	margin-top: 0px;	
	margin-bottom: 10px;	
}

.product-page-block p + p {
	padding-left: 15px;	
}

#user .store-order-action-list {
	margin: 0;	
}

#store-variation-selection-body {
	width: 300px;	
}

#store-variation-selection-body ul {
	margin: 0;
}