#atends-items {
  padding: 8px 3px 15px 3px;
}

#atends-items .atends-item {
  margin: 4px 4px 8px;
  
  -moz-box-shadow: 0 0 6px #666;
  -webkit-box-shadow: 0 0 6px #666;
  box-shadow: 0 0 6px #666;

  border-radius: 10px;
  -webkit-border-radius: 10px;	
	-moz-border-radius: 10px;
  
  background: #F3F3F3;
  
	background-image: -moz-linear-gradient(top, 
							#F3F3F3, 
							#CCCCCC);
	background-image: -webkit-gradient(linear,left top,left bottom,
		color-stop(0, 	#F3F3F3),
		color-stop(1, 	#CCCCCC));
  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#F3F3F3', EndColorStr='#CCCCCC')";

  border: 1px solid #999;
}

#atends-items .link {
  display: block;
  padding: 6px;
  
  border-radius: 10px;
  -webkit-border-radius: 10px;	
	-moz-border-radius: 10px;
  
  background: transparent url(../images/atends_bg.png) no-repeat left top;

  text-decoration: none;
  color: #300;
  font-weight: normal;
  text-shadow: 1px 1px 1px #fff;
}

#atends-items .link:link { background-color: transparent; }
#atends-items .link:visited { background-color: transparent; }
#atends-items .link:hover { background-color: transparent; }
#atends-items .link:active { background-color: #eeeeee; }

#atends-items img {
  float: left;
  padding: 3px;
  background-color: #fff;
  border: 1px solid #ccc;
}

#atends-items h2 {
  font-size: 14px;
  margin: 6px 0 4px;
  color: #333;
}

#atends-items p {
  margin: 0;
  padding: 0;
}

#atends-items .age {
  font-size: 14px;
  color: #336699;
}

#atends-items .prof {
  font-size: 12px;
  clear: left;
  padding: 8px 0 4px;
}


/* atends-items */
/*
#atends-items h2 {
  color: #f69;
  margin: 0;
  padding: 0;
  width: auto;
  font-size: 12px;
}

#atends-items .ui-grid-a {
  padding-bottom: 8px;
}

#atends-items a {
  display: inline-block;
  width: 100px;
  margin: 0 auto;
}

#atends-items .ui-btn-inner {
  padding: 0.6em 0;
  text-align: center;
}

#atends-items img {
  border-radius: 6px;
  -webkit-border-radius: 6px;	
	-moz-border-radius: 6px;
  
  margin: 0 0 6px;
}

#atends-items p {
  margin: 4px 0;
  color: #666;
  font-size: 12px;
}
*/