/* FS */

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(https://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/ODelI1aHBYDBqgeIAH2zlBM0YzuT7MdOe03otPbuUS0.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url(https://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/toadOcfmlt9b38dHJxOBGJ6-ys_j0H4QL65VLqzI3wI.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: local('Source Sans Pro Italic'), local('SourceSansPro-It'), url(https://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/M2Jd71oPJhLKp0zdtTvoMzNrcjQuD0pTu1za2FULaMs.woff) format('woff');
}

body {
	background-color:#ffffff;
	font-size:16px;
	font-family: "Source Sans Pro",sans-serif;
}
.left-col {
	float:left;
	width:250px;
	padding:50px 20px 10px;
}
.hd, .ft {
	background-color:#333333;
	color:#cccccc;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
}
.hd {text-align:right; padding-right:20px;}


.compat {
    margin-top: 100px;
}

a, a:hover, a:visited {
	color: #0085cf;
}

#content-inner{
	width: 730px;
	max-width: 730px;
	margin-left: 40px;
	margin-right: 20px;
	background: inherit;
	padding-top:30px;
	display: inline-block;
}

#head-security {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-left: auto;
    margin-right: auto;
}
/**
 * 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 {
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	margin-top: 2em;
}
.core-body-window .core-section-header {
    border-bottom: 1px solid #DDDDDD;
    margin: 0 0 20px;
    padding: 0 0 10px;
}
.core-body-window .core-section-body {

}
.store-footer {
	padding: 2em;
}
.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: 0;
}
.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;
	font-weight: bold;
}
.core-form-field-group-header{
	text-transform: uppercase;
	font-weight: normal;
}
.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;
}
select, .store-decorate-silk input[type="text"] {
    background: url("text-bg.gif") repeat-x scroll 0 0 #FFFFFF;
    border: 1px solid #B5B8C8;
    border-radius: 3px 3px 3px 3px;
    	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
    padding: 4px !important;
}
/* indent forms */
.core-form-field-area-left {
    margin-left: 1.5em;
}

.store-section-payment-details-cc .core-form-field-group-body {
    margin-left: 1.5em;
}

#ccShippingAddressDisplay {
    margin-left: 1.5em;
}

.core-form-field-area-right {
    margin-left: 55%;
    width: 50%;
}

/* buttons */
.store-decorate-button .store-page-navigation .store-action-command {
    background-color: #a628d3;
    color: #ffffff;
    border:none;
    border-radius: 3px;
    font-weight: 600;
    font-size:16px;
    min-width: 120px;
    text-align: center;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}
.store-decorate-button .store-page-navigation .store-action-command:hover{
    background-color: #987fdc;
    border:none;
    color: #ffffff;
}

.store-page-navigation .store-action-title {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 18px !important;
}
.store-product-option-title {
  font-size: 18px;
  font-weight: 700;
}
.store-product-option-description {
  font-size: 16px;
  font-weight: 400;
  margin-left: 65px;
}
.store-product-option-input-quantity {
  font-size: 16px;
  font-weight: 400;
}
.store-product-option.optionclass1 {
  background: url(option1.png) no-repeat scroll 0 0 transparent;
  padding-left: 125px;
  height: 149px;
  border-bottom: 1px solid #CCC;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.store-product-option.optionclass2 {
  background: url(option2.png) no-repeat scroll 0 0 transparent;
  padding-left: 125px;
  height: 149px;
  border-bottom: 1px solid #CCC;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.store-product-option.optionclass3 {
  background: url(option3.png) no-repeat scroll 0 0 transparent;
  padding-left: 125px;
  height: 149px;
  border-bottom: 1px solid #CCC;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.store-product-option-title .store-product-option-price, .store-product-option-title span.store-product-option-price + span.store-subscription-period {
    display: none !important;
}
.store-product-option-title  .store-product-option-display {
    padding-left: 1em;
    padding-right: 0;
}
.store-product-option-title  .store-subscription-period {padding-left:1em;}
.pc .store-product-detail {
    display:none;
}

