/* CSS Document */


ul#rm_portfolioList{}
ul#rm_portfolioList img{
border:0;
padding:0;
margin:0;}
.rmItem{
/* temporary as width will be defined by parent div 
width:200px;*/
height:55px;
min-height:55px;
background-color:transparent;
padding:0 10px;}
.rmItem img{
border:0;}
.rmItem p {
text-align:left;}
.rmItem img{float:right;
padding-left:5px;}
.rmItem p{
display:block;
padding-top:10px;}
.rmItem a{
display:block;
font-weight:bold;
text-transform:capitalize;
text-decoration:none;
color:#006699;}
.rmItem a:hover{
text-decoration:underline;
}
.rmItemWrapper{
border-bottom:dotted 2px #006699;
padding:5px 0;
background-color:transparent;
}
.rmItemFirst{
/* will be removed. i think matthew has already set this top one*/
border-top:dotted 2px #006699;}
