/**** Styles for the "Is Hardware Required?" Page ****/

/* Title Bars */
h5.titlebar
{
  padding:3px 5px;
  background:#f1f1f1;
}

/* Rows and Columns */
div.row1, div.row2
{
  width:604px;
  overflow:auto;
}
div.col1, div.col2
{
  float:left;
  padding-bottom:10px;
}
div.col1 { margin-right:10px; }
div.row1 div.col1 { width:364px; }
div.row1 div.col2 { width:230px; }
div.row2 div.col1 { width:366px; }
div.row2 div.col2 { width:228px; }

/* Photo Viewer */
div.photos
{
  position:relative;
  height:163px;
  width:230px;
  overflow:hidden;
}
div.photos img
{
  display:none;
  position:absolute;
  left:0;
  top:5px;
}
ul.photosLinks, ul.photosLinks li { padding:0; }
ul.photosLinks { list-style-type:none; }
ul.photosLinks li
{
  float:right;
  padding-left:10px;
}
ul.photosLinks a:link, ul.photosLinks a:visited
{
  display:block;
  height:21px;
  width:21px;
  overflow:hidden;
  background:url(/learning/images/circle.gif) no-repeat top left;
  line-height:21px;
  text-align:center;
  text-decoration:none;
  color:#000;
}