/* @override http://www.boundless.local/css/category.css */


#cat-carousel {
	margin-top: 20px;
}

#cat-hero {
	width: 582px;
	height: 345px;
}

#cat-landing-tiny-bottles #cat-hero {
	background: url(/images/brixr-pack-hero.jpg) no-repeat center top;
}

#cat-landing-wine #cat-hero {
	background: url(/images/brixr-wines-hero.jpg) no-repeat center top;
}

#cat-landing-other #cat-hero {
	background: url(/images/fusebox.jpg) no-repeat center top;
}

.cat-hero-overlay {
    background: url(/images/tastings/black59pct.png);
    position: relative;
	width: 300px;
	height: 345px;
}

.cat-hero-overlay-container {
	color: white;
	padding-right: 26px;
	padding-left: 26px;
	padding-top: 1px;
}

.ch-overlay-header {
	font-size: 18px;
    font-weight: bold;
	margin-top: 30px;
	margin-bottom: 8px;
}

.ch-overlay-text p {
    font-weight: lighter;
	font-size: 14px;
    line-height: 140%;
}

.ch-overlay-text h3 {
    color: #FFF;
    font-size: 18px;
    padding: 0px;
    margin: 10px 0 4px; 0;
    font-weight: bold;
}

.ch-overlay-text .featured-tasting-pack {
    float: left;
    display: block;
}

.ch-overlay-text .product-info {
    float: left;
    width: 160px;
    font-size: 13x;
    font-weight: bold;
    padding-left: 8px;
}

.ch-overlay-text .product-info a {
    font-weight: bold;
}

#cat-hero .cat-hero-overlay ul.ch-list {
	font-size: 13px;
	list-style: circle inside none;
}



/* category carousel */
#cat-carousel #products {
	position: relative;
	width: 875px;
}
#cat-carousel #products .small-product-container {
	margin-left: 0;
	margin-right: 0;
	float: none;
	margin: 0;
}

.small-product-container .product-thumb {
    width: 88px;
    height: 77px;
	margin-left: 20px;
}

#cat-carousel #products div.carousel {
	width: 828px;
	margin-left: 18px;
	height: 170px;
	position: relative;
	overflow: hidden;
}
#cat-carousel #products ul {
}
#cat-carousel #products ul li {
	width: 140px;
	height: 170px;
}

#hero-container {
	width: 604px;
}

#productcarousel ul li.small-product-container .product-more-info {
	margin: 5px 0px 0px 10px;
}

#productcarousel ul li.small-product-container div.product-price {
	font-size: 1em;
	padding-left: 10px;
}
.product-carousel-img {
	width: 88px;
}
#cat-carousel #products a.prev, #cat-carousel #products a.next {
	position: absolute;
	top: 75px;
	z-index: 100;
}
#cat-carousel #products span.tbirdsprite {
	/* NOTE: See boundless.css for the rule that puts the tbird sprite bg onto these buttons */
	display: block;
	width: 27px;
	height: 27px;
	text-indent: -9999px;
	overflow: hidden;
}
#cat-carousel #products a.next {
	position: absolute;
	left: 860px;
}
#cat-carousel #products a.next .tbirdsprite {
	background-position: -125px -30px;
}
#cat-carousel #products a.prev {
	position: absolute;
	left: -10px;
}
#cat-carousel #products a.prev .tbirdsprite {
	background-position: -125px -1px;
}

/*END catalog caurousel */
