/* FS */


a, a:hover, a:visited {
	color: #0085cf;
}

#content-inner{
    background: inherit;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 10px 10px;
    width: 630px;
}
#head-security {
    background: url("fs_secure-ordering.png") no-repeat scroll right  20px transparent;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}
/**
 * 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;
	font-size: 12px;
}
.core-body-window .core-section {
	width: 630px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	margin-top: 2em;
}
.core-body-window .core-section-header {
    border-bottom: 1px solid #DDDDDD;
    margin: 0 0 20px;
    padding: 0 0 10px;
}
.core-body-window .core-section-body {
	padding: 2em;
	padding-top: .25em;
}
.store-footer {
	padding: 2em;
}
.store-footer a:link, .store-footer a:visited {
	color: #00bfff;
}
.store-footer a:hover {
	color: #ffa500;
	text-decoration: none;
}
.store-product-detail-description-short {
	margin-left: 0;
}
.store-product-list-item {
	margin-bottom: 0;
}
.store-product-list-item-title {
}
.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;
	font-weight: bold;
}
.core-form-field-group-header, .store-product-list-item-title {
	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;
}


.store-variation-select-item-list li a {
    color: black;
    display: block;
    font-size: 0.9em;
    padding-bottom: 3px;
    padding-top: 3px;
    text-decoration: underline;
}

.core-form-field + .core-form-field {
    margin-top: 1.25em;
}


.store-product-option-title {
    font-size: 12px;
    font-weight: bold;
}

.store-product-option-group-title {
    font-size: 16px;
}


.store-product-option-description, .store-product-option-description-offers {
    font-size: 0.9em;
    margin-left: 50px;
    margin-top: 0.25em;
}


.store-product-option + .store-product-option {
    margin-top: 2em;
}

.store-product-options-check input {
    vertical-align: text-top;
}
