
.DrSears_TOP_TabStrip {
 margin:0;padding:0;
 background-color: #fff;
 border: none;
 float: left;
 filter: none;
}

.DrSears_TOP_TabPage {
 margin-top: 1px;
 border: none;
 width: 100%;
 background: #fff;
 padding: 1px 1px;
 color: black;
 border: 1px solid rgb( 185, 184, 154 );
 clear: both;
 filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#eeeeee');
}

.DrSears_Top_TabStrip .DrSears_Top_TabUnselected #tabcenter {
 cursor: pointer;
 background-image: url(unselectedtabcenter.gif);
 background-position: left top;
 background-repeat: repeat-x;
 position:	relative;
 display: inline;
 float: left;
 overflow: hidden;	
 font: 10px Tahoma;
 font-weight:bold;
 color: #FFFFFF;
 white-space: nowrap;
 text-align: center;
 height: 20px;
 line-height: 20px;
 _top: 1px;
 border: 0px;
}

.DrSears_Top_TabStrip .DrSears_Top_TabUnselected #tabright {
 cursor: pointer;
 background-image: url(unselectedtabright.gif);
 background-position: left top;
 background-repeat: no-repeat;
 position:	relative;
 display: inline;
 float: left;
 width: 6px;
 height: 20px;
 line-height: 20px;
 _top: 1px;
 border: 0px;
 padding-right: 5px;
 }
 
.DrSears_Top_TabStrip .DrSears_Top_TabUnselected #tableft {
 cursor: pointer;
 background-image: url(unselectedtableft.gif);
 background-position: right top;
 background-repeat: no-repeat;
 position:	relative;
 display: inline;
 float: left;
 width: 7px;
 height: 20px;
 line-height: 20px;
 _top: 1px;
 border: 0px;
 }

.DrSears_Top_TabStrip .DrSears_Top_TabSelected #tabcenter {
 cursor: pointer;
 background-image: url(selectedtabcenter.gif);
 background-position: left top;
 background-repeat: repeat-x;
 position:	relative;
 display: inline;
 float: left;
 overflow: hidden;	
 font: 10px Tahoma;
 font-weight:bold;
 color: #000000;
 white-space: nowrap;
 text-align: center;
 height: 20px;
 line-height: 20px;
 top: 1px;
 _top: 2px;
 border: 0px;
 }

.DrSears_Top_TabStrip .DrSears_Top_TabSelected #tabright {
 cursor: pointer;
 background-image: url(selectedtabright.gif);
 background-position: left top;
 background-repeat: no-repeat;
 position:	relative;
 display: inline;
 float: left;
 width: 7px;
 height: 20px;
 line-height: 20px;
 top: 1px;
 _top: 2px;
 border: 0px;
 padding-right: 5px;
  }
 
.DrSears_Top_TabStrip .DrSears_Top_TabSelected #tableft {
 cursor: pointer;
 background-image: url(selectedtableft.gif);
 background-position: right top;
 background-repeat: no-repeat;
 position:	relative;
 display: inline;
 float: left;
 width: 6px;
 height: 20px;
 line-height: 20px;
 top: 1px;
 _top: 2px;
 border: 0px;
 }

