.hide {
	display: none;
}

#tabs a:link, #tabs a:visited {
	color: #702800;
	text-decoration: none;
} 

#tabs a:hover, #tabs a:active {
	color: #702800;
	text-decoration: underline;
} 

#activity a:link, #activity a:visited {
	color: #702800;
	text-decoration: underline;
}

#activity a:hover, #activity a:active {
	color: #702800;
	text-decoration: none;
}

#download_list ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 40px;
	font-size: 11px;
}

#download_list ul li {
	padding-left: 18px;
	background-image: url("/teachers/images/checkmark.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 6px;
}

#lesson_plan_block {
	margin-left: 30px;
	margin-right: 60px;
	line-height: 16px;
}

#lesson_plan_block h1,
#lesson_plan_block h2,
#lesson_plan_block h3,
#lesson_plan_block h4,
#lesson_plan_block h5,
#lesson_plan_block h6 {
	color: #702800;
	font-weight: bold;
	font-size: 10px;
}

#lesson_plan_block h1 {
	color: #006A80;
	font-size: 12px;
	border-bottom: 1px solid #d0c2a6;
}

#lesson_plan_block h2 {
	font-size: 11px;
}

#lesson_plan_block h3 {
	color: #333;
	text-decoration: underline;
}

#lesson_plan_block p,
#lesson_plan_block ul,
#lesson_plan_block ol {
	padding-bottom: 8px;
}

#lesson_plan_block img {
	margin: 8px;
	margin-left: 30px;
	margin-right: 30px;
}

#lesson_plan_block table {
	margin-bottom: 8px;
	margin-left: 30px;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0px;
}

#lesson_plan_block td,
#lesson_plan_block th {
	vertical-align: top;
	padding: 6px;
	border: 1px dotted #d0c2a6;
}

#lesson_plan_block th {
	
}

#lesson_plan_block a:link, #lesson_plan_block a:visited {
	color: #702800;
	text-decoration: none;
} 

#lesson_plan_block a:hover, #lesson_plan_block a:active {
	color: #702800;
	text-decoration: underline;
}

.info_box_row {
	padding-bottom: 5px;
}

#lesson_plan_gap_filler {
	background-image: url("/teachers/images/tab_page.png");
	height: 10px;
}

/* SEARCH RESULTS */
.lesson_plan_search_result {
	border-top: 1px solid #d0c2a6;
	padding: 15px;
	padding-left: 10px;
	padding-bottom: 0;
	margin-top: 15px;
	clear: both;
}

.lesson_plan_search_result .clearfix {
	clear: both;
}

.lesson_plan_search_result #pic_frame_113x88 {
	float: left;
}

.lesson_plan_search_result #activity {
	width: 425px;
	padding-left: 10px;
	float: left;
}

#activity_exhibit_box {
	width: 190px;
	float: right;
}

.five-star-rating {
	width: 85px;
	overflow: auto;
	float: left;
}

.five-star-rating-flat {
	margin: 0;
	position: relative;
	height: 25px;
}

.num_ratings {
	padding-top: 3px;
	font-size: 10px;
	color: #666666;
	float: left;
}

/* target Firefox */
@-moz-document url-prefix() {
	.num_ratings {
		padding-top: 2px;
	} 
}

.full-summary .five-star-rating,
.full-summary .num_ratings {
	margin-top: -5px;
}

@media print {
	
	#legal_wide {
		margin: 0;
		padding: 0;
	}
	
	#butterfly_1 img,
	#bfly_61x55 img,
	.teachers_print_hide {
		display: none;
	}
	
}

