/*
TWC Imports / twcimports.com
May 2009
TABS
*/

/*WINE DETAIL TABS*/

.wine-tabs {
  padding: 20px;
  margin: 0;
  width: 460px;
}

.wine-tabs li { list-style:none; float:left; }

.wine-tabs ul a {
  display: block;
  padding: 8px 15px;
  text-decoration: none!important;
  margin: 1px;
  margin-left: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  background-color: #C3C860;
  font-weight: bold;
  font-size: 1.2em;

}

.wine-tabs ul a:hover {
  color: #FFFFFF;
  background: #C3C860;
  }

.wine-tabs ul a.selected {
  margin-bottom: 0;
  background-color: #E8EAC2;
  border-bottom: 1px solid #E8EAC2;
  cursor: default;
  color: #292929;
  }

.wine-tabs div {
	background-color: #E8EAC2;
	*padding-top: 0px;
    *margin-top: -10px;
    clear:left;
}




/*REST DETAIL TABS*/

.rest-tabs {
  padding: 20px;
  margin: 0;
  width: 460px;
}

.rest-tabs li { list-style:none; float:left; }

.rest-tabs ul a {
  display: block;
  padding: 8px 15px;
  text-decoration: none!important;
  margin: 1px;
  margin-left: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  background-color: #C3C860;
  font-weight: bold;
  font-size: 1.2em;
}

.rest-tabs ul a:hover {
  color: #FFFFFF;
  background: #C3C860;
  }

.rest-tabs ul a.selected {
  margin-bottom: 0;
  background-color: #E8EAC2;
  border-bottom: 1px solid #E8EAC2;
  cursor: default;
  color: #292929;
  }

.rest-tabs div {
	background-color: #E8EAC2;
    *padding-top: 0px;
    *margin-top: -10px;
    clear:left;
}




/*REST SEARCH TABS*/

.rest-search-tabs {
  padding: 0;
  margin: 0;
  width: 189px;
}

.rest-search-tabs li { list-style:none; float:left; }

.rest-search-tabs ul a {
  display: block;
  padding: 3px 5px;
  text-decoration: none!important;
  margin: 1px;
  margin-left: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #292929;
  background-color: #FFFFFF;
  font-weight: bold;
  font-size: 1.2em;
}

.rest-search-tabs ul a:hover {
  color: #8EB7B3;
  background: #FFFFFF;
  }

.rest-search-tabs ul a.selected {
  margin-bottom: 0;
  background-color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  cursor: default;
  color: #8EB7B3;
  }

.rest-search-tabs div {
	background-color: #FFFFFF;
    *padding-top: 0px;
    *margin-top: 0px;
    clear:left;
}


/*WINE SEARCH TABS*/

.wine-search-tabs {
  padding: 0;
  margin: 0;
  width: 189px;
  border: 0;
}

.wine-search-tabs li { list-style:none; float:left; }

.wine-search-tabs ul a {
  display: block;
  padding: 3px 5px;
  text-decoration: none!important;
  margin: 1px;
  margin-left: 0;
  font-family: font-family: Arial, Helvetica, sans-serif;
  color: #292929;
  background-color: #FFFFFF;
  font-weight: bold;
  font-size: 1.2em;
}

.wine-search-tabs ul a:hover {
  color: #8EB7B3;
  background: #FFFFFF;
  }

.wine-search-tabs ul a.selected {
  margin-bottom: 0;
  background-color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  cursor: default;
  color: #8EB7B3;
  }

.wine-search-tabs div {
	background-color: #FFFFFF;
    *padding-top: 0px;
    *margin-top: 0px;
    clear:left;
}









