@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url("http://fonts.googleapis.com/css?family=Droid+Sans:400,700");

body {
	margin-top: 0;
	padding-top: 0;
	letter-spacing: -0.04em;
	font: 12px/1.8em "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida", "Arial", "Helvetica", "sans-serif";
	color: #444;
	background: url("background.png") repeat;
}
#wrapper {
	min-height: 598px;
	background: url("gradient.png") repeat-x;
}
#page {
	margin-left: auto;
	margin-right: auto;
	width: 730px;
}
a, a:hover, a:visited {
	color: #0085cf;
}

#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 {
	margin: 0px;
	font-size: 12px;
	padding-left: 10px;
	padding: 10px;
}
.core-body-window .core-section-body {
	padding: 2em;
	border: 1px dashed #aaa;
}
.store-footer {
	margin-bottom: 30px;
	padding: 2em;
}
.store-footer a:link, .store-footer a:visited {
	color: #00bfff;
}
.store-page-navigation {
	text-transform: uppercase;
	border-top: none ! important;
}
.store-footer a:hover {
	color: #ffa500;
	text-decoration: none;
}
.store-product-detail-description-short {
	margin-left: 0px ! important;
}
.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 {
	font: 28px/1.5em "Droid Sans", DroidSans, Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	margin-right: 1em;
	letter-spacing: -1px;
}
.core-form-field-group-header, .store-product-list-item-title {
	font: 18px/1.5em "Droid Sans", DroidSans, Georgia, "Times New Roman", Times, serif;
	margin-right: 1em;
	letter-spacing: -1px;
}

.store-product-detail-quantity {
	margin-top: 10px;
}
.store-product-detail-description, .store-product-list-item-description {
/*	text-align: justify;*/
	margin-bottom: 1em;
}

.store-product-detail-image {
	float: none ! important;
}

.store-product-option-groups {
	padding-left: 0px ! important;
	padding-right: 0px ! important;
}
.core-form-field-body-note {
	font-size: 10px;
	margin-top: 4px;
	color: #666;
}

#store-variation-selection-body {
	background: url("gradient.png");
}

#store-variation-selection-variations {
	border: 1px dashed #aaa;
	background: transparent ! important;
}

input[type="text"] ,
textarea {
	padding: 2px;
	border: 0px;
}

input[type="text"]:focus ,
textarea:focus {
	outline: 1px dashed #e86e48;
}