/* TITANIUM */

body {
	margin-top: 0;
	padding-top: 0;
	font: 10pt Arial, sans-serif;
}
#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 {
	width: 730px;
	font-size: 16px;
	padding: 12px;
	background-color: #7DB540;
	background-image: -webkit-linear-gradient(top,#7DB540,#7DB540);
	background-image: -moz-linear-gradient(top,#7DB540,#7DB540);
	background-image: -ms-linear-gradient(top,#7DB540,#7DB540);
	background-image: -o-linear-gradient(top,#7DB540,#7DB540);
	background-image: linear-gradient(top,#7DB540,#7DB540);
	color: white;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}
#content {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	background: inherit;
	padding: 10px;
}
#head-security {
	text-align: right;
	padding-right: 1em;
	background: url(logo.jpg) no-repeat left;
	/*background-position: 400px 20px;*/
	height: 82px;
}
/**
 * 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 {
	margin: 0px;
	font-size: 12px;
	padding-left: 10px;
	color: white;
	padding: 10px;
	background-color: #93C846;
}
.core-body-window .core-section-body {
	padding: 2em;
	border: 1px solid #E5E5E5;
	background-image: -webkit-linear-gradient(top,whiteSmoke,#F1F1F1);
}

.store-footer {
	margin-bottom: 30px;
	padding: 2em;
	background-color: #ccc;
	background-image: -webkit-linear-gradient(top, #ccc, #ccc);
	background-image: -moz-linear-gradient(top, #ccc, #ccc);
	background-image: -ms-linear-gradient(top, #ccc, #ccc);
	background-image: -o-linear-gradient(top, #ccc, #ccc);
	background-image: linear-gradient(top, #ccc, #ccc);
	border: 1px solid #ccc;
	color: #666;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}
.store-footer a:link, .store-footer a:visited {
	color: #666;
}
.store-footer a:hover {
	color: #333;
	text-decoration: none;
}
.store-product-detail-description-short {
	margin-left: 1em;
}
.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;
}
.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;
}
