﻿body
{
    background: #eee;
    margin: 0px;
    padding: 0px;
}

#theme-image {
    float: right;
}

.red-white {
    background-repeat: no-repeat;
    background-color: #c81111;
    color: white;
    text-align: center;
    padding: 5px;
    height: 50px;
    line-height: 50px;
    width: 820px;
    font-size: 150%;
    font-weight: bold;
    border-radius: 5px;
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

#footer
{
    text-align: center;
}

.products {
    text-align: center;
}

.products ul {
    display: inline-block;
    margin: 0 auto;
}

#footer ul, .products ul, .list ul, .bullet-list ul
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.suggestion {
    margin-top: 0;
    font: bold 40px/1.2em 'Open Sans', arial, sans-serif;
    color: #222222;
    text-align: center;
}

.list ul li
{
    background: url(images/blue-arrow.png);
    background-repeat: no-repeat;
    background-position: left;
    margin-bottom: 0.5em;
    padding-left: 1em;
    font: 14px/1.2em 'Open Sans', arial, sans-serif;
    width: 75%;
 }

.bullet-list ul li
{
    padding-left: 1em;
    text-indent: -1em;
    font: 14px/1.2em 'Open Sans', arial, sans-serif;
    width: 75%;
    margin-bottom: 0.5em;
    font: 14px/1.2em 'Open Sans', arial, sans-serif;
    width: 75%;
 }

#footer ul li, .products ul li 
{
	display: inline-block;
    margin-right: 20px;
    overflow: auto;
}

#container {
    width: 71.25em;
    margin: 25px auto 25px auto;
    background-color: #fff;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #D1D1D1;
    padding: 25px;
}

.shadow {
    -webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.51);
    -moz-box-shadow:    0px 0px 14px 0px rgba(50, 50, 50, 0.51);
    box-shadow:         0px 0px 14px 0px rgba(50, 50, 50, 0.51);
}

.image img{ 
   width: 65em;
   position: relative; 
   margin-bottom: 20px;
    /* for IE 6 */
}

.clear {
    overflow: auto;
}



#first-text {
    margin-bottom: 15px;
}

.banners {
}

.banners a img {
    width: 728px;
    margin: 0 auto;
    display: block;
}

.small-image a img {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

.image-title { 
   position: absolute; 
   bottom: -2px; 
   left: 0; 
}

.image-title span { 
   color: white; 
   font: bold 24px/45px Helvetica, Sans-Serif; 
   letter-spacing: -1px;  
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 10px; 
}

#top-content {

}

@media screen and (min-width : 640px){
    body {
        font-size: 80%;
    }

    .space {
        padding-bottom: 50px;
    }
}

#logo {
    font-size: 200%;
    color: #ccc;
    font-weight: bold;
    float: left;
    margin-bottom: 10px;
}

#theme-image {
    float: right;
}

nav a#pull {
	display: none;
}


nav ul li a
{
    text-decoration: none;
}

.products ul li {
    padding: 5px;
    border-radius: 5px;
    background-color: #F2F2F2;
    margin-bottom: 10px;
}

.advertising img{
    margin: 0 auto;
    display: block;
}

nav ul li a {
	background-color:#eee;
	border-left:1px solid black;
	display:inline-block;
	cursor:pointer;
	color: black !important;
	font-family:arial;
	padding:6px 12px;
	text-decoration:none;
}



nav ul li a:hover {
	background-color:black;
    color: white !important;
    text-decoration: none;
}
nav ul li a:active {
	position:relative;
	top:1px;
}

.to-store-button, .function-button {
	-moz-box-shadow: 0px 10px 14px -7px #3e7327;
	-webkit-box-shadow: 0px 10px 14px -7px #3e7327;
	box-shadow: 0px 10px 14px -7px #3e7327;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
	background:-moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-o-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352',GradientType=0);
	background-color:#77b55a;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #4b8f29;
	display:block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;
}
.to-store-button:hover, .function-button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #77b55a));
	background:-moz-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-webkit-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-o-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-ms-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a',GradientType=0);
	background-color:#72b352;
}
.to-store-button:active, .function-button:active {
}

.gift-about-button {
	-moz-box-shadow: 0px 10px 14px -7px #5b9441;
	-webkit-box-shadow: 0px 10px 14px -7px #5b9441;
	box-shadow: 0px 10px 14px -7px #5b9441;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9fcf87), color-stop(1, #aecc9f));
	background:-moz-linear-gradient(top, #9fcf87 5%, #aecc9f 100%);
	background:-webkit-linear-gradient(top, #9fcf87 5%, #aecc9f 100%);
	background:-o-linear-gradient(top, #9fcf87 5%, #aecc9f 100%);
	background:-ms-linear-gradient(top, #9fcf87 5%, #aecc9f 100%);
	background:linear-gradient(to bottom, #9fcf87 5%, #aecc9f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9fcf87', endColorstr='#aecc9f',GradientType=0);
	background-color:#9fcf87;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #699e45;
}
.gift-about-button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #aecc9f), color-stop(1, #9fcf87));
	background:-moz-linear-gradient(top, #aecc9f 5%, #9fcf87 100%);
	background:-webkit-linear-gradient(top, #aecc9f 5%, #9fcf87 100%);
	background:-o-linear-gradient(top, #aecc9f 5%, #9fcf87 100%);
	background:-ms-linear-gradient(top, #aecc9f 5%, #9fcf87 100%);
	background:linear-gradient(to bottom, #aecc9f 5%, #9fcf87 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#aecc9f', endColorstr='#9fcf87',GradientType=0);
	background-color:#aecc9f;
}
.gift-about-button:active {
	position:relative;
	top:1px;
}


.successStatus {
    color: green;
}

.errorStatus {
    color: red;
}

header,
footer,
nav,
section {
    display: block;
}

/* Styles for basic forms
-----------------------------------------------------------*/



#culture
{
	border: 0;
	float: right;
}

#footer
{
	margin: 0px auto;
	padding-top: 20px;
    text-align: center;
    color: #bbb;
}

#footer ul li
{
	padding-right: 20px;
}



.frame
{
    padding: 10px;
	border: thin solid #595A57;
	display: inline-block;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

a
{
    color: #8CC1DB;
    text-decoration: none;
}

#footer ul li a
{
	font-size: 100%;
}




 a:hover
{
    text-decoration: underline;
} 

p
{
	margin-top: 0px;
	margin-bottom: 10px;
}

h1
{
	margin-top: 0;
    font: bold 28px/1.2em 'Open Sans', arial, sans-serif;
    color: #222222;
}

#header {
    overflow: auto;
    margin-bottom: 0px;
}

#desktop-header {
    display: block;
}

.desktop {
}

#desktop-header img{
}

#mobile-header {
    display: none;
}

.mobile {
}

h2
{
	margin-top: 0;
    font: bold 24px/1.2em 'Open Sans', arial, sans-serif;
    color: #222222;
}

h3
{
    margin-top: 0;
    color: #8CC1DB;
    font-family: "MV Boli";
    font-size: 1.2em;
	margin-top: 0;
	text-transform: uppercase;
}


#payoff
{
	float: right;
}


#right-main-content
{
    width: 240px;
    float: right;
}

#header-content
{
	margin: 0px auto;
}

.error {
    color: red;
}

#left-main-content
{
    width: 850px;
    min-height: 500px;
    _height: 500px;
    float: left;
}


.red-white {
    background-repeat: no-repeat;
    background-color: #c81111;
    color: white;
    text-align: center;
    padding: 5px;
    height: 50px;
    line-height: 50px;
    width: 820px;
    font-size: 150%;
    font-weight: bold;
    border-radius: 5px;
}

.red-white-small{
    background-repeat: no-repeat;
    background-color: #c81111;
    color: white;
    text-align: center;
    padding: 5px;
    height: 30px;
    line-height: 30px;
    width: 400px;
    font-size: 130%;
    font-weight: bold;
    border-radius: 5px;
    display: block;
    margin: 0px auto;
}

.clear {
    overflow: auto;
}

#left-main-content img
{
	border: 0;
}

#main-content
{
    padding: 15px 0px;
    overflow: auto;
}

.rounded-container {
    border: thin solid #ccc;
    border-radius: 10px;
}

.products .header {
    font-weight: bold;
    text-align: center;
}

.rounded-container .header {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    background-color: #ddd;
    padding: 10px;
}

.rounded-container .red-white-header {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    background-color: #c81111;
    color: white;
    padding: 10px;
}


.rounded-container .content {
    padding: 10px;
}

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

.editor-label 
{
    margin: 1em 0 0 0;
}

.editor-field 
{
    margin:0.5em 0 0 0;
}

.table-data
{
	border: thin solid #ccc;
    border-collapse: collapse;
}

.table-data tbody tr th, .table-data thead tr th
{
	background-color: #ccc;
	color: #000;
	padding: 5px;
}

.table-data tbody tr td, .table-data thead tr td
{
	border-right: thin solid #ccc;
	border-bottom: thin solid #ccc;
	padding: 5px;
}

.table-data-id {
    width: 50px;
}

.table-data-info {
    width: 200px;
}

.text {
    float: left;
    width: 80px;
    height: 24px;
    line-height: 24px;
}

.textbox {
    width: 200px;
}

.textarea {
    width: 600px;
}

.product-link {
    margin-top: 5px;
    text-align: center;
}

.product-link a, .store-link a
{
    text-decoration: underline !important;;
    color: black !important;
}

.gray-black {
    background-color: #EEE;
    font-weight: bold;
    color: black;
    padding: 5px;
    overflow: auto;
}

.gift-category {
    padding-bottom: 5px;
}

.left-container {
    float: left;
    width: 500px;
}

.tk-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color:#77d42a;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #268a16;
	display:inline-block;
	color:#306108 !important;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:36px;
	line-height:24px;
	width:150px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #aade7c;
}
.tk-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
}.tk-button:active {
	position:relative;
	top:1px;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error, .statusMessage
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}




.consent {
  position: fixed;
  left: 0;
  height: 5em;
  line-height: 5em;
  bottom: 0;
  width: 100%;
  background-color: #616161;
  color: white;
  text-align: center;
}

.space-button {
    margin: 1em;
}

.myButton {
	background-color:#5b9441;
    border: thin solid white;
    padding: 1em;
    color: white !important;
    text-decoration: none;
}

.myButton:hover {
	background-color:#ccc;
    border: thin solid white;
    padding: 1em;
    color: black !important;
    text-decoration: none;
}


