/* TECHNOREPLY STYLE (BASED ON TITANIUM) */
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold|Droid+Serif:regular,italic,bold,bolditalic&subset=latin);
body {
	background: #ececec;
	margin-top: 0;
	padding-top: 0;
	font: 16px 'Droid Sans', arial, sans-serif;
	color: #777;
}
#page {
	background: #fff;
	margin: 1em auto;
	width: 750px;
}
a, a:visited {
	color: #009BC2;
}
a:hover {
	color: #777;
	text-decoration: underline;
}
#head {
	clear: both;
	margin-top: 1em;
}
#guide {
	color: #009BC2;
	font-size: 34px;
	padding-bottom: 6px;
	border-bottom: 1px solid #DDD;
	padding: 15px 0px;
	margin: 0px 15px;
	font-weight: bold;
	margin-top: -90px;
}
#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: 427px 20px;
}
/**
 * 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: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	border-top: 1px solid #DDD;
	background-color: #F0F0F0;
	padding: 15px;
}
.core-body-window .core-section-header {
	margin: 0 0 12px;
	font-size: 24px;
	color: #009BC2;
}
.core-body-window .core-form-field-group-header {
	font-family: 'Droid Sans', arial, sans-serif;
	font-size: 16px;
	border-bottom: 1px solid #DDD;
	padding-bottom: 3px;
}
.core-body-window .core-section-body {

}
.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-title {
	color: #009BC2;
	margin-bottom: 10px;
	margin-right: 1em;
	letter-spacing: 1px;
}
.core-form-field-group-header, .store-product-list-item-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	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;
}
.core-form-field-group-body .core-form-field-body input {
	font-size: 14px;
	margin: 5px 0 0;
	padding: 9px 5px 9px;
	display: block;
	background: white;
	border: 1px solid #DDD;
}
.core-form-field-group-body .core-form-field-body select {
	font-size: 14px;
	padding: 9px 5px 9px;
}
.core-form-field-group-body .core-form-field-label label {
	font-size: 14px;
	font-weight: normal;
}
.store-product-detail-image img {
	border: 1px solid #ddd;
}
.store-field-cc-security-code .store-input-cc-security-code {
	float: left;
	width: 70px;
}
.store-field-cc-security-code .store-field-cc-security-code-help {
	float: left;
	margin-top: 12px;
}
.core-form-field + .core-form-field {
	margin-top: 1em;
}
