?@charset "UTF-8";

.Recommend ul  { margin-bottom: 0px;
                 padding: 0;
                 list-style: none}

.Recommend li a { display: block;
                  padding: 5px;
                  border-bottom: dotted 1px #dddddd;
                  /*color: #2288bb;*/
                  font-size: 14px;
				  font-weight:bold;
                  text-decoration: none}

.Recommend li a:hover {background-color: #eeeeee}

.Recommend li a img { boder: none}

.Recommend a:after { content: "";
                     display: block;
                     clear: both
}

.Recommend img { float: left;
                 width: 80px
}
                                          
.Recommend .text { float: none;
                   width: auto;
                   margin-left: 80px;
                   padding-left: 15px
}

.Recommend span { display: block;
                  color: #666666;
                  font-size: 11px;
				  font-weight:bold
}

.Recommend ul:after { content: "";
                     display: block;
                     clear: both
}

.Ensure { margin-bottom: 20px;
	
}