/* CSS Document */
#sidebar {
		position: absolute;
		left: 800px;
		top: 120px;
		}
/* TOTAL KNEE STYLES */

#page {
	margin: 10px;
	width: 611px;
	line-height: 18px;
	}
	
#page .att {
	background: #F1F1F1;
	}
	
#page .bx {
	border-top: 3px solid #FCAE18;
	border-bottom: 3px solid #FCAE18;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.6em;
	font-family: Verdana, Arial, Helvetica;
	}
	
#page .highlight {
	background: #f0f1e2;
	padding: 2px;
	border: 1px solid #b4a996;
	border-left-width: 0;
	border-top-width: 0;
	}
	
#page .highlight h2#head {
	background: #d7d8c6;
	margin: 0;
	padding: 4px;
	font-size: 12px;
	}

	
#page .highlight h3 {
	font: bold 16px/1.3em "Trebuchet MS", sans-serif, arial;
	color: #669933;
	border-bottom: 1px solid #97886e;
	margin: 0 10px;
	padding-top: 10px;
	}
	
#page h1 {
	font: 18px/20px sans-serif, Arial, helvetica;
	color: #555;
	margin: 0;
	}
	
#page h2 {
	color: #444;
	font: bold 15px/11px Arial, sans-serif, helvetica;
	margin: 20px 0 0 0;
	padding: 4px;
	background: #f7f7f7;
	}
	
#page h3 {
	font: bold 14px/11px Helvetica, Arial, Verdana;
	margin: 20px 0 5px 50px;
	color: #2e6307;
	}
	
.h {
	background-color: #FFFFCC;
	}
	
	
#page .r {
	float: right;
	margin: 10px 10px 0 10px;
	border: 4px solid #ccc;
	width: 250px;

	}
	

#page .med-movie {
	width:250px;
	float:left;
	margin-left:10px;
	margin-top: 5px;
	border:1px solid #c6bfb3;
	border-bottom-color: #f5f6eb;
	border-right-color: #f5f6eb;
	background: #fff;
	}

 .rside {
 	float:right;
	margin-left:10px;
	margin-bottom:25px;
	}
	
 .lside {
 	float: left;
	margin-right: 10px;
	margin-bottom: 25px;
	}
	

/*
 *=LIST
 */
 	
#page .highlight ul {
	line-height: 16px;
	}
	
#page .highlight ul, #page .highlight li {
	list-style-image: url(images/arrow-ff.gif);
	}
	
/* GIVE IE DIFFERENT BULLET */
* html #page .highlight ul, *html #page .highlight li {
	list-style-image: url(images/arrow.gif);
	}
	
#page .highlight li {
	margin-bottom: 4px;
	}
	
 .ref {
	margin: 10px 0;
	padding: 0;
	}
	
 .ref li {
 	display: inline;
	font-size: 10px;
	padding-right: 10px;
	}
	
.stack {
	display: inline;
	list-style: none;
	margin: 10px 0;
	padding: 0;
	}
	
.stack li {
	padding-right: 10px;
	float: left;
	width: 200px;
	}

/*
 *=PAGE IMAGES
 */
 
 img.rside {
 	float:right;
	margin-left:10px;
	margin-bottom:5px;
	}
	
 img.lside {
 	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	}
	

/*
 *=MISC
 */
 
.note { color: white; background: red; font-family: "Courier New", Courier, mono; }

#page .tip { text-decoration: none; border-bottom: 1px dotted #777; cursor: help; }

#page .series { background-color: #fffdf1; border-top: 1px solid #d9963f; border-bottom: 1px solid #d9963f;}
#page .series a:hover { text-decoration: none; background: #d9963f; color: #fff; }
* html .iefix { height: 110px; }
.ln { text-decoration: underline; }
.pcurl {
	background: url(/totalknee/images/pcurl.gif) no-repeat;
	padding: 10px 0 0 15px !important;
	vertical-align: top;
	margin: 10px 0 0 50px;
	}
	
	
.imgs img {
	border: 3px solid #aaa;
	margin-left: 20px;
	}
	
.imgs {
	text-align: center;
	}
	
#page h4 { font: bold 90% Arial, Helvetica, sans-serif; margin: 0; padding: 0;}
#page .sm {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #003366;
	}
/*
 *=DEFINITION LISTS
 */
 
#page dl {
	font-size: 12px;
	}
	
#page dt {
	font-weight: bold;
	text-decoration: underline;
	}
	
#page dd {
	margin: 5px 0 10px 10px;
	}
	
	
/* BUTTONS */
#btn-email, #btn-print {
	display: block;
	width: 120px;
	height: 20px;
	float: left;
	text-indent: -9999px;
	margin-right: 5px;
	}
	
#btn-email {
	background: url(images/email-friend.gif) no-repeat;
	}
	
#btn-print {
	background: url(images/print.gif) no-repeat;
	}
	
#options {
	width: 260px;
	float: right;
	}
	
/*
 *=TABLES
 */
  .results {
	width: 100%;
	background: #aaa;
	}
 .results th {
 	background: #e7e7e7;
	font: bold 12px/1.2em Arial, Verdana, Helvetica;
	padding: 5px;
	}
 .results td {
 	background: #fff;
	padding: 8px;
	font: 12px/1.2 Arial, Verdana, Helvetica;
	}

