/* TITANIUM */
*{
    font-size: 14px;
}
body {
	margin-top: 0;
	padding-top: 0;
	font-size: 12px;
        font-family: 'Segoe UI',Arial,Helvetica,sans-serif;
	background: #f4f0ea url(background.jpg) repeat-x fixed;
	color: #333;
        padding-top: 53px;
}
.store-section-vat-exemption{
        display: block !important;
}
.store-section-vat-exemption input[type=text]{
    max-width: 70px;
}
#page {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	width: 730px;
}
a, a:hover, a:visited {
	color: #0085cf;
}
#head {
	clear: both;
	width: 730px;
	margin-top: 1em;
}
#guide {
        color: #CCC;
        font: normal 13px/28px sans-serif;
        height: 53px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        min-width: 950px;
        z-index: 99999;
        background: #2680b4 !important;
        box-shadow: 1px 0px 10px 0px #000000;
}

#guide > div{
    color: white;
    font-size: 18px;
    font-family: 'Segoe UI',Arial,Helvetica,sans-serif;
    background: transparent url("logo.png") no-repeat !important;
    padding-left: 55px;
    margin-top: 6px;
    margin-left: 15px;
    height: 42px;
    padding-top: 6px;

}
#content {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	background: inherit;
	padding: 10px;
}

#head-security {
	text-align: right;
	padding-right: 1em;
	background: url(fs_secure-ordering.png) no-repeat left;
	background-position: 400px 5px !important;
}
/**
 * Switches
 */
 
 #sq_success{
    background-color: green;
    padding: 10px;
    color: white;
    text-align: center;
    border-radius: 10px;
 }
 
 #sq_success a{
     color: white;
    font-size: 16px;
 }

/* No security info */
.ns #head-security {
	display:none;
}
/* No header */
.nh #head {
	display:none;
}
/**
 * Override
 */
 
.core-form-field-body input[type="text"],
.core-form-field-body select{
    font-size: 15px;
    width: 80%;
    padding: 8px 5px;
    margin: 2px 0 10px 0;
    background: none;
    background-color: white;
    border: 1px solid lightblue;
}
.store-action-next .store-action-command,
.store-action-complete .store-action-command{
    display: inline-block !important;
    font-size: 15px !important;
    font-weight: bold !important;
    color: white !important;
    background-color: #2680b4 !important;
    border: 1px solid white !important;
    border-radius: 5px !important;
    line-height: 25px !important;
    padding: 10px 65px !important;
    margin: 6px 0 0 20px !important;
    text-decoration: none !important;
}

.store-order-action-coupon-li .store-action-command{
    display: inline-block !important;
    font-size: 15px !important;
    font-weight: bold !important;
    color: white !important;
    background-color: #2680b4 !important;
    border: 1px solid white !important;
    border-radius: 5px !important;
    line-height: 25px !important;
    padding: 2px 12px !important;
    margin: 6px 6px 0 20px !important;
    text-decoration: none !important;
}
.store-order-action-coupon-li input[type="text"] {
    padding: 6px 7px !important;
    min-width: 130px !important;
    background: none !important;
}
.store-decorate-silk .core-message-error{
    color: green !important;
    padding: 6px !important;
    background: none !important;
}

.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-form-field-area-left{
    width: 46%;
}
.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 {
	background: #2680b4 !important;
	margin: 0px;
    border-radius: 0;
	font-size: 14px;
	color: white;
	padding: 14px;
	letter-spacing: 1px;
	text-shadow: 2px 2px 2px #666;
}
.core-body-window .core-section-body {
	padding: 2em;
        border: none;
        background: #F9f9f9;
        -moz-border-radius-bottomleft: 10px;
        -moz-border-radius-bottomright: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -khtml-border-radius-bottomleft: 10px;
        -khtml-border-radius-bottomright: 10px;
        border-radius-bottomleft: 10px;
        border-radius-bottomright: 10px;
        box-shadow: 0px 0px 5px 0 #ccc;
}
.store-footer {
	background: #fff url(footer-bg2.gif) repeat;
	color: #eee;
	margin-bottom: 30px;
	padding: 2em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
.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: 1em;
}
.store-product-list-item {
	margin-bottom: 0;
}
.store-product-list-item-title {
	letter-spacing: 1px;
	text-shadow: 2px 2px 2px #ddd;
}
.store-product-list-item-description {
	margin-top: 1em;
}
.store-product-detail {
	line-height: 1.4em;
}
.store-product-detail-image{
    margin-top: -130px;
}
.store-product-detail .store-product-detail-image img{
    max-width: 65px;
    height: auto;
}
.store-product-detail .sq_alert{
    font-size: 18px;
    color: red;
    margin-top: 30px;
    line-height: 25px;
}

.store-product-detail ul.box {
    margin-left: 0;
}
.store-product-detail ul.box .sq_title{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: darkolivegreen;
}

.store-product-detail ul.box li.line{
    margin: 15px 32px;
    font-size: 16px;
}

.store-product-detail .store-product-detail-description-short{
    margin: 15px 0;
}

.store-product-detail-title {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 32px;
    margin: 10px 10px 0 0;
    text-shadow: 2px 2px 2px #ddd;
    letter-spacing: 1px;
    line-height: 40px;
}
.store-order-items{
    line-height: 25px;
}
.store-order-pricing{
    line-height: 30px;
}
.store-product-detail-offers{
    margin: 0;
    color: orangered;
}
.core-form-field-group-header, .store-product-list-item-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 1em;
    margin-bottom: 20px;
}
.store-page-navigation {
	border-top: 1px dotted #ddd;
}
.store-product-detail-quantity {
	margin-top: 10px;
}
.store-product-detail-description, .store-product-list-item-description {
    margin-bottom: 1em;
    clear: both;
}
.store-product-option-groups {
	padding-left: 1em;
	padding-right: 1em;
}
.core-form-field-body-note {
	font-size: 10px;
	margin-top: 4px;
	color: #666;
}
