/*
	Buttons
*/

.button {
	display: inline-block;
	padding: 8px 18px;
	margin: 0;
	-moz-border-radius:4px;-webkit-border-radius:4px;-khtml-border-radius:4px;border-radius:4px;
	-moz-box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3); -webkit-box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3); box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3);
	font-family: "open sans",Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: bold;

	cursor: pointer;

	outline: none !important;
	overflow: visible;
	text-align: center;
	text-decoration: none;
}

.button:hover, .button:focus {
	text-decoration:none;
}

.button-green {
	color: #fff;
	background: #a5bd24; /* Old browsers */
	background: -moz-linear-gradient(top, #a5bd24 0%, #7dac38 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5bd24), color-stop(100%,#7dac38)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a5bd24 0%,#7dac38 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a5bd24 0%,#7dac38 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #a5bd24 0%,#7dac38 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5bd24', endColorstr='#7DAC38',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #a5bd24 0%,#7dac38 100%); /* W3C */
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
	border: 1px solid #781;
}

.button-green:hover,.button-green:focus {
	color: #fff;
	background: #5c8825; /* Old browsers */
	background: -moz-linear-gradient(top, #8fbb44 0%, #5c8825 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fbb44), color-stop(100%,#5c8825)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8fbb44 0%,#5c8825 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8fbb44 0%,#5c8825 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #8fbb44 0%,#5c8825 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fbb44', endColorstr='#5c8825',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #8fbb44 0%,#5c8825 100%); /* W3C */
	border: 1px solid #670;
}


.nav-main .nav-tier-1 li .drop-cart .button-orange,
.button-orange {
	background-image: linear-gradient(bottom, #F67F10 4%, #F99D1C 52%, #FBB336 100%);
	background-image: -o-linear-gradient(bottom, #F67F10 4%, #F99D1C 52%, #FBB336 100%);
	background-image: -moz-linear-gradient(bottom, #F67F10 4%, #F99D1C 52%, #FBB336 100%);
	background-image: -webkit-linear-gradient(bottom, #F67F10 4%, #F99D1C 52%, #FBB336 100%);
	background-image: -ms-linear-gradient(bottom, #F67F10 4%, #F99D1C 52%, #FBB336 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.04, #F67F10), color-stop(0.52, #F99D1C), color-stop(1, #FBB336) );
	background-color: #F99D1C;
	border-radius: 4px;
	border: #F99D1C solid 1px;
	border-color: #F99D1C #F99D1C #CF6B0D;
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.3); -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.3); box-shadow:inset 0 1px 0 rgba(255,255,255,0.3);
	color: white;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: 0;
	margin: 0;
	padding: 8px 12px 10px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0.5px #CF6B0D;
	width: 100%;
}
.nav-main .nav-tier-1 li .drop-cart .button-orange:hover,
.nav-main .nav-tier-1 li .drop-cart li:hover .button-orange,
.button-orange:hover {
	background: #F99820;
	background: -moz-linear-gradient(top, #F99820 0%, #F67B0F 50%, #F15F08 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F99820), color-stop(50%,#F67B0F), color-stop(100%,#F15F08));
	background: -webkit-linear-gradient(top, #F99820 0%,#F67B0F 50%,#F15F08 100%);
	background: -o-linear-gradient(top, #F99820 0%,#F67B0F 50%,#F15F08 100%);
	background: -ms-linear-gradient(top, #F99820 0%,#F67B0F 50%,#F15F08 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f99820', endColorstr='#f15f08',GradientType=0 );
	background: linear-gradient(top, #F99820 0%,#F67B0F 50%,#F15F08 100%);
	background-color: #F99D1C;
	color: #fff;
}
.configure b {
	background: url(../images/icons.png) no-repeat 0 -380px;
	font-weight: bold;
	padding-left: 24px;
}
.add-to-cart b {
	background: url(../images/icons.png) no-repeat 0 -400px;
	font-weight: bold;
	padding-left: 24px;
}
.not-sure {
	clear: none;
	display: block;
	float: right;
	width: 40%;
}
.not-sure .b a b {
	font-weight: bold;
}


.button-blue {
	color: #fff;
	background: #39aad4; /* Old browsers */
	background: -moz-linear-gradient(top, #41c4f4 0%, #39aad4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41c4f4), color-stop(100%,#39aad4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #41c4f4 0%,#39aad4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #41c4f4 0%,#39aad4 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #41c4f4 0%,#39aad4 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41c4f4', endColorstr='#39aad4',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #41c4f4 0%,#3a8fb6 100%); /* W3C */
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
	border: 1px solid #3a8fb6;
}
.button-blue:hover,.button-blue:focus {
	color: #fff;
	background: #0189bc; /* Old browsers */
	background: -moz-linear-gradient(top, #14bcfb 0%, #0189bc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#14bcfb), color-stop(100%,#0189bc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #14bcfb 0%,#0189bc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #14bcfb 0%,#0189bc 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #14bcfb 0%,#0189bc 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14bcfb', endColorstr='#0189bc',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #14bcfb 0%,#0189bc 100%); /* W3C */
	border: 1px solid #0370A2;
}






.button-small {
	border-radius: 4px;
	border-width: 1px;
	border-color: #F99D1C #F99D1C #CF6B0D;
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.3);
	cursor: pointer;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	height: 11px;
	line-height: 1em;
	letter-spacing: 0;
	margin: 0 5px 0 0;
	outline: none;
	padding: 5px 10px 7px;
	text-align: center;
	text-decoration: none;
	width: auto;
}
.button-small:hover,
.button-small:focus {

}

input.button-small.button-gray.update{
    font-weight: normal;
    height: 25px;
    display: block;
    float: left;
}


.button-gray {
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(top,  #f5f5f5 0%,#e5e5e5 100%); /* W3C */
	border: #ddd solid 1px;
	border-color: #ddd #ddd #ccc;
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,1);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,1);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	color: #333;
	text-shadow: 0 1px 0 #fff;
}
.button-gray:hover,.button-gray:focus {


	border: #bbb solid 1px;
	border-color: #bbb #bbb #aaa;
	color: #333;
}





.remove {

}
.remove:hover {

}
