/* TITANIUM */

/**
 * 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;
	-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: 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.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;
}
.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;
	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;
}

/*RWE*/

/*
 *
 * Fastspring specific
 *
 */


/*
 * 
 * Resets
 *
 */

html, body{
	margin: 0px;
	padding: 0px;
}

body, p, div, td{	
	font-family: "Myriad Pro",Helvetica, Verdana, Arial, sans-serif;
	color: #666;
	font-size: 14px;
}

body {
	min-width: 800px;
}

h1,h2,header{
	color: black;
}

a, a:visited, a:hover, a:active{
	text-decoration: none;
	color: inherit;
}

a.whiteLink, a.whiteLink:hover{
	color:white;
}

a:hover{
	color: #990000;
}


/*
 * 
 * Page Header
 *
 */

body > header{
	margin: 20px 0px 0px 0px;
	height: 80px;
 	font-weight: bolder;
 	padding: 0px 50px;
	font-size: 32px;
}

body > header > h1 {
	float: left;
	font-size: 32px;
}

body > header nav ul{
	float: right;
	font-size: 16px;
	font-weight: normal;
	margin-top: 30px;
}

body > header nav li {
	list-style-type: none;
	float: right; 
	margin-right: 6px;
	color: #999;
}

body > header nav li.active{
	color: black;
}

/*
 *
 * Primary section (Page header)
 *
 */

body > section > header{
	color: white;
	font-size: 16px;
	background-color: #990000;
	padding: 0px 100px 10px 100px;
	margin-bottom: 30px;
}

body > section > header h1{
	font-size: 24px;
	padding: 10px 0px;
	color: inherit;
	margin: 0px;
}

/*
 *
 * Page footer
 *
 */
 
body > section > footer{
	margin-top: 20px;
	text-align: center;
	color: #ccc;
}

/*
 *
 * Primary section (Page content)
 *
 */
 
body > section > div{
	margin: 0px 50px;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -o-box;
}
 
body > section > div > aside{
	width: 180px;
	padding-right: 20px;
} 

body > section > div > aside > section > header {
	font-size: 18px;	
}

body > section > div > aside > section > header > h1{
	
}

body > section > div > aside > section:not(:first-of-type){
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 10px;
}

/* Primary header */

body > section > div > section {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-box-flex: 1;
	-o-box-flex: 1;
	min-width: 400px;
}

body > section > div > section > header{
	margin: 10px 0px;
}

body > section > div > section > header > h1, body > section > div > section > header > h2{
	margin: 0px;
	font-size: 18px;
	font-weight: normal;
}

body > section > div > section > header > h2{
	color: #666;
	
}

body > section > div > section > section > header {
	margin-top: 5px;
	font-size: 16px;
}

body > section > div > section h3{
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	color: black;
}

/* Noodling */

body > section > div > section > section:nth-of-type(1){
	background-color: white;
}




