/* Added (RY) for tabs */
p.tab {margin:0px; font-size:13px; font-family:"verdana", sans-serif, sans; color:#a2d959;}

#tabMenu {margin:0;padding:0 0 0 15px;list-style:none;}
#tabMenu li {float:left;height:30px;cursor:pointer;cursor:hand}

li.comments {background:url(/includes/jquery/tabmenu/images/tabComment.gif) no-repeat 0 -32px;}
li.instructions {background:url(/includes/jquery/tabmenu/images/instructions.gif) no-repeat -170px 0; width: 170px;}
li.features {background:url(/includes/jquery/tabmenu/images/features.gif) no-repeat -79px; 0; width: 79px;}
li.specs {background:url(/includes/jquery/tabmenu/images/specs.gif) no-repeat -79px; 0; width: 79px;}
li.notes {background:url(/includes/jquery/tabmenu/images/notes.gif) no-repeat -79px; 0; width: 79px;}

li.instructions.mouseover {background-position: 0px 0;}
li.instructions.mouseout {background-position: -170px 0;}
li.instructions.selected {background-position: 0 0;}

li.features.mouseover {background-position: 0px 0;}
li.features.mouseout {background-position: -79px 0;}
li.features.selected {background-position: 0 0;}

li.specs.mouseover {background-position: 0px 0;}
li.specs.mouseout {background-position: -79px 0;}
li.specs.selected {background-position: 0 0;}

li.notes.mouseover {background-position: 0px 0;}
li.notes.mouseout {background-position: -79px 0;}
li.notes.selected {background-position: 0 0;}

.box {width:450px}
.boxTop {background:url(images/boxTop.gif) no-repeat;height:16px;clear:both}
*html .boxTop {margin-bottom:-2px;}
.boxBody {background-color:#435925; padding-top:10px; padding-left:25px; padding-right:25px; padding-bottom:10px}
.boxBottom {background:url(images/boxBottom.gif) no-repeat;height:16px;}

.boxBody div {display:none;}
.boxBody div.show {display:block;}
.boxBody #category a {display:block;}
.boxBody ul {margin:0px; padding:0px;}
*html .boxBody div ul {margin-left:10px;padding-left:15px;}
.boxBody div ul li.last {border-bottom:none}
.boxBody div li span {font-size:8px;font-style:italic; color:#888;}