@import url(base.css);

/*----- Breadcrumbs -------------------------------------------------*/
#breadcrumbs {
	background: #7dac88 url(../images/breadcrumbs_bg_1.gif) top left no-repeat;
	padding-left: 250px;
}

#breadcrumbs ul {
	overflow: hidden;
	min-height: 17px;
	color: black;
	padding: 4px 20px 4px 60px;
	background: #7dac88 url(../images/breadcrumbs_bg_2.gif) bottom left no-repeat;
}

#breadcrumbs li {border: none;}

#breadcrumbs #current {font-weight: bold;}

#breadcrumbs a:link, #breadcrumbs a:visited {color: black;}
#breadcrumbs a:hover {color: #ccff99;}




/*----- Inner Content -----------------------------------------------*/
dd {margin-bottom: 1.5em;}
dt {font-weight: bold;}

#content h2 {
	font-size: 170%;
	font-weight: normal;
	margin-bottom: .3em;
}

#content h3 {
	font-size: 100%;
}

#content .inner ul {
	margin: -1em 0 1em 20px;
	list-style: disc;
}

#content .inner .follows {
	margin-top: 0;
}

#product-shot {
    position: absolute;
    top: 50px;
    right: 20px;
    background: url(../images/product_shot.jpg) center no-repeat;
    width: 140px;
    height: 137px;
}

.highlight {
    color: black;
    font-weight: bold;
    font-style: italic;
}

#hcp-sub {
	font-size: 120%;
	margin-bottom: 2em;
}

/* 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;
}
  





