body {
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

html>body {
	font-size: small;
}

ul.search select {
	width: 182px;
}

ul.search div.mini select {
	width: 106px;
}

.bodyTop select {
	font-size: 85%;
	line-height: 85%;
	border: 1px solid #CCC !important;
}

#footer {
	margin: 0;
}

#pageBody.hpBody button {
	overflow: visible;
}

#pageBody.hpBody .hpApplicationBox label.RadioButton {
	margin: 0 0 0 0;
}

#pageBody.hpBody .hpApplicationBox label.RadioButton input{
	margin-left: -3px;
}

#content blockquote p {
	padding-bottom: 30px;
}

#HPMyTNTLogin p {
	text-align: left;
	margin-bottom: 4px;
}

/* This is actualy for the reversed version. Opera needs float right on the div and internet explorer breaks with that in place so we must remove it. */
#pageBody.hpBody button div {
	float: none;
}

/*
#HPMyTNT .body {
	padding-bottom: 8px;
}
*/

.HPSending .bodyTop,.HPTracking .bodyTop {
	height: auto;
}

.lowerTop {
	height: auto;
}

.bodyFooter {
	height: auto;
	overflow: hidden;
}

.lowerFooter {
	height: auto;
	overflow: hidden;
}

#HPMyTNTSignUp {
	margin: 5px 0 2px 10px;
}

#HPMyTNTSignUp ul {
	margin-top: 15px;
}

fieldset label.checkbox {
	line-height: 100% !important;
}

DIV.lowerFooter table A,DIV.bodyFooter table A {
	margin-right: 0;
}

/* IE Top menu patch */
#siteWideNavigation {
	border: none;
	height: 32px;
	margin-bottom: -7px;
	/* border replaced with gray one due to TNTREDEV-408 */
	/* background: url("../_img/hr_orange_grey.gif") top right no-repeat; */
	background: url("../images/iePatch/hr_grey.gif") top right no-repeat;
	background-repeat: no-repeat;
	background-position: 0 25px;
	position: relative;
	line-height: 40px;
}

#siteWideNavigation li {
	background-position-y: 27px; 
	line-height: 40px;
	padding-bottom:12px;
	height:23px;
	margin-top: -8px
}

#siteWideNavigation a {
	padding-bottom: 0;
}

#siteWideNavigation a.hasMenu {
	padding-bottom: 21px;
	background-position-y: 19px;
	line-height: 40px; 
}

#otherSites ul {
	margin-top: 10px;
}

/*
.HPmyServices{
	padding-bottom:8px !important;
}
*/

/* banner transparency fix */
#content .header span {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/iePatch/body_header_strips.png', sizingMethod='scale');
}

#HPBannerClickHack {
	display: block;
	width: 451px; 
	height: 207px; 
	filter:alpha(opacity=1); 
	background: white; 
	z-index: 100; 
	position: absolute; 
	margin: 1px 1px 6px 1px; 
	padding: 1px;
}


/* fix for buttons */
button {
	overflow: visible;
}

/* Keep consistent line spacing with sup and sub */
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}