/*
CSS file : style.css
Site: Microsoft Home User Program
*/

@import url("../../css/reset.css");
@import url("../../css/elements.css");
@import url("../../css/moreclasses.css");
@import url("../../css/layout.css");

/*
NOTEs:
Any localized style overrides should be entered below; use copies of this file for localization. the above import list should remain common to all channels.

Also, the unobtrusive.js file complements the layout.css styles for positioning the footer and setting backgound settings. The HUP template uses layering and z-index to handle overlay display. Pages use IDs and classes (e.g. .logon) as hooks for the javascript to set page specific heights for positioning this template.
*/

.productInfo .bottom {
	
	background-repeat:no-repeat;
	background-position:bottom;
	height:9px;
	width:335px;
}

.productInfo .middle {
	
	background-repeat:repeat-y;
	padding: 8px 12px;
	width:335px;
}
.phoneBoxRTxt {
clear:right;
color:#000000;
float:left;
font-size:8pt;
line-height:11pt;
padding:44px 15px 10px 0;
width:231px;
}
