/* CSS Document */
html, body {
	height: 100%;	
}

.mh_body fieldset, .mh_body form, .mh_body label, .mh_body legend, .mh_body p, .mh_body ul, .mh_body li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	font-family: arial;
	font-size: 12px;
	line-height: 16px;
	color: #333;
}

/*--------------- Mid Hits Learn Wrapper (used in Learn Page only) ---------------*/
#mh_learn_wrap,
div.mh_bndls_wrap {
	width:950px;
	overflow:hidden;
	min-height:450px;
	padding: 0;
	position:relative;
	margin-left: -10px; /*to make this fit inside existing Qwest template */
}

/*================================================
// GENERAL
================================================*/

/*---------------------------------------------------------------
 headers 
---------------------------------------------------------------*/

/* blue */
#mh_learn_wrap h1, #mh_wrap h1 {
	font-size: 20px;
	color: #0097CF;
	font-weight: bold;
}

/* grey */
#mh_learn_wrap h2 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

/* blue */
#mh_learn_wrap h3 {
	font-size: 14px;
	color: #0097CF;
	font-weight: bold;
}
/* grey */
#mh_learn_wrap h4 {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

#mh_learn_wrap h6 {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}
/* blue */
th,
#mh_learn_wrap .mh_subFooter h3,
div.mh_modal_content h2 {
	font-size: 16px;
	color: #0097CF;
	font-weight: bold;
	padding: 5px 0 10px 0;
}
#mh_learn_wrap .mh_subFooter h3 {
	text-align:right;
	padding-right: 16px;	
}

div.mh_modal_content h2 {
	padding: 20px 0;	
}

#mh_learn_wrap .mh_subFooter h3 span a{
	font-size: 12px;
	font-weight: normal;
	padding-left: 6px;
}
/* grey */
#mh_learn_wrap h1.config-h1, 
#mh_wrap h2.config-h2,
#mh_wrap h2.config-h2 a.option_anchor
 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
/* white */
#mh_learn_wrap h5 {
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
}
.bold {
	font-weight:bold;
}
/*--------------- paragraph styles ---------------*/
/* primary p */
p {
	color: #333333;
}
/* italic */
p.mh_customer_reviews{
	font-size: 12px;
	color: #333333;
	font-style: italic;
	padding-bottom: 6px;
}
/* med grey */
#mh_learn_wrap p.secondary {
	font-size: 12px;
	color: #333333;
}

/* grey p small*/
#mh_learn_wrap p.tertiary {
	font-size: 11px;
	color: #666666;	
}

/* prices (super script) */
#mh_learn_wrap p.formatted_price_large,
#mh_learn_wrap .mh_speed_container p.formatted_price_large {
	font-size: 2.8em;
	line-height: 0.9em;
	color: #0097CF;
	font-weight: bold;
	margin:0;
	padding:8px 0 0 8px;
	position:relative;
}
p.formatted_price_med {
	font-size: 2.2em;
	line-height: 0.9em;
	color: #0097CF;
	font-weight: bold;
	margin:0;
	position:relative;
}
p.formatted_price_sm {
	font-size: 1.4em;
	line-height: 0.9em;
	*line-height: 100%;
	color: #333;
	margin:0;
	position:relative;
}
p.formatted_price_sm_med {
	font-size: 1.6em;
	line-height: 0.9em;
	*line-height: 100%;
	color: #333;
	margin:0;
	font-weight: bold;
	position:relative;
}

#mh_learn_wrap p.formatted_price_large span.price_supercript, 
p.formatted_price_med span.price_supercript,
p.formatted_price_med span.mh_price_superDescriptor {
	font-size: 52%;
	line-height: 100%;
	color: #0097CF;
	vertical-align:top;
}
p.formatted_price_sm_med span.price_supercript,
p.formatted_price_sm span.price_supercript {
	font-size: 52%;
	line-height: 100%;
	color: #333;
	vertical-align:top;
}
/*----- price descriptor used in PHONE long distance "for long distance" -----*/
p.formatted_price_med span.mh_price_superDescriptor {
	position:absolute;
	top: 12px;
	*top: 18px; /* IE6 */
	left: 55px;
}
#mh_learn_wrap p.formatted_price_large span.price_per {
	font-size: 11px;
	padding-left: .60em;
	font-weight: normal;
	vertical-align:top;
	line-height:1.6em;
}

p.formatted_price_med span.price_per {
	font-size: 42%;
	line-height: 100%;
	color: #0097CF;
	vertical-align:top;
	padding-left:4px;
}

/* fix the spacing in IE6 and 7*/
#mh_learn_wrap p.formatted_price_large span.price_supercript, 
p.formatted_price_med span.price_supercript, 
p.formatted_price_sm_med span.price_supercript,
p.formatted_price_sm span.price_supercript,
#mh_learn_wrap p.formatted_price_large span.price_per,
p.formatted_price_med span.price_per {
	position: relative;
	*top: 1px;
}



/*--------------- anchors ---------------*/
a {
	font-size: 12px;
	color: #003F9F;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #003F9F;
}
/* anchor bold  blue */
a.boldA {
	font-size: 12px;
	color: #003F9F;
	font-weight: bold;
}
/* primary anchor blue*/
a.primary-anchor {
	font-size: 12px;
	color: #003F9F;
}
/* primary anchor blue underlined */
a.secondary-anchor {
	font-size: 12px;
	color: #003F9F;
	text-decoration: underline;
}

a img {
	border: none;;
}

/*--------------- small ---------------*/
#mh_learn_wrap small {
	font-size: 10px;
	color: #666666;	
}

#mh_learn_wrap small.disclaimer,
div.mh_pricing_content p.disclaimer  {
	font-size: 9px;
	color: #666666;	
}
div.mh_pricing_content p.disclaimer {
	line-height: 11px;
	margin: 5px 0;
}

div.mh_pricing_content p.disclaimer a {
	font-size: 9px;	
	padding: 5px 0 0 0;
}

/*--------------- lists ---------------*/
#mh_learn_wrap ul.head {
	font-size: 12px;
	color: #333;	
	list-style-position:inside;
}

#mh_learn_wrap ul.head li {
	line-height: 22px;	
	padding: 0 0 0 8px;
	background-image:url(../images/icon_list_bulletHead.png);
	background-repeat: no-repeat;
	background-position: 0 .75em;
	list-style:none;
	list-style-position:outside;
}
/*================================================
// END GENERAL
================================================*/

/*================================================
// Buttons Global
================================================*/
/*Check Avail*/
a.mh_btn_checkAvail {
	display:block;
	height: 28px;
	width: 128px;
	background: url(../images/sprites/btn-checkAvail.png) left top no-repeat;
	cursor:pointer;
	text-indent: -9999px;
	margin-left: 20px;
}

a.mh_btn_checkAvail:hover {
	background-position: left -28px;
}

a.mh_btn_checkAvail:active {
	background-position: left -56px;
}
/*=============================================================
***************************************************************

// BUNDLES

***************************************************************
===============================================================*/

/*================================================
// BUNDLE OPTIONS - used in LEARN and CONFIG
================================================*/
.mh_bndl_head_option_wrap {
	margin: 0 40px;
	border-bottom: 1px solid #ccc;
}

/*----- wrapper for bundle items -----*/
.mh_bndl_option_wrap {
	float: left;	
	width: 602px;
	height: 215px;
}

/* bundle item wrap */
.mh_bndl_option_item {
	float: left;	
	width: 150px;
	height: 215px;
	text-align:center;
}
/* bundle item title */
#mh_learn_wrap div.mh_bndl_option_item h4 {
	font-size: 14px;
	margin: 35px 0 0 0;	
}
/* item checkbox and message styles */ 
div.mh_bndl_selection {
}

div.mh_bndl_selection p {
	margin: 0;
	font-size: 10px;
	line-height: 12px;
	padding: 4px 0 0 0;
}
/*----- remove message -----*/

p.mh_bndl_removeMessage {
	display: none;	
}

p.mh_bndl_dependencyMessage {
	*width: 140px;	
}
/*----- hide dependacy message on default -----*/
h2.mh_sectionHeader .mh_bndl_dependencyMessage,
div.mh_bndl_selection .mh_bndl_dependencyMessage {
	display: none;	
}
/*---------------------------
disabled button state 
apply mh_bndl_selection_disabled to mh_bndl_option_item
----------------------------*/
div.mh_bndl_selection_disabled p.mh_bndl_removeMessage,
div.mh_bndl_selection_disabled input,
div.mh_bndl_selection_disabled label {
	display: none;
}
/*----- show dependancy message when disabled -----*/
h2.mh_bndl_selection_disabled p.mh_bndl_dependencyMessage,
div.mh_bndl_selection_disabled p.mh_bndl_dependencyMessage {
	display: block;
}

/*================================================
// Buttons BUNDLES
================================================*/
/* bundle service buttons */
a.mh_btn_bndl_internet,
a.mh_btn_bndl_phone,
a.mh_btn_bndl_tv,
a.mh_btn_bndl_wireless {
	display:block;
	height: 90px;
	width: 120px;
	padding: 0;
	cursor:pointer;
	text-indent: -9999px;
	margin: 0 auto;
}
/* internet */
a.mh_btn_bndl_internet {
	background: url(http://www.qwest.com/residential/bundles/images/sprites/btn-bndl-internet.png) left top no-repeat;
}

/* phone */
a.mh_btn_bndl_phone {
	background: url(http://www.qwest.com/residential/bundles/images/sprites/btn-bndl-phone.png) left top no-repeat;
}

/* tv */
a.mh_btn_bndl_tv {
	background: url(http://www.qwest.com/residential/bundles/images/sprites/btn-bndl-tv.png) left top no-repeat;
}
/* wireless */
a.mh_btn_bndl_wireless {
	background: url(http://www.qwest.com/residential/bundles/images/sprites/btn-bndl-wireless.png) left top no-repeat;
}
/* container psuedo class - degrades in IE6*/
.mh_bndl_option_item:hover a.mh_btn_bndl_internet,
.mh_bndl_option_item:hover a.mh_btn_bndl_phone,
.mh_bndl_option_item:hover a.mh_btn_bndl_tv,
.mh_bndl_option_item:hover a.mh_btn_bndl_wireless,
/* a psuedo for degradation */
a.mh_btn_bndl_internet:hover,
a.mh_btn_bndl_phone:hover,
a.mh_btn_bndl_tv:hover,
a.mh_btn_bndl_wireless:hover
{
	background-position: left -90px;
	cursor:pointer;
}
/*--------------------------
// selected option states 
--------------------------*/
div.mh_bndl_option_selected a {
	background-position: left -180px;	
}
/* container psuedo class - degrades in IE6*/
div.mh_bndl_option_selected:hover a.mh_btn_bndl_internet,
div.mh_bndl_option_selected:hover a.mh_btn_bndl_phone,
div.mh_bndl_option_selected:hover a.mh_btn_bndl_tv,
div.mh_bndl_option_selected:hover a.mh_btn_bndl_wireless,
/*  a psuedo for degradation */
div.mh_bndl_option_selected a:hover
{
	background-position: left -270px;	
}
div.mh_bndl_option_selected p.mh_bndl_removeMessage{
	display:block;	
}
/*--------------------------
// disabled button hover 
// requires return false js when disabled
--------------------------*/
/* container psuedo class - degrades in IE6*/
div.mh_bndl_selection_disabled:hover a.mh_btn_bndl_tv,
div.mh_bndl_selection_disabled:hover a.mh_btn_bndl_wireless,
/*  a psuedo for degradation */
div.mh_bndl_selection_disabled a.mh_btn_bndl_tv:hover,
div.mh_bndl_selection_disabled a.mh_btn_bndl_wireless:hover
{
	background-position: left -180px;
	cursor:default;
}

/*---------------------------
disabled button state 
apply mh_bndl_selection_disabled to mh_bndl_option_item
requires js to retun false
----------------------------*/
.mh_bndl_selection_disabled a{
	background-position: left -180px;
}

/*--------------- Titles --------------*/
div.mh_bndl_option_wrap div.mh_bndl_option_item h4 a {
	font-size: 14px;
	color: #333;
	text-decoration: none;
}

/* -------------- input ---------------*/
div.mh_bndl_selection input,
div.mh_bndl_selection label{
	cursor: pointer;	
}

/*--------------- clear ---------------*/
div.clear {
	clear:both;	
	height:0;
	overflow:hidden;
}