/* FS */


a, a:hover, a:visited {

}

#content-inner{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background: inherit;
}
#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: 4px;
}
.core-body-window .core-section {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 4px;
}
.core-body-window .core-section-header {
    font-size: 1.8em;
    font-weight: 200;
    text-transform: uppercase;
}
.core-body-window .core-section-body {
    border-bottom: 1px solid #222;
    padding:  0 50px 65px;
    margin-left: -50px;
    margin-right: -50px;
}
.store-footer {
	padding: 2em;
	color:#000;
	font-size: inherit;
}
.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;
	border-bottom: 1px solid #222;
	padding-bottom: 30px;
	    padding-left: 50px;
    padding-right: 50px;
}
.store-product-detail-title {
	margin-bottom: 10px;
	margin-right: 1em;
	font-weight: bold;
}
.core-form-field-group-header{
	text-transform: uppercase;
	font-weight: normal;
}
.store-page-navigation {
    border-top: medium none;
    margin-top: 1em;
}
.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 {
    color: #333;
    font-size: inherit;
    margin-top: 10px;
}
select, .store-decorate-silk input[type="text"] {
    background: none repeat scroll 0 0 #fff !important;
    border: 1px solid #fff !important;
    border-radius: 3px !important;
    box-shadow: 0 2px 2px #222;
    box-sizing: border-box;
    color: #999;
    font-size: 1.1em !important;
    padding: 5px;
        font-family: "futura-pt",sans-serif !important;
}
/* forms */
.core-form-field-area-left {
    margin-left: 1.5em;
}

.store-section-payment-details-cc .core-form-field-group-body {
    margin-left: 1.5em;
}

#ccShippingAddressDisplay {
    margin-left: 1.5em;
}
.core-form-field-area-left {
    float: left;
    width: 50%;
}
.store-field-address-street + .store-field-address-street2 {
    margin-top: 15px;
}

/* buttons */
.store-decorate-button .store-page-navigation .store-action-command {
    background: none repeat scroll 0 0 #cecece;
    border: medium none;
    border-radius: 5px;
    	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
    font-size: 0.9em;
    line-height: 1;
    padding: 18px 60px 20px !important;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: 0.5s;
    transition-property: color, background;
    transition-timing-function: ease;
    color:#000;
    cursor: pointer;
    font-weight:400 !important;
}

.store-decorate-button .store-page-navigation .store-action-command:hover {
    color:#ffffff;
    background: none repeat scroll 0 0 #323232;
    border: medium none;
}

.store-page-navigation .store-action-title {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* misc */
.core-form-field-label {
    font-size: 0.9em;
    font-weight: 400 !important;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.store-product-detail-description-short {
    padding-left: 280px;
}

.store-action-title {
    text-transform: uppercase;
}
.store-product-detail-description-short ul {
    list-style: square inside none;
}
