html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, .search_box p
{
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

/*
	Global Layout
*/

body {
	background: #FFFFFF;
	font-size: 14px;
	font-family: 'Open Sans', Calibri, Candara, Arial, sans-serif;
	padding: 0;
	margin: 0;
	color: #2D2F2A;
    line-height:1.5;
}

a {
	color: #D02255;
	text-decoration: none;
}
a:hover {
	color: #D02255;
	text-decoration: underline;
}
a:active {
	color: #D02255;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: 300;
    line-height: 20px;
    color: #2D2F2A;
    text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-weight: normal;
    line-height: 1;
    color: #2D2F2A;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
.page-header-bg
{
    color: #FFFFFF;
    background-color: #64B1CD;
    width: 100%;
    height: 80px;
}
.page-header
{
    height: 80px;
	width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.logo
{
	float: left;
	margin: 12px 0px 12px 0px;
}
.page-content
{
    height: 100%;
	width: 960px;
    padding-top: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}
.page-footer-bg 
{
    display:block;
    color: #FFFFFF;
    background-color: #64B1CD;
    width: 100%;
    margin-bottom: 0px !important;
    padding: 50px;
}
.page-footer
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.page-footer a
{
	color: #FFFFFF;
}
.page-footer a:hover
{
	color: #FFFFFF;
    text-decoration: underline;
}

/*
    Fastspring Stlyes
*/

.store-product-detail-image {
    float: left;
    padding: 1em;
    border: 1px solid rgb(230, 230, 230);
    margin-right: 3em;
    background-color: rgb(245,245,245);
}

.store-product-detail-image img {
    padding: 0;
    margin-right: 0;
}

.store-product-detail-title {
    display: inline-block;
    margin: auto 0;
    padding-top: 0.5em;
    padding-bottom: 0.7em;
}

/* Fix side overflow bug*/
.page-footer-bg {
    display: block;
    color: #FFFFFF;
    background-color: #64B1CD;
    margin-bottom: 0px !important;
    padding: 50px 0;
}

.store-product-option-group-body {
    margin-left: 0;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
    padding: 12px 0;
}

.store-product-detail+.store-product-option-groups{
    margin-top: 40px;
}

.core-form-field-group-header {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
}

.core-form-field-required .core-form-field-label {
    font-weight: normal;
}

.core-form-field-required .core-form-field-label:after {
    content:" *"
}

.store-product-detail+.core-section {
    margin-top: 3em;
}

.store-product-option-groups+.core-section {
    margin-top: 3em;
}

.core-section+.core-section {
    margin-top: 3em;
}

.store-section-payment .core-section-header,
.store-section-customer-details .core-section-header {
    padding-top: 30px;
    padding-bottom: 10px;
    margin: 0;
}

.store-product-option-groups+.store-section-customer-details {
    border-top: none;
}

.store-product-option-groups+.store-section-customer-details {
    margin-bottom: 20px;
    margin-top: 0;
}

.store-decorate-silk input[type=text] {
    padding: 4px;
    background: #fff url(//dcnz2rrcot657.cloudfront.net/ext/2.0/resources/images/default/form/text-bg.gif) repeat-x 0 0; */
    border: 1px solid #B5B8C8;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.store-section-payment {
    border-top: 1px dotted #ddd;
}

.store-section-customer-details {
    border-top: 1px dotted #ddd;
}
