#col3 #abstractList div.row{
width: 100%;
height: 160px;
padding:4px;
margin: 4px 0 4px 0;
border:1px dotted #ccc;
overflow: hidden;
}

#col3 #abstractList div.row div{
float:left;
}

#col3 #abstractList div.row .image{
width:23%;
min-width:150px;
min-height:150px;
background:#ccc;
margin-right:4px;
}

#col3 #abstractList div.row .content{
float:right;
width:73%;
background:#eee;
margin-right:4px;
}

#mailForm textarea{
	width: 100%;
}

/**
 *
 * page_localizations BEGIN
 *
 */

#page_localizations{
	display: inline;
	float:right;
}
 
#page_localizations li{
  float:left;
  list-style:none;
}

#page_localizations li.selected img{
  border: 1px solid #ccc;
  opacity: 0.6;
}

#page_localizations li img{
  padding: 0px;
  border: 0px;
  }