﻿/* tabs */
.anchors {
    list-style: none;
    margin: 0;
    padding: 0 0 0px;
	margin-bottom: -2px;
	height: 26px;
}

.anchors:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

.anchors li {
    float: left;
    margin: 0 1px 0 0;
		padding: 0px;
}

.anchors a {
    border-bottom: 0;
    background-color: #696868;
    color: #fff;
    display: block;
  	display: inline;
		height: 25px;
		margin-right: 5px;
    padding: 0px 0px 1px;
		position: relative;
    text-decoration: none;
    z-index: 3;
    top: 1px;
}

.anchors .on a {
  background-color: #f2f1f1;
  color: #000;font-weight: bold;
	padding-bottom: 1px;
}
.anchors a.description {background: #fff url(../images/buttons/tab-description-off.jpg) repeat-x top left; width:100px; display: block;}
.anchors .on a.description, .anchors a:hover.description {background: #fff url(../images/buttons/tab-description-on.jpg) repeat-x top left;width:100px; display: block;}
.anchors a.cookingtips {background: #fff url(../images/buttons/tab-cookingtips-off.jpg) repeat-x top left; width:102px; display: block;}
.anchors .on a.cookingtips,  .anchors a:hover.cookingtips  {background: #fff url(../images/buttons/tab-cookingtips-on.jpg) repeat-x top left;width:102px; display: block;}
.anchors a.reviews {background: #fff url(../images/buttons/tab-reviews-off.jpg) repeat-x top left; width:69px; display: block;}
 .anchors .on a.reviews, .anchors a:hover.reviews {background: #fff url(../images/buttons/tab-reviews-on.jpg) repeat-x top left;width:69px; display: block;}

.anchors a:focus, .anchors a:active {
    outline: none; /* @ Firefox 1.5, remove ugly dotted border */
	
}
.anchors .on a, .anchors a:hover, .anchors a:focus, .anchors a:active,
.anchor {}
.anchors .on a:link, .anchors .on a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}

.anchors a:hover, .anchors a:focus, .anchors a:active {
    cursor: pointer;	
}

.anchor {
	border: 1px solid #9c9b9b;
	background-color: #f2f1f1;
	background-repeat: no-repeat;
	font-size: 11px;
	margin-top: 2px;
  padding: 10px;
	width: 330px;
}
#productTabs {line-height: 16px;}

#description .anchor {padding: 20px 0px;}

