/*Green Colored Tips Box for Recommended Stuff */

#greentips {
}
#greentips ul {
	margin-left: 2px;
}
#greentips.box {
	background-color: #D0F7B9;

	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border: 1px solid #B1CAA6;
}
#greentips h3 {
	margin-top: 0px;
	padding-top: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
}
#greentips ul li {
	background-image: url(../../../images/ui/star.png);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 24px;
	margin-bottom: 1px;
	text-transform: capitalize;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	background-position: 2px;
	font-size: 1.1em;
}
#greentips p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-shadow: 0px 2px 3px #fff;
}

/* Right Floated Green Tips Box */
/*Yellow Colored Tips Box for Recommended Stuff */

#greentip-right {
	float: right;
}
#greentip-right ul {
	margin-left: -12px;
	margin-top: 0px;
	margin-bottom: 0px;
	white-space:nowrap;
}

#greentip-right.box {
	background-color: #D0F7B9;
	padding-top: 11px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	border: 1px solid #B1CAA6;
	margin-left: 10px;
	margin-top: 5px;
	width: 200px;
	margin-bottom: 5px;
}
#greentip-right h3 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 9px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.3em;
	color: #2A2A2A;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-color: #FED352;
}
#greentip-right ul li {
	background-image: url(../../../images/ui/star.png);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 24px;
	margin-bottom: 1px;
	text-transform: capitalize;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	background-position: 2px;
	font-size: 1.2em;
	margin-top: 0px;
	color: #1F1F1F;
}
#greentip-right p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-shadow: 0px 1px 2px #fff;
	margin-bottom: 5px;
}


/*Yellow Colored Tips Box for Recommended Stuff */

#hottip {
	float: right;
}
#hottip ul {
	margin-left: -12px;
	margin-top: 0px;
	margin-bottom: 0px;
	white-space:nowrap;
}

#hottip.box {
	background-color: #FF9;
	padding-top: 11px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	border: 1px solid #FCD54E;
	margin-left: 10px;
	margin-top: 5px;
	width: 200px;
	margin-bottom: 5px;
}
#hottip h3 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 9px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.3em;
	color: #2A2A2A;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-color: #FED352;
}
#hottip ul li {
	background-image: url(../../../images/ui/star.png);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 24px;
	margin-bottom: 1px;
	text-transform: capitalize;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	background-position: 2px;
	font-size: 1.2em;
	margin-top: 0px;
	color: #1F1F1F;
}
#hottip p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-shadow: 0px 1px 2px #fff;
	margin-bottom: 5px;
}


/* Clinical Study Style */
#study {
}
#study ul {
	margin-left: 2px;
}
#study.box {
	background-color: #d9efff;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border: 1px solid #B4C0F5;
	-webkit-box-shadow: 2px 2px 3px #d4d6d9;
	-moz-box-shadow: 2px 2px 3px #d4d6d9;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-bottom: 20px;
}
#study h3 {
	margin-top: 0px;
	padding-top: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.5em;
	text-align: center;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #A6BFE6;
	padding-bottom: 10px;
}
#study ul li {
	background-image: url(../../../images/ui/checkbox.png);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 26px;
	margin-bottom: 8px;
	text-transform: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	background-position: 2px 8px;
	font-size: 1.4em;
	color: #2F2F2F;
	line-height: 1.2em;
}
#study p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-shadow: 0px 2px 3px #fff;
}#study .bio {
	float: right;
	width: 205px;
	border: 1px solid #BFD0EC;
	background-color: #FFF;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-left: 10px;
}
#study #bio img {
	float: left;
	padding: 3px;
	border: 3px solid #F2F2F2;
	margin-right: 8px;
	margin-bottom: 0px;
}
#study #bio .title {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 11px;
}
#bio ul {
	
	margin: 0px;
}
#bio ul li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	padding-bottom: 0px;
	width: 100%;
	background-image: none;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

