﻿body {
    background:#f1f1f1;
    color: #888;
    font: 12px/1.55 Arial,Helvetica,sans-serif;
    text-align: left;;
}

a {
	
}

a:hover {
	
}

/* all headers lowercase per client request */
h1, h2, h3, h4, h5, h6,
.block-title,
.block .block-title strong,
.back-link,
.grand_total,
.title-buttons {
	text-transform: lowercase;
}




img { border: none; }

/*** global helpers ***/
.row {
	display: block;
	overflow: hidden;
}
.col {
	display: block;
	float: left;
}
.colR {
	display: block;
	float: right;
}

.clr {
	clear: both;
}
.clrL {
	clear: left;
}
.clrR {
	clear: right;
}


/*** clearfix ***/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/*** end clearfix ***/




.module h3 {
	font-size: 14px;
	color: #5588CC;
	font-weight: bold;
	padding-bottom: 10px;
	text-transform: lowercase;
}

.no-border {
	border: none;	
}

.leftrail .module,
.rightrail .module {
	border-bottom: 1px solid #dadada;
	padding: 0 0 10px;
	margin: 0 0 15px;
}

.leftrail .module-last,
.rightrail .module-last {
	border-bottom: none;
}



/* default more-link is bright blue bold text with blue arrow at right 
BLUE ARROWS PULLED BY BOBBLE... saving for posterity
a.more-link {
	background: url(more_link_arrow_blue.gif) no-repeat right center;
	padding-right: 18px;
	text-decoration: none;
	color: #ECB035;
	font-size: 13px;
	font-weight: bold;
}
*/

a.more-link {
	text-decoration: none;
	color: #5588CC;
	font-size: 13px;
	font-weight: bold;
	text-transform: lowercase;
}

/* back link is just like more link, but arrow points left and is on left. !imp's required thanks to magento overriding this selector */
a.back-link,
.back-link a {
	background: url(back_link_arrow_blue.gif) no-repeat left center !important;
	padding-left: 18px !important;
	text-decoration: none;
	color: #ECB035;
	font-size: 13px;
	font-weight: bold;
}




/*** modal styles ***/

.modal-launch-link {
	
}

.modal-content-holder {
	display: none;
}

.filter-facts-modal {
	width: 700px;
}

/*
 * SimpleModal Basic Modal Dialog
 */

/* Overlay */
#simplemodal-overlay {
	background-color:#000; 
	cursor:wait;
}

/* Container */
#simplemodal-container {
	height:360px; 
	/*width:600px;*/ 
	color:#bbb; 
	background-color:#333; 
	border:4px solid #444; 
	padding:12px;
}
#simplemodal-container .simplemodal-data {
	padding:8px;
}
#simplemodal-container code {
	background:#141414; 
	border-left:3px solid #65B43D; 
	color:#bbb; 
	display:block; 
	font-size:12px; 
	margin-bottom:12px; 
	padding:4px 6px 6px;
}
#simplemodal-container a {
	color:#ECB035;
}
#simplemodal-container a.modalCloseImg {
	background:url(x.png) no-repeat; 
	width:25px; 
	height:29px; 
	display:inline; 
	z-index:3200; 
	position:absolute; 
	top:-15px; 
	right:-16px; 
	cursor:pointer;
}
#simplemodal-container h3 {
	color:#fff; 
	text-transform: lowercase;
}




/* 
 * theoretically reusable carosel styles
 * override for specific usage (widths, heights, left, top etc)
 * see see more products module for dom structure and for css overrides example
 */

.carosel {
	position: relative;
	overflow: hidden;
}
.carosel .slides-mask {
	position: relative;
	overflow: hidden;
}
.carosel .slides {
	/*position: absolute;*/
	position: relative;
	white-space: nowrap;
}
.carosel .slide {
	
}
.carosel .cntl {
	position: absolute;
}
.carosel .cntl-prev {
	left: 0;
}
.carosel .cntl-next {
	right: 0;
}


/* rail carosel extends carosel styles for side rail style - see 'more products' or filter color picker */
.rail-carosel .cntl {
	top: 30px;
}
.rail-carosel .cntl,
.rail-carosel .cntl a {
	display: block;
	width: 18px;
	height: 18px;
	overflow: hidden;
}
.rail-carosel .cntl a img {
	position: relative;
}
.rail-carosel .cntl a:hover img {
	top: -18px;
}
.rail-carosel .cntl-next a img {
	left: -18px;
}

/* carosel-centered centers slides and hides prev/next arrows. default left pad can be overridden for specific carosels */
.carosel-centered .cntl-prev,
.carosel-centered .cntl-next {
	display: none;
}


/* 
 * theoretically reusable slideshow styles (slides with navdot control)
 * override for specific usage (widths, heights, left, top etc)
 * see see tout slideshow module for dom structure and for css overrides example
 */

.slideshow {
	
}
.slideshow .slide {
	display: none;
}
.slideshow .slide-sel {
	display: block;
}
.slideshow .slidedots li {
	position: relative;
}
.slideshow .slidedots li,
.slideshow .slidedots li a {
	display: block;
	width: 11px;
	height: 9px;
	overflow: hidden;
}
.slideshow .slidedots li img {
	position: absolute;
}
.slideshow .slidedots li a:hover img,
.slideshow .slidedots li.slidedot-sel img {
	top: -9px;
}



/*** core site structure ***/

.site-wrap {
	width: 950px;
	margin: 0 auto;
}


.site-page {
	padding: 15px; background:1px solid #DADADA; background:#fff;
	min-height: 400px;
	height: auto !important;
	height: 400px; margin-bottom:6px; width:920px
}




.layout-1col {
	
}


/* most common page template - three col, but divided into a wide left and narrow right col, where wide left is divided into narrow left and wider central col */

.layout-2col-right {
	
}

.layout-2col-right .col-left {
	width: 645px;
}


.layout-2col-right .col-right {
	width: 270px;
}

.layout-2col-right .leftrail {
	width: 260px;
}

.layout-2col-right .content-wrap {
	width: 385px;
}



/* two col left is used in various account pages - wide right, left rail */

.layout-2col-left {
	
}

.layout-2col-left .col-right {
	width: 645px;
}

.layout-2col-left .col-left {
	width: 270px;
}

.layout-2col-left .leftrail {
	width: 260px;
}




/*** site head ***/

.site-head {
	height: 100px;
	/*overflow: hidden;*/
}

.site-logo {
	padding-top: 15px;
}
.site-head .prelogo-bar {
	padding-top: 5px;
	font-size: 18px;
}
.site-admin-bar {
	height: 32px;
	overflow: hidden;
	text-transform: lowercase;
}
.site-admin-bar li {
	padding-right: 9px;
}
.site-admin-bar li a {
	color: #666;
	font-size: 10px;
	line-height: 13px;
	text-decoration: none;
	padding: 2px 0 0 20px;
}
.site-admin-bar li a:hover {
	text-decoration: underline;
}
.site-admin-bar .cart {
	background: url(icon_cart.gif) no-repeat;	
}
.site-admin-bar .where {
	background: url(icon_heart.gif) no-repeat;	
}
.site-admin-bar .bobblehead {
	background: url(icon_plus.gif) no-repeat;	
}
.site-admin-bar .login {
	background: url(icon_key.gif) no-repeat;
	
}
.site-admin-bar .last {
	padding-right: 0;
}

/* cart flyout in site admin bar - also see account.css */
.site-admin-bar .block-cart {
	position: absolute;
	top: 33px;
	z-index: 1000;
	background: #000;
	border-color: #3f3f3f;
	width: 250px;
	padding: 5px 0 0;
	display: none;
}
.site-admin-bar .block-cart .block-title {
	display: none;
}
/* cart block in admin pages - also see account.css */
.leftrail .block-cart .summary {
	padding-top: 10px;
} 
.leftrail .block-cart .empty {
	padding-top: 10px;
}


/* primary site nav */

.site-top-right-message {
	position:absolute;
	margin-top: -15px;
 	color: red;
	line-height: 1.2em;
	right: 0;
	text-align: right;
}
.site-top-right-message img {
	width: 345px;
	height: 40px;
}
.site-nav {
	position:relative;
}
.site-nav ul {
	padding-top: 25px;
}
.site-nav li {
	padding: 0 0 0 50px;
	position: relative;
}
.site-nav li:first-child {
	padding: 0;
}
.site-nav li a {
	color: #040404;
	font-size: 15px;
		text-decoration: none;
	text-transform: lowercase;
}
.site-nav li a:hover,
.site-nav li.sel a {
	color:#5588CC
}

.site-nav .subnav {
	display: none;
	position: absolute;
	z-index: 5000;
	top: 23px;
	left: 52px;
	width: 300px; background:#fff;

	padding-top: 0px;
}
.site-nav .subnav li {
	margin: 0;
	padding: 0 20px 0 6px; 

	white-space: nowrap; font-weight:normal;
}
.site-nav .subnav li.last {
	padding-bottom: 10px;
}

.site-nav .subnav li span { font-size:11px; color: #040404;
}
.site-nav .subnav li span:hover{ color: #2A88CC}
.site-nav li.sel .subnav a {
	color: #999;
}
.site-nav li.sel .subnav a:hover,
.site-nav li.sel .subnav a.sel {
	color: #5588CC;
}


.site-nav li:hover .subnav {
	display: block;
}
.site-nav li.nav-products .nav-products-link { 
	padding-left: 10px;
}

.site-nav li.nav-products:hover {
	border-left:
}


/*** site foot ***/

.site-foot {
	padding: 10px 0;
	border-top: 1px solid #dadada; background:#fff; width:950px; margin-top:10px;
}

.site-foot .foot-left {
	width: 260px;
}

.site-foot .foot-mid {
	width: 370px;
}

.site-foot .foot-right {
	width: 285px;
	text-align: right;
}

.site-foot .copyright {
	font-size: 11px; margin-top: 7px;
}
.site-foot .copyright img {
	padding-left: 5px;
}
.site-foot .social-bar {
	
}
.site-foot .social-bar li {
	position: relative;
}
.site-foot .social-bar li,
.site-foot .social-bar li a {
	display: block;
	width: 36px;
	height: 31px;
	overflow: hidden;
}
.site-foot .social-bar li img {
	position: absolute;
}
.site-foot .social-bar li a:hover img {
	top: -31px;
}
.site-foot .social-bar .fb img {
	left: 0;
}
.site-foot .social-bar .tw img {
	left: -36px;
}
.site-foot .social-bar .yt img {
	left: -72px;
}
.site-foot .social-bar .fl img {
	left: -108px;
}
.site-foot .social-bar .tm img {
	left: -142px;
}

.site-foot .foot-admin {
	padding-top: 5px;
	text-align: center;
	text-transform: lowercase;
}
.site-foot .foot-admin li {
	padding: 0 7px 0 4px;
	border-right: 1px solid #959595;
	display: inline;
	float: none;
}
.site-foot .foot-admin li.last {
	border-right: none;
	padding-right: none;
	margin-right: none;
}
.site-foot .foot-admin a {
	
	color: #888;
	text-decoration: none;
	font-size: 11px;
}
.site-foot .foot-admin a:hover {
	text-decoration: underline;
}
.site-foot .move-logo {
	vertical-align: middle;
}

.site-foot .form-language {
	/*display: inline;  TURN ME BACK ON WHEN JAPAN COMES ONLINE */
	display: none;
	/*padding-right: 25px; if "customize" comes back, uncomment this */
}
.site-foot .form-language label {
	display: none;
}


.site-foot a.customize {
	background: url(icon_pencil.gif) no-repeat;
	color: #8c8c8c;
	font-size: 11px;
	padding: 0 0 0 20px;
	text-decoration: none;
	display: none;
}

.site-foot a.customize:hover {
	text-decoration: underline;
}



/*** home page ***/

.cms-home {
	
}

.cms-home .leftrail {
	padding-top:5px;
}

.cms-home .col-left {
	/* background image assigned via JS on page load */
	background-repeat: no-repeat;
	background-position: top right;
	min-height: 700px;
	height: auto !important;
	height: 700px;
}

.cms-home .home-buy-button {
	padding-top: 0px;
	padding-bottom: 10px;
}



/*** catalog category view page (bottles) ***/





/*** all products page & all products list module ***/

.all-products-list {
	
}
.all-products-list h2 { color:#040404}
.all-products-list .supercat {
	padding: 15px 0 0;
	margin: 15px 0;
	border-top: 1px solid #dadada;
	width: 600px;
}

.all-products-list .items {

}

.all-products-list .item {
	width: 200px;
	text-align: center;
	overflow: hidden;
}
.all-products-list .cat-image {
	width: 200px;
	height:200px;
}
.all-products-list .title {
	color: #040404;
	font-size: 24px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	white-space: normal;
	line-height: 36px;
	height: 49px;
	overflow: hidden;
}

.all-products-list .title span {
	color: #959595;
	font-size: 11px; margin-left:5px;
	line-height: 14px;
}
/* specific override to hide a blurb that they don't want showing up (sophia bush bobble) */
.all-products-list .limited-edition-supercat .title span {
	display: none; 
}

.all-products-list .price {
	color: #fff;
	font-size: 32px;
	line-height: 38px;
	margin-bottom: 0; }

.all-products-list .price span {
	font-size: 18px;
	position: relative;
	top: -10px;
}

.all-products-list .price span.priceflag {
	display: block;
	font-size:11px;
	line-height:13px;
	font-weight:normal;
	color:#959595
}


.all-products-list .buy-btn {
	padding: 10px 0 0;
}


.price {
	color: #040404;  margin-left:15px;
	font-size: 48px; margin-top:25px;
	line-height: 38px; width:50px;
	margin-bottom: 0; border-bottom: 2px solid #00AEEF;
}
.price a {
	color: #040404;
	text-decoration: none;
}
.price span {
	font-size: 18px;
	position: relative;
	top: -10px;
}
.price span.priceflag {
	display: block;
	font-size:11px;
	line-height:13px;
	font-weight:normal;
	color:#959595
}

/*** our story page ***/
.our-story {
	
}
.our-story .hero {
	margin-bottom: 20px;
}

.our-story .row {
	border-bottom: 1px solid #272727;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.our-story .row:last-child {
	border-bottom: none;
}
.our-story .colleft {
	width: 105px;
}

.our-story .colright {
	width: 450px;
}

.our-story .more-content {
	display: none;
}


/*** posts - generated by aw_blog plugin, found in 'news' section of site. overrides found in news-list-module for list layout ***/

.post {
	
}
.post img {
	float: left;
	margin-right: 15px;
}

.post h2 {
	margin: 0;
	padding: 0 0 5px;
}

.post h2 a {
	font-size: 28px;
	line-height: 1.1em;
	color: #fff;
	text-decoration: none;
}
.post h3 {
	color: #959595;
	font-weight: normal;
	font-size: 11px;
	font-style: italic;
	margin:0;

}
.post .post-tags {
	display: inline;
}
.post .post-tags h4 {
	font-size: 12px;
	color: #959595;
	display: inline;
	padding: 0 5px 0 0;
}
.post .tags {
	display: inline;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	border-right: 1px solid #959595;
}
.post .tags li {
	display: inline;
}


.post .post-meta {
	display: inline;
	font-size: 12px;
	text-transform: lowercase;
}

.post .tags a,
.post .post-meta a {
	color: #ECB035;
	text-decoration: none; 
}
.post .tags a:hover,
.post .post-meta a:hover {
	text-decoration: underline;
}


.postWrapper {
	width: 560px;
}


/*** CMS page content ***/
.cms-page-view .layout-2col-right .col-left {
	width: 600px;
}

.cms-page-view .std h1 {
	font-size: 36px;
}

.cms-page-view .std ul,
.cms-page-view .std ol {
	margin-bottom: 10px;
}


/* FAQ page (cms) */

.faq-page {}

.faq-page .faqsect {
	padding-bottom: 40px;
}

.faq-page .faqcnt {
	padding: 0 0 20px 20px;
	display: none;
}

.faq-page h3 a {
	color: #fff;
	font-size: 14px;
	padding-left: 14px;
	background: url(dot_grey.gif) left 4px no-repeat;
}
.faq-page h3 a:hover,
.faq-page h3 a.open {
	color: #ECB035;
	background-image: url(dot_blue.gif);
	text-decoration: none;
}

.faq-page h4 {
	color: #fff;
	font-size: 13px;
}
.faq-page .faqfoot {
	font-size: 14px;
	font-weight: bold;
}


/* news page (aw-blog) default / news view */

.blog-index-index {
	
}
.post h2 {
	text-transform: none;
}
.blog-index-index .news-updates-module,
.blog-index-index .social-media-list-module {
	display: none;
}


/* news page when switched to social view */

.news-social-view .social-media-list-module,
.news-social-view .news-updates-module {
	display: block;
}
.news-social-view .news-list-module,
.news-social-view .facebook-updates-module,
.news-social-view .twitter-updates-module {
	display: none;
} 


/*** shopping cart page ***/
.checkout-cart-index .cart-table td.promo-cell:first-child {
	padding: 0 0 10px;
}
.checkout-cart-index .promo-wrap {
	margin-left: 125px;
}
.checkout-cart-index .promo-wrap img {
	width: 448px;
	height: 125px;
}
.checkout-cart-index .messaging {
	width: 200px;
	/*text-align: right;*/
	margin-left: 20px;
}
.checkout-cart-index .messaging span strong {
	font-size: 14px;
}
.checkout-cart-index .messaging .pre {
	padding-top: 27px;
}
.checkout-cart-index .messaging .active {
	padding-top: 30px;
}
.checkout-cart-index .messaging .post {
	padding-top: 35px;
}
/***** modules *****/




/*** tout carosel module (homepage left) ***/
.tout-slideshow-module {

}
.tout-slideshow-module h2 {
	font-size: 34px;
	line-height: 38px;
	color: #5588CC;
	padding: 0 0 10px;
	margin: 0;
}
.tout-slideshow-module .slide {
	padding: 0 0 10px;
}
.tout-slideshow-module .blurb {
	line-height: 15px;
	padding: 0 0 10px;
}
.tout-slideshow-module .blurb p {
	margin: 0;
	padding: 0 0 10px;	
}
.tout-slideshow-module button.button span {
	color: #fff;
}



/*** more products module (homepage right) ***/
.more-products-module {
	padding-bottom: 20px;
}

.more-products-module .carosel {
	width: 270px;
	height: 93px;
}
.more-products-module .slides-mask {
	width: 230px;
	height: 93px;
	left: 21px;
}
.more-products-module .slide {
	height: 93px;
	width: 93px;
}



/*** news & social media module (homepage right) ***/
.news-social-module {
	line-height: 15px;
}
.news-social-module h3 {
	
}
.news-social-module .item {
	padding-bottom: 10px;
}
.news-social-module .left {
	width: 175px;
}
.news-social-module .right {
	width: 85px;
	text-align: right;
}





/*** small tout module - text-left, thumb right (homepage right) ***/
.small-tout-module {
	padding: 0 0 20px;
	line-height: 15px;
}
.small-tout-module .blurb-wrap {
	background-position: right bottom;
	background-repeat: no-repeat;
}

.small-tout-module .blurb {
	width: 175px;
}


/*** image tout module - just contains a linked image (homepage right) ***/
.image-tout-module {
	
}


/*** top-stories-module ***/
.top-stories-module {
	
}
.top-stories-module li {
	padding-bottom: 5px;
	line-height: 15px;
}
.top-stories-module li span {
	display: block;
	font-size: 10px;
	line-height: 12px;
}

/*** news updates module ***/
.news-updates-module {
	padding-bottom: 10px;
}
.news-updates-module li {
	padding-bottom: 5px;
	line-height: 15px;
}
.news-updates-module li span {
	display: block;
	font-size: 10px;
	line-height: 12px;
}


/*** category picker module ***/
.category-picker {
	
}
.category-picker .item {
	width: 75px;
	text-align: center;
	overflow: hidden;
}
.category-picker .cat-image {
	width: 75px;
	height: 127px;
}
.category-gift-cards .category-picker .cat-image {
	display: none;
}
.category-picker .title {
	color: #fff;
	font-size: 14px;
	padding: 10px 0 5px;
	margin: 0;
	white-space: normal;
	line-height: 16px;
	height: 48px;
	/*overflow: hidden;*/
}
.category-picker .title a {
	color: #fff;
	text-decoration: none;
}
.category-picker .title span {
	color: #959595;
	font-size: 11px;
	display: block;
	padding: 0 2px;
}
.product-sophia-bush-bobble .category-picker .title span,
.categorypath-limited-edition-sophia-bush-limited-edition-html .category-picker .title span,
.category-sophia-bush-limited-edition.category-picker .title span,
.category-limited-edition .category-picker .title span {
	display: none;
}
 


.category-picker .price {
	color: #fff;
	font-size: 32px;
	line-height: 38px;
	margin-bottom: 0;
}
.category-picker .price a {
	color: #fff;
	text-decoration: none;
}
.category-picker .price span {
	font-size: 18px;
	position: relative;
	top: -10px;
}
.category-picker .price span.priceflag {
	display: block;
	font-size:11px;
	line-height:13px;
	font-weight:normal;
	color:#959595
}
.category-picker .coming-soon {
	height: 56px;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	margin-bottom: 0;
	white-space: normal;
}
.category-picker .carosel,
.category-picker .slides-mask,
.category-picker .slide {
	/*height: 240px;*/
}
.category-picker .item-sel {
	border-bottom: 2px solid #ECB035;
	/*height: 238px;*/
}
.category-picker .carosel {
	width: 261px;
}
.category-picker .slides-mask {
	width: 225px;
	left: 18px;
}

.category-picker .carosel .cntl {
	top: 60px;
}

.category-picker .carosel-centered-2 .slides-mask {
	width: 150px;
	left: 50px;
}
.category-picker .carosel-centered-1 .slides-mask {
	width: 75px;
	left: 93px;
}
.category-picker .more-options {
	text-align: center;
	/*margin-bottom: 0px;*/
}

.category-jug .more-options,
.category-limited-edition .more-options {
	display: none;
}


/*** category header module ***/
.category-header-module {
	
}

.category-header-module h2 {
	font-size: 36px;
	line-height: 40px;
	color: #fff;
}

.category-header-module .blurb {
	
}



/*** product picker module ***/

.product-picker {
	
}
.product-picker .carosel,
.product-picker .slides-mask,
.product-picker .slide {
	height: 100px;
}
.product-picker .slide {
	width: 55px;
	overflow: hidden;
}
.product-picker .slide-sel {
	border-bottom: 2px solid #ECB035;
	height: 98px;
}
.product-picker .slide img {
	width: 55px;
	height: 93px;
}
.product-picker .carosel {
	width: 262px;
	/*display: none;*/
}
/*
.product-picker .carosel-first {
	display: block;
}
*/
.product-picker .slides-mask {
	width: 220px;
	left: 21px;
}
.product-picker .blurb {
	line-height: 15px;
	padding: 10px 20px 0;
	text-align: center;
	font-size: 14px;
	text-transform: lowercase;
}
.category-sets-accessories .product-picker .blurb,
.category-hot-and-iced .product-picker .blurb {
	display: none;
}

.product-picker .more-options {
	text-align: center;
}
.category-limited-edition .product-picker .more-options {
	text-align: center;
}
/*
.product-picker .carosel-centered-3 .slides-mask {
	width: 165px;
	left: 48px;
}
.product-picker .carosel-centered-2 .slides-mask {
	width: 110px;
	left: 76px;
}
.product-picker .carosel-centered-1 .slides-mask {
	width: 55px;
	left: 103px;
}
*/

/* single product picker is like product picker, but only has one option (product page) */
.single-product-picker {
	
}
.single-product-picker .carosel {
	display: block;
}
.single-product-picker .slides {
	position: static;
}
.single-product-picker .slide {
	margin: 0 auto;
}
.single-product-picker .blurb {

}


/*** quantity selector module ***/

.leftrail .add-to-cart-form {
	margin-top: 20px;
}

.add-to-cart-form .left,
.add-to-cart-form .right {
	width: 130px;
}

.add-to-cart-form .left {
	padding-top: 3px;
}

.add-to-cart-form label {
	font-size: 14px;
	font-weight: bold;
	padding: 0 7px 0 0;
	color: #fff;
}

.add-to-cart-form .text-field {
	width: 21px;
	height: 20px;
}
.add-to-cart-form .low-stock {
	font-style: italic;
	color: #ECB035;
	position: absolute;
	margin: 35px 0 0 133px; 
}
.add-to-cart-form .out-of-stock {
	text-align: center;
	padding-top: 10px;
}
.add-to-cart-form .no-ecomm {
	text-transform: lowercase;
}



/*** product-glamour-image ***/
/*
.product-glamour-image {
	padding-bottom: 50px;
	background: url(kantrim_tout.gif) no-repeat center bottom; 
}
*/


/*** more information module ***/

.more-information-module {

}
.more-information-module .modal-launch-link {
	text-transform: lowercase;
	font-weight: bold;
	font-size: 13px;
}
.more-information-module .icons {
	padding-top: 10px;
}
.more-information-module .icons a {
	float: left;
} 
.more-information-module .flyout {
	display: none;
	position: absolute;
	z-index: 10;
	background: #000;
	border: 1px solid #666;
	padding: 4px;
	width: 270px;
	line-height: 16px;
}

/*
.category-accessories .more-information-module {
	display: none;
}
.more-information-jug-module {
	display: none;
}

.category-jug .more-information-module,
.category-jug-bobble .more-information-module {
	display: none;
}
.category-jug .more-information-jug-module,
.category-jug-bobble .more-information-jug-module {
	display: block;
}
*/

/*** filter-reminder-module ***/

.filter-reminder-module {
	line-height: 15px;
}
.filter-reminder-module .left {
	width: 80px;
}
.filter-reminder-module .right {
	width: 190px;
}
.filter-reminder-module .content-jug,
.filter-reminder-module .filter-image-jug {
	display: none;
}

.category-jug .filter-reminder-module .left,
.category-jug-bobble .filter-reminder-module .left {
	width: 80px;
}
.category-jug .filter-reminder-module .right,
.category-jug-bobble .filter-reminder-module .right,
.category-jug-filter .filter-reminder-module .right {
	width: 190px;
}
.category-jug .filter-reminder-module .content-bobble,
.category-jug .filter-reminder-module .filter-image-bobble,
.category-jug-bobble .filter-reminder-module .content-bobble,
.category-jug-bobble .filter-reminder-module .filter-image-bobble,
.category-jug-filter .filter-reminder-module .content-bobble,
.category-jug-filter .filter-reminder-module .filter-image-bobble {
	display: none;
}
.category-jug .filter-reminder-module .content-jug,
.category-jug .filter-reminder-module .filter-image-jug,
.category-jug-bobble .filter-reminder-module .content-jug,
.category-jug-bobble .filter-reminder-module .filter-image-jug,
.category-jug-filter .filter-reminder-module .content-jug,
.category-jug-filter .filter-reminder-module .filter-image-jug {
	display: block;
}

.category-accessories .filter-reminder-module {
	display: none;
}

/* Filter Reminders System */
.customer-reminders-list .box .box-title h3 { font-size:13px; font-weight:bold; margin-bottom: 5px; }
.customer-reminders-list .delete-reminder { margin-right: 10px; }
.customer-reminders-list .box .box-content.reminder-image img {float: none; }
.customer-reminders-list .reminder-link {text-transform: uppercase;}
.customer-reminders-list .col-1 {text-align: center;}
.customer-reminders-list .reminder-date {font-size: 16px;}
.customer-filterreminder-index .intro {
	width: 410px;
	margin: 0 10px 10px;
}
.customer-filterreminder-index .new-reminder-link {
	padding: 3px; 
	width: 185px; 
	background: #ECB035; 
	border: none; 
	border-radius: 10px; 
	color: white; 
	cursor: pointer; 
	text-align: center; 
	margin: 60px 10px 10px;
	font-weight: bold;
	text-transform: lowercase;
}

.filter-reminder-form-edit {
	position: relative; 
	overflow: hidden; 
	display: block;
	padding-bottom: 20px;
}
.filter-reminder-form-edit fieldset {width:50%; float:left;}
.filter-reminder-form-edit legend {display:block; padding-bottom: 10px;}
.filter-reminder-form-edit legend {display:block;}
.filter-reminder-form-edit .filter-reminder-type {
	width:45%; 
	float:left; 
	text-align: center; 
	cursor: pointer; 
	padding: 5px 0;
	border: 2px solid #000;
}
.filter-reminder-form-edit .filter-reminder-type.checked {
	border: 2px solid #ECB035;
}
.filter-reminder-form-edit .filter-reminder-type img {}
.filter-reminder-form-edit .filter-reminder-type input {display:none;}
.filter-reminder-form-edit .filter-reminder-type span {display:block; text-transform: uppercase;}
.filter-reminder-form-edit .filter-reminder-name {display: block; width: 100%; padding: 5px; margin-bottom:10px;}
.filter-reminder-form-edit .datepicker {padding: 5px;}
.filter-reminder-form-edit .buttons-container {
	padding-top: 20px;
}
.filter-reminder-form-edit .buttons-container > button {
	padding:5px; 
	width:100px; 
	background: #ECB035; 
	border: none; 
	border-radius: 10px; 
	color: white; 
	cursor:pointer; 
	margin:0;
}
/* in checkout */
#checkout-step-filter_reminder .first-text { 
	color:#fff; 
}
#checkout-step-filter_reminder .filter-reminder-explanation { 
	margin-top:10px; 
}
#checkout-step-filter_reminder li {
	overflow: hidden;
}
#checkout-step-filter_reminder li { 
	margin-bottom:10px; 
}
#checkout-step-filter_reminder label { 
	color:#fff; 
	text-transform: lowercase;
}
#checkout-step-filter_reminder input { 
	position:relative; top:-1px; 
	margin-right: 10px; 
}


/*** share module - just linked round social icons in a row (bigger than social-bar in footer) ***/

.share-module {
	position: relative;
}
.share-module .icon-wrap {
	width: 125px;
	padding-top: 2px;
}
.share-module .pin-it-button {
	padding-top: 10px;
}
.share-module .fb-like-wrap {
	width: 140px;
}
/*
.share-module .fb-like-wrap iframe {
	border: none; 
	overflow: hidden; 
	height: 25px;
	width: 50px;
}
*/
.share-module .love-note {
	position: absolute;
	right: 0px;
	text-align: right;
	margin-top: -20px;
}
.share-module .love-note a {
	color: #f00;
}


/*** news list module ***/

.news-list-module {
	width: 560px;
}

.news-list-module .post {
	padding: 20px 0 0;
	margin: 20px 0 0;
	border-top: 1px solid #272727;
}

.news-list-module .post:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: none;
}

/*** social media list module ***/

.social-media-list-module {
	width: 560px;
}

.social-media-list-module .item {
	padding: 20px 0 0;
	margin: 20px 0 0;
	border-top: 1px solid #272727;
}

.social-media-list-module .item:first-child {
	padding-top: 0;
	border-top: none;
}

.social-media-list-module .icon
{
    float: left;
    margin-right: 10px;
}
/* hide social on news tag / cat pages */
.blog-index-list .social-media-list-module {
	display: none;
}

/*** facebook updates module ***/
.facebook-updates-module {
	padding-bottom: 10px;
}

.facebook-updates-module h3 {
	background: url(facebook_logo_med.gif) no-repeat;
	padding: 7px 0 17px 45px;
}

.facebook-updates-module .item {
	padding: 20px 0 0;
	margin: 20px 0 0;
	border-top: 1px solid #272727;
}

.facebook-updates-module .item:first-child {
	padding-top: 0;
	border-top: none;
}
.facebook-updates-module .item .date
{
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 0;
}

/*** twitter updates module ***/
.twitter-updates-module {
	padding-bottom: 10px;
}

.twitter-updates-module h3 {
	background: url(twitter_logo_med.gif) no-repeat;
	padding: 7px 0 17px 45px;
}

.twitter-updates-module .item {
	padding: 20px 0 0;
	margin: 20px 0 0;
	border-top: 1px solid #272727;
}

.twitter-updates-module .item:first-child {
	padding-top: 0;
	border-top: none;
}

.twitter-updates-module .item .date
{
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 0;
}


/*** media view switcher (news page) ***/
.media-view-switcher {
	text-transform: lowercase;
}

.media-view-switcher .back-link {
	font-size: 14px;
}


/*** contact form module ***/

.contact-module {
	padding: 20px 10px;
}
.contact-module .input-box {
	padding-bottom: 5px;
}
.contact-module label {
	color: #fff;
	font-weight: bold;
	width: 150px;
}
.contact-module .field-wrap {
	width: 300px;
}
.contact-module .input-text {
	width: 200px;
}
.contact-module select {
	width: 206px;
}
.contact-module textarea.input-text {
	width: 352px;
	height: 200px;
}
.contact-module .required {
	text-align: left;
	padding-left: 0;
	color: #ECB035;
}
.contact-module .validation-advice {
	padding-left: 0;
}

/*** become a bobblehead module ***/
.block-bobblehead {
	border: none;
	border-top: 1px solid #272727;
	border-bottom: 1px solid #272727;
	padding: 10px 0;
}
.block-bobblehead .block-title {
	border: none;
	background: none !important;
	padding-bottom: 10px;
	padding-left: 0;
}
.block-bobblehead .block-title strong {
	font-size: 14px;
}
.block-bobblehead label {
	color: #959595;
}
.block-bobblehead .input-box {
	padding: 10px 0 5px;
}
.block-bobblehead .block-content {
	padding-left: 0;
}

.block-bobblehead .actions button.button span {
	background-color: #ECB035;
}


.where-to-buy {
	
}
.where-to-buy .where-to-buy-banner {
	border-top: 1px solid #272727;
	border-bottom: 1px solid #272727;
	margin-bottom: 10px;
}
.where-to-buy .featured-retailer-banner {
	border-bottom: 1px solid #272727;
	margin-bottom: 10px;
}
.stores {
    clear: both;
	width: 555px;
}
.stores .row {
    margin-bottom: 10px;
    padding-top:  10px;
    border-top: 1px solid #272727;
	
}
.stores .row:first-child {
	border-top: none;
}
.stores ul {
    float: left;
    width: 33%;
    display: none;
}
.stores .region-open ul {
	display: block;
}

.stores .region h3 a {
	color: #fff;
}
.stores .region h3 a {
	color: #fff;
}
.stores .region h3 a:hover {
	color: #ECB035;
	text-decoration: none;
}


/* gift card options module */
.giftcard-options {
	padding-bottom: 20px;
}
.giftcard-options label {
	display: block;
}
.giftcard-options input,
.giftcard-options textarea {
	display: block;
	margin: 5px 0 10px;
}
.giftcard-options input {
	width: 62%	
}
.giftcard-options textarea {
	width: 90%;
}


/*** end modules ***/


/*** coupon after payment promo ***/
.promo-message {
	text-align: center;
	padding-top: 15px;
}
.promo-message span {
	font-weight: bold;
	font-size: 14px;
	color: #ECB035;
}


/*** gift card modules ***/
/* OPC */
#gift-card-container {
	border-bottom:1px solid #E4E4E4; 
	padding-bottom: 15px; 
	color: #959595; 
	font-weight: bold;
}
#gift-card-container h5 {
	color: #959595;
}
#gift-card-container form {
	margin-left: 20px;
}
#gc-loader {
	margin-left: 5px;
}
#gc-bal-loader	{margin-left: 5px;}

#gift-card-container td {
	padding: 5px;
}

/* GC product page - check balance module added via JS in giftcard_add_to_cart_form.phtml */
.rightrail .check-giftcard-balance {
	border-top: 1px solid #272727; 
	border-bottom: none;
	padding-top: 15px;
}
.rightrail .check-giftcard-balance .fieldwrap {
	padding-bottom: 10px;
}
.rightrail .check-giftcard-balance label {
	display: block;
	margin: 0 0 4px;
}
.rightrail .check-giftcard-balance #balance-text {
	padding-top: 10px;
}
.rightrail .check-giftcard-balance .btn-wrap {

}
/* shopping cart - GC note in coupon code module */
#discount-coupon-form .gc-note {
	padding: 10px 0 0;
	margin: 0;
}