@charset "utf-8";
/*Right Tools Begin*/

#RightTools {
	width: 168px;
	height: 86px;
	font-size: 12px;
	background-image: url('/images/build/rightToolsBG.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	float: right;
}
#RightTools a {
	font-weight: normal;
}
#RightTools ul {
    margin-top: 9px;
	margin-bottom: 0px;
    margin-left: 11px;
	margin-right: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
}
#RightTools li {
	padding: 0px;
}
#RightTools .EnlargeText {
	background-image: url('/images/build/resizeTextIcon.gif');
	background-repeat: no-repeat;
	background-position: bottom-left;
	padding-left: 44px;
	text-decoration: none;
	line-height: 17px;
	color: #8a2034;
}
#RightTools .EnlargeText:hover {
	text-decoration: underline;
}
#RightTools .ReduceTextBullet {
	display: none;
}
#RightTools .ReduceText {
	background-image: url('/images/build/resizeTextIcon2.gif');
	background-repeat: no-repeat;
	background-position: bottom-left;
	padding-left: 44px;
	text-decoration: none;
	line-height: 17px;
	color: #8a2034;
}
#RightTools .ReduceText:hover {
	text-decoration: underline;
}
#RightTools .PrintPage {
	background-image: url('/images/build/printPageIcon.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 44px;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 6px;
	line-height: 35px;
	color: #8a2034;
}
#RightTools .PrintPage:hover {
	text-decoration: underline;
}
#RightTools .EmailPage {
	background-image: url('/images/build/emailPageIcon.gif');
	background-repeat: no-repeat;
	padding-left: 44px;
	text-decoration: none;
	line-height: 16px;
	color: #8a2034;
}
#RightTools .EmailPage:hover {
	text-decoration: underline;
}

#EmailPop {
	position:relative;
	left:-155px;
	top:2px;
	width:277px;
	z-index:2000;  /* for IE */
	filter:alpha(opacity=0);
	visibility: hidden;
	/* CSS3 standard*/ 
	opacity:0;
	overflow: visible;
}
#EmailPop p{
	margin-top: 0px;
	padding-right: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#EmailPop #emailToAFriend {
	margin: 0px;
	width: 195px;
}
#apDiv1 {
	position:absolute;
	left:211px;
	top:19px;
	width:17px;
	height:17px;
	z-index:2001;
	background-image: url(/images/bg_closeBtn.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
#EmailFormBox {
	padding:18px 0px 0px 30px;
	position:relative;
	height:259px;
	width:247px;
	background-image:url(/images/bg_popUp.png);
	background-repeat:no-repeat;
	text-align: left;
	visibility: inherit;
}
#EmailFormResponse {
	padding:10px;
	height:195px;
	width:169px;
	background-color:#FFFFFF;
	visibility:hidden;
	position: absolute;
	left:26px;
	font-weight:bold;
	top: 13px;
}

/*Right Tools End*/

