.LinkModule .green .title
{
	
	font-weight: bold;
	line-height: 25px;
	padding-left: 10px;
	color: White;
	height: 27px;
   background-image:url("../../../images/link-greenbg.jpg");
   background-repeat:no-repeat;    

}

.LinkModule .green .content
{
    width:90%;
    border:#E5E5E5 1px solid;
	margin: 2px 0px 0px 0px;
	padding-left:15px;
}
.LinkModule .green .imageName
{
    text-align:left;
    padding-left:5px;
    margin-top:5px;
    display:none;
    }
.LinkModule .green .imageItemContainer
{
	float:left;
	width:49%;
    height:35px;
    line-height:35px;
	
}
.LinkModule .green .imageItem
{
    
    }
.LinkModule .default a.normal:link { color:#000000; text-decoration: none;}
.LinkModule .default a.normal:visited { color:#000000; text-decoration: none;}
.LinkModule .default a.normal:hover { color:#FF6B42; text-decoration:underline; }


