
#block-pcmenu-main .dropdown > .content > .ideas > div.last{
  border:none;
}

#block-pcmenu-main .dropdown > .content > .ideas > div > h2{
  color:red;
  border:none;
  padding:0;
  font-weight: normal;
}
#block-pcmenu-main .dropdown > .content > .ideas > div > h2 > a{
  color:red;
}
#block-pcmenu-main .dropdown > .content > .ideas > div > h3 > a{
  color:#009BDA;
}
#block-pcmenu-main .dropdown > .content > .ideas > div > h3{
  font-weight: normal;
  padding: 0;
  line-height: 1.4em;
}


#block-pcmenu-main .dropdown > .content > .ideas > div > .content > .item-list > ul > li{
  list-style:none;
  background-image: url(images/bullet.png);
  padding: 0 0 0 20px;
  margin:0;
}

#block-pcmenu-main .dropdown > .content > .ideas > div > .image{
  height:100px;
  width:218px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  border:solid 1px #D2D2D2;
  overflow:hidden;
}
#block-pcmenu-main .dropdown > .content > .ideas > div > .image > img{
  max-width:218px;
  max-height:200px;
}

#block-pccontenttypes-news a.rss{
  float:left;
  width:16px;
  height:16px;
  margin:2px 5px 0 0;
  background-image: url(images/rss.png);
  background-repeat: no-repeat;
  background-position: left center;
}
