
#nav 
{
    float: left;
    width: 141px;
    font-size: 10px; 
    background-color: #9cc;
  }

#nav ul {
  margin: 0;
  padding: 0;
  color: black;
}

#nav li {
  list-style-type: none;
  margin: 5px 0;
  padding: 0;
}

#nav li li {
  margin-left: 10px;
}

#nav a, #nav a:link {
  color: black;
  text-decoration: none;
}

#nav a.selected {
  color: white;
}

#catcontent {
  background-color: white;
  padding: 10px;
  float: left;
  margin: 0px;
  width: 688px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}

#catcontent h1 {
  border-bottom: solid 24px #66CCCC;
  padding: 5px;
  margin: 0;
  background-color: black;
  font-size: 21px;
  font-weight: normal;
  color: white;
}

#catcontent h2
{
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 10px;
	margin: 0px;
	color: white;
	padding-top: 10px;
	background-color: black;
	text-align: center;
}

#catcontent p
{
	padding-right: 10px;
	padding-left: 10px;
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 10px;
	margin: 0px;
	color: black;
	padding-top: 10px;
	background-color: white;
	text-align: left;
}

#exam_list_description, 
#track_list_description, 
#vendor_list_description,
#cert_list_description {
  background-position: top right;
  background-repeat: no-repeat;
  height: 100%; 
  padding-right: 240px;
}

#exam_list_description {
  background-image: url(/Catalog/images/ccna.jpg);
}

#track_list_description {
  background-image: url(/Catalog/images/mos.jpg);
}

#vendor_list_description {
  background-image: url(/Catalog/images/vendor_list_bg.jpg);
}

#cert_list_description {
  background-image: url(/Catalog/images/mcse_course.jpg);
}

#exam_list_description p,
#track_list_description p, 
#vendor_list_description p,
#cert_list_description p {
  margin: 10px 0 15px 0;
  padding: 0;
}

#exam_list td,
#track_list td, 
#vendor_list td,
#cert_list td {
  font-size: 14px;
}

#exam_list {
  border-width: 5px 0;
  border-color: black;
  border-style: solid;
}
#exam_list table {
  border-collapse: collapse;
}

#exam_list table td {
  /*border-top: solid 1px #66CCCC;*/
  border-bottom: solid 1px #66CCCC;
}

#exam_list th {
  padding: 5px 0;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  border-top: solid 5px #66CCCC;
}

#exam_list .first, #exam_list .first td {
  border-top: none 0px white;
}

#exam_list a, #exam_list a:link {
  font-size: 1px;
  display: block;
  height: 23px;
  overflow: hidden;
}

#product_list {
  background-image: url(/Catalog/images/product_bg.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  height: 305px;
  padding-right: 240px;
}  

#product_list blockquote {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-left: 20px;
  padding-left: 0;
}

.selected {
  color: white;
}

#catcontent li {
  font-size: 12px;
  line-height: 100%;
}

ul#reqlist
{
  margin-top: -10px;
}

#product_detail h2 {
  background-color: white;
  color: black;
  text-align: left;
}

#lblMessage {
  font-weight: bold;
  text-align: center;
  color: red;
  display: block;
  margin: 0px 0;
}

.tblMatrix td {
  text-align: left;
}

.tblHeader {
  background-color: rgb(102,204,204);
  color: black;
  text-align: left;
}

#catcontentfooter
{
	margin-top: 10px;
}

