/* FS */


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

#content-inner{
	margin-left: auto;
	margin-right: auto;
}
#head-security {
    background: url("fs_secure-ordering.png") no-repeat scroll right 17px 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: 6px;
	font-size: 13.2px;
}
.core-body-window .core-section {
    background: url("../img/ui/content-box-bg.png") repeat scroll 0 0 transparent;
    border: 1px solid #D9D9D9;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 5px rgba(111, 111, 111, 0.1);
    display: inline;
    float: left;
    margin: 30px 0;
    width: 738px;
}
.core-body-window .core-section-header {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid #E4E4E4;
    border-radius: 3px 3px 0 0;
    padding: 24px 0;
    text-align: left;
    font-weight: normal;
    padding-left: 20px;
    color: #554F56;
    font: 160%/1 'MuseoSans-300',Helvetica,Arial,sans-serif;
    margin: 0;
    
}

.store-section-payment-details .core-section-body, .store-section-customer-details .core-section-body {
    padding: 0 2em 2em !important;
}
.core-body-window .core-section-body {
	padding: 20px 2em 2em;
}
.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;
	font-size: 21px;
}
.core-form-field-group-header{
	font-weight: normal;
	color: #21A6F3;
	font: bold 115%/1.6em Helvetica,Arial,sans-serif;
	margin: 1.5em 0;
	text-transform: uppercase;
}
.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-field-contact-email .core-form-field-body-note {
    line-height: normal;
    width: 260px !important;
}
select, .store-decorate-silk input[type="text"] {
    background: none repeat-x scroll 0 0 #FFFFFF !important;
    border: 1px solid #C0C0C0;
    border-radius: 3px 3px 3px 3px !important;
    	-moz-border-radius: 3px 3px 3px 3px !important;
	-webkit-border-radius: 3px 3px 3px 3px !important;
	-khtml-border-radius: 3px 3px 3px 3px !important;
    padding: 4px 10px !important;
}
.store-field-cc-expire select {
    width: 6.75em !important;
}
.store-section-customer-details input{
	width: 234px;
}
.store-section-customer-details select {
	width: 255px;
}
.core-section + .core-section {
    margin-bottom: 30px !important;
    margin-top: 0 !important;
}

.store-decorate-button .store-page-navigation .store-action-command, .store-decorate-button .store-product-list-item-action-list .store-action-command {
    background-color: #FFFFFF;
    border-color: #DEDEDE #CCCCCC #CCCCCC #DEDEDE;
    border-style: solid;
    border-width: 1px;
    color: #565656;
    padding: 10px !important;
}
/* template page */
.temp .store-action-title {
    visibility: hidden;
}
.temp .store-action-command {
    background: url("../../buy-button.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 36px;
    margin-left: 20px;
    margin-top: 15px;
}
.temp .store-action-command:hover {
    background: url("../../buy-button.png") no-repeat scroll 0 -36px transparent;
}