﻿/*
 * TOC
 * -------------
 * Global Styles – (body, paragraphs, lists, etc)
 * Page Structure - (header, body, footer)
 * Headings
 * Text Styles
 * Navigation
 * Forms
 * Comments
 * Extras
 */





.container {
	overflow: auto;
}

.testimonialPullQuote {
	margin: 60px 60px 30px 60px;
	border: 3px solid #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 20px 20px 20px 120px;
	background: rgba(255, 0, 0, .3);
	min-height: 65px;
	position: relative;
	text-align: left;
}
.testimonialPullQuote .customer {
	font-size: 12px;
	text-align: right;
	margin-top: 15px;
}
.testimonialPullQuote .speechBubble {
	position: absolute;
	width: 150px;
	height: 96px;
	background: url(/img/speech-bubble.png) no-repeat;
	top: -30px;
	left: -40px;
}

.scouts {
	text-align: center;
}

.scouts .border {
	border-right: 1px solid #999;
}

.scoutLogos {
	margin: 40px 0;
}

.scoutLogos td {
	padding: 5px 10px;
	text-align: center;
	vertical-align: top;
}

.scoutLogos img {
	width: 100px;
}

.orderFlags {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.testimonial {
	background: rgba(255, 255, 255, 0.2);
	padding: 20px;
	margin-top: 20px;
}
.testimonial .signature {
	text-align: right;
	margin: 20px 0 0 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.faq {
	clear: both;
	border-bottom: 1px solid #333;
	margin-top: 30px;
	padding-bottom: 30px;
}
.faq .faqLabel {
	clear: both;
	font-size: 24px;
	font-weight: bold;
	width: 50px;
	float: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.faq .q {
	color: #F16F5B;
}
.faq .question {
	float: left;
	font-weight: bold;
	font-size: 18px;
}
.faq .a {
	color: #FFEA0E;
	margin-top: 20px;
}
.faq .answer {
	float: left;
	margin-top: 20px;
	color: #ddd;
	width: 850px;
}

ul.orderForms {
	margin: 50px 0 0 0;
	list-style-type: none;
}
ul.orderForms li {
	float: left;
	margin: 10px;
	padding: 15px;
	text-align: center;
	height: 370px;
}
ul.orderForms li:hover {
background: -moz-linear-gradient(top,  rgba(189,45,31,0.1) 0%, rgba(189,45,31,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(189,45,31,0.1)), color-stop(100%,rgba(189,45,31,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(189,45,31,0.1) 0%,rgba(189,45,31,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(189,45,31,0.1) 0%,rgba(189,45,31,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(189,45,31,0.1) 0%,rgba(189,45,31,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(189,45,31,0.1) 0%,rgba(189,45,31,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1abd2d1f', endColorstr='#bd2d1f',GradientType=0 ); /* IE6-9 */
}
ul.orderForms li.selected {
	background: #BD2D20;
}
ul.orderForms li.selected:hover {
	background: #BD2D20;
}
ul.orderForms li .formName {
	display: inline-block;
	margin-top: 10px;
	font-size: 16px;
}
ul.orderForms a {
	color: #fff;
}
ul.orderForms img {
	width: 250px;
	height: 318px;
}

.warning {
	background: #F8E40E;
	color: #000;
	font-weight: bold;
	padding: 5px 20px;
	margin-left: 10px;
}
.invalid {
	background: #BD2D20;
	color: #fff;
	font-weight: bold;
	padding: 5px 20px;
	margin-left: 10px;
}
.invalid a {
	color: #fff;
}

.center {
	text-align: center;
}

.freePosters {
	color: #fff;
	font-weight: bold;
	width: 100%;
	margin: 40px 0;
	text-align: center;
	font-size: 26px;
	text-shadow: 1px 0px 2px #BD2D20, -1px 0px 2px #BD2D20, 0px 1px 2px #BD2D20, 0px -1px 2px #BD2D20;
}
.freePosters img {
	margin: 10px 20px;
}

body.default .pageContent {
	padding: 0;
}


.homePageBursts {
	text-align: center;
}
.homePageBursts img {
	margin: 0 20px;
}

.howItWorksBubbles {
	text-align: center;
	font-size: 22px;
	line-height: 26px;
}
.howItWorksBubbles div {
	
}
.howItWorksBubbles h1 {
	margin: 30px 0;
}
.howItWorksBubbles .button {
	font-size: 24px;
}

.fb-like-box {
	margin-top: 20px;
	background-color: #fff;
}


.orderSuccessMsg {
	background: rgba(116, 173, 90, 0.5);
	border: 1px solid #3B6E22;
	padding: 30px;
	color: #fff;
	margin: 0 10px 30px 10px;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}

.selectedRow {
background: rgb(116,173,90); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(116,173,90,1) 0%, rgba(96,148,70,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(116,173,90,1)), color-stop(100%,rgba(96,148,70,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(116,173,90,1) 0%,rgba(96,148,70,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(116,173,90,1) 0%,rgba(96,148,70,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(116,173,90,1) 0%,rgba(96,148,70,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(116,173,90,0.5) 0%,rgba(96,148,70,0.5) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74ad5a', endColorstr='#609446',GradientType=0 ); /* IE6-9 */
}

.selectedFlavor {
	background-color: #73AC59;
	color: #fff;
}
.selectedFlavorError {
	background-color: #BD2D20;
	color: #fff;
}

.shippingCommentsContainer {

}

.customerComments {
    background: #FFFF00;
}

.orderInfo {
    margin: 10px 0;
    text-align: center;
    font-weight: bold;
    color: #fff;
}


.salesRepWelcomeMsg {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid #BD2D1F;
	padding: 30px;
	margin: 0 auto;
	margin-top: 100px;
	width: 900px;
	background-color: rgba(128, 0, 128, 0.70);
	color: #fff;
}
	.salesRepWelcomeMsg a {
		text-decoration: underline;
		color: #fff;
		margin-right: 30px;
	}

.successMsg {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	border: 1px solid #74AD5A;
	padding: 30px;
	margin-bottom: 30px;
	background-color: rgba(116, 173, 90, 0.70);
}

.errorMsg {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	border: 1px solid #BD2D1F;
	padding: 30px;
	margin-bottom: 30px;
	background-color: rgba(189, 45, 31, 0.70);
	display: block;
}

table.flavors td {
	font-weight: bold;
}

table.orders {
	width: 100%;
	border-collapse: collapse;
}
	table.orders td {
		border: 1px solid red;
	}
	table.orders .header {
		font-weight: bold;
		font-size: 16px;

		background: #f16f5c; /* Old browsers */
		background: -moz-linear-gradient(top,  #f16f5c 0%, #f85032 50%, #f6290c 50%, #bc2d20 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f16f5c), color-stop(50%,#f85032), color-stop(50%,#f6290c), color-stop(100%,#bc2d20)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #f16f5c 0%,#f85032 50%,#f6290c 50%,#bc2d20 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #f16f5c 0%,#f85032 50%,#f6290c 50%,#bc2d20 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #f16f5c 0%,#f85032 50%,#f6290c 50%,#bc2d20 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #f16f5c 0%,#f85032 50%,#f6290c 50%,#bc2d20 100%); /* W3C */

		border-bottom: 0;
	}
	table.orders .orderLinks a {
		color: #fff;
	}
	
	table.orders table.comments td {
		border: 0;
		background: #fff;
		color: #000;
	}
	table.orders .spacer {
		border: 0;
	}



.ajax-load {
	background: #fff url(/img/ajax-loader.gif) no-repeat 95% center;
}

.form .submit {
	margin: 10px 0 20px 250px;
}

.form .minQtyError {
	margin: 10px;
	padding: 10px;
	background: red;
	color: #fff;
}

.button {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px;
	margin: 0;
	margin-right: 5px;
	font-size: 16px !important;
	
	color: rgba(255,255,255,1);
	
	text-align: center;
	text-decoration: none;
}
.button:hover {
	color: rgba(255,255,255,1);
}
.button:active {
	color: rgba(255,255,255,1);
}

	.button.payNow {
		-moz-box-shadow:inset 0px 1px 0px 0px #9acc85;
		-webkit-box-shadow:inset 0px 1px 0px 0px #9acc85;
		box-shadow:inset 0px 1px 0px 0px #9acc85;

		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
		background:-moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
		background:-webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
		background:-o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
		background:-ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
		background:linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b',GradientType=0);

		background-color:#74ad5a;

		-moz-border-radius:7px;
		-webkit-border-radius:7px;
		border-radius:7px;

		border:1px solid #3b6e22;

		text-decoration: none;
		text-shadow: 0px 1px 0px #92b879;
	}
	
	.button.payNow:hover {
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #68a54b), color-stop(1, #74ad5a));
		background:-moz-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
		background:-webkit-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
		background:-o-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
		background:-ms-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
		background:linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a54b', endColorstr='#74ad5a',GradientType=0);

		background-color:#68a54b;
	}
	.button.payNow:active {
		position:relative;
		top:1px;
	}



	.button.red {
		-moz-box-shadow: inset 0px 1px 0px 0px #cf866c;
		-webkit-box-shadow: inset 0px 1px 0px 0px #cf866c;
		box-shadow: inset 0px 1px 0px 0px #cf866c;

		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
		background: -moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
		background: -webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
		background: -o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
		background: -ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
		background: linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
		
		background-color: #d0451b;
		
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border-radius: 7px;
		
		border: 1px solid #942911;
		
		text-decoration: none;
		text-shadow: 0px 1px 0px #854629;
	}

	.button.red:hover {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
		background: -moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
		background: -webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
		background: -o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
		background: -ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
		background: linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
		background-color: #bc3315;
	}

	.button.red:active {
		position: relative;
		top: 1px;
	}


	
	.button.disabled {
        -moz-box-shadow:inset 0px 1px 0px 0px #a8a8a8;
        -webkit-box-shadow:inset 0px 1px 0px 0px #a8a8a8;
        box-shadow:inset 0px 1px 0px 0px #a8a8a8;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #696969), color-stop(1, #333333));
        background:-moz-linear-gradient(top, #696969 5%, #333333 100%);
        background:-webkit-linear-gradient(top, #696969 5%, #333333 100%);
        background:-o-linear-gradient(top, #696969 5%, #333333 100%);
        background:-ms-linear-gradient(top, #696969 5%, #333333 100%);
        background:linear-gradient(to bottom, #696969 5%, #333333 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#696969', endColorstr='#333333',GradientType=0);

		color: #aaa;

		background-color:#696969;

		-moz-border-radius:7px;
		-webkit-border-radius:7px;
		border-radius:7px;

		border:1px solid #3b3b3b;

		text-decoration: none;
		text-shadow:0px 1px 0px #000000;

		cursor: default;
	}


	
	.button.green {
        -moz-box-shadow:inset 0px 1px 0px 0px #e0f0d8;
        -webkit-box-shadow:inset 0px 1px 0px 0px #e0f0d8;
        box-shadow:inset 0px 1px 0px 0px #e0f0d8;
         
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #609446));
        background:-moz-linear-gradient(top, #74ad5a 5%, #609446 100%);
        background:-webkit-linear-gradient(top, #74ad5a 5%, #609446 100%);
        background:-o-linear-gradient(top, #74ad5a 5%, #609446 100%);
        background:-ms-linear-gradient(top, #74ad5a 5%, #609446 100%);
        background:linear-gradient(to bottom, #74ad5a 5%, #609446 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#609446',GradientType=0);
        
        background-color:#74ad5a;
        
        -moz-border-radius:7px;
        -webkit-border-radius:7px;
        border-radius:7px;
        
        border:1px solid #3b6e22;
        
        text-decoration:none;
        text-shadow:0px 1px 0px #92b879;
	}
	.button.green:hover {
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #609446), color-stop(1, #74ad5a));
        background:-moz-linear-gradient(top, #609446 5%, #74ad5a 100%);
        background:-webkit-linear-gradient(top, #609446 5%, #74ad5a 100%);
        background:-o-linear-gradient(top, #609446 5%, #74ad5a 100%);
        background:-ms-linear-gradient(top, #609446 5%, #74ad5a 100%);
        background:linear-gradient(to bottom, #609446 5%, #74ad5a 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#609446', endColorstr='#74ad5a',GradientType=0);
        
        background-color:#68a54b;
	}
	.button.green:active {
		position:relative;
		top:1px;
	}

	
    .button.purple {
        
        -moz-box-shadow:inset 0px 1px 0px 0px #cacaea;
        -webkit-box-shadow:inset 0px 1px 0px 0px #cacaea;
        box-shadow:inset 0px 1px 0px 0px #cacaea;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dca5d9), color-stop(1, #993399));
        background:-moz-linear-gradient(top, #dca5d9 5%, #993399 100%);
        background:-webkit-linear-gradient(top, #dca5d9 5%, #993399 100%);
        background:-o-linear-gradient(top, #dca5d9 5%, #993399 100%);
        background:-ms-linear-gradient(top, #dca5d9 5%, #993399 100%);
        background:linear-gradient(to bottom, #dca5d9 5%, #993399 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dca5d9', endColorstr='#993399',GradientType=0);
        
        background-color:#dca5d9;
        
        -moz-border-radius:7px;
        -webkit-border-radius:7px;
        border-radius:7px;
        
        border:1px solid #9b0f94;
        
        text-decoration:none;       
        text-shadow:0px 1px 0px #9b0f94;
    }
    .button.purple:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #993399), color-stop(1, #dca5d9));
        background:-moz-linear-gradient(top, #993399 5%, #dca5d9 100%);
        background:-webkit-linear-gradient(top, #993399 5%, #dca5d9 100%);
        background:-o-linear-gradient(top, #993399 5%, #dca5d9 100%);
        background:-ms-linear-gradient(top, #993399 5%, #dca5d9 100%);
        background:linear-gradient(to bottom, #993399 5%, #dca5d9 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#993399', endColorstr='#dca5d9',GradientType=0);
        
        background-color:#993399;
    }
    .button.purple:active {
        position:relative;
        top:1px;
    }



	.button.darkPurple {
		-moz-box-shadow: inset 0px 1px 0px 0px #cacaea;
		-webkit-box-shadow: inset 0px 1px 0px 0px #cacaea;
		box-shadow: inset 0px 1px 0px 0px #cacaea;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9400D3), color-stop(1, #4B0082));
		background: -moz-linear-gradient(top, #9400D3 5%, #4B0082 100%);
		background: -webkit-linear-gradient(top, #9400D3 5%, #4B0082 100%);
		background: -o-linear-gradient(top, #9400D3 5%, #4B0082 100%);
		background: -ms-linear-gradient(top, #9400D3 5%, #4B0082 100%);
		background: linear-gradient(to bottom, #9400D3 5%, #4B0082 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9400D3', endColorstr='#4B0082',GradientType=0);
		background-color: #9400D3;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border-radius: 7px;
		border: 1px solid #9b0f94;
		text-decoration: none;
		text-shadow: 0px 1px 0px #9b0f94;
	}

		.button.darkPurple:hover {
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4B0082), color-stop(1, #9400D3));
			background: -moz-linear-gradient(top, #4B0082 5%, #9400D3 100%);
			background: -webkit-linear-gradient(top, #4B0082 5%, #9400D3 100%);
			background: -o-linear-gradient(top, #4B0082 5%, #9400D3 100%);
			background: -ms-linear-gradient(top, #4B0082 5%, #9400D3 100%);
			background: linear-gradient(to bottom, #4B0082 5%, #9400D3 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4B0082', endColorstr='#9400D3',GradientType=0);
			background-color: #4B0082;
		}

		.button.darkPurple:active {
			position: relative;
			top: 1px;
		}





	.button.placeOrder {
		font-size: 20px;
		padding: 20px 60px;
		margin: 10px 0 20px 250px;
	}

	.button.submitPayNow {
		font-size: 20px;
		padding: 20px 60px;
		margin: 10px 0 20px 0;
	}

	.button.white {
		-moz-box-shadow:inset 0px 1px 0px 0px #ededed;
		-webkit-box-shadow:inset 0px 1px 0px 0px #ededed;
		box-shadow:inset 0px 1px 0px 0px #ededed;
        
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ededed));
		background:-moz-linear-gradient(top, #ffffff 5%, #ededed 100%);
		background:-webkit-linear-gradient(top, #ffffff 5%, #ededed 100%);
		background:-o-linear-gradient(top, #ffffff 5%, #ededed 100%);
		background:-ms-linear-gradient(top, #ffffff 5%, #ededed 100%);
		background:linear-gradient(to bottom, #ffffff 5%, #ededed 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed',GradientType=0);
        
		background-color:#ffffff;
        
		-moz-border-radius:7px;
		-webkit-border-radius:7px;
		border-radius:7px;
        
		border:1px solid #ccc;
       
        text-decoration: none;
		text-shadow:0px 1px 0px #5b6178;

		color: #841F15;
	}
	.button.white:hover {
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #ffffff));
		background:-moz-linear-gradient(top, #ededed 5%, #ffffff 100%);
		background:-webkit-linear-gradient(top, #ededed 5%, #ffffff 100%);
		background:-o-linear-gradient(top, #ededed 5%, #ffffff 100%);
		background:-ms-linear-gradient(top, #ededed 5%, #ffffff 100%);
		background:linear-gradient(to bottom, #ededed 5%, #ffffff 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff',GradientType=0);
        
		background-color:#ededed;
	}
	.button.white:active {
		position:relative;
		top:1px;
	}


	.button.blue {
        
		-moz-box-shadow:inset 0px 1px 0px 0px #f0f7fa;
		-webkit-box-shadow:inset 0px 1px 0px 0px #f0f7fa;
		box-shadow:inset 0px 1px 0px 0px #f0f7fa;
        
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
		background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
		background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
		background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
		background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
		background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
        
		background-color:#33bdef;
        
		-moz-border-radius:7px;
		-webkit-border-radius:7px;
		border-radius:7px;
        
		border:1px solid #057fd0;
       
        text-decoration: none;
		text-shadow:0px 1px 0px #5b6178;
        
	}
	.button.blue:hover {
        
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
		background:-moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
		background:-webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
		background:-o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
		background:-ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
		background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
        
		background-color:#019ad2;
	}
	.button.blue:active {
		position:relative;
		top:1px;
	}


	.button.navy {
        
		-moz-box-shadow:inset 0px 1px 0px 0px #f0f7fa;
		-webkit-box-shadow:inset 0px 1px 0px 0px #f0f7fa;
		box-shadow:inset 0px 1px 0px 0px #f0f7fa;
        
		color: #869397;

		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #041E42), color-stop(1, #041E42));
		background:-moz-linear-gradient(top, #041E42 5%, #041E42 100%);
		background:-webkit-linear-gradient(top, #041E42 5%, #041E42 100%);
		background:-o-linear-gradient(top, #041E42 5%, #041E42 100%);
		background:-ms-linear-gradient(top, #041E42 5%, #041E42 100%);
		background:linear-gradient(to bottom, #041E42 5%, #041E42 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#041E42', endColorstr='#041E42',GradientType=0);
        
		background-color:#041E42;
        
		-moz-border-radius:7px;
		-webkit-border-radius:7px;
		border-radius:7px;
        
		border:1px solid #041E42;
       
        text-decoration: none;
		text-shadow:0px 1px 0px #041E42;
        
	}
	.button.navy:hover {
        
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #041E42), color-stop(1, #041E42));
		background:-moz-linear-gradient(top, #041E42 5%, #041E42 100%);
		background:-webkit-linear-gradient(top, #041E42 5%, #041E42 100%);
		background:-o-linear-gradient(top, #041E42 5%, #041E42 100%);
		background:-ms-linear-gradient(top, #041E42 5%, #041E42 100%);
		background:linear-gradient(to bottom, #041E42 5%, #041E42 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#041E42', endColorstr='#041E42',GradientType=0);
        
		background-color:#041E42;
	}
	.button.navy:active {
		position:relative;
		top:1px;
	}


	.button.gray {
        color: #000;

		-moz-box-shadow:inset 0px 1px 0px 0px #f0f7fa;
		-webkit-box-shadow:inset 0px 1px 0px 0px #f0f7fa;
		box-shadow:inset 0px 1px 0px 0px #f0f7fa;
        
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FDFCFC), color-stop(1, #5E7A7B));
		background:-moz-linear-gradient(top, #FDFCFC 5%, #5E7A7B 100%);
		background:-webkit-linear-gradient(top, #FDFCFC 5%, #5E7A7B 100%);
		background:-o-linear-gradient(top, #FDFCFC 5%, #5E7A7B 100%);
		background:-ms-linear-gradient(top, #FDFCFC 5%, #5E7A7B 100%);
		background:linear-gradient(to bottom, #FDFCFC 5%, #5E7A7B 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDFCFC', endColorstr='#5E7A7B',GradientType=0);
        
		background-color:#FDFCFC;
        
		-moz-border-radius:7px;
		-webkit-border-radius:7px;
		border-radius:7px;
        
		border:1px solid #999999;
       
        text-decoration: none;
		text-shadow:0px 1px 0px #5b6178;
        
	}
	.button.gray:hover {
        
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5E7A7B), color-stop(1, #FDFCFC));
		background:-moz-linear-gradient(top, #5E7A7B 5%, #FDFCFC 100%);
		background:-webkit-linear-gradient(top, #5E7A7B 5%, #FDFCFC 100%);
		background:-o-linear-gradient(top, #5E7A7B 5%, #FDFCFC 100%);
		background:-ms-linear-gradient(top, #5E7A7B 5%, #FDFCFC 100%);
		background:linear-gradient(to bottom, #5E7A7B 5%, #FDFCFC 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5E7A7B', endColorstr='#FDFCFC',GradientType=0);
        
		background-color:#019ad2;
	}
	.button.gray:active {
		position:relative;
		top:1px;
	}


	.button.yellow {
        color: #000;

		-moz-box-shadow:inset 0px 1px 0px 0px #fff;
		-webkit-box-shadow:inset 0px 1px 0px 0px #fff;
		box-shadow:inset 0px 1px 0px 0px #fff;
        
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f2ff00), color-stop(1, #b8c100));
		background:-moz-linear-gradient(top, #f2ff00 5%, #b8c100 100%);
		background:-webkit-linear-gradient(top, #f2ff00 5%, #b8c100 100%);
		background:-o-linear-gradient(top, #f2ff00 5%, #b8c100 100%);
		background:-ms-linear-gradient(top, #f2ff00 5%, #b8c100 100%);
		background:linear-gradient(to bottom, #f2ff00 5%, #b8c100 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ff00', endColorstr='#b8c100',GradientType=0);
        
		background-color:#f2ff00;
        
		-moz-border-radius:7px;
		-webkit-border-radius:7px;
		border-radius:7px;
        
		border:1px solid #b8c100;
       
        text-decoration: none;
		text-shadow:0px 1px 0px #5b6178;
        
	}
	.button.yellow:hover {
        
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b8c100), color-stop(1, #f2ff00));
		background:-moz-linear-gradient(top, #b8c100 5%, #f2ff00 100%);
		background:-webkit-linear-gradient(top, #b8c100 5%, #f2ff00 100%);
		background:-o-linear-gradient(top, #b8c100 5%, #f2ff00 100%);
		background:-ms-linear-gradient(top, #b8c100 5%, #f2ff00 100%);
		background:linear-gradient(to bottom, #b8c100 5%, #f2ff00 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8c100', endColorstr='#f2ff00',GradientType=0);
        
		background-color:#b8c100;
	}
	.button.yelow:active {
		position:relative;
		top:1px;
	}


	.button.orange {
		color: #000;
		-moz-box-shadow: inset 0px 1px 0px 0px #fff;
		-webkit-box-shadow: inset 0px 1px 0px 0px #fff;
		box-shadow: inset 0px 1px 0px 0px #fff;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FFA500), color-stop(1, #ba7800));
		background: -moz-linear-gradient(top, #FFA500 5%, #ba7800 100%);
		background: -webkit-linear-gradient(top, #FFA500 5%, #ba7800 100%);
		background: -o-linear-gradient(top, #FFA500 5%, #ba7800 100%);
		background: -ms-linear-gradient(top, #FFA500 5%, #ba7800 100%);
		background: linear-gradient(to bottom, #FFA500 5%, #ba7800 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA500', endColorstr='#ba7800',GradientType=0);
		background-color: #FFA500;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border-radius: 7px;
		border: 1px solid #b8c100;
		text-decoration: none;
		text-shadow: 0px 1px 0px #5b6178;
	}

		.button.orange:hover {
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ba7800), color-stop(1, #FFA500));
			background: -moz-linear-gradient(top, #ba7800 5%, #FFA500 100%);
			background: -webkit-linear-gradient(top, #ba7800 5%, #FFA500 100%);
			background: -o-linear-gradient(top, #ba7800 5%, #FFA500 100%);
			background: -ms-linear-gradient(top, #ba7800 5%, #FFA500 100%);
			background: linear-gradient(to bottom, #ba7800 5%, #FFA500 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba7800', endColorstr='#FFA500',GradientType=0);
			background-color: #ba7800;
		}

	.button.orange:active {
		position: relative;
		top: 1px;
	}


	.button.black {
        color: #fff;

		-moz-box-shadow:inset 0px 1px 0px 0px #999;
		-webkit-box-shadow:inset 0px 1px 0px 0px #999;
		box-shadow:inset 0px 1px 0px 0px #999;
        
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #666), color-stop(1, #000));
		background:-moz-linear-gradient(top, #666 5%, #000 100%);
		background:-webkit-linear-gradient(top, #666 5%, #000 100%);
		background:-o-linear-gradient(top, #666 5%, #000 100%);
		background:-ms-linear-gradient(top, #666 5%, #000 100%);
		background:linear-gradient(to bottom, #666 5%, #000 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#666', endColorstr='#000',GradientType=0);
        
		background-color:#666;
        
		-moz-border-radius:7px;
		-webkit-border-radius:7px;
		border-radius:7px;
        
		border:1px solid #333;
       
        text-decoration: none;
		text-shadow:0px 1px 0px #5b6178;
        
	}
	.button.black:hover {
        
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000), color-stop(1, #666));
		background:-moz-linear-gradient(top, #000 5%, #666 100%);
		background:-webkit-linear-gradient(top, #000 5%, #666 100%);
		background:-o-linear-gradient(top, #000 5%, #666 100%);
		background:-ms-linear-gradient(top, #000 5%, #666 100%);
		background:linear-gradient(to bottom, #000 5%, #666 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#666',GradientType=0);
        
		background-color:#000;
	}
	.button.black:active {
		position:relative;
		top:1px;
	}


	.our-story section div {
		clear: both;
		text-align: center;
		margin-bottom: 10px;
	}
	.our-story p {
		font-size: 24px;
		line-height: 36px;
		
	}
	.our-story div img {
		margin-bottom: 5px;
	}
	.our-story .floatLeft {
		float: left;
		margin: 10px 30px 30px 0;
	}
	.our-story .floatRight {
		float: right;
		margin: 10px 0 30px 30px;
	}


	.customerMenu {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
		.customerMenu:before, .customerMenu:after {
			content: "";
			display: table;
		}

		.customerMenu:after {
			clear: both;
		}

	.customerMenu {
		zoom: 1;
	}

		.customerMenu .mobile {
			display: none;
		}

		.customerMenu li {
			/*float: left;*/
			margin: 0;
			position: relative;
		}

		.customerMenu a {
			color: #fff;
			padding: 0;
			/*font-size: 18px;*/
			/*line-height: 40px;*/
			display: block;
		}

		.customerMenu li:hover > a {
			/*background-color: #bc2d20;*/
		}

		.customerMenu ul {
			margin: 20px 0 0 0;
			_margin: 0; /*IE6 only*/
			opacity: 0;
			visibility: hidden;
			position: absolute;
			top: 25px;
			left: -5px;
			z-index: 1;

background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top,  #45484d 0%, #111111 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#111111)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #45484d 0%,#111111 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #45484d 0%,#111111 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #45484d 0%,#111111 100%); /* IE10+ */
background: linear-gradient(to bottom,  #45484d 0%,#111111 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#111111',GradientType=0 ); /* IE6-9 */


			box-shadow: 0 -1px 0 rgba(255,255,255,.3);
			transition: all .2s ease-in-out;
		}

		.customerMenu li:hover > ul, .customerMenu li.hover > ul {
			opacity: 1;
			visibility: visible;
			margin: 0;
		}

		.customerMenu ul li {
			float: none;
			display: block;
			border: 0;
			_line-height: 0; /*IE6 only*/
			box-shadow: 0 1px 0 #000, 0 2px 0 #666;
			margin: 0;
		}

			.customerMenu ul li:last-child {
				box-shadow: none;
			}

		.customerMenu ul a {
			padding: 5px 10px;
			width: 140px;
			_height: 10px; /*IE6 only*/
			display: block;
			white-space: nowrap;
			float: none;
			text-transform: none;
			font-size: 16px;
		}

			.customerMenu ul a:hover {
				-moz-border-radius: 0;
				-webkit-border-radius: 0;
				-khtml-border-radius: 0;
				border-radius: 0;
				background: #ff3c3c; /* Old browsers */
				background: -moz-linear-gradient(top, #ff3c3c 0%, #be3602 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3c3c), color-stop(100%,#be3602)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top, #ff3c3c 0%,#be3602 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top, #ff3c3c 0%,#be3602 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top, #ff3c3c 0%,#be3602 100%); /* IE10+ */
				background: linear-gradient(to bottom, #ff3c3c 0%,#be3602 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3c3c', endColorstr='#be3602',GradientType=0 ); /* IE6-9 */
			}


		.customerMenu ul li:first-child > a {
			/*border-radius: 3px 3px 0 0;*/
		}

			.customerMenu ul li:first-child > a:after {
				content: '';
				position: absolute;
				left: 40px;
				top: -6px;
				border-left: 6px solid transparent;
				border-right: 6px solid transparent;
				border-bottom: 6px solid #45484d;
			}

		.customerMenu ul li:first-child a:hover:after {
			border-bottom-color: #ff3c3c;
		}

		.customerMenu ul li:last-child > a {
			/*border-radius: 0 0 3px 3px;*/
		}











.contact .pageContentContainer {
	padding: 0;
	width: 960px;
	max-width: 960px;
}

.teamMember {
	clear: both;
	margin-top: 100px;
	border-bottom: 1px solid #BE2D20;
	width: 100%;
	position: relative;
	min-height: 250px;
}
	.teamMember img {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.teamMember .info {
		float: left;
		width: 500px;
		margin: 0 40px 15px 175px;
	}
	.teamMember .name {
		font-size: 20px;
	}
	.teamMember .title {
		
	}
	.teamMember .email {
		margin-bottom: 15px;
	}
	.teamMember .flags {
		float: left;
		width: 200px;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.teamMember .flags li {
		margin: 0 0 5px 0;
		padding: 5px 10px;
		font-weight: bold;

background: -moz-linear-gradient(left,  rgba(195,44,25,1) 22%, rgba(53,12,7,0) 79%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(22%,rgba(195,44,25,1)), color-stop(79%,rgba(53,12,7,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(195,44,25,1) 22%,rgba(53,12,7,0) 79%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(195,44,25,1) 22%,rgba(53,12,7,0) 79%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(195,44,25,1) 22%,rgba(53,12,7,0) 79%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(195,44,25,1) 22%,rgba(53,12,7,0) 79%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c32c19', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
	}



.orderInstructions {
	width: 210px;
	height: 130px;
	background: url(/img/order-instructions-bubble.png);
	position: absolute;
	right: 10px;
	top: 50px;
	z-index: 90;
}





.mainNav {
	max-width: 960px;
	height: 40px;
	margin: 0 auto;

	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');

	background: #f16f5c; /* Old browsers */
	background: -moz-linear-gradient(top,  #f16f5c 0%, #f85032 50%, #f6290c 50%, #bc2d20 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f16f5c), color-stop(50%,#f85032), color-stop(50%,#f6290c), color-stop(100%,#bc2d20)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f16f5c 0%,#f85032 50%,#f6290c 50%,#bc2d20 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f16f5c 0%,#f85032 50%,#f6290c 50%,#bc2d20 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f16f5c 0%,#f85032 50%,#f6290c 50%,#bc2d20 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f16f5c 0%,#f85032 50%,#f6290c 50%,#bc2d20 100%); /* W3C */
}










.form, .form label {
	font-size: 16px;
}

/*
.form li.submit{
	float: right;
	clear: both;
	margin: 1em 0;
	width: 86px;
	height: 22px;
	position: relative;
	overflow: hidden;
	padding: 0;
	border: none;
}
.form li.submit input{
	background: url(images/send_button.gif) 0 0 no-repeat;
	width: 86px;
	height:22px;
	padding: 0;
	padding-top: 22px;
	overflow: hidden;
	border: 0;
	text-indent: -9000px;
	cursor: pointer;
	display: block;
}

.form li.submit input:focus,
.form li.submit input:active,
.form li.submit input.focus {
	background-position: 0 -22px;
}
*/

.form ol {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style: none;
}
.form li {
	border-bottom: 1px dashed #333;
	padding: .7em 0 0 0;
	position: relative;
	height: 1%;
}
.form li.validation_message {
	padding: 0 0 0.7em 0;
}
.form li label {
	font-weight: bold;
	color: #fff;
	float: left;
	display: block;
	width: 250px;
	margin: 0;
}
	.form li input[type=radio] {
		display: inline-block;
	}
	.form li label.noStyle {
		font-weight: normal;
		color: #fff;
		float: none;
		display: inline-block;
		width: auto;
	}
.form li span.validation{
	float: left;
	clear: left;
	display: block;
	width: 250px;
	font-size: 10px;
	color:#999;
	line-height: 14px;
	padding-top: 3px;
}
.form li.name input,
.form li.email input,
.form li.url input,
.form li select{
	width: 240px;
}

.form li.comments textarea{
	width: 240px;
	height: 150px;
}
#contact_form_header{
	background: url(images/contact/contact_me_header.gif) 0 0 no-repeat;
	margin: 2em 0 1.5em 0;
	padding: 0;
	height: 50px;
	text-indent: -9000px;
	position: relative;	
}
.vcard_link{
	background: url(images/contact/vcard.gif) 0 0 no-repeat;	
	padding-left:22px;
}
.vcard_link:hover{
	background-position: 0 0;
}
.stay_in_touch h3{
	margin: 0;
	padding: 0;
}
.stay_in_touch ul li{
	padding: 0.3em 0 !important;
}

/* @group Invalid */

.contact_invalid{
	margin:0;
	padding: 2em 1em;
	background: url(images/contact/contact_invalid.gif) 1em center no-repeat;
	padding-left: 100px;
}
/* @end */

/* @group Success */

.contact_success{
	padding-left: 145px;
	min-height:200px;	
	background: url(images/contact/contact_successful.jpg) 0 0 no-repeat;
}
* html .contact_success{
	height: 200px;
}

/* @end */

.form .flavors img {
	height: 120px;
}
.form .flavors {
	list-style-type: none;
}
.form .flavors li {
	width: 200px;
	float: left;
	text-align: center;
}
	.form .flavors li select {
		 width: 90px;
	}




.form .flavorsTest {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.form .flavorsTest img {
	height: 50px;
}

.form .flavorsTest span {
	width: 150px;
	display: inline-block;
}

.form .flavorsTest select {
	width: 100px;
	margin-right: 10px;
}

.form .flavorsTest div {
	display: inline-block;
}

.form .flavorsTest li {
	float: left;
	width:50%;
	height: 60px;
}

.form .flavorsTest .specialMessage {
	font-weight: bold;
	font-size: 11px;
	color: #F16F5B;
}

.orderingDetails li {
	border: none;
}





.form .productsList {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.form .productsList img {
	height: 50px;
}

.form .productsList span {
	width: 150px;
	display: inline-block;
}

.form .productsList select {
	width: 150px;
	margin-right: 10px;
}

.form .productsList div {
	display: inline;
}

.form .productsList li {
	float: left;
	width:25%;
}

.form .productsList .specialMessage {
	font-weight: bold;
	font-size: 11px;
	color: #F16F5B;
}




/*
.flavorsContainer .flavorsRow section {
	margin: 0 0 50px 75px;
	width: 360px;
	float: left;
}
.flavorsContainer .flavorsRow {
	clear: both;
}
.flavorsContainer p {
	font-size: 16px;
}
*/

.flavorsContainer {
	margin: 0;
	padding: 0;
	text-align: center;
}

.flavorsContainer li {
	display: inline-block;
	vertical-align: top;
	margin: 0 40px 50px 40px;
	width: 360px;
	text-align: center;
}
.flavorsContainer p {
	text-align: left;
}
.flavorsContainer .outOfStock {
	font-size: 12px;
	color: #f00;
}



.form .customerLoginContainer {
	border: 1px solid #555;
	padding: 30px;
	margin-bottom: 30px;
	background-color: rgba(255, 255, 255, 0.20);
}

	.form .customerLoginContainer a {
		color: #fff;
		text-decoration: underline;
	}



.orderSummary {
	display: inline-block;
	margin-left: 100px;
	width: 300px;
	color: #000;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;

	background: #fff;
}
	.orderSummary .header {
		-moz-border-radius: 10px 10px 0 0;
		-webkit-border-radius: 10px 10px 0 0;
		-khtml-border-radius: 10px 10px 0 0;
		border-radius: 10px 10px 0 0;

		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #609446));
		background:-moz-linear-gradient(top, #74ad5a 5%, #609446 100%);
		background:-webkit-linear-gradient(top, #74ad5a 5%, #609446 100%);
		background:-o-linear-gradient(top, #74ad5a 5%, #609446 100%);
		background:-ms-linear-gradient(top, #74ad5a 5%, #609446 100%);
		background:linear-gradient(to bottom, #74ad5a 5%, #609446 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#609446',GradientType=0);
        
		background-color:#74ad5a;
		
		padding: 10px;
		color: #fff;
		font-weight: bold;
		text-align: center;
	}

		.orderSummary .header.error {
			background: #f16f5c; /* Old browsers */
			background: -moz-linear-gradient(top,  #f16f5c 0%, #f85032 50%, #f6290c 50%, #bc2d20 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f16f5c), color-stop(50%,#f85032), color-stop(50%,#f6290c), color-stop(100%,#bc2d20)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #f16f5c 0%,#f85032 50%,#f6290c 50%,#bc2d20 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #f16f5c 0%,#f85032 50%,#f6290c 50%,#bc2d20 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #f16f5c 0%,#f85032 50%,#f6290c 50%,#bc2d20 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #f16f5c 0%,#f85032 50%,#f6290c 50%,#bc2d20 100%); /* W3C */
		}
	.orderSummary #errorMsgContainer {
		font-weight: bold;
		margin: 10px 0;
	}
	.orderSummary .body {
		padding: 10px;
	}

#followContainer {
	position: fixed;
	bottom: 25px;
	left: 50%;
	margin-left: 100px;
	width: 250px;
	z-index: 100;
	color: #000;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;

	background: #fff;
}

	#followContainer .header {
		-moz-border-radius: 10px 10px 0 0;
		-webkit-border-radius: 10px 10px 0 0;
		-khtml-border-radius: 10px 10px 0 0;
		border-radius: 10px 10px 0 0;

		background: #f16f5c; /* Old browsers */
		background: -moz-linear-gradient(top,  #f16f5c 0%, #f85032 50%, #f6290c 50%, #bc2d20 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f16f5c), color-stop(50%,#f85032), color-stop(50%,#f6290c), color-stop(100%,#bc2d20)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #f16f5c 0%,#f85032 50%,#f6290c 50%,#bc2d20 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #f16f5c 0%,#f85032 50%,#f6290c 50%,#bc2d20 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #f16f5c 0%,#f85032 50%,#f6290c 50%,#bc2d20 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #f16f5c 0%,#f85032 50%,#f6290c 50%,#bc2d20 100%); /* W3C */
		
		padding: 10px;
		color: #fff;
		font-weight: bold;
		text-align: center;
	}

.paymentIcons {
	display: inline-block;
	width: 37px;
	height: 23px;
	background: url('/img/payment-icons-sprite.png') no-repeat;
	opacity: .20;
	filter: alpha(opacity=20);
	margin-left: 5px;
}

.paymentIcons.visa {
	width: 37px;
	background-position: left -23px;
}
.paymentIcons.mastercard {
	width: 37px;
	background-position: left -46px;
}
.paymentIcons.discover {
	width: 37px;
	background-position: left -69px;
}
.paymentIcons.amex {
	width: 37px;
	background-position: left -92px;
}
.paymentIcons.active {
	opacity: 1;
	filter: alpha(opacity=100);
}

.formSectionHeader {
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #888;
	padding-bottom: 5px;
	margin-top: 50px;
}
.copyShip {
	margin-left: 50px;
}

#securityCodeHelp {
	margin-left: 15px;
	cursor: pointer;
	color: #999;
	vertical-align: text-bottom;
}

.modalOverlay {
	background: #000;
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 500;
}

.modalContent {
	position: absolute;
	width: 840px;
	margin: 50px auto;
	color: #000;
	background: #fff;
	border: 10px solid #BD2D20;
	padding: 20px;
	z-index: 510;
	line-height: 22px;
}

.UPSAddressValidation input[type="radio"], input[type="checkbox"] {
	margin: 0;
}
.UPSAddressValidation label {
	display: inline;
	margin-left: 5px;
}

.UPSAddressCancelLink {
	color: #BD2D20;
}

.flavorIsOutOfStock {
	position: absolute;
	text-align: center;
	color: red;
	font-weight: bold;
	width: 215px;
}


@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.blink {
    -webkit-animation: blink 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: blink 1s;
    -moz-animation-iteration-count: infinite;
    -o-animation: blink 1s;
    -o-animation-iteration-count: infinite;
}


@-webkit-keyframes borderBlink {
    50% {
        border-color: #BD2D20;
    }
}

.borderBlink {
    -webkit-animation-name: borderBlink;
	-webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: borderBlink;
	-moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -o-animation-name: borderBlink;
	-o-animation-duration: 1s;
    -o-animation-iteration-count: infinite;
}

@-webkit-keyframes borderBlinkLocalPickup {
	50% {
		border-color: #FFE70F;
	}
}

.borderBlinkLocalPickup {
	-webkit-animation-name: borderBlinkLocalPickup;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: borderBlinkLocalPickup;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: infinite;
	-o-animation-name: borderBlinkLocalPickup;
	-o-animation-duration: 3s;
	-o-animation-iteration-count: infinite;
}

.uspsLogoOrderDetail {
	margin-top: 10px;
	border: 3px solid red;
	padding: 10px;
	display: inline-block;
}

.upsTrackingSection {
	padding: 10px;
}

.upsTrackingProgress {
	width: 100%;
	height: 100px;
	border: 1px solid #599117;
	display: table;
}
.upsTrackingProgress .progressStep {
	height: inherit;

	background-image: url(/img/ups-progress-bar.png);
	background-color: #EBEBE6 !important;
	background-position-x: 100%;
    background-position-y: 50%;
    background-size: initial;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;

	display: table-cell;
    vertical-align: middle;
	text-align: center;
	padding-right: 10px;

	color: #BCA696;
}
.upsTrackingProgress .current {
	background-image: url(/img/ups-progress-bar-current.png);
	background-color: #599117 !important;

	font-weight: bold;
	color: #fff;
}
.upsTrackingProgress .complete {
	background-image: url(/img/ups-progress-bar-complete.png);
	background-color: #599117 !important;

	font-weight: bold;
	color: #fff;
}
.upsTrackingProgress .delivered {
	background-image: none;
}

.upsTrackingSubHeader {
	font-weight: bold;
	font-size: 16px;

	color: #fff;
	border: 1px solid #A19789;
	padding: 10px;
	margin-top: 10px;

	background: #ACA494; /* Old browsers */
	background: -moz-linear-gradient(top,  #ACA494 0%, #9E9384 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ACA494), color-stop(100%,#9E9384)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ACA494 0%,#9E9384 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ACA494 0%,#9E9384 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ACA494 0%,#9E9384 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ACA494 0%,#9E9384 100%); /* W3C */

	border-bottom: 0;
}

.upsTrackingSubSection {
	border: 1px solid #A19789;
	padding: 10px;
}



.upsTrackingTable {
	width: 100%;
	border-collapse: collapse;
}
	.upsTrackingTable td {
		border: 1px solid #9A8F7F !important;
	}
	.upsTrackingTable thead td {
		background: #D4CCBF;
		font-weight: bold;
	}


.topMessageBar {
	font-weight: bold;
	font-size: 16px;
	color: #000;
	margin: 0;
	line-height: 25px;
	background: rgba(248, 228, 14, 1.0);
	border-bottom: 1px solid #000;
	text-align: center;
	width: 100%;
	z-index: 4000;
	top: 0;
	padding: 10px 0;
	height: 50px;
}

.quantity input.individualStickInput {
	width: 60px;
}


.pipForm .col1 {
	width: 170px;
	display: inline-block
}

.pipForm .col2 {
	width: 70px;
	display: inline-block
}

.pipForm .col3 {
	width: 70px;
	display: inline-block
}

.pipForm .col4 {
	width: 560px;
	display: inline-block
}

.pipForm .col5 {
	width: 50px;
	display: inline-block
}

.pipForm .center {
	text-align: center;
}

.pipForm .patch {
	height: 80px;
}

.samplePack input {
	width: 25px;
	height: 25px;
}

.infoBursts a {
	margin-bottom: 50px;
	display: inline-block;
}

.readOnlyFormField {
	margin-bottom: 10px;
	height: 20px;
}

.pipGifts {
	border: 1px solid #fff;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 40px;
	border-radius: 20px;
}