h3
{
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 10px;
}
#updates {
  display:inline;
  color: #FF6633 !important;
  -color: #FF6633;
  border: none;
  font-size:1em;
}

#channels ul, #clusters ul
{
  margin-top: -5px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
#channels li, #clusters li
{
  border-bottom: 1px solid #EAEAEA;
  background: url(../images/homeArrow.png) no-repeat 0px 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  list-style-type: none;
  cursor: pointer;
}
#channels li:hover, #clusters li:hover
{
  background-color: #E6E6E6;
}
#channels li a, #clusters li a
{
  color: #555555;
  text-decoration: none;
}
#featuredPresentation
{
  display: block;
  width: 580px;
  height: 231px;
  background: url(../images/home/featuredPresentationBg.png) no-repeat top left;
  padding: 1px;
}
#featuredPresentation img
{
  float: left;
}
#featuredPresentation #description
{
  color: white;
  display: block;
  float: right;
  width: 220px;
  height: 190px;
  margin: 25px;
}
#featuredPresentation .button
{
  display: block;
  float:right;
  width: 80px;
  height: 20px;
  color: white;
  text-decoration: none;
  text-align: center;
  background: url(../images/home/buttonBg.png) no-repeat center;
  background-color: #888888;
  margin:0;
  padding:0;
}
#mostViewed ul, #mostRecent ul, #deeptaggingchannel ul
{
  margin-top: -5px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
#mostViewed li, #mostRecent li, #deeptaggingchannel li
{
  border-bottom: 1px solid #EAEAEA;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 0px;
  list-style-type: none;
  cursor: pointer;
  display: block;
  clear: both;
}
#mostViewed li:hover, #mostRecent li:hover, #deeptaggingchannel li:hover
{
  background-color: #E6E6E6;
}
#mostViewed li a, #mostRecent li a, #deeptaggingchannel li a
{
  font-weight: bold;
  color: #555555;
  text-decoration: none;
}