body {
	margin: 0;
	padding: 0;
	font: 10pt Tahoma, Arial, sans-serif;
	background: #fff url("newbg.png") repeat-x 0 -10px;
	color: #444;
}
#page {
	margin: 9px auto 0;
	width: 780px;
	background: url("repeatbg.png") repeat-y;
}
#page-inner {
	background: url("newbg2.png") 10px 0 no-repeat;
	position: relative;
}
#header {
	height: 123px;
	width: 780px;
}
#logo {
	position: absolute;
	top: 23px;
	left: 30px;
}
#security {
	float: right;
	margin: 2px 26px 0 0;
}
#shadow {
	height: 13px;
	background: url("shadow.png") no-repeat;
	margin: 0 auto;
	width: 780px;
	margin-bottom: 30px;
}
#content {
	margin-left: auto;
	margin-right: auto;
	padding: 16px 30px 20px;
	background: url("bottom.png") no-repeat 0 bottom;
}
#content-inner {
	position: relative;
}
h1, h2, h3 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
}
a, a:hover, a:visited {
	color: #0085cf;
}
/**
 * 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: 0;
}
.core-body-window .core-section-header {
	background: url("section-header-c.png") left top repeat-x;
	font-size: 1.3em;
	font-weight: normal;
	color: #fff;
	padding: 6px 10px;
	margin: 0;
	text-shadow: 2px 2px 2px #666;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-radius-topleft: 10px;
	-khtml-border-radius-topright: 10px;
	border-radius-topleft: 10px;
	border-radius-topright: 10px;
}
.core-body-window .core-section-body {
	padding: 20px;
	border: 1px solid #aaa;
	border-top: none;
	background: url("newbg.png") repeat-x 0 -730px #fff;
	-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;
}
.core-section + .core-section {
	margin-top: 2em;
}

.store-footer {
	color: #333;
	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: #333;
}
.store-footer a:hover {
	color: #00bfff;
	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-title {
	margin-bottom: 10px;
	margin-right: 1em;
	text-shadow: 2px 2px 2px #ddd;
	letter-spacing: 1px;
}
.core-form-field-group-header, .store-product-list-item-title {
	margin-right: 1em;
}
.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;
}
.store-tools {
	position: absolute;
	top: -53px;
	right: 0px;
	margin: 0;
	width: 25em;
}
.store-order-item-base {
  margin-bottom: 1em;
}
.store-page-navigation {
	margin-bottom: 0;
}

.store-product-detail-image img {
	margin: 0 20px 20px 0;
	padding: 0;
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.7);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.7);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.7);
}

.store-product-option-groups {
	display: none;
}