@import url(base.css);

dd {margin-bottom: 1.5em;}
dt {font-weight: bold;}

#content h2 {
	font-size: 186%;
	font-weight: normal;
	margin-bottom: .3em;
	color: #9e3895;
/*	color: #9e3895;*/
}

#content h3 {
	font-size: 110%;
	color: #07549f;
}

#safety h3 {color: #666666;}

#content .inner ul {
	margin: 0 0 1em 40px;
	list-style: disc;
}

#content .inner .follows {
	margin-top: -1em;
}

.steps li {
	font-weight: bold;
	margin-bottom: 1em;
}

.steps div {
	margin-top: .5em;
}

.steps p {
	font-weight: normal;
	display: inline;
}

.steps h4 {
	display: inline;
	padding-right: 6px;
	font-size: 100%;
}

.sublists {
	margin-top: 1em;
}

.sublists dt {
	font-style: italic;
	font-weight: normal;
}

.sublists dd {
	margin-left: 20px;
}

#options h4 {
	font-size: 100%;
}

#resources dt {
	font-weight: bold;
}

#resources dd {
	margin-bottom: 2em;
}

h3#hcp-sub {
	font-size: 120%;
	margin-bottom: 2em;
}

#causes-risks {
	margin-left: 30px;
}

#helpful-tips {
	background: #dae6f1;
	padding: 10px;
	margin: 0 0 1em 30px;
}

/* Site map */
#content .inner ul#site-map {
	list-style: none;
	list-style-image: none;
	font-weight: bold;
	margin: 0;
}

#content .inner ul#site-map ul {list-style: none;}

ul#site-map li {
	margin-bottom: 1.5em;
	background: none;
	padding-left: 0;
}

ul#site-map ul {
	font-weight: normal;
	margin-left: 16px;
}

ul#site-map ul li {
	margin-bottom: 0;
}

/* Quiz and DDG Forms */
#questionairre {
	background: #dae6f1;
	padding: 10px 20px;
	margin-bottom: 2em;
}

.question {
	margin-bottom: 2em;
}

.question p {
	margin-bottom: 4px;
	font-weight: bold;
}

#wrap #content .question ul {
	margin: 0 0 1em 0;
	list-style: none;
}

#content .question ul li {
	background: none;
	padding-left: 0;
}

.lines {display: none;}

p.supplemental {font-weight: normal;}

#doctor-questions h3, #user-question-intro h3 {
	font-weight: normal;
	font-size: 130%;
	margin-bottom: .7em;
}

#drug-list {
	margin-bottom: 2em;
}

#drug-list input {
	width: 260px;
	margin: 0 12px 8px 0;
}

#drug-list th {
	text-align: left;
}

#ddg #submit {
	border: 2px solid black;
	border-color: #BC75B5 #74296D #64235E #AF5BA8;
	background: #9E3895;
	color: white;
	font-weight: bold;
	padding: 4px 8px;
}

#ddg #submit:hover {
	background-color: #07549F;
	border-color: #5388BC #0E3C73 #043564 #3372B0;
}

#body-diagram {margin-bottom: 2em;}

/* Coupon/rebate page */
#rebate {width: 100%; overflow: hidden;}

#rebate-desc {
	float: left;
	margin-top: 20px;
}

#rebate-btn {
	background: url(../images/rebate_btn.gif) center no-repeat;
	width: 184px;
	height: 258px;
	float: left;
	margin: 0 10px 0 -4px;
}

#rebate-btn:hover {
	background: url(../images/rebate_btn_hover.gif) center no-repeat;
}


