/* BULLETBEE */

body {
	margin-top: 0;
	padding-top: 0;
	font: 10pt  Helvetica, Arial, sans-serif;
	background: #f5f5f5 url(bgr.png) repeat-x center 50px;
	color: #444;
}
#bbheader {
	background: #000;
	height: 50px;
	text-align: center;
}

#bbheader h2 {
	margin: 0;
	padding: 0;
	text-indent: -100em;
}

#bbheader a{
	text-indent: -200em;
	width: 796px;
	height: 43px;
	display: block;
	background: #000 url(logo_bulletbee.png) no-repeat 10px 7px;
	margin: auto;
}

#main {
	background: url(bgr_header.png) no-repeat center top;
}


#head-security {
	text-align: right;
	padding-right: 1em;
	background: url(fs_secure-ordering.png) no-repeat left;
	background-position: 480px 20px;
	width: 796px;
	height: 80px;
	margin: auto;
}

#page {
	margin: auto;
	width: 796px;
	background: #fff;
	border-bottom: solid 20px #4A4B87;
	padding-bottom: 20px;
}
a, a:hover, a:visited {
	color: #8CB41E;
}

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

#content h1,
#content h2,
#content h3,
#content h4 {
	color: #4A4B87;
	font-weight: normal;
	letter-spacing: 1px;
	text-shadow: 0px 1px 0px #DDD;
}

#content h2.store-product-detail-title {
	font-weight: bold;
}

/**
 * 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 {
	background: url(section-header-c.png) left top repeat-x;
	margin: 0px;
	font-size: 12px;
	padding-left: 10px;
	color: white;
	padding: 10px;
	letter-spacing: 1px;
	text-shadow: 0px 1px 0px #000;
	-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;
}
#content h2.core-section-header {
	color: #fff;
	text-shadow: 0px 1px 0px #000;
}
.core-body-window .core-section-body {
	padding: 2em;
	border: 1px solid #aaa;
	background: #f8f8f8;
	-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;
}
.store-footer {
	background: #fff url(footer-bg2.png) 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 {
	margin-bottom: 10px;
	margin-right: 1em;
	text-shadow: 0px -1px 0px #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;
}
