
ul.clinic_list{
	list-style: none;
	margin: 0;
	padding: 0;
}
	ul.clinic_list li{
		margin: 0;
		padding: 0 0 0 13%;
		height: 80px;
		background: url('/images/tooth.gif') left top no-repeat;
	}
	ul.clinic_list li.row1{
		float: left;
		width: 30%;
		margin-right: 2%;
		position: absolute;
		//position: static;
	}
	ul.clinic_list li.row2{
		margin-left: 50%;
	}
	ul.clinic_list li.none{
		background: none;
	}
		ul.clinic_list li h3{
			margin: 0;
			padding: 0;
			font-size: 12px;
			color: #357d53;
		}
			ul.clinic_list li a:link,
			ul.clinic_list li a:visited{
				color: #357d53;
			}
		ul.clinic_list li p{
			margin: 0;
			padding: 0;
		}
		ul.clinic_list li span{
			color: #357d53;
		}
		ul.clinic_list li a.newslnk{
			padding-right: 22px;
			background: url('/images/newslnk.jpg') right bottom no-repeat;
		}

#clinic_id{
}
	#clinic_id label{
		font-size: 14px;
		font-weight: bold;
		color: #357d53;
	}



