#content { padding: 10px 10px; }
#content ul { margin: 0; padding: 0; }
#content li { width: 95%; }

#recommendations, #LI_recommendations ul { 
	list-style-type: none; 
	list-style-position: inside; }

#recommendations li, #LI_recommendations li { 
	border-bottom: 1px dotted #e0e0e0;
	margin-bottom: 10px; 
	padding: 10px; }

#recommendations li { width: 45%; }
#LI_recommendations { width: 50%; direction: ltr;}

#recommendations img{
    width:45px;
    height: 45px;
    float:right;
    margin-left:1em;
    }
#content h2 { font-size: 1em; }

#links { 
	border-bottom: 1px solid black;
	color: #8f8f8f;
	list-style-type: none;

	list-style-position: inside; }

#links li { 
	border-top: 1px solid black; 
	padding: 10px; padding-right: 0; }

#links a { 
	color: #4359A2; 
	font-weight: bold;
	text-decoration: none; }
#links a:hover { color: black; text-decoration: underline; }



#links li { display: block; }
#links h2 { display: list-item; list-style-image: url('../images/links-bullet.png');  }

#LI_recommendations { 
	float: left; 
	font-size: 1em;
	margin-left: 2px;
	margin-right: 15px;
	text-align: left; }
#recommendationsTitle { 
	background: url(../images/linkedin_thumbs_up.png) no-repeat left top;	
	padding-left: 34px; 
	background-position:-7px -1px;
	text-align:left;
	}
#LI_recommendations img{
    width:45px;
    height: 45px;
    float:left;
    margin-right:1em;
    }
.comment { color: #858585; }
