.tabcontent {

    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #B5BABD #B5BABD;
    border-right: 1px solid #B5BABD;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    color: #485258;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    margin-top: -4px;
    overflow-y: scroll;
    padding: 19px 22px 17px;
    max-height:300px;
  }
.tabline{  
 background: url("/images/ProductDetailNav_shadow_bg.jpg") no-repeat scroll left bottom transparent;
    height: 34px;  
}  
#mainnavtabbed1{
	clear:both;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#mainnavtabbed1 li{
	margin-left:0px; /* distance between tabs */
	margin-bottom:0px;
	text-align: center; /* alignment of text within tabs */
	float:left;
	width:auto;
  min-width: 5em; ; /* width of actual tab */
	margin-bottom:0px;
}

/* this is the active tab class, just as below */
#mainnavtabbed1 li a{
	padding:5px; /* padding around the text within the tabs */
	background:#ccc;   /* Tab Color */
	border-left:1px solid #ccc; /* border of the inactive tab */
	border-top:1px solid #ccc; /* border of the inactive tab */
	border-bottom:none;
	border-right:1px solid #ccc; /* border of the inactive tab */
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font: 13px Arial, Helvetica, sans-serif;
}

/* the folowing section deals with the tabbed button when active */

#mainnavtabbed1 li a.tabon,#mainnavtabbed1 li a.tabon:hover{
	color:#000000;        /* Font color on tab */
	background:#FFFFFF;   /* Tab Color */
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:none;
	border-right:1px solid #ccc;
}

/* the folowing section deals with the tabbed button when hovered */
h2{
	margin:0;
	font-size:120%;
	font-family:"trebuchet ms", verdana, sans-serif;
}
h1{
	margin:0;
	font-size:150%;
	color:#fff;
	font-family:"trebuchet ms", verdana, sans-serif;
}

HR {
	 color: #ccc;
     background-color: #ccc;
	 height: 1px;
	 border: none;
}