/* TITANIUM */

@import url('https://fonts.googleapis.com/css?family=Comfortaa');

body {
	margin-top: 0;
	padding-top: 0;
	font-family: 'Comfortaa', Arial;
	background-color: #fff;
	color: #333;
	text-shadow: 1px 1px #f0f0f0;
}

h1 {
	background: transparent;
	padding: 6px;
	/*color: #d07c1a;*/
	color: #333 !important;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-left: 0;
	font-size: 28px;
	color: #282828;
	/*border-bottom: 3px solid #333;*/
	font-family: 'Comfortaa', Arial;
	font-weight: bold;
	text-shadow: 1px 1px #f0f0f0;
}

h2 {
	/*color: #85c0d4;*/
	color: #3771c8;
	padding-top: 8px;
	padding-bottom: 5px;
	line-height: 28px;
}

h3 {
	color: #ffa500;
	padding-top: 8px;
	padding-bottom: 5px;
}

#page {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	width: 730px;
}
a, a:hover, a:visited {
	color: #3771c8;
}
#head {
	clear: both;
	width: 730px;
	margin-top: 1em;
}
#guide {
	width: 730px;
	font-style: normal;
	/*border-bottom: 3px solid #333;*/
	font-family: 'Comfortaa', Arial;
	font-weight: bold;
	font-size: 28px;
	letter-spacing: 1px;
	padding: 32px 0 28px 110px;
	background: url('logo.png') 0 0 no-repeat;
	/*border: 1px solid #aaa !important;
    -webkit-border-radius: 15px !important;
	-moz-border-radius: 15px !important;
	border-radius: 0 !important;*/
	/*-webkit-box-shadow: 0px 0px 6px #bbb;
	-moz-box-shadow: 0px 0px 6px #bbb;
	box-shadow: 0px 0px 6px #bbb;*/
}
#content {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	background: inherit;
	padding: 10px;
}
#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;
}
.core-body-window .core-section {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	margin-top: 2em;
}
.core-body-window .core-section-header {
	background-color: #f7fafd;
    border: 3px solid #d7e3f4 !important;
    -webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	border-radius: 10px !important;
	margin: 0px;
	font-size: 12px;
	padding: 10px;
	padding-left: 27px;
    color:  #3771c8;
	letter-spacing: 1px;
}
.core-body-window .core-section-body {
	padding: 2em;
}
.store-footer {
	background: #fff url(background_rev.gif) repeat;
	color: #444;
	margin-bottom: 30px;
	padding: 2em;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}
.store-footer a:link, .store-footer a:visited {
	color: #3771c8;
}
.store-footer a:hover {
	color: #ffa500;
	text-decoration: none;
}
.store-product-detail-description-short {
	margin-left: 1em;
}
.store-product-list-item {
	margin-bottom: 0;
}
.store-product-list-item-title {
	letter-spacing: 1px;
	text-shadow: 1px 1px #f0f0f0;
}
.store-product-list-item-description {
	margin-top: 1em;
}
.store-product-detail {
	line-height: 1.4em;
}
.store-product-detail-title {
	font-family: 'Comfortaa', Arial;
	margin-bottom: 10px;
	margin-right: 1em;
	text-shadow: 1px 1px #f0f0f0;
	letter-spacing: 1px;
}
.core-form-field-group-header, .store-product-list-item-title {
	font-family: 'Comfortaa', Arial;
	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 {
/*	text-align: justify;*/
	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;
}
