@import url(base.css);

#breadcrumbs {
	position: absolute;
	color: white;
	font-weight: bold;
	font-size: 11px;
	bottom: 6px;
	left: 18px;
	width: 332px;
}

#breadcrumbs li {
	display: inline;
}

#breadcrumbs a {font-weight: normal;}
#breadcrumbs a:link, #breadcrumbs a:visited {
	color: white;
}
#breadcrumbs a:hover {color: #6a2c91;}


#content {
	min-height: 35em;
}

#content ul {
	margin: -1em 0 1em 20px;
}

#content ul li {
	background: url(../images/bullet.gif) 0 0.45em no-repeat;
	padding-left: 14px;
}

dl {margin: 2em 0;}
dd {margin-bottom: 2em;}
dt {font-weight: bold; margin-bottom: 4px;}
dl p {margin-bottom: .5em;}

ol {
	margin: -1em 0 1em 28px;
	list-style-type: decimal;
}

#content {background: url(../images/photo_oxi_model.jpg) 800px 37px no-repeat;}
#athletes-foot #content {background: url(../images/photo_athletes_foot.jpg) 800px 37px no-repeat;}
#jock-itch #content {background: url(../images/photo_jock_itch.jpg) 800px 37px no-repeat;}
#ringworm #content {background: url(../images/photo_ringworm.jpg) 800px 37px no-repeat;}
#yeast-infection #content {background: url(../images/photo_yeast.jpg) 800px 37px no-repeat;}

h2, h3 {
	font-family: Arial, sans-serif;
	color: #6a2c91;
	margin-bottom: 1em;
}

h2 {font-size: 200%;}
h3 {font-size: 100%;}



#callout-coupon {
	background: #6a2c91 url(../images/callout_coupon_top.gif) top center no-repeat;
	width: 155px;
	padding-top: 14px;
	margin: 30px 0 0 10px;
	color: #6a2c91;
	font-size: 116%;
}

#callout-coupon-inner {
	background: white url(../images/callout_coupon_grad.gif) 0 90% repeat-x;
	margin: 0 3px;
	padding: 0 6px 10px 6px;
}

#callout-coupon-inner h3 {
	margin-bottom: 0;
	font-size: 110%;
}

#coupon-link {
	background: url(../images/callout_coupon_btm.gif) bottom center no-repeat;
	padding: 6px 16px 6px 12px;
	margin: 0;
	font: italic 80% Arial, sans-serif;
}

#coupon-link a {
	background: url(../images/callout_coupon_link_btn.gif) right bottom no-repeat;
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding-right: 20px;
	min-height: 14px;
}

#coupon-link a:link, #coupon-link a:visited {color: white;}

#coupon-link a:hover {
	background: url(../images/callout_coupon_link_btn_over.gif) right bottom no-repeat;
	color: #a585bb;
}



/* 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: 228px;
	float: left;
	margin: 0 0 0 -10px;
}

#rebate-btn:hover {
	background: url(../images/rebate_btn_hover.gif) center no-repeat;
}




/* Site map */
ul#site-map {
	list-style: none;
	list-style-image: none;
	font-weight: bold;
	margin: 0;
}

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;
}

#content ul.follow {margin-top: 0;}