#head-security {
    background: url('../images/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;
	padding-top: 4px;
	margin-top: 2em;
}
.core-body-window .core-section-header {
    border-bottom: 1px solid #DDDDDD;
    margin: 0 0 20px;
    padding: 0 0 5px;
    font-size: 26px;
}
.core-body-window .core-section-body {

}
.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{
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 5px;
    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: 12px;
	margin-top: 4px;
	color: #666;
}
select, .store-decorate-silk input[type="text"] {
    background: #FFFFFF;
    border: 1px solid #B5B8C8;
    border-radius: 3px 3px 3px 3px;
    	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
    padding: 4px !important;
}
.store-product-detail-offer-volume {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 10px;
}

/* indent 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;
}

  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 767px) {
.core-form-field-area-left, .core-form-field-area-right {
    float: none;
    margin: 0;
    width: 100%;
}
.store-product-detail-image img {
    width: 100px;
    height: auto;
}
.store-product-detail-image img {
	width: auto;
    height: 100px;
}
select, .store-decorate-silk input[type="text"] {
    max-width: 210px;
}

#head-security {
    background: url("fs_secure-ordering.png") no-repeat scroll center 90px transparent;
    height: 170px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 210px;
}
.store-notice-bill-descriptor {
    display: block;
    margin-top: 10px;
}
.store-order-price-label {
    width: 65%;
}
.store-section-payment-details-cc .core-form-field-group-body {
    margin-left: 0;
}

#ccShippingAddressDisplay {
    margin-left: 0;
}
.store-action-view-help {
    display: none !important;
}

.store-subscription-entry-list {
    margin-bottom: 30px;
}