/* Start of CMSMS style sheet 'XtendedLinks' */
/*
* Stylesheet for XtendedLinks Module
*/

#XtendedLinks{
  margin: 1.8em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 0px solid #3366cc; 
   background: #ddddca;
  
}

#XtendedLinks .title {
  font-weight:bold;
  font-size:13px;
}


#RelatedLinks .title {
    font-weight:normal;
}

#XtendedLinks .summary, #RelatedLinks .summary{
  color:#666666;
}

#XtendedLinks a, #RelatedLinks a{
  
}

#XtendedLinks ul, #RelatedLinks ul{
  margin:0px;
  padding:0px;
}

#XtendedLinks li, #RelatedLinks li{
  list-style:none;
  margin-bottom:5px;
}
/* End of 'XtendedLinks' */

