/* ---------------------------------------------------------------------------
	=implants
--------------------------------------------------------------------------- */

body.implants h2 {
	/*background: url(../img/div-dot.png) repeat-x top left;
	padding-top: 14px;*/
}

body.implants h3 {
	border-bottom: 1px solid #c4ddab;
	color: #009999;
	font-family: Georgia, serif;
	font-size: 1.429em;
	font-style: italic;
	font-weight: normal;
	padding-bottom: 4px;
	text-transform: none;
}

body.implants h4 {
	background-color: transparent;
	color: #0a1f3e;
	font-size: 0.786em;
	text-transform: uppercase;
}

body.implants #copy ul {
	margin: 0 0 30px 56px;
}

.collapsible-block {
	border-bottom: 1px solid #099;
	padding-top: 14px;
	position: relative;
}

#content-main .collapsible-more {
	background: url(../img/button-bio-more.png) no-repeat 0 0;
	color: #fff;
	display: block;
	font-family: Helvetica, Arial, sans;
	font-size: 10px;
	line-height: 30px;
	padding-right: 35px;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	
	width: 86px;
	height: 30px;
	
	position: absolute;
		right: 0;
		bottom: 0;
}

#content-main .collapsible-more.close { background-position: 0 -30px; }

/* ---------------------------------------------------------------------------
	=implants details
--------------------------------------------------------------------------- */

body.implant-details #thumbnails,
body.implant-details #spec-options {
	background: url(../img/div-dot.png) repeat-x top left;
	list-style: none;
	margin: 0;
}

body.implant-details #thumbnails {
	padding: 20px 0 18px;
}

	body.implant-details #thumbnails li {
		float: left;
		margin-right: 20px;
	}
	
	body.implant-details #thumbnails li a {
		background: url(../img/pic-button-enlarge.png) no-repeat bottom left;
		display: block;
		padding-bottom: 28px;
	}
	
		body.implant-details #thumbnails li a img { vertical-align: middle; }

body.implant-details #spec-options {
	padding-top: 4px;
}

	body.implant-details #spec-options li {
		background: url(../img/div-dot.png) repeat-x bottom left;
		margin-top: 10px;
		padding: 0 0 12px 175px;
	}
	
		body.implant-details #spec-options li em {
			color: #0a1f3e;
			display: block;
			float: left;
			font-family: Helvetica, sans-serif;
			font-size: 0.786em;
			font-style: normal;
			font-weight: bold;
			margin-left: -175px;
			margin-top: 0.181em;
			text-transform: uppercase;
			width: 175px;
		}

body.implant-details .callout-item {
	font-size: 0.786em;
	margin-top: 40px;
}

	body.implant-details .callout-item ul {
		background-color: #c1e3b0;
		color: #009999;
		font-family: Helvetica, sans-serif;
		list-style: none;
		margin: 0;
		padding: 8px 0 10px 10px;
	}

	body.implant-details .callout-item li {
		float: left;
		margin-right: 30px;
	}
	
		body.implant-details #copy .callout-item li a {
			color: #009999;
		}
	
		body.implant-details .callout-item li em {
			font-style: normal;
			font-weight: bold;
		}
		
		
/* Callouts */
#callout-mybi-signup,
#callout-mybi-benefits,
.mybi-signup-note {
	margin-left: 30px;
}

#callout-mybi-signup a {
	background: url(../img/button-mybi-signup.png) no-repeat 0 0;
	display: block;
	height: 95px; 
	text-indent: -9999px;
	width: 158px;
}

#callout-mybi-signup a:hover {
	background-position: 0 -95px;
}

#callout-mybi-benefits,
.mybi-signup-note {
	color: #799b4f;
}

	#callout-mybi-benefits h5 {
		text-transform: uppercase;
	}
	
	#callout-mybi-benefits p {
		margin-bottom: 1.0em;
	}
	
	#callout-mybi-benefits li {
		margin: 0;
	}
	
/* ---------------------------------------------------------------------------
	=spec tables
--------------------------------------------------------------------------- */

#specs { background-color: #c0e6a0; margin-bottom: 20px; padding: 10px 10px 0; width: 100%; }

#specs th {
	padding-right: 20px;
	padding-bottom: 5px;
	color: #000;
	font: 80% 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;	
}

#specs tr {
	background: url(../img/div-dot.png) repeat-x 0 0;
}

#specs tr.head {
	background-image: none;
}

#specs td {
	padding: 10px 15px 10px 0;
	font-size: 85%;
	line-height: 1em;
}
	
/* ---------------------------------------------------------------------------
	=clearing
--------------------------------------------------------------------------- */

body.implant-details #thumbnails:after,
body.implant-details .callout-item ul:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}