
table.productTable {padding:none;margin:none;width:630px;   }
table.productTable th {background:#005193;color:white;padding:2px;}
table.productTable tr:nth-child(even) {background: #FFF}
table.productTable tr:nth-child(odd) {background: #DDD}
table.productTable td{padding:2px;}

div.productDisplay{
 position:relative;width:756px;background:url(/assets/images/tables/table_fill.jpg);margin-top:10px;
}
div.productDisplay div.productTitle{
 position:absolute;left:10px;top:2px;font-size:15px;font-weight:bold;color:#555;
}
div.productTitle{
 padding-top:2px;
}
div#deptHeading,div#deptHeadingBack, div#deptHeadingBack a {font-size:16px;color:#005193;font-weight:bold;}
div#subList {float:right;font-size:16px;color:#005193;font-weight:bold;padding-top:3px;}

div#deptHeadingBack {
 background:url(/assets/images/left_arrow_over.png) no-repeat;
}
div#deptHeadingBack a:hover img{
 opacity:0.1;
}

div#deptPanel  {
 float:left;
 position:relative;
 background:url(/assets/images/nav/tool_section_back.gif) no-repeat;
 font-size:13px;
 font-weight:bold;
 width:183px;
 height:162px;
 color:#555;
 margin:4px;
}

div#deptPanel div#deptPanelName{
 padding:7px;
 position:relative;
 z-Index:2;
}
div#deptPanel a{
 color:#555;
}

div#deptPanel img {
 position:absolute;
 top:35px;
 left:40px;
 z-Index:0;
}
div#deptPanel div#deptPanelLink {
 position:absolute;
 bottom:4px;
 left:7px;
 color:#005193;
 font-size:90%;
}

div#sortOptions{
 padding:5px;
}

#subListGoButton{
  cursor:pointer;
}

div.reviewChooser {
 display:none;
}

div.reviewChooserContent ul li {
 list-style:none;
 padding:4px;
}
div.reviewChooserContent ul li a{
 text-decoration:underline;
 color:#005193;
}

div.reviewChooserContent b {
 font-size:130%;
}


