/* FS */
body {
    font-family: Arial,Helvetica,sans-serif;
    background-color:#062134;
}
#content {
	width:980px;
	margin-right:auto;
	margin-left:auto;
	background-color: #ffffff;
}
.pg-hd {
	display:block;
	width:980px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-top: 35px;
	color:#ffffff;
	font: 30px/1.2em tahoma,tahoma-w01-regular,tahoma-w02-regular,tahoma-w10-regular,tahoma-w15--regular,tahoma-w99-regular,sans-serif;
}
.pg-hd a, .pg-hd a:visited {
	text-decoration:none;
	color:#ffffff !important;
}
.pg-ft {
	width:980px;
	margin-right:auto;
	margin-left:auto;
	color:#ffffff;
	font-size:12px;
	padding-top:10px;
	padding-bottom:50px;
}
a, a:visited {
	color: #39729B;
}

a:hover {
	color: #AFCBE0;
}

h3 a {
    font-size: 14px;
    font-weight: normal;
}

.store-product-detail-pricing {
    display: block;
}
#content-inner{
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	padding-top:40px;
	
}
#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 {
	width: 730px;
	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 3px;
    font: 24px tahoma,tahoma-w01-regular,tahoma-w02-regular,tahoma-w10-regular,tahoma-w15--regular,tahoma-w99-regular,sans-serif;
    text-transform:uppercase;
}
.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{
	text-transform: uppercase;
	font-weight: normal;
}
.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;
}
select, .store-decorate-silk input[type="text"] {
    background: url("text-bg.gif") repeat-x scroll 0 0 #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;
}
/* 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;
}

/* buttons */

.store-decorate-button .store-page-navigation .store-action-command {
    background-color: #1B99E8;
    border: 2px solid #0064A8;
    color: #FFFFFF;
    font-size: 18px !important;
    text-transform: uppercase;
}
.store-decorate-button .store-page-navigation .store-action-command:hover {
    border: 2px solid #0064A8;
    background-color:#1488cd;
    color: #FFFFFF;
}
/* fix vol pricing background */

.core-dialog {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 1em 1em 3em;
}