.head_diabet {
	width: 990px;
	height: 165px;
	background-image: url('/upload/diabetespaciens/frameimage/nav_ikon_back.png');
	background-repeat: no-repeat;
	background-position: top right;
	background-color: transparent;
}
.head_diabet #first_box .radio, .head_diabet #search_box #cnt label {
	display: none;
}
.head_diabet form{
	margin:0px;
	padding:0px;
}
.head_diabet #nav_ikon {
	width:134px;
	height:20px;
	float:right;
	margin-right:4px;
}
.head_diabet #search_box {	
	margin:0px;
	float:right;
	height:20px;
	width:130px;
}
.head_diabet #search_box #cnt .input {
	width:105px;
	font-size:10px;
	line-height:12px;
	margin:2px 0px 0px 0px;
	padding:0px;
	float:left;
}
.head_diabet #search_box img{
	margin:2px 2px 0px -1px;
	border:none;
	float:right;
}
.head_diabet #flash_head {
	clear: both;
	float:none;
	width: 990px;
	height: 145px;
}

.ldss_lista{
	min-height:123px;
	padding:15px 15px 15px 0;
	border-radius:10px;
	width: 510px;
	margin: 24px auto;
	border: 1px solid #eee;
	background:#fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transform: scale(1); 
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.ldss_lista:hover{
	-webkit-box-shadow: 0px 10px 17px -8px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 10px 17px -8px rgba(0,0,0,0.8);
	box-shadow: 0px 10px 17px -8px rgba(0,0,0,0.8);
	-webkit-transform: scale(1.03); 
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);	
}
.ldss_lista:hover p,
.ldss_lista p{
	width:498px;
	color:#636363;
	font-size:14px;
	margin:0px;
	line-height:19px;
}

.ldss_lista h2{
	margin:0;
	margin-bottom:5px;
}

.ldss_lista a:hover{text-decoration:none; font-weight:normal}
.ldss_lista a{ font-weight:normal;}