/* This is the proposed core furniture css document. Styles/formatting that would need to be overridden at the template or document level would take place at a section level or page level css. */
.print {
	float: left;
	width: 160px;
	background: url(/images/icon_print.gif) 11px 3px no-repeat;
}

.previous {
	float: right;
	width: 210px;
	background: url(/images/icon_left.gif) 14px 3px no-repeat;
}

.email {
	float: left;
	width: 160px;
	background: url(/images/icon_email.gif) 11px 3px no-repeat;
}

.next {
	float: right;
	width: 210px;
	background: url(/images/icon_right.gif) 14px 3px no-repeat;
}

/* ID the furniture element at the bottom of the page   */
#furnBtm {
    font-family: Verdana, Arial, Sans-serif;
	font-weight: bold;
	border-top: 2px dotted #999;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 26px;
	margin-bottom: 6px;
	width: 425px;
	position: relative;
}

#furnBtm div {
	height: 15px;
	font-size: 100%;
	padding: 2px 1px 6px 11px;
}

#furnBtm a {
	display: block;
	width: 160px;
	padding-left: 18px;
}

/* ID the furniture element at the top of the page */
#furnTop {
    font-family: Verdana, Arial, Sans-serif;
	font-weight: bold;
	margin-top: 7px;
	height: 55px;
	width: 160px;
	margin-bottom: 10px;
	border-top: 1px solid #C8BBA8;
	border-bottom: 1px solid #C8BBA8;
}

#furnTop a {
	display: block;
	width: 160px;
	padding-left: 26px;
}

#furnTop div {
	height: 15px;
	font-size: 100%;
	margin-top: 7px;
	padding: 0px 0px 0px 0px;
}

#furnTop .print {
	background: url(/images/icon_print.gif) 8px 2px no-repeat;
}

#furnTop .previous {
	background: url(/images/icon_left.gif) 11px 2px no-repeat;
}

#furnTop .email {
	margin-top: 5px;
	background: url(/images/icon_email.gif) 8px 2px no-repeat;
}

#furnTop .next {
	background: url(/images/icon_right.gif) 11px 2px no-repeat;
}


