/* FS */


a, a:hover, a:visited {
	color: ##2b2b2b;
}

#content-inner{
	margin-left: auto;
	margin-right: auto;
	background: inherit;
	margin-bottom:50px;
	border-radius: 15px;
    	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	color:#000000;
	background:#ffffff;
	text-align:left;
	padding-left:212px;
	padding-right:212px;
	padding-top: 20px;
}
.store-page-product-customer #content-inner {
    border-radius: 0 0 15px 15px;
    	-moz-border-radius: 0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;
	-khtml-border-radius: 0 0 15px 15px;
    padding-top: 20px;
}
.store-section-customer-details {
	width:556px;
}
#head-security {
    background: url("fs_secure-ordering.png") no-repeat scroll right 17px transparent;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    padding-bottom:2em;
}
/**
 * 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 {
    margin: 0;
    padding: 0;
    text-align: center;
}
.core-body-window .core-section-body {

}
.store-footer {
	padding: 1em 0 2em;
}
.store-footer a:link, .store-footer a:visited {
	color: #0088cc;
}
.store-footer a:hover {
	text-decoration: none;
}
.store-product-detail-description-short {
    color: #000000;
    font-size: 20px;
    margin-left: 0;
    margin-top: 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 {
    display: inline-block;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-right: 1em;
    padding-top: 15px;
}
.core-form-field-group-header, .store-section-payment .core-section-header {
	font-style: italic;
	font-weight: normal;
	text-align:left;
	font-size:24px;
}
.store-page-navigation {
    border-top: medium none;
    margin-top: 0;
}
.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;
	color: #333;
	line-height:normal;
}
select, .store-decorate-silk input[type="text"] {
    height: 32px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #b5b8c8;
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.25) inset;
    padding: 8px !important;
    border-radius: 8px !important;
    	-moz-border-radius: 8px !important;
	-webkit-border-radius: 8px !important;
	-khtml-border-radius: 8px !important;
}

/* misc edits */

.store-product-detail {
/*	background:url(details_bg.png) no-repeat scroll transparent;*/
	border-radius: 15px 15px 0px 0px;
    	-moz-border-radius: 15px 15px 0px 0px;
	-webkit-border-radius: 15px 15px 0px 0px;
	-khtml-border-radius: 15px 15px 0px 0px;
    padding-left: 212px;
    padding-right: 212px;
    padding-top:15px;
    padding-bottom:20px;
}
.store-tools {
   margin-left: auto;
    margin-right: auto;
    position: absolute;
    text-align: right;
    top: 125px;
    width: 640px;
}
.store-decorate-silk #store-variation-selector-command {
    color: #9ad2ff;
}
.store-decorate-pay .store-payment-method-cc .store-payment-method-title, .store-decorate-pay .store-payment-method-pp .store-payment-method-title, .store-payment-method-list-description {
    color: #666666;
    display: inline;
    padding-left: 0.25em;
}
.store-product-detail-pricing {
    background-color: #535353;
    border-radius: 8px;
    color: #ffffff;
    display: inline-block;
    font-size: 36px;
    margin-top: 0;
    padding: 10px;
}
.core-form-field-area-right {
    margin-left: 320px;
}
input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
    vertical-align: baseline !important;
}

.core-section-header + .core-section-body {
    margin-top: 20px;
}
.store-decorate-silk .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;
    white-space: nowrap;
}
.store-decorate-button .store-page-navigation .store-action-command {
    background: url(button_bg.png) repeat-x scroll transparent !important;
    border:none !important;
    color: #ffffff !important;
    font-size:24px !important;
    font-weight:bold !important;
    border-radius: 8px !important;
    	-moz-border-radius: 8x !important;
	-webkit-border-radius: 8px !important;
	-khtml-border-radius: 8px !important;
    min-width: 80px !important;
    text-align: center !important;
    line-height: 15px;
}
 .store-decorate-button .store-page-navigation .store-action-command:hover {
	text-decoration:none;
 }
.store-page-navigation .store-action-list {
    text-align: center;
}