
body {
	font: 12px Helvetica, Arial, sans-serif;
    line-height: 135%;
	background: #E0D091 url('/images/template/body-bg.gif') repeat-x left bottom;
	color: #333;
	margin: 0px;
	padding: 0px;
}
body.iframe {
	background: #ffffff;	
}
body  a {
	color: #700;
}
a img {
	border: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
h1, h2, h3, h4, h5 {
    color: #700;
}
h1 { /* ie sizes these too big so let's declare them instead of relying on user agent stylesheet. */
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 10px;
}
form {
	margin: 0px;
	padding: 0px;
}
.clr {
	clear: both;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.left-col {
	float: left;
}
.right-col {
	float: right;
}
.last {
	border-right: none;
}
.darklink {
    color: #bfa025;
}
.darkerlink {
	color: #333333;
}
.lightlink {
    color: #f1c001;
}
.zebra {
	background: #FDFFE9;
}

.twitter-tiny-logo {
	width: 10px;
	height: 12px;
	background: url(/images/icon-sprite.png) -80px -79px no-repeat;
	display: inline-block;
}

/* admin stuff */

#admin-toolbar {
	position: absolute;
	top: 0;
	left: 15px;
	width: 60px;
	height: 20px;
	background-color: #700000;
	overflow: hidden;
	padding: 3px 0 0 0;
	border: 2px solid white;
	border-top: none;
	z-index: 200000;
	color: #FFFFFF;
}

#admin-toolbar a {
	color: #FFFFFF;
}

#admin-toolbar h3 {
	line-height: 14px;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	cursor: pointer;
}

#admin-toolbar ul {
	width: 100px;
	padding: 0 0 0 20px;
}

#admin-toolbar ul li {
}

/* end admin stuff */



/* Form stuff */
textarea, input[type=text], input[type=password], input.input-text { /* input-text is a class mage puts on its inputs. */
	padding: 2px;
	font-family: Helvetica, 'Trebuchet MS', Arial;
	font-size: 13px;
	color: #000;
}

form#login input#username, form#login input#password {
	width: 160px;
}
.icon {
    display: inline-block;
    text-decoration: none;
}

#main-container {
	width: 962px;
	margin: 0px auto 300px auto;
	background-color: #FFF;
    border-top: 1px solid #FFF;
}
body.iframe #main-container {
	width: 540px;
}

iframe#lb-login-signup {
	border: none;
	padding: 10px 0;
}

#main-container-content {
	padding: 0px
}
.generic-padded-page {
	padding: 10px 20px 20px 20px;
}

h1.page-title {
	margin-top: 0;
}

.two-column {
	width: 945px;
	padding-top: 20px;
	margin-bottom: 20px;
}

.two-column.sidebar {
	background: url('/images/tastings/two-column.png') top left repeat-y;
}
.two-column.sidebar#people-page {
	width: 945px;
}
.two-column .left-column {
	width: 450px;
	float: left;
	padding-left: 20px;
	padding-right: 10px;
}

.two-column .right-column {
	width: 430px;
	float: left;
	padding-right: 10px;
}

/*
 * Header
 */
#header-container {
	margin: 0px auto 0px auto;
	background: url('/images/template/header-bg.jpg') top left repeat-x;
    width: 980px;
    height: 110px;
}

#header-logo {
    width: 175px;
    height: 81px;
    margin: 0px 0px 0px 15px;
    display: block;
    float: left;
}

#personal-menu {
    float: right;
    list-style: none;
    padding: 0px;
    margin: 20px 0 0 0;
}

#personal-menu li {
    font-size: 12px;
    display: block;
    padding: 0px 11px 0px 11px;
    list-style: none;
    float: left;
    margin: 0px;
    border-right: 1px solid #000;
    color: black;
}

#personal-menu .last {
    border: none;
}

#personal-menu li a {
    color: black;
}

#header-nav {
    width: 470px;
    float: left;
}

#header-nav ul {
    padding: 29px 0 0 0;
    margin: 0px;
}

#header-container #header-nav li {
    line-height: auto;
    height: 25px;
}

#header-container #header-nav li a {
    display: block;
	padding-right: 19px;
	padding-left: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
    text-decoration: none;
    line-height: 18px;
}

#header-container #header-nav .active a {
	color: #f8df83;
	border-left: none;
}

.hmenu {
	list-style-type: none;
	margin: 0;
	display: block;
    float: left;
}

.hmenu li {
	display: block;
	float: left;
}

.hmenu li a, 
.hmenu li span {
	padding-right: 7px;
	border-right: solid 1px #000;
	padding-left: 8px;
}

#header-container #header-nav a, 
#header-container #header-nav span {
	border: none;
}

#header-search-container {
	width: 256px;
	height: 21px;
    float: right;
	margin: 20px 25px 0 0;
/*	background: url(/images/search-field.png) top left no-repeat;*/
    float: right; 
}
#header-search-container #header-search-field {
	background: none;
	border: 0;
	padding: 0;
	margin-left: 10px;
	margin-top: 3px;
	width: 218px;
	float: left;
}
#header-search-container #header-search-button {
	float: right;
	margin: 3px 10px 0px 0px;
}

#header-cart-container {
	float: right;
    width: auto;
    height: 45px;
    margin: 0 9px 0 0;
    padding-right: 10px;
}

#header-cart-container a {
    text-decoration: none;
    color: #000;
}

#header-cart-container a .cart-ico {
    display: block;
    float: left;
    width: 20px; 
    height: 20px;
    margin: 15px 4px 0 24px;
	background: url('/images/icon-sprite.png') no-repeat 0px -55px;
}

#header-cart-container #cart-count {
	font-size: 26px;
    font-weight: bolder;
    display: block;
    float: left;
    margin: 15px 7px 0 7px;
    padding-top: 5px;
    height: 22px;
    line-height: 18px;
}

#header-cart-container #cart-items {
    display: block;
    float: left;
    margin: 20px 10px 0 0;
}

#header-cart-container #check-out-btn {
	margin-top: 15px;
}

#header-cart-container #check-out-btn a {
	color: #FFF;
}

#cart-checkout {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#B2B2B2;
	border: 1px solid #8C8C8C;
	margin-left: 5px;
	padding: 1px;
	text-align: center;
	width: 100px;
}
#cart-details {
	margin-top:7px;
	padding-left:7px;
	text-align:center;
	width:100px;
}
#view-details {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid #8C8C8C;
	padding:1px 4px;
}
.source-name-row {
	background-color:#EAE8E1 !important;
	font-size:11px;
}
.cart-source-name {
	display:inline-block;

	font-weight:bold;
}
#detailed-cart-products {
	background-color:#700000;
	color:#FFFFFF;
	left:-148px;
	padding:5px;
	position:relative;
	top:2px;
	width:200px;
	z-index:10;	
}
.pdetails {
	border-bottom: 1px solid #FFF;
	height:25px;
	padding: 5px;
}
.pdetails-img {
	height: 25px;
	width: 25px;
}
.details-text {
	margin-left:5px;
	width:160px;
}
.pdetails-name {
	font-size:10px;
	text-align:left;
}
#pdetails-checkout{
	background-color:#008A13;
	color:#FFFFFF !important;
	display:block;
	font-size:16px;
	font-weight:bold;
	margin:10px 0 0 0px;
	padding:4px;
	width:90px;
}
#modal-overlay-contents #lb-add-to-cart {
	border: 4px solid #770000;
	min-height: 250px;
	width: 400px;
	padding: 10px;
	background: #FFF;
}
#modal-overlay-contents #cart-loading {
	background: url('/images/loading2.gif') no-repeat scroll 0px 0px;
	height: 100px;
	width: 100px;
	margin: 75px auto 0 auto;
}
#modal-overlay-contents #added-msg {
	line-height: 1.2em;
	margin: 0 0 10px 0;
}
#modal-overlay-contents #added {
	font-style: oblique;
	color: #000;
}
#modal-overlay-contents #cart-contents td {
	padding: 3px;
}
#modal-overlay-contents #checkout {
	margin-left: 10px;
}
/*
 * Footer
 */
#footer-container {
	margin: 30px 30px 10px 30px;
	background-color: transparent;
	text-align: right;
    font-size: 11px;
    font-weight: bold;
}

/* for mage */
.page #footer-container {
    padding: 0px 0px 25px 0px;
}

#footer-container ul {
	float: left;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#footer-container li {
	float: left;
	padding-right: 6px;
	margin-right:  6px;
	border-right: 1px solid #700;
	font-size: 11px;
	font-weight: bold;
}
#footer-container li.last {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}

/*
 * Home
 */
#home-container {
    padding: 0 20px 0 20px;
}

#home-container h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 8px 0 0 0;
    padding: 0px;
}

#home-container #promo-box, 
#home-container #videos-box {
    background-color: #EAE8E1;
}

#home-container .single-column {
    margin-left: 4px;
}

#home-container #videos-box .small-tasting-container {
    margin: 6px 2px 3px 2px;
}

#home-container #videos-box #ondemand {
	float: left;
	width: 300px;
}

#home-container #videos-box #ondemand.no-live {
	width: 600px;
}

#home-container #videos-box #ondemand h4 {
	margin: 10px 0 0 187px;
}

#home-container #videos-box #ondemand h4.no-live {
	margin: 10px 0 0 478px;	
}

.single-column {
    float: left;
    width: 294px;
}

.double-column {
    float: left;
    width: 608px;
    margin-left: 10px;
}

#home_upcoming_tasting {
    float: left;
}

.home-live-tasting-container {

}

.home-live-tasting-container .host-image {
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    margin: 6px 8px 8px 6px;
}

.home-live-tasting-container .host-image img {
    width: 50px;
    height: 50px;
    border: 0px;
}

.home-live-tasting-container .date,
.home-live-tasting-container .title, 
.home-live-tasting-container .desc  {
    width: 190px;
    float: right;
}

.home-live-tasting-container .date {
    font-size: 14px;
    font-weight: bold;
    padding: 4px 0 4px 0;
}

.home-live-tasting-container .date .timezone {
    font-size: 12px;
}

.home-live-tasting-container .date,
.home-live-tasting-container .title, 
.home-live-tasting-container .desc  {
    width: 190px;
    float: right;
}

.home-live-tasting-container .title a {
    font-size: 13px;
    font-weight: bolder;
    color: #333;
}

#home-carousel {
    width: 892px; height: 335px; 
}
#home-carousel li {
    width: 892px; height: 335px; background: #CCC;
}

#home-carousel li .overlay {
    border: none;
    height: 85px;
    background: url('/images/tastings/black59pct.png');
    width: 892px;
    top: 255px;
}
#home-carousel li .overlay span {
    display: inline-block;
    font-size: 24px;
    color: #FFF;
    padding: 10px 0 0 15px;
    line-height: 110%;
    font-weight: lighter;
}

#home-carousel #home-billboard-rhonerangers {
    background: url('/images/home/twitter.jpg') top left no-repeat;
}
#home-carousel #home-billboard-rn74 .overlay span {
    width: 650px;
}
#home-carousel #home-billboard-rn74 .overlay a {
    font-size: 16px;
    font-weight: bolder;
}

#home-carousel #home-billboard-cabpack {
    background: url('/images/home/cab-pack.jpg') top left no-repeat;
}
#home-carousel #home-billboard-cabpack .overlay {
    top: 0px;
}
#home-carousel #home-billboard-cabpack .overlay a {
    font-size: 16px;
    font-weight: bolder;
}

#home-carousel #home-billboard-about {
    background: #FFF;
}
#home-billboard-about #open-about-button {
    position: relative;
    top: 23px;
    left: 164px; 
    display: block;
    width: 532px;
}

#promo-box .promo-pack-img {
    width: 268px;
    height: 100px;
    background: url('/images/promos/vineyard_preview.jpg') top left no-repeat;
    display: block;
    margin-bottom: 8px;
}

#promo-box h4 {
    color: #333;
    padding: 0px;
    margin: 0 0 4px 0;
    font-size: 15px;
    font-weight: lighter;
}

#promo-box .desc {
    width: 265px;
/*  margin-left: 4px;*/
    float: left;
    font-size: 12px;
}

#promo-box #preview-links {
	font-size: 16px;
	margin-top: 14px;
	width: 160px;
	float: left;
}
#promo-box #preview-links a {
	font-weight: bold;
}

#promo-box .price-info {
    margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 20px;
    float: right;
    width: 95px;
    text-align: center;
}

#promo-box .price {
/*    padding-top: 8px;*/
    text-align: center;
	float: right;
}

#promo-box .only {
	float: left;
    font-size: 10px;
    font-weight: lighter;
    color: #666;
    font-style: italic;
    display: inline-block;
    padding: 0 4px 6px 0
}

#promo-box .fancyprice {
    display: inline-block;
}

#home-about-lightbox {
    width: 600px;
}

/**
 * Tastings
 */
.gift {
	padding: 4px;
/*	color: #fff;*/
	background: #fcf9cf;
	border: 1px solid #700;
	text-align: center;
	margin: auto;
	width: 400px;
}
.gift a {
	color: #700;
}

table#tastings td#name {
	padding-right: 15px;
}
.detail-arrow-link {
	text-decoration: none;
	color: #7C7770;
	display: inline-block;
	padding: 3px 4px;
}
.detail-arrow-link .icon {
	width: 14px;
	height: 13px;
	margin: 0 4px 0 0;
	display: inline-block;
	background-image: url(/images/icon-sprite.png);
	background-position: 0px 0px;
	position: relative;
	top: 2px;
}
.detail-arrow-link:hover {
	color: #000;
	text-decoration: none;
}
.detail-arrow-link:hover .label {
	text-decoration: underline;
}
.detail-arrow-link.expanded .icon {
	background-position: 0px -20px;
}
* html .detail-arrow-link .icon { /* @TODO MOVE TO IE6 CONDITIONAL COMMENT STYLESHEET */
	background-image: url(/images/icon-sprite.gif);
}

/* Tastings Workbench */
#boundless-tasting-form {
	width: 500px;	
}
/* END OF TASTINGS WORKBENCH */

/* List Editing */
.boundless-list-product .product-image {
	width: 100px;	
}
/* END OF LIST EDITING */

/* Fancy Numbers */
.fancyprice {
	margin-top: 4px;
}
.big-number {
	font-size: 22px;
}
.little-number {
	font-size: 13px;
	margin: -3px 0 0 1px;
}
.price-unit {
    font-size: 14px;
    margin-top: 4px;
}

/* End of Fance Numbers*/

 
.overlay {
	background-color: #fff;
	color: #000;
	border: solid 1px #222;
	border-width: 1px 2px 2px 1px;
	padding: 4px;
	position: absolute;
	width: 325px;
	overflow: hidden;
}
.overlay .close-button {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
	float: right;
	display: block;
	height: 14px;
	width: 14px;
	text-transform: lowercase;
	text-decoration: none;
	border: solid 1px #222;
	text-align: center;
	color: #222;
	margin: -2px -2px 4px 4px;
}
.overlay .close-button:hover {
	background-color: #888;
	border-color: #888;
	color: #fff;
}

#flashes-success, #flashes-error {
    margin: 0px 40px;
    padding-top: 10px;
	padding-left: 0px;
    font-size: 14px;
	list-style-type: none;
	list-style-image: none;
}
body.iframe #flashes-error {
	margin: 0px 40px 0px 21px;
}
#flashes-error li, #flashes-success li {
	list-style-image: none;
	padding: 8px;
	border: solid 1px #ddd;
	background-color: #fcf9cf;
	margin-bottom: 10px;
}
#flashes-error li {
	border: none;
	border-left: solid 5px #B43F3E;
	background-color: #FCD4D4;
	color: #000;
	font-weight: bold;
}
#flashes-error li a {
	color: #fff;
	text-decoration: underline;
}
/*Static Pages*/
.static-headline, #static-information-container h1 {
	margin: 0px 0px 10px 100px;
	padding-top: 45px;
	width: 250px;
	font-size: 18px;
}
#static-information-container {
	border-top: 1px solid #ccc;
	margin: 0 0 25px 100px;
	padding:5px;
	width:550px;
}
/** for some reason the whoever designed the static pages didn't
 * like the size of an h1 for the main title so they substituted h2
 * and went down from there. These rules size everything down on those 
 * pages to match the original designer's intent after I promoted each 
 * heading by one: h2>h1, h3>h2 etc. -DP */
#static-information-container h2 {
	font-size: 14px;
}
#static-information-container h3 {
	font-size: 12px;
}
#static-information-container h4 {
	font-size: 10px;
}
#static-information-container h5 {
	font-size: 9px;
}
#static-information-container h6 {
	font-size: 8px;
}
#static-nav-menu {
	margin: 0  0  25px 65px;
}
.static-nav {
	margin-bottom:18px;	
}
.static-nav a{
	font-size: 15px;
	padding-left: 20px;
	text-decoration: none;
}
.active-menu {
	font-weight: bold;
}



/*End of Static pages */

/* Form Stylin!!! */

form table th {
	text-align: left;
}
form table .form-error ul.errors {
	border-left: solid 5px #B43F3E;
	background-color: #FCD4D4;
	margin: 0;
	padding: 0.2em 1em;
	list-style-type: none;
}
form table .form-error ul.errors li {
	display: block;
}
form table td.submit-row {
	text-align: right;
}

/* End Form Styling! */

/* One Page Checkout */
p#terms-conditions {
	margin-top: 10px;
}
#checkout-agreements .agreement-content {
	display: none;
}
#checkout-agreements p.agree {
	clear: left;
}
#checkout-agreements p.agree input {
	display: block;
	float: left;
	margin-top: 3px;
}
#checkout-agreements p.agree label {
	display: block;
	float: left;
	width: 580px;
}
.active-menu-img {
	height: 14px;
	width: 20px;
	display: inline-block;	
}
.active-menu.active-menu-img {
	background: transparent url(/images/icon-sprite.png) repeat-y scroll -32px -16px;
}

/* no flash */
.flash-missing {
	border: 1px solid red;
	padding: 10px;
	background: #FCD0D0;
}


/* backorder */
.product-shop .backorder-till {
	margin: 20px 0px 10px 0px;
	text-align: center;
}

/* Error pages... */

#error-container h1, 
#error-container h2,
#error-container h4 {
    font-weight: normal;
    padding: 0px; 
    margin: 0px;
    line-height: 130%;
}

#error-container h1 {
    font-size: 32px; 
}

#error-container h2 {
    font-size: 25px;
    margin: 4px 0px 10px 0px;
}

#error-container h4 {
    font-size: 18px;
    margin: 15px 0px; 
    width: 444px;
}

#error-container h4 a {
    font-weight: bolder;
}

#error-container #debug-info {
    width: 800px;
    margin-left: 70px;
}

#not-found-container, #basic-error-container  {
    background: url(/images/404.jpg) top right no-repeat;
    margin: 35px 0 0 70px;
    width: 800px;
    height: 315px; 
}

#basic-error-container {
    background: url(/images/500.jpg) top right no-repeat;
}

#error-container {
    padding: 20px;
}

#error-container pre {
    background: #EEE;
    padding: 15px;
    overflow: scroll;
}

/*Over ride of error messahes on product view*/
#messages_product_view .messages {
	width: 550px;
}

/* used in magento to show the list of forbidden states */
#forbidden-states {
	background-color: #FCD4D4;
	border: 1px solid red;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

.cart .note,
.checkout-onepage-index .note {
	background-color: red;
	color: #fff;
	font-weight: bold;
	border: 1px solid #DDD;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

/* This supports the global product partial */
.global-product-item {
    padding: 4px;
    clear: both;
    margin: 0 0 10px 0;
}

.global-product-item .product-image {
    float: left;
    border: 1px solid #D7D7D7;
    background: #FFF;
    margin-right: 7px;
}

.global-product-item .product-name, #main-container-content .global-product-item .product-name {
    padding: 0px; 
    margin: 0 0 4px 0;
    font-size: 14px;
    font-weight: lighter;
}
.global-product-item span.button {
	margin-left: 30px;
}
/* End global product partial */

/**** Begin global tasting partials (there 4 sizes of them!) ****/

/** 
 * General classes used in all of them...
 * They may be overriden, or partially used. 
 */
.tasting-title:hover {
    color: #bfa025;
}
.tasting-thumb-overlay {
    background: url('/images/tastings/black59pct.png');
    position: relative;
}
.host-info {
    font-size: 11px;
    color: #362f2d;
    padding-top: 8px;
}

.host-info a {
    font-weight: bold;
    text-decoration: none;
}
.host-image {
    width: 13px;
    height: 13px;
}
.watch-link {
    float: right;
    width: 45px;
    text-align: right;
    text-decoration: none;
    font-size: 11px;
    font-weight: bolder;
}

/**
 * listview_small_overlay partial
 */
.small-tasting-container {
    width: 140px; 
    height: 180px;
    float: left;
    margin: 1px;
}
.small-tasting-container a {
    text-decoration: none;
}
.small-tasting-container .tasting-thumb {
    width: 135px;
    height: 100px;
}
.small-tasting-container .tasting-thumb-link {
    width: 135px;
    height: 100px;
    display: block;
	margin-top: -25px;
}
.small-tasting-container .tasting-thumb-overlay {
    height: 25px;
    top: 75px;
}
.small-tasting-container .tasting-thumb-overlay a {
    display: block;
    text-align: right;
    padding: 6px 10px 0 0;
    color: #F1C001;
    font-size: 11px;
    font-weight: bold;
}
.small-tasting-container .tasting-title {
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #333;
    width: 140px;
    padding-top: 8px;
}
.small-tasting-container .tasting-title:hover {
    color: #bfa025;
}

/**
 * listview_medium partial
 */
.medium-tasting-container {
    width: 270px;
    height: 140px;
    background: color: #EEE;
    background-repeat:no-repeat;
    background-position: top center; 
}
.medium-tasting-container .tasting-thumb-overlay {
    height: 37px;
    top: 95px;
    padding: 8px 10px 0 10px;
}
.larger-overlay .tasting-thumb-overlay {
	height: 50px;
	top: 82px;
}
.medium-tasting-container .tasting-title {
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    display: block;
}
.medium-tasting-container .tasting-title:hover {
    color: #bfa025;
}
.medium-tasting-container .host-info {
    color: #FFF;
    padding-top: 0px;
}

/* BEGIN XL */
.xlarge-tasting-container {
	height: 318px;
	width: 600px;
    background: color: #EEE;
    background-repeat:no-repeat;
    background-position: top center; 
}
.xlarge-tasting-container .tasting-thumb-overlay {
    height: 70px;
    top: 228px;
    padding: 16px 10px 0 10px;
}
.xlarge-tasting-container .tasting-thumb-link {
	height: 318px;
	width: 600px;
	margin-top: -88px;
	display: block;
}
.xlarge-tasting-container .tasting-title {
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}
.xlarge-tasting-container .tasting-title:hover {
    color: #bfa025;
}
.xlarge-tasting-container .host-info {
    color: #FFF;
    padding-top: 0px;
    font-size: 12px;
}




/* END XL */
/* LARGE */
.tasting-large {
	padding: 16px 16px 10px 16px;
	border-bottom: solid 1px #d5d5d5;
	background-image: url(/images/tastings/product_gradient.png);
	background-color: #faf5e0;
	background-position: bottom;
	background-repeat: repeat-x;
}
.tasting-large .col2 {
	padding-top: 18px;
}
.tasting-large h2 a {
	color: #444; /* @FIXME what color?? */
	text-decoration: none;
}
.tasting-large h2 {
	margin: 2px 0;
	font-weight: normal;
	font-size: 16px;
}
.tasting-large p {
	margin: 0 0 3px 0;
}
.tasting-large .tasting-pic {
	margin-bottom: 14px;
	border: solid 1px #d7d7d7;
}

/* END LARGE */

/** 
 * Upcoming tastings
 */
.upcoming-tasting .tasting-title {
    font-weight: bold;
    font-size: 14px;
    color: #000;
    display: block;
    text-decoration: none;
}
.upcoming-tasting .tasting-title:hover {
    color: #bfa025;
}
.upcoming-tasting .host-info {
    padding-top: 4px;
    padding-bottom: 4px;
}

.upcoming-tasting .date {
    font-size: 12px;
    font-weight: bold;
    float: left;
}

.upcoming-tasting .date .timezone {
    font-size: 11px;
    font-weight: lighter;
}

.upcoming-tasting .info-link {
    font-weight: bold;
    float: right;
    text-align: right;
    text-decoration: none;
}
.live-tasting-container .title a {
    font-size: 14px;
    font-weight: bolder;
    color: #333;
    text-decoration: none;
}
.live-tasting-container .eventname {
    display: block;
    font-size: 14px;
    margin-bottom: 3px;
}

/* Boundless ================================================================================ */
#pony-block a img{
	height:195px;
	width:215px;
}
.box {
	margin: 8px;
	padding: 5px;
	border: solid 1px #ddd;
}
/* for carousel buttons in mage */
span.tbirdsprite { 
	background-image: url(../images/icon-sprite.png);
}
/*Home Page Nav*/
#main-cat-nav-block,
.recent-view-block {
	font-weight: bold;
}
.parent-nav-container {
	border-bottom: 1px solid #D1D1D1;
	width: 272px;
}
/*For recently viewed since its not a link*/
.parent-nav-link {
	color:#333333;
	padding: 5px 0 5px 4px;
	font-size: 12px;
}
.recent-viewed {
	padding-left:4px;
}
.parent-nav-link a{
	color:#333333;
	font-size: 12px;
	text-decoration:none;
}
.cat-children {
	margin-left: 30px;
}
.cat-children a {

	color:#9D9D9D;
	font-size: 11px;
	text-decoration:none;	
}

.recently-viewed-child {
	padding:5px 0;
}
.select-category a{
	color:#90191c;
}
.arrow-right {
	background: url(../images/icon-sprite.png) -99px -68px no-repeat;
	display:inline-block;
	height: 10px;
	width: 10px;
}
.arrow-down {
	background: url(../images/icon-sprite.png) -99px -57px no-repeat;
	display:inline-block;
	height: 10px;
	width: 10px;
}
.selected-parent{
	background-color: #EBE8E1;
	border-bottom:#D1D1D1;
	border-top:#D1D1D1;
}
/*NEND OF LEFT NAV*/

#console-interface {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 300px;
    height: 80px;
    z-index: 100
    font-size: 10px;
}
