/* email tab */

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
	display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber, .tabber p {

}
.tabberlive {
	margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
	margin:0;
	padding: 2px 0;
	/*margin-left:-15px;*/
}

ul.tabbernav li
{
	list-style: none;
	margin: 0;
	display: inline;
}

ul.tabbernav li a
{
	width:33.33%;
	display:inline-block;
	text-align:center;
	padding:13px 0px 10px 0px;
	text-decoration: none !important;
	border:none;
	border-bottom:none;

	background-color: #231f20;
	text-transform:none;
	line-height:normal !important;
}

ul.tabbernav li a:link { color: #a4a4a4; }
ul.tabbernav li a:visited { color: #a4a4a4; }

ul.tabbernav li a:hover
{
	color: white !important;
	background-color: #ed037b;
}

ul.tabbernav li.tabberactive a
{
	/*border-bottom: 1px solid #fff;*/
	color:white;
	background-color: #ed037b;
	border-left:solid 1px #dbdbdb;
	border-right:solid 1px #dbdbdb;
}


ul.tabbernav li.tabberactive a:hover
{
	color: white !Important;
}


/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
	display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
	 
}

/* my custom styles 

.tabbertab p {
	line-height:19px;
	padding-right:0px !important;
}
.tabbertab p a, .tabbertab li a {
	color:#baa14d;
}
.tabbertab p a:hover, .tabbertab li a:hover {
	color:#000;
}
.tabbertab ul {
	margin:0;
	padding:0;
	margin-bottom:12px;
}
.tabbertab ul li {
	margin:0;
	padding:0;
	padding-left:0px !Important;
	margin-left:0px !Important;
}
.accolades ul li {
	list-style-type:none;
	background:url(/img/bgIconAccolade.gif) no-repeat left 2px;
	padding-left:20px !important;
	font-weight:normal;
	color:#717171;
	margin-bottom:4px !important;
	padding-right:15px;
}
.accolades ul li b {
	font-weight:normal;
	color:#333;
}
.tastingNotes ul li {
	list-style-type:none;
	background:url(/img/bgIconTasting.gif) no-repeat 2px 3px;
	padding-left:20px !important;
	margin-bottom:4px !important;
}
.tastingNotes ul li a {
	color:#333 !Important;
	text-decoration:none !Important;
}
.tastingNotes ul li a:hover {
	color:#836914 !Important;
	text-decoration:none !Important;
}*/



/* acs custom positioning */

/* .tabberHolder { */
	/* margin-left:-15px !important; */
	/* margin-right:-15px !important; */
/* } */
.tabbertab {
	background:url(/img/bgTabs.png) no-repeat 0 0;
	margin-top:-2px;
	padding-top:5px;
}

.tabbertab .listItem {
	margin-left:17px;
	margin-right:17px;
}