/* Tabs */


div.tabs {border:3px solid red;margin:0px}
* html div.tabs {width:95%;margin-right:0px}

div.fxtabstrip {margin: 0; padding:0 0 0 0; float:left}

div.fxtabstrip .tab { vertical-align: bottom; float: left}
div.fxtabstrip .label {color: #3A647A; background-color: inherit; }
div.fxtabstrip a { text-decoration: none}

div.fxtabbody { clear:left; border: 1px solid #949C9C; background-color: #F9FAFA; margin:0 0 10px 0; padding:10px; color: inherit;}
* html div.fxtabbody {width:95%}

div.fxtabstrip .left-on { float: left; width: 11px; height: 22px; background-image: url('images/tabs/left_on.gif'); background-repeat: no-repeat; }
div.fxtabstrip .left-off { float: left; width: 11px; height: 22px; background-image: url('images/tabs/left_off.gif'); background-repeat: no-repeat; }

div.fxtabstrip .center-on { float: left; height: 22px; line-height: 22px; background-image: url('images/tabs/center_on.gif'); background-repeat: repeat-x; }
div.fxtabstrip .center-off { float: left; height: 22px; line-height: 22px; background-image: url('images/tabs/center_off.gif'); background-repeat: repeat-x; }

div.fxtabstrip .right-on { float: left; width: 17px; height: 22px; background-image: url('images/tabs/right_on.gif'); background-repeat: no-repeat; }
div.fxtabstrip .right-off { float: left; width: 17px; height: 22px; background-image: url('images/tabs/right_off.gif'); background-repeat: no-repeat; }

div.fxtabstrip .join-on-off { float: left; width: 14px; height: 22px; background-image: url('images/tabs/join_on_off.gif'); background-repeat: no-repeat; }
div.fxtabstrip .join-off-on { float: left; width: 14px; height: 22px; background-image: url('images/tabs/join_off_on.gif'); background-repeat: no-repeat; }
div.fxtabstrip .join-off-off { float: left; width: 14px; height: 22px; background-image: url('images/tabs/join_off_off.gif'); background-repeat: no-repeat; }

div.fxtabstrip .center-off:hover { float: left; height: 22px; line-height: 22px; background-image: url('images/tabs/center_off.gif'); background-repeat: repeat-x; }

