img{
border: none;
}

/*--------------------------------------------------
  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 {
	width: 665px;
	text-align: left;
	/* [disabled]margin: 0 0 20px 0; */
}

.tabberlive {
	margin: 0 0 20px 0;
	padding-bottom: 0px;
	margin-top:1em;
	text-align: left;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
#quote ul.tabbernav{
	width: 665px;
	height: 22px;
	margin:0;
	z-index: 5;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #6C6C6C;
	padding-bottom: 0px;
	display: block;
	float: left;
}

ul.tabbernav li{
	list-style: none;
	margin: 0;
	display: inline;
}

ul.tabbernav li a:link, ul.tabbernav li a:visited{
	display: block;
	float: left;
	height: 17px;
	width: 115px;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../../images/bawImages/catalog/landingTab.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 5px;
	padding: 3px 5px 0px;
	margin-bottom: 0px;	
}

ul.tabbernav li a:hover{
	color: #DC291E;
	background-image: url(../../images/bawImages/catalog/landingTabDot.gif);
	background-repeat: no-repeat;
	background-position: right bottom;/* border-color: #227;*/
}

ul.tabbernav li.tabberactive a{
	height: 17px;
	color: #8DDEE4;
	background-image: url(../../images/bawImages/catalog/landingTabDot.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	border-bottom: none;
	z-index: 5;
/*border-bottom: 1px solid #fff;*/
}

ul.tabbernav li.tabberactive a:hover{
	color: #DC291E;
	background-image: url(../../images/bawImages/catalog/landingTabDot.gif);
	background-position: left top;
	background-repeat: no-repeat;/*border-bottom: 1px solid white;*/
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/

.tabberlive .tabbertab {
	width: 665px;
	z-index: 4;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
}

.tabberlive .tabbertabb p {
	display: block;
}

#bottom{
	width: 400px;
	height: 43px;
	padding: 5px;
	/* [disabled]border: 1px solid #aaa; */
	color: #fff;
}

/*If desired, hide the heading since a heading is provided by the tab */

.tabberlive .tabbertab h2 {
	display: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF !important;
}

.tabberlive .tabbertab h3 {
	border-top: 3px solid #3C3D40;
	font-size: 16px;
	margin: -1px 0 5px;
	padding: 10px 0 0;
	text-align: left;
	float: left;
	width: 665px;
}

/*Example of using an ID to set different styles for the tabs on the page */

.tabberlive#tab1 {
}

.tabberlive#tab2 {
}

.tabberlive#tab2 .tabbertab {
	height:153px;
	overflow:auto;
}


