/* save */

#save {
	margin-top: 0px;
	margin-bottom: 20px;
}
#save h2 {
	font-size: 150%;
	font-weight: bold;
	background-color: #DDD;
	border: 1px solid #CCC;
	padding: 5px;
}
#save h3 {
	margin-top: 10px;
	margin-bottom:10px;
	font-size: 100%;
	font-weight: bold;
}


#save .thumb {
	margin-top:10px;
	margin-bottom:10px;
}

#save .thumb img {
	height: 112px;
	width: 150px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#save #btnAdd {
	font-size: 180%;
	font-weight: bold;
}



.drugbook a {
	height:94px;
	width:233px;
	float:right;
	background-image: url(../../../img/common/list_drug_off.gif);
	background-repeat: no-repeat;
	display:block;
	margin-top:-15px;
	margin-right:10px;
}

.drugbook a span {
	display:none;
}

.drugbook a:hover {
	background-image: url(../../../img/common/list_drug_on.gif);
}


