/*
@import url(//fonts.googleapis.com/css?family=Merriweather:300,400,700);
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600);
*/
body {
	color: #474747;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 400;
}

h1, .h1, h2, .h2, h3, .h3 {
	margin-bottom: 14px;
}

h1 {
	font-size: 36px;
	margin-top: .5em;
	margin-bottom: .5em;
	font-weight: 600;
}
h2 {
	font-size: 29px;
}
h3 {
	font-size: 23px;
}
h4 {
	font-size: 19px;
}

a {
	color: #8c54d1;
}

a:hover, a:focus {
	color: #61279e;
}

@media (max-width: 425px) {
	h1 {
		font-size: 30px;
		margin: 0.4em 0;
	}
}

.lead {
    font-size: 23px;
    color: #777777;
}

#videospot {
    clear: both;
}

#main-content .videoplayer {
	width:463px; 
	height:375px;
}

/*!
 * Yamm!
 * Yet another megamenu for Bootstrap
 * http://geedmo.github.com/yamm
 *
 * https://github.com/geedmo
 */
.yamm .nav,
.yamm .dropup,
.yamm .dropdown,
.yamm .collapse {
  position: static;
}
.yamm .navbar-inner,
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .dropdown-menu > li {
  display: block;
}
.yamm .nav.pull-right .dropdown-menu {
  right: 0;
}
.yamm .yamm-content {
  padding: 20px 30px;
  *zoom: 1;
}
.yamm .yamm-content:before,
.yamm .yamm-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.yamm .yamm-content:after {
  clear: both;
}
.yamm.navbar .nav > li > .dropdown-menu:after,
.yamm.navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.yamm .dropdown.yamm-fullwidth .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
}

@media (max-width: 969px) {
  .yamm .dropdown.yamm-fullwidth .dropdown-menu {
    width: auto;
    left: 3%;
    right: 3%;
    position: absolute;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    
  }
  .yamm .yamm-content {
    padding-left: 0;
    padding-right: 0;
  }
  .yamm .dropdown-menu > li > ul {
    display: block;
  }
}

/* end yamm styles */

/* my extension to enable no collapse menu bars */

.navbar.no-collapse .navbar-nav {
	float: left;
	margin: 0;
}

.navbar.no-collapse .navbar-nav.navbar-right {
	float: right;
}

.navbar.no-collapse .navbar-nav > li {
	display: inline-block;
}

.navbar.no-collapse .navbar-nav .open .dropdown-menu {
    background-color: #FFFFFF;
    border: 1px solid #e9e8eb;
    border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    float: left;
    position: absolute;
    width: auto;
}

.navbar.no-collapse .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
}

.btn {
	font-size: 16px;
	font-weight: 600;
	padding: 6px 20px;
}

.btn-primary {
    background-color: #61279e;
    background-image: none;
    border-color: #61279e;
    color: #FFFFFF !important;
    text-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #4f1889;
  border-color: #4f1889;
}

.dropdown-menu {
	border: 1px solid #e9e8eb;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.12);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.12);
	box-shadow: 0 2px 2px rgba(0,0,0,.12);
}

/* utility bar styles */

#utility-bar {
	background-color: #fff;
	min-height: inherit;
	margin-bottom: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-top: 2px solid #61279e;
	border-bottom: 1px solid #e9e8eb;
	border-left: none;
	border-right: none;
}

#utility-bar .navbar-right > li {
	margin-right: 0;
}

#utility-bar .navbar-right > li:last-child {
	margin-right: 0;
}

#utility-bar .navbar-nav > li > a {
    color: #757575;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
    font-weight: 700;
}

.nav>li>a:hover, .nav>li>a:focus, .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: #fafafa;
	text-decoration: none;
}

#utility-bar .social-links {
	padding: 9px 10px 9px 0;
}

#utility-bar .icon {
	display: inline-block;
	background-image: url("../images/layout/utility-sprite@2x.png");
	background-size: 127px 18px;
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	padding: 0;
	vertical-align: middle;
	margin-bottom: 1px;
	margin-right: 4px;
	margin-top: -2px;
}

.utility-bar-locator .icon {
	background-position: 0 0;
}

.utility-bar-recipebox .icon {
	background-position: -26px 0;
}
.utility-bar-myaccount .icon {
	background-position: -51px 0;
}
.utility-bar-cart .icon {
	width: 24px !important;
	background-position: -77px 0;
}

#utility-bar .utility-bar-search  {
	display: none;
}

.utility-bar-help .icon {
	background-position: -109px 0;
}

.utility-bar-cart .count-wrapper {
	color: #32ba7e;	
}

@media (max-width: 992px) {
	#utility-bar .navbar-nav.navbar-right {
		float: none;
	}
}

#help-dropdown {
	width: 360px;
	border: 1px solid #e9e8eb;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#help-dropdown li a {
	color: #2e2e2e;
	font-weight: 600;
}

#help-dropdown li > a {
	padding: 6px 20px;
}

#help-dropdown .text-item em {
	font-weight: bold;
	font-size: 150%;
	font-style: normal;
}

#help-dropdown .text-item {
	padding: 3px 20px;
}

#help-dropdown .text-item p {
	margin-top: 4px;
}

/* end utility bar styles */


/* header styles */

.header.navbar {
	margin: 0;
	padding: 16px 0 0 0;
	background-color: #f6f5f7;
	border: none;
	border-bottom: 1px solid #e9e8eb;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.header .logo-wrapper {
	display: block;
	float: left;
	margin: 0 70px 0 0;
	padding: 0;
}

.header .logo-wrapper img {
	width: 86px;
	height: auto;
}

.header #nav-main {
	margin: 6px 0 0 0;	
}

.header #nav-main > li {
	margin: 0 10px;
}

.header .nav > li > a {
	display: block;
	color: #61279e;
    font-family: 'Merriweather', serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px; 
}


.header .nav a .subtext {
	display: block;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	padding-top: 2px;
	color: #2e2e2e;
	font-weight: 600;
	letter-spacing: normal;
}

#nav-main li.open > a,
#nav-main > li > a:hover, 
#nav-main > li > a:focus {
	background-color: transparent; 
	color: #8c54d1; 
}

#nav-main > li.open .subtext,
#nav-main > li > a:hover .subtext, 
#nav-main > li > a:focus .subtext {
	color: #8c54d1; 
}

#nav-main > li > a > .title {
	position: relative;
	display: inline-block;
}

#nav-main > li > a .caret {
	position: absolute;
	top: 13px;
	right: -15px;
	margin: 0;
	display: inline-block;
}

#nav-main > li > .notch {
    background-image: url("../images/layout/notch@2x.png");
    background-repeat: no-repeat;
    background-size: 36px 18px;
    width: 36px;
    height: 18px;
    margin: 0 auto -1px auto;    
    position: relative;
    display: block;
    visibility: hidden;
    z-index: 1001;
}

#nav-main > li.open > .notch {
    visibility: visible;
}

#nav-main .dropdown-menu.megamenu {
	top: auto;	
	padding: 20px 10px;
	font-size: 15px;
}

.yamm .megamenu.dropdown-menu {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.megamenu .header {
	color: #61279e;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 14px;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;    
}

.megamenu ul {
	margin-bottom: 1.5em;
}

.megamenu ul li {
	font-size: 12px;
	font-weight: 600;
}
.megamenu ul.list-unstyled li {
	line-height: 1.2;
	margin-bottom: 1em;
}

.megamenu ul li a {
	color: #2e2e2e;
    font-family: 'Merriweather', serif;	
}

.megamenu .thumbnail {
	border: none;
	margin-bottom: 0;
}

.megamenu .thumbnail img {
	margin: 0;
	width: 100%;
	height: auto;
}

.megamenu .thumbnail .caption {
	color: #2e2e2e;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;    
}

.megamenu .footer ul.list-inline {
	margin-bottom: 0;
}

.megamenu .footer ul.list-inline li {
	margin-bottom: 0;
	margin-right: 3em;
}

.megamenu .footer li a {
	font-weight: bold;
	font-size: 15px;
	color: #8c54d1;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;    
}

.megamenu .footer li a .glyphicon {
	font-size: 13px;
}

#nav-searchbar {
    -moz-box-sizing: border-box;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    margin: 24px 0;
    padding: 0;
    width: 390px;
}

#nav-searchbar button {
	float: right;
    padding: 6px 15px;
    border-color: #e9e8eb;
    height: 40px;
    border-radius: 0 4px 4px 0;
}

#nav-searchbar #nav-search-in {
	background-color: #dbc9f0;
    border-color: #e9e8eb;
    border-radius: 4px 0 0 4px;
    border-right: 1px solid #e9e8eb;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    float: left;
    height: 40px;
    overflow: hidden;
    position: relative;
}

#nav-searchbar #nav-search-in-content {
    display: inline-block;
    color: #757575;
    height: 40px;
    line-height: 38px;
    margin: 0 21px 0 9px;
    text-indent: 1px;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-family: 'Source Sans Pro', sans-serif;
}

#nav-searchbar #nav-search-in .nav-down-arrow {
    display: block;
    border-color: #A0A0A0 transparent transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;   
    border-style: solid;
    border-width: 4px 4px 0;
    font-size: 0;
    height: 0;
    line-height: 0;
    position: absolute;
    right: 8px;
    top: 17px;
    width: 0;
}

#nav-searchbar .nav-facade-active #nav-search-category {
    cursor: pointer;
    height: 29px;
    position: absolute;
    left: 0;
    top: 3px;
    width: auto;
    opacity: 0;
    filter:alpha(opacity=0); 
}

#nav-searchbar .nav-searchfield-width {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #e9e8eb;
    border-top: 1px solid #e9e8eb;
    height: 40px;
    /*overflow: hidden;*/
    width: auto;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#nav-searchbar input {
    border: medium none;
    margin: 0;
    width: auto;
    height: 38px;
    box-shadow: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
}

.typeahead.dropdown-menu {
	padding-top: 0;
	margin-top: 0;
}

ul.typeahead.dropdown-menu li.active a {
	background-color: #eeeeee;
	color: #000000;
}

/* styles for auto-complete type ahead */

.tt-hint {
	color: #999
}

.tt-dropdown-menu {
	width: 285px;
	margin-top: 0;
	padding: 8px 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
	padding: 3px 20px;
	font-size: 18px;
	line-height: 24px;
}

.tt-suggestion.tt-cursor {
	background-color: #f5f5f5;
}

.tt-suggestion p {
	margin: 0;
}

@media (max-width: 1200px) {
	.header .logo-wrapper {
		margin-right: 20px;
	}
	.checkout header .logo-wrapper {
		margin-right: 60px;
	}
	.header #nav-main > li {
	    margin: 0 5px;
	}
	#nav-searchbar {
		width: 280px;
	}
}


@media (max-width: 992px) {
	.header #nav-main {
		float: left;
		margin-bottom: 0;
	}
	.header #nav-main > li {
		display: inline-block;
	}
	#nav-searchbar {
		float: left !important;
		width: 360px;
		margin: 0 0 0 128px;
	}
}

@media (max-width: 767px) {
	.header .nav > li > a {
		font-size: 24px;
	}
	#nav-searchbar {
		float: left !important;
		width: 360px;
		margin: 0 0 0 20px;
	}
}

@media (max-width: 550px) {
	.header .logo-wrapper {
		margin-right: 0;
	}
	.header .logo-wrapper img {
		
	}
	.header .nav > li > a {
		font-size: 22px;
	}
	#nav-main > li > a .caret {
		top: 10px;
	}
}

@media (max-width: 500px) {
	#utility-bar .navbar-right > li {
	    margin-right: 0;
	}
	#utility-bar li.utility-bar-locator {
		display: none;
	}
	#utility-bar li.utility-bar-recipebox {
		display: none;
	}
	#utility-bar li.utility-bar-cart .icon-text {
		display: none;
	}
	#utility-bar .utility-bar-search  {
		display: inline-block;
	}
	#utility-bar li.utility-bar-search a {
		padding-top: 7px;
	}
	#utility-bar .utility-bar-search .glyphicon-search {
		font-size: 20px;
		top: 4px;
	}
	#utility-bar .utility-bar-myaccount .dropdown-menu {
		right: auto;
	}
	
	.header.navbar {
		padding: 10px 0;
	}
	.header .logo-wrapper {
		margin-right: 16px;
	}
	.header .logo-wrapper img {
		width: 60px;
	}
	.header #nav-main {
		margin-top: 22px;
	}
	.header .nav > li > a {
		font-size: 20px;
		padding: 0 10px;
		letter-spacing: 0;
	}
	#nav-main > li > a .caret {
		top: 8px;
		right: -10px;
	}
	.header #nav-searchbar {
		display: none;
	}
}

@media (max-width: 425px) {
	.header.navbar {
		padding-bottom: 0;
	}
	.header .logo-wrapper {
		margin-right: 16px;
	}
	.header .logo-wrapper img {
		width: 45px;
	}
	.header #nav-main {
		margin-top: 14px;
	}
	.header #nav-main > li {
		margin: 0;
	}
	.header .nav > li > a {
		font-size: 16px;
		padding-left: 0;
		padding-right: 16px;
	}
	#nav-main > li > a .caret {
		top: 6px;
		right: -10px;
	}

}

#search-dialog label {
	margin-bottom: 0;
}

#search-dialog .modal-footer {
	border-top: none;
	text-align: left;
}

#search-dialog .btn {
	font-size: 14px;
}




/* end header styles */



/* top-promo styles */

#top-text-promo {
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	padding-bottom: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #32ba7e;
	border-bottom: 1px solid #e9e8eb;
	font-family: 'Source Sans Pro', sans-serif;
}

#top-text-promo.with-slideshow {
	padding-bottom: 0;
	border-bottom: none;
}

#top-text-promo p {
	margin-bottom: 0;
}

#top-text-promo .subtext {
	color: 0.4em 0 0.1em;
	font-weight: normal;
}

@media (max-width: 425px) {
	#top-text-promo {
		font-size: 14px;
		margin-top: 0.5em;
		padding-bottom: 0.5em;
	}
}

/* end top-promo styles */




/* email signup form styles */

.email-signup {
	background-color: #e1faf7;	
	margin: 4em 0 2em;
	padding: 15px 0;
	font-family: 'Source Sans Pro', sans-serif;
}

.email-signup p {
	font-size: 16px;
	color: #2e2e2e;
	margin-bottom: 2px;
}

.email-signup p.header {
	font-size: 19px;
	font-weight: 600;
	text-transform: none;
}

.email-signup form {
	padding-top: 13px;
}

.email-signup .input-group {
    background-color: #FFFFFF;
    border: 1px solid #cccccc;
    border-radius: 6px;
    padding: 6px;
}

.email-signup input {
	height: 36px;
	font-size: 16px;
	border: none;
	box-shadow: none;
}

.email-signup button {
	font-size: 16px;
	border-radius: 4px !important;
	margin-left: 0 !important;
}

.email-signup label.error {
	color: #e04646;
}

.form-control:focus {
	border: 1px solid #8c54d1;
	box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

#newsletter-form .form-control:focus {
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
}

@media (max-width: 500px) {
	.email-signup {
		margin-top: 1em;
	}
	.email-signup .input-group {
		background-color: transparent;
		border: none;
		padding: 0;
	}
	.email-signup .input-group-addon, .email-signup .input-group-btn, .email-signup .input-group .form-control {
		display: inline-block;
	}
	.email-signup .input-group-btn {
		width: 100%;
	}
	.email-signup .input-group-btn button {
		width: 100%;
	}
	.email-signup .input-group .form-control {
		margin: 8px 0;
		border: 1px solid #CCCCCC;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}
}

/* end email signup form styles */


/* footer styles */

.main-footer {
	background-color: #FAFAFA;
	border-top: 1px solid #e9e8eb;
	font-size: 13px;
}

.main-footer h3 {
	font-weight: normal;
	color: #757575;
	font-size: 16px;
	text-transform: uppercase;
}

.main-footer li {
    line-height: 1.1;
    padding-bottom: 1em;
}

.main-footer a {
	color: #2e2e2e;	
}

.main-footer li a {
	font-family: 'Merriweather', serif;
	font-size: 11px;
	font-weight: 600;
}

.main-footer li a:hover, footer li a:focus {
	color: #000000;
}

.main-footer .contact li p {
	line-height: 1.5;
}

.main-footer .copyright {
	width: 50%;
	text-align: center;
	float: none;
	margin: 1em auto 0;
	border-top: 1px solid #E9E8EB;
	padding: 1.0em 0;
	font-weight: 600;
}

.print .main-footer .copyright {
	border-top: none;
	margin-top: 0;
}

@media (max-width: 768px) {
	.main-footer .copyright {
		padding-left: 15px;
		width: auto;
		text-align: left;
	}
}

/* end footer styles */

/* social link styles */

#footer-social {
	margin-left: 0;
}

.social-links {
	margin: 0;
}

.social-links li {
	width: 24px;
	height: 24px;
	padding: 0;
	background-image: url("../images/layout/social-sprite@2x.png");
	background-size: 184px 24px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.link-fb {
	background-position: 0 0;
}

.link-tw {
	background-position: -32px 0;
}

.link-pi {
	background-position: -64px 0;
}

.link-ig {
	background-position: -96px 0;
}

.link-yt {
	background-position: -128px 0;
}

.link-gp {
	background-position: -160px 0;
}

.social-links li a {
	display: block;
	width: 100%;
	height: 100%;
}


/* end social link styles */

/* bootstrap modal styles */

.modal-header,
.modal-footer {
    padding: 10px 15px;
}

.modal-header h3 {
	margin: 8px 0;
	margin-right: 20px;
}

/* form styles */

label.checkbox {
	font-size: 14px;
    line-height: 1.42857;
    padding-left: 20px;		
}
.checkbox label {
	font-size: 14px;
    line-height: 1.42857;
}

input.x-form-text {    
    margin-bottom: 0;
}

.checkbox input[type="checkbox"] {
    margin-top: 3px;
}

.x-form label {
	font-size: 12px;
}

.x-form-cb-label {
	display: inline;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    margin-bottom: 3px;
}

.form-group label {
	margin-bottom: 2px;
}

label.error {
    color: #e04646;
    font-weight: bold;
    margin: 0;
    padding: 0 8px;
}

.control-group.success .control-label, .control-group.success .help-block, .control-group.success .help-inline {
    color: #333333;
}

.control-group.success input, .control-group.success select, .control-group.success textarea {
    border-color: #CCCCCC;
}
.control-group.success .checkbox, .control-group.success .radio, .control-group.success input, .control-group.success select, .control-group.success textarea {
    color: #333333;
}

/* tweaks to alerts */

.alert {
	color: #C09853;
	margin: 10px 0 20px !important;
}

.alert h4 {
	color: #C09853;
	margin: 0 !important;	
}

.alert p {
}

.alert a {
    color: #C09853 !important;
}

.alert-danger, .alert-error {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48 !important;
}

.alert-danger h4, .alert-error h4 {
    color: #B94A48 !important;
}

.alert-success {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #468847 !important;
}

.alert.alert-warning {
	color: #8A6D3B;
}
/* custom tooltip styles */
a.tip-link {
    border-bottom: 1px dashed #59118E;
    text-decoration: none !important;
}

.tooltip {
	font-size: 12px;
	opacity: 0;
	filter: alpha(opacity=0);
	font-style: normal;
}

.tooltip.in {
	opacity: 1;
	filter: alpha(opacity=100);
}

.tooltip-inner {
	border: 1px solid black;
	color: #000000;
	text-align: left;
	background-color: #EDE8F8;
}


.modal-footer {
	margin-top: 0;
}

.nav-tabs {
    font-size: 18px;
}

.nav-tabs .active {
	font-weight: bold;
}

.tab-content {
	margin-top: 1em;
	margin-bottom: 2em;
}

@media (max-width: 767px) {
	.nav-tabs li a {
		padding: 10px 6px;
		font-size: 14px;
	}
}

/* end bootstrap modal styles */

/* share modal styles */

#share.modal .preview img {
	display: block;
	margin: 0 auto 1em;
}

#share.modal .modal-body {
	padding-bottom: 0;
}


/* home and landing page styles */

.tagline {
	color: #20c3ad;
	text-align: center;
	font-size: 36px;
	font-weight: 300;
	margin: 1em 0 1.2em;
    font-family: 'Merriweather', serif;
}

.thumbnail.overlay-caption {
	padding: 0;
	border: none;
	position: relative;
	border-radius: 0;
	-moz-box-shadow: 0 1px 2px #bfbdc1;
	-webkit-box-shadow: 0 1px 2px #bfbdc1;
	box-shadow: 0 1px 2px #bfbdc1;
	font-family: 'Source Sans Pro', sans-serif;
}

.thumbnail.overlay-caption .caption {
	position: absolute;
	bottom: 0;
	background-color: #ffffff;
	opacity: 0.92;
	filter:alpha(opacity=92);
	padding: 14px;
	font-size: 21px;
	color: #474747;
	font-weight: 300;
	width: 100%;
}

.thumbnail.overlay-caption .caption a {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	color: #8c54d1;
}

.thumbnail.unstyled {
	padding: 0;
	border: none;
	border-radius: 0;
	font-family: 'Source Sans Pro', sans-serif;
}

.thumbnail.unstyled .caption {
	padding: 9px 0;
	font-size: 19px;
	font-weight: 500;
	color: #474747
}

.thumbnail.unstyled .caption a {
	text-transform: uppercase;
	color: #8c54d1;
	font-size: 16px;
	font-weight: 600;
}



/* end home and landing page styles */


/* styles for searh and browse */
.top-banner {
	margin-bottom: 2em;	
}

.top-banner img {
	width: 100%;
	height: auto;
}

.breadcrumb > li + li:before {
    color: #CCCCCC;
    content: "/";
    padding: 0 5px;
}

.breadcrumb {
	background-color: transparent;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.breadcrumb a {
	color: #1eb3d8;
	font-size: 14px;		
}

.browse .breadcrumb {
	margin-bottom: 10px;
}

.browse .sidebar-nav h2:first-child {
	margin-top: 0;	
}

.browse p.lead {
	margin-top: 0;
}

.navbar.top,
.navbar.bottom
{
	color: #757575;
	margin: 0.5em 0;
	border-top: 1px solid #e9e8eb;
	border-bottom: 1px solid #e9e8eb;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.navbar.top .container-fluid {
	padding: 0;
}

.navbar .pagination {
	margin: 11px 0;
}

.navbar .sort-bar label {
	vertical-align: middle;
	margin: 0;
	font-weight: normal;
}

.navbar .sort-bar select {
	margin-bottom: 0;
	color: #1eb3d8;
}

.navbar .pagination.center-block {
	margin: 11px auto;
    display: table;
    table-layout: fixed;
    float:none;
}

.navbar .pagination .navbar-text {
	float: left;
}

.navbar.top .nav.navbar-nav.pagination {
	display: block;
}

.navbar .pagination li a {
	padding: 4px 12px;
	border: none;
	color: #1eb3d8;
	background-color: transparent;
	font-weight: 600;
}

.navbar .pagination li.disabled a {
	color: #cccccc;
}

.navbar .pagination li a:hover,
.navbar .pagination li a:focus {
	background-color: #f5f5f5;
}

.navbar .pagination li.active a {
	background-color: #1eb3d8;
	color: #FFFFFF;
}

.navbar .pagination .navbar-text {
	margin: 0 8px;
	padding: 4px 0;
}

@media (max-width: 767px) {
	.browse .navbar.bottom li a {
		padding: 4px;
	}
}

/* make sidebar nav vertical */ 


.browse .left-sidebar .sidebar-nav .navbar {
	background-color: transparent;
	border: none;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.browse .left-sidebar .sidebar-nav .navbar {
		background-color: #F8F8F8;
		border: 1px solid #dddddd;
		margin-bottom: 1em;
	}
}

@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar ul {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .navbar-nav > li > a {
  	padding-bottom: 17px;
  }
}

.left-sidebar h2 {
	font-size: 23px;
	margin-bottom: 6px;
	color: #474747;
}

.left-sidebar h3 {
	color: #61279e;
	font-size: 16px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.left-sidebar .filters a {
	font-family: 'Merriweather';
	font-size: 12px;
	font-weight: 600;
	color: #1eb3d8;	
}

.left-sidebar .filters a .glyphicon {
	line-height: 1.42857;
	top: 2px;
}

.browse .facet li {
	padding: 4px 0;
	font-size: 12px;
	color: #2e2e2e;
}

.facet li a {
	font-family: 'Merriweather';
	font-weight: 600;
	color: #2e2e2e;	
}

.sidebar-nav .navbar li.more {
	display: none;	
}

.browse .facet li .count {
    color: #757575;
    font-size: 90%;
}

.browse .facet-checkbox:before {
    color: transparent;
}

.browse .facet .active .facet-checkbox:before {
	color: transparent;
}

.browse .facet .facet-checkbox {
	padding: 0;
	border: 1px solid #999999;
	background-color: transparent;
	border-radius: 2px;
	float: left;
	vertical-align: top;
}

.browse .facet .active .facet-checkbox {
	background-color: #1eb3d8;
	color: #1eb3d8;
}

.browse .facet .checkbox-text {
	display: block;
	margin-left: 22px;
}

.browse .facet .starbar {
    display: inline-block;
    height: 1em;
    position: relative;
    width: 95px;
    margin: 0;
}


.browse .lead {
	margin-bottom: 0;
}

.results-summary.lead {
	margin-bottom: 16px;
}


.browse .grid-thumbs .thumbnail {
	padding: 0;
	border: 1px solid #e9e8eb;
	margin-top: 15px;
	margin-bottom: 15px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: #fcfcfc;
}

.thumbnail a {
	color: #2e2e2e;
}

.browse .grid-thumbs .image-holder {
	position: relative;
	overflow: hidden;
	margin: auto;
}



img.absolute-center {
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.browse .grid-thumbs img {
	width: 100%;
	height: auto;
}

.browse .grid-thumbs .caption {
	text-align: left;
	padding: 1em;
	height: 9.2em;
}

.browse .grid-thumbs .caption .title {
	line-height: 1.4;
	height: 4.3em;
	overflow: hidden;
}

.browse .grid-thumbs .caption .rating {
}
.browse .grid-thumbs .caption .rating .starbar {
	width: 95px;
	margin: 0.4em 0;
}

.browse .grid-thumbs .caption .difficulty {
	line-height: 1.2;
	color: #757575;
}

.browse .grid-thumbs .caption .not-available {
	color: #e04646;
}

.browse .origprice {
	text-decoration: line-through;
}

.browse .saleprice {
	color: #990000;
}


@media (max-width: 767px) {
	.results-summary.lead {
		font-size: 16px;
	}
	
	.browse .grid-thumbs .thumbnail {
	}
	
	.browse .grid-thumbs .image-holder {
	}
	
	.browse .grid-thumbs .image-holder img.absolute-center {
		width: auto;
		position: relative;
	}

	.browse .grid-thumbs .caption {
		height: auto;
	}

	.browse .grid-thumbs .caption .title  {
		height: auto;
	}	
}


@media (min-width: 768px) {
	.browse .grid-thumbs .thumbnail {
		width: 157px;
	}
	.browse .grid-thumbs .image-holder {
		width: 155px;
		height: 155px;
	}
}

@media (min-width: 900px) {
	.browse .grid-thumbs .thumbnail {
		width: 157px;
	}
	.browse .grid-thumbs .image-holder {
		width: 155px;
		height: 155px;
	}
	.browse .grid-thumbs .caption{
		font-size: 14px;
	}
}

@media (min-width: 992px) {
	.browse .grid-thumbs .thumbnail {
		width: 151px;
	}
	.browse .grid-thumbs .image-holder {
		width: 149px;
		height: 149px;
	}
}

@media (min-width: 1200px) {
	.browse .grid-thumbs .thumbnail {
		width: 189px;
	}
	.browse .grid-thumbs .image-holder {
		width: 187px;
		height: 187px;
	}
	.browse .grid-thumbs .caption {
		font-size: 16px;
	}
}

.browse .category-results {
	margin-bottom: 2em;
}

.browse .category-results h2 {
	color: #61279e;
	margin-top: 0;
	margin-bottom: 0;	
}

.browse .category-results p.summary {
	margin-top: 10px;
	margin-bottom: 0;	
}

@media (max-width: 992px) {
	.browse .category-results .col-sm-4:nth-child(4) {
		display: none;
	}
}

@media (max-width: 768px) {
	.browse .category-results .col-sm-4:nth-child(4) {
		display: block;
	}
}


.browse .category-results .navbar {
	border: none;
	font-size: 18px;
}

.browse .category-results .navbar .navbar-text {
	margin: 12px 1em 12px 0;
}

@media (max-width: 768px) {
	.browse .category-results .navbar .navbar-text {
		float: left;
	}
}

.browse .category-results .grid-thumbs .caption {
	height: auto;
}

.did-you-mean.alert {
	font-size: 24px;
	padding: 10px 15px;
}

.did-you-mean.alert p {
	margin: 0;
}

.did-you-mean.alert a {
	text-decoration: underline;
}

/* end styles for searh and browse */

/* styles for departments */


.department .grid-thumbs .thumbnail {
	border: none;
}

.department .grid-thumbs .thumbnail .image-holder {
	position: relative;
	overflow: hidden;
	margin: auto;
	
}

@media (min-width: 1200px) {
	.department .grid-thumbs.products .image-holder {
		width: 190px;
		height: 190px;
		/*border: 1px solid black;*/
	}
}


.department .grid-thumbs.products .thumbnail .image-holder img {
	width: 100%;
	height: auto;

}

.department .grid-thumbs .thumbnail .caption {
	text-align: center;
}

.department .grid-thumbs.departments .thumbnail .caption {
	line-height: 1.2;
	height: 3.6em;
	overflow: hidden;
}

.department .grid-thumbs.products .thumbnail .caption {
	line-height: 1.2;
	height: 4.8em;
	overflow: hidden;
}

.department .grid-thumbs .thumbnail .caption .title {
	
}

.department .grid-thumbs.departments .caption .title {
}

.department .grid-thumbs.departments .thumbnail img {
	width: 100px;
	height: auto;
}

/* end styles for departments */



/* class locator sidebar callout styles */

.class-locator-sidebar {
	text-align: left;
	-moz-box-shadow: 0 1px 2px #bfbdc1;
	-webkit-box-shadow: 0 1px 2px #bfbdc1;
	box-shadow: 0 1px 2px #bfbdc1;
	margin-left: 1em;
	padding: 1em;
}

.class-locator-sidebar h3 {
	margin-top: 0;
	color: #61279e;
}

/* end class locator sidebar callout styles */


/* some tweaks for print */

@media print {
  a[href]:after {
    content: none;
  }
}

.clearing {
	clear: both;
}

#inner_sidebar {
    display: none;
}

/* some styles so that ext and bootstrap play together nicely */

label.x-form-cb-label, label.x-form-cb-label {
	margin-bottom: 1px;
}


/* slideshow styles built on bootstrap  */

.carousel.slide {
	border: none;
	overflow: visible;
	margin-bottom: 1.5em;
}

.carousel.slide.fluid {
	margin-bottom: 3em;
}

.carousel.slide .carousel-inner {
	border-radius: 6px;
}

.carousel.slide.fluid .carousel-inner {
	border-radius: 0;
	max-height: 510px;
	overflow: hidden;
	margin: auto;
	max-width: 1170px;
	-webkit-box-shadow: 0 1px 2px #bfbdc1;
	box-shadow: 0 1px 2px #bfbdc1;
}

.carousel.slide .carousel-inner img {
	width: 100%;
}

.carousel.slide .carousel-indicators {
    bottom: 1.6%;
    left: 1em;
    margin: 0;
    width: auto;
}

.carousel.slide.fluid .carousel-indicators {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.carousel.slide .carousel-indicators li {
	width: 14px;
	height: 14px;
	border-radius: 0;
	opacity: 0.5;
	filter:alpha(opacity=50);
	border: none;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-color: #ffffff;
}

.carousel.slide .carousel-indicators .active {
	margin: 1px;
	opacity: 0.9;
	filter:alpha(opacity=90);
	background-color: #ffffff;
}

/* end slideshow styles */

/* carousel styles built on bootstrap */

#content h2.thumbnail-carousel-heading {
	font-size: 25px;
}

.carousel-thumbnails {
	background-color: #ffffff;
	border-radius: 5px;
	border: none;
	overflow: visible !important;
	margin: 1em 0 2em;
}

.carousel-thumbnails .carousel-inner {
    margin: 0 15px;
    width: auto;
    height: 180px;
}

.carousel-thumbnails .carousel-inner .thumbnails {
	margin: 0;
	padding: 0;
}

.carousel-thumbnails .carousel-inner .thumbnails > li {
	list-style: none outside none;
	margin: 0;
	float: left;
}

.carousel-thumbnails .carousel-inner .thumbnails.cols-4 > li {
	width: 25%;
}

.carousel-thumbnails .carousel-inner .thumbnails > li .thumbnail {
	margin-bottom: 0;
	border: none;
	box-shadow: none;
	padding 5px 12px;
	text-decoration: none !important;
}

.carousel-thumbnails .carousel-inner .thumbnails > li .thumbnail img {
	width: 100px;
	height: auto;
}

.carousel-thumbnails .carousel-inner .thumbnails li h3.title {
	margin: 0 !important;
	height: auto;
	padding-top: 1em;
	line-height: 1.4em !important;
	text-align: center;
	font-size: 14px !important;
	color: #2e2e2e;
}

.carousel-thumbnails .carousel-control {
	top: 25%;
	margin: 0;
	background: none repeat scroll 0 0 transparent;
	color: #555555 !important;
	text-shadow: none;
	height: 50px;
	line-height: 50px;
	width: 20px;
	font-size: 30px;	
}

.carousel-thumbnails .carousel-control.left {
	left: 0;
}

.carousel-thumbnails .carousel-control.right {
	right: 0;
}

.carousel-thumbnails .carousel-control:hover,
.carousel-thumbnails .carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.carousel-thumbnails .carousel-indicators {
	display: none;
}

/* end carousel styles */


/* styles for columnar thumbnail sidelong boxes */

#middle_features #column1 {
	float: left;
	width: 50%;
}
#middle_features #column2 {
	float: left;
	width: 50%;
}

.aligned_boxes .box {
	margin: 0 4em 2em 0;
}

#middle_features:after,
.box:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
}
.box .header h2 {
	font-size: 25px;
	margin-top: 0;
}

.box .content .sidelong {
	float: left;
}

.box ul {
	margin: 0 0 4px 130px;
	padding: 0;	
}

.box p {
	margin: 0 0 4px 115px;	
}


div.image-right {
    float: left;
    margin-right: 2em;
    margin-bottom: 2em;
}

/* end styles for columnar thumbnail sidelong boxes */


/* idea, recipe, technique styles */

.three-d .idea-con .box-pic img {
	max-width: 600px;
}

.idea-con .box-pic img.main {
    display: block;
    width: 100%;
    height: auto;
    margin: 10px auto;
}

.idea-con .box-pic .view-larger-img {
    text-align: left;
}

.box-pic a.large-image-link {
    color: #999999;
    font-size: 25px;
}

.idea-con .box-meta .inner {
}

#ratings-summary .starbar {
    margin-bottom: 0.5em;
}

.rating-summary-short {
	position: absolute; 
	left: 100px;
	top: 0;
	font-size: 14px;
	line-height: 1.2em
}

#ratings-summary .rating-summary {
    color: #000000;
    font-size: 106%;
    position: absolute;
    top: 19px;
}

#ratings-summary hr {
    background-color: #eeeeee;
    border: 0 none;
    height: 1px;
    margin: .75em 2px;
}

#ratings-summary .reviews-questions {
    margin-top: 16px;
}

#ratings-summary a.action {
    font-weight: bold;
    text-decoration: none !important;
}

#ratings-summary .actions1 .action {
	padding-left: 30px;
}

#ratings-summary .actions1 .action.first {
	padding-left: 0;
}

#ratings-summary .addthis_button_pinterest,
#ratings-summary .addthis_button_facebook_like {
    display: inline-block;
    height: 20px;
    overflow: hidden;
    padding-left: 0 !important;
    padding-right: 20px !important;

}

.addthis_default_style .addthis_separator.share {
    margin-left: 0;
    line-height: 1;
}

.addthis_button_pinterest iframe {
    width: 90px !important;
}

.idea-con .box-meta a.watch-video {
	background: url("../images/sitelayout/sprite-main.png") no-repeat scroll -5px -485px transparent;
    padding: 6px 35px 8px 35px;
    text-decoration: none !important;
    font-weight: bold;
    display: block;
    margin-top: 8px;
}

#idea-meta {
	margin-bottom: 2em;
}

#idea-meta ul li {
    margin-bottom: 0.5em;
}

#idea-meta ul {
	padding-left: 0;
	padding-right: 10px;
	list-style: none outside none;
}

#idea-meta ul.tools-ingredients li div {
    display: inline-block;
    vertical-align: top;
    width: 80%;
}

.intro-text {
    color: #888888;
    font-size: 18px;
    margin-bottom: 1em;
    margin-top: 1.5em;
}

/* shopping list and cart add button styles */

#idea-meta ul li .shoppinglistaddbtn,
#idea-meta ul li .productselectorbtn {
	float: right;
	margin-left: 4px;
}

.shoppinglistaddbtn, .productselectorbtn {
	background-repeat: no-repeat;
	text-indent: -1000em;
	display: inline-block;
	outline: none;
}
.shoppinglistaddbtn {
	background-image: url(../images/icons/add-to-shopping-list.png);
	width: 16px;
	height: 16px;
}
.shoppinglistaddbtn.added {
	background-image: url(../images/icons/add-to-shopping-list-added.png);
	cursor: default;
}
.productselectorbtn {
	background-image: url(../images/icons/add-to-cart.png);
	width: 26px;
	height: 17px;
}
.productselectorbtn.added {
	background-image: url(../images/icons/add-to-cart-added.png);
	cursor: default;
}
#shoppinglist-modal .product,
#addtocart-modal .product {
	padding-bottom: 6px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}

#shoppinglist-modal .product p,
#addtocart-modal .product p {
	margin-bottom: 6px;
}

#shoppinglist-modal .product h2,
#addtocart-modal .product h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 2px;
}

#shoppinglist-modal .product .sku,
#addtocart-modal .product .sku {
	font-size: 11px;
	color: #444;
}

#shoppinglist-modal .product .price,
#addtocart-modal .product .price {
	font-weight: bold;
}

#shoppinglist-modal .product p.outofstock,
#addtocart-modal .product p.outofstock {
	color: #990000;
	margin-top: 4px;
	margin-bottom: 0;
}

#shoppinglist-modal .product p.shipsto,
#addtocart-modal .product p.shipsto {
	font-style: italic;
	font-size: 14px;
	margin-bottom: 4x;
}

#shoppinglist-modal .starbar,
#addtocart-modal .starbar {
	margin-bottom: 1em;
}

#shoppinglist-modal .addtocart,
#addtocart-modal .addtocart {
	margin-bottom: 8px;	
}

#shoppinglist-modal .btn-addtocart,
#addtocart-modal .btn-addtocart {
	font-size: 16px;
	margin-bottom: 3px;
	margin-left: 12px;
	padding: 5px 12px;
}

#steps {
	clear: both;
}

#steps:after {
	clear: both;
	content: " ";
    display: table;
}

#steps h2 {
	margin-top: 0;
	margin-bottom: 20px;
}

#steps ol {
	list-style: none;
}

#steps ol li {
	list-style: none;
	clear: left;
	height: 120px;
}

#steps .sidelong {
	width: 120px;
	margin-right: 10px;
}

#steps div.step {
	width: 100%;
	clear: left;
	float: left;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #eeeeee;
}
#steps .step h3 {
	margin-left: 130px;
	margin-top: 0px;
	text-transform: lowercase;
}

#steps .step p {
	margin-left: 130px;
	margin-bottom: 0;
}
#steps .step img {
	float: left;
	width: 110px;
}

#steps .step.numbered h3 {
    margin-left: 0;
}
#steps .step.numbered p {
    margin-left: 0;
	margin-bottom: 10px;
}

.sidelong {
	float: left;
}

img.enlarge {
	cursor: pointer;
}

.right-sidebar {
	border-left: 1px solid #eeeeee;
}

.right-sidebar h2 {
	margin-top: 0;
}

.right-sidebar .box {
    margin: 0 auto 2em 0;
    padding-top: 2px;
    text-align: center;
}

.right-sidebar .box ul {
	margin-left: 0;
	list-style: none outside none;
}

#box-related ul li {
    line-height: normal;
    margin-bottom: 1em;
    padding: 10px 4px;
}

#box-related a {
	color: #2e2e2e;
	text-decoration: none;
}

#box-related img {
	padding-bottom: 6px;
	width: 100px;
	height: auto;
}

#main-right #box-tags.box h2 {
	font-size: 200%;
	font-weight: normal;
}

#box-tags li a {
	/*color: #999;*/
	font-size: 113%;
}

#large-image.modal .modal-body .large-image {
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
}

#reviews-pane-summary,
#questions-pane-summary {
	display: inline-block;
	width: 33%;
	font-size: 14px;
	padding-left: 1%;
}

#reviews-pane .post-block,
#questions-pane .post-block {
	display: inline-block;
}

#reviews-pane .pane-header,
#questions-pane .pane-header {
	padding-bottom: 1em;
}

/* end idea, recipe, technique styles */

/* three-d styles */

.three-d #search-controls {
	font-size: 14px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
}

.three-d #filters {
	border-top: 1px solid #ccc;
	background-color: #efefef;
}

.three-d #search-options,
.three-d #filters {
	margin: 0;
	padding: 10px 0 10px 7px;
	list-style: none outside none;
}

.three-d #search-options > li,
.three-d #search-options .sort > ul li,
.three-d #filters > li {
    float: left;
    margin: 0 30px 0 0;
    line-height: 20px;
}

.three-d #search-controls .label {
	font-style: italic;
	margin-right: 10px;
	background-color: transparent;
	color: #333;
	padding: 0;
	font-weight: normal;
	font-size: inherit;
	text-shadow: none;
}

.three-d #search-controls .sort {
	float: right;
}

.three-d #search-controls a {
	font-weight: bold;
	text-decoration: none;
}

.three-d #search-controls a.dropdown-toggle,
.three-d #search-controls .sort ul a {
	padding: 0;
}

.three-d #search-controls .sort ul {
	display: inline-block;
	vertical-align: bottom;
	margin: 0;
}

.three-d .build-button  {
    display: block;
    border: 1px solid rgb(89,17,142);
	background: url(../images/3d/Wilton3D-decoratebtn-bg.png) left center no-repeat rgb(97,39,158);
	background: url(../images/3d/Wilton3D-decoratebtn-bg.png) left center no-repeat, -moz-linear-gradient(90deg, rgb(97,39,158) 0%, rgb(143,82,208) 100%);
	background: url(../images/3d/Wilton3D-decoratebtn-bg.png) left center no-repeat, -webkit-linear-gradient(90deg, rgb(97,39,158) 0%, rgb(143,82,208) 100%);
	background: url(../images/3d/Wilton3D-decoratebtn-bg.png) left center no-repeat, -ms-linear-gradient(top, rgb(97,39,158) 0%, rgb(143,82,208) 100%);
	background: url(../images/3d/Wilton3D-decoratebtn-bg.png) left center no-repeat, linear-gradient(to bottom, rgb(97,39,158) 0%, rgb(143,82,208) 100%);
	padding: 16px 0;
	color: #FFFFFF !important;
    font-size: 20px;
    text-align: center;
    text-decoration: none !important;
    margin-bottom: 2em;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border-radius: 10px;

}

/* end three-d styles */

/* review tab syles */

#reviews .review {
	border-bottom: 1px solid #E9E8EB;
	padding: 1em 0;
}
#reviews .review:last-of-type {
	border-bottom: none;
}
#reviews .review .starbar {
	margin-top: 8px;
	margin-bottom: 0.3em;
}
#reviews .review .starbar .stbrMaskBg {
	position: relative;
}
#reviews .review .by {
	font-size: 12px;
	font-weight: bold;
}
#reviews .review .by a {
	text-decoration: none !important;
}
#reviews .review .difficulty {
	font-size: 11px;
	margin: 0.5em 0;
}
#reviews .review .date {
	font-size: 12px;
}
#reviews .review .textbox {
	margin-top: 0;
}

/* styles for helpful rating */

div.helpful {
	font-size: 12px;
	margin-bottom: 0.5em;
}

div.helpful .helpfuloption {
	margin-left: 6px;
	width: 44px;
	height: 18px;
	background: url(../images/icons/helpful.gif) no-repeat;
	display: inline-block;
	vertical-align: bottom;
}
div.helpful .helpfuloption.yes {
	background-position: 0px 2px;
}
div.helpful a.helpfuloption.yes:hover {
	background-position: 0px -46px;
}
div.helpful .helpfuloption.yes.set {
	background-position: 0px -22px;
}
div.helpful .helpfuloption.no {
	background-position: -52px 2px;
}
div.helpful a.helpfuloption.no:hover {
	background-position: -52px -46px;
}
div.helpful .helpfuloption.no.set {
	background-position: -52px -22px;
}

/* styles for questions */

#questions .question {
	width: 95%;
	clear: both;
	padding: 1em 0;
	border-bottom: 1px solid #E9E8EB;
}

#questions .question:last-of-type {
	border-bottom: none;
}

#questions .question .actions {
	margin-top: 4px;
}

#questions .question .header {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	margin-right: 0;
}
#questions .question .byline {
	font-size: 13px;
	margin-top: 6px;
	margin-bottom: 6px;
	color: #666;
}
#questions .question .byline a {
	text-decoration: none !important;
	font-weight: bold !important;
}
#questions .question .actions a {
	text-decoration: none !important;
	font-weight: bold;
}
#questions .answers {
	clear: both;
	padding-left: 20px;
}
#questions .question .answer {
	padding-top: 10px;
}

#questions .question .answer .byline {
	margin-top: 8px;
	margin-bottom: 4px;
}

#questions .answer .wiltonbadge {
	display: block;
	width: 50px;
	float: left; 
	margin-right: 10px;
}

#questions .question .answer .answer-body {
	font-size: 13px;
	font-style: normal;
	margin: 2px 0 6px;
}

/* violation report form styles */

#violation-form {
	margin-bottom: 1em;
}

#violation-form h3 {
	font-size: 20px;
}

#violation-form .radio label {
	font-size: 14px;
}

/* end violation report form styles */


/* store/class locator styles */

#locatorfilter td {
	vertical-align: bottom;
}

.locatorform label {
	display: block;
}

div.warning-box {
	border: 2px solid #cc0000;
	color: #cc0000;
	padding: 8px;
	margin: 10px 0;
}

#content #locator-disclaimer {
	margin: 15px 0;
	font-weight: bold;
}

#locations-list {
	height: 530px;
	border: 1px solid #aaa;
	overflow: auto;
	padding: 0 10px;
}

#locations-list ol {
	padding-left: 2em;
}

#locations-list h3 {
	font-size: 14px;
	margin-bottom: 5px;
}

#locations-list p {
	line-height: 1.2em;
	margin-bottom: 0.5em;
}

#locations-list p.distance {
	font-size: 11px;
	color: #555;
}

#locator-listingscol {
	display: none;
}

#locator-map {
	width:100%;
	height:530px;
	border: 1px solid #aaa;
	display: none;
}

#locator-map p {
	margin-bottom: 8px;
}

/* end store/class locator styles */

/* styles for star ratings */

.starbar {
	margin-top: 0.4em;
	margin-bottom: 1px;
	padding:0;
	position:relative;
	height: 17px;
}

#stats-summary .starbar {
	height: auto;
}
.starbar.nosummary {
	height: 18px;
}
.starbar div.rating-summary {
	color: #555;
	font-size: 11px;

}
.starbar .rating-summary .stat-value {
	color: black;
	font-weight: bold;
}
.x-form-field-wrap .starbar {
	margin: 0;
}
.stbrMaskBg, .stbrMaskFg {
	background-image:url(../images/icons/starbar_unified.gif);
	background-repeat:no-repeat;
	display:block;
	height:17px;
	left:0;
	position:absolute;
	top:0;
}
.stbrMaskFg {
	overflow:hidden;
	text-indent:-9000px;
}
.stbrMaskBg {
	background-position:0 -240px;
	outline:0 none;
	width:100%;
}
.stbrMaskBgOlNi, .stbrMaskBgStc {
	background-position:0 -240px;
	width:100%;
}
.stbrOl {
	height:17px;
	width:92px;
}
.stbrStc, .stbrIl, .stbrOl {
	list-style:none outside none;
	margin:0;
	padding:0;
	position:relative;
}
.sbmfpr {
	background-position:0 0;
}
.sbmfrt {
	background-position:0 -60px;
}
.sbmfcm {
	background-position:0 -180px;
}
.starbar a {
	background-repeat:no-repeat;
	display:block;
	height:16px;
	left:0;
	margin:0;
	/*outline:0 none;*/
	overflow:hidden;
	padding:0;
	position:absolute;
	text-indent:-9000px;
	top:0;
}
.starbar a:hover {
	background:url(../images/icons/starbar_unified.gif) 0 -60px no-repeat;
}
.StarbarSaving {
	background-image:url(../images/icons/starbar_unified.gif);
	background-repeat:no-repeat 
}
.StarbarSaving a {
	display:none !important;
}
.stbrMaskSaving {
	display:none !important;
}
.stbrOlStarbarSaving, .stbrOlNiStarbarSaving, .stbrOlNoStarbarSaving {
	background-position:-95px -136px
}
.starbar .rv1 {width:18px;}
.starbar .rv2 {width:36px;}
.starbar .rv3 {width:56px;}
.starbar .rv4 {width:74px;}
.starbar .rv5 {width:92px;}
.starbar .stbrIlNi .rv1 {width:36px;}
.starbar .stbrIlNi .rv2 {width:55px;}
.starbar .stbrIlNi .rv3 {width:75px;}
.starbar .stbrIlNi .rv4 {width:92px;}
.starbar .stbrIlNi .rv5 {width:110px;}
.sbmf-1 {width:4px}
.sbmf-2 {width:5px}
.sbmf-3 {width:6px}
.sbmf-4 {width:7px}
.sbmf-5 {width:8px}
.sbmf-6 {width:9px}
.sbmf-7 {width:10px}
.sbmf-8 {width:11px}
.sbmf-9 {width:14px}
.sbmf-10 {width:19px}
.sbmf-11 {width:23px}
.sbmf-12 {width:24px}
.sbmf-13 {width:25px}
.sbmf-14 {width:26px}
.sbmf-15 {width:27px}
.sbmf-16 {width:28px}
.sbmf-17 {width:29px}
.sbmf-18 {width:30px}
.sbmf-19 {width:33px}
.sbmf-20 {width:38px}
.sbmf-21 {width:42px}
.sbmf-22 {width:43px}
.sbmf-23 {width:44px}
.sbmf-24 {width:45px}
.sbmf-25 {width:46px}
.sbmf-26 {width:47px}
.sbmf-27 {width:48px}
.sbmf-28 {width:49px}
.sbmf-29 {width:52px}
.sbmf-30 {width:57px}
.sbmf-31 {width:61px}
.sbmf-32 {width:62px}
.sbmf-33 {width:63px}
.sbmf-34 {width:64px}
.sbmf-35 {width:65px}
.sbmf-36 {width:66px}
.sbmf-37 {width:67px}
.sbmf-38 {width:68px}
.sbmf-39 {width:71px}
.sbmf-40 {width:76px}
.sbmf-41 {width:80px}
.sbmf-42 {width:81px}
.sbmf-43 {width:82px}
.sbmf-44 {width:83px}
.sbmf-45 {width:84px}
.sbmf-46 {width:85px}
.sbmf-47 {width:86px}
.sbmf-48 {width:87px}
.sbmf-49 {width:90px}
.sbmf-50 {width:95px}

/* end styles for star ratings */