/* Global TAG Selectors */


b { /* redundancy for Netscape 4. */

  font-weight:bold;

  font-family:arial,sans-serif;

  }

 

/*
  -- ################################ |
  --  START: Background Image Styles  |
  -- ################################ V
*/
.navHeaderBkg {
	background-color: #B8BC9B;
}

.contentTitleBkg {  
	background-color: #F2F2F2; 
}

.contentTitleBkgFullBorder {  
  background-color: #F2F2F2; 
  border: 1px;
  border-width: 1px;
  border-style: solid;
  border-color: #999999;
  margin: 0px;
  padding: 0px;
}

.contentTitleHeadBkg1 {  
	background-color: #F2F2F2; 
	background-image:  url(/images/content_headers/contentHeaderBkg_1.gif); 
	background-repeat: no-repeat; 
	background-position: right top;
}
.contentTitleHeadBkg2 {  
	background-color: #F2F2F2; 
	background-image:  url(/images/content_headers/contentHeaderBkg_2.gif); 
	background-repeat: no-repeat; 
	background-position: right top;
}
.contentTitleHeadBkg3 {  
	background-color: #F2F2F2; 
	background-image:  url(/images/content_headers/contentHeaderBkg_3.gif); 
	background-repeat: no-repeat; 
	background-position: right top;
}
/*
  -- ############################## ^
  --  END: Background Image Styles  |
  -- ############################## |
*/



/*
  -- ################################ |
  --  START: Background Color Styles  |
  -- ################################ V
*/
.tMobilePinkBkg{
	background-color: #E20074; 
}
.drkGrayBkg {
	background-color: #999999;
}
.medGrayBkg {
	background-color: #D2D6CC;
}
.ltGrayBkg {
	background-color: DFDFDF;
}
.veryLtGrayBkg {
	background-color: #F7F7F7;
}
.ltBlueBkg {
	background-color: #E8EFFF;
}
.ltYellowBkg {
	background-color: #FFFFFF;
}
.drkYellowBkg {
  background-color: #FDFBCB;
}
.whiteBkg {
	background-color: #FFFFFF;
}
.dotLineBkg {
	background-image:  url(/images/borders/dot_line.gif);
}
/*
  -- ############################## ^
  --  END: Background Color Styles  |
  -- ############################## |
*/


/*
  -- ###################### |
  --  START: Border Styles  |
  -- ###################### V
*/
.fullBorderDouble {  
  margin: 0px;
  padding: 0px;
}
.fullBorder {  
	border: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	margin: 0px;
	padding: 0px;
}
.bottomBorder {  
	border-color: black black #999999; 
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 1px; 
	border-left-width: 0px;
}
.fullBorderLtYellowBkg {  
	border: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	margin: 0px;
	padding: 0px;
	background-color: #FEFEEB;
}
.topBorder {  
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px;
}
.topLeftRightBorder {  
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 0px; 
	border-left-width: 1px;
}
.leftRightBorderLtYellowBkg {  
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px; 
	border-right-width: 1px; 
	border-bottom-width: 0px; 
	border-left-width: 1px;
	background-color: #FEFEEB;
}
.leftRightBottomBorderLtYellowBkg {  
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	background-color: #FEFEEB;
}
/*
  -- #################### ^
  --  END: Border Styles  |
  -- #################### |
*/


/*
  -- ############################ |
  --  START: Font Size And Style  |
  -- ############################ V
*/
.shTextSize13PinkBold { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13pt; 
  font-weight: bold;
  color: #E20074;
}
.shTextSize8PinkBold { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt; 
  font-weight: bold;
  color: #E20074;
}
.shTextSize8Pink { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt; 
  color: #E20074;
}


.shTextSize8Bold { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	font-weight: bold;
	color: #333333;
}

.shTopQuestionNumberingBold { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt; 
  font-weight: bold;
  color: #333333;
}


.shTopQuestions { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt; 
  color: #000000;
  text-decoration: none;
}

.shTextSize8 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	font-weight: normal;
	color: #333333;
}

.noUnderline {  
	text-decoration: none;
}

.contentTitleHeader{
	color:#666666;
	font-weight: bold;
	font-size: 14px;
	font-weight: bold;
}

ol.numList {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 25px;
}
/*
  -- ########################## ^
  --  END: Font Size And Style  |
  -- ########################## |
*/




/*
  -- ####################|
  -- #  Redesign styles  |
  -- ####################V
*/

#masthead #global #logo { float: left; padding: 0px 0px 11px 0px; }


.contentTitleHeadBkg3 {  
    background-color: rgb(227, 227, 227);
    background-image: url(/images/tmobilestyle/top-head.gif);
    background-repeat: repeat-x;
    background-attachment: scroll;
    -x-background-x-position: left;
    -x-background-y-position: top;
    -moz-background-clip: -moz-initial;
    -moz-background-origin: -moz-initial;
    -moz-background-inline-policy: -moz-initial;
    padding-top: 2px;
    padding-right-value: 10px;
    padding-bottom: 7px;
    padding-left-value: 10px;
    padding-left-ltr-source: physical;
    padding-left-rtl-source: physical;
    padding-right-ltr-source: physical;
    padding-right-rtl-source: physical;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(172, 172, 172);
    position: relative;
}

.fullBorderDouble 
{
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(167, 167, 167);
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(213, 213, 213);
}

.shLeftToutHr
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(204, 204, 204);
	line-height: 1px;
	width: 115px;
	padding-top: 4px;
}

.content .shLoginBox { background: url(/images/tmobilestyle/gray-top.gif) top left no-repeat; padding: 3px 1px 12px 1px; }
.content .shLoginBox .header { background: #E7E7E7 url(/images/tmobilestyle/gray-back.gif) top left repeat-x; font-size: 110%; font-weight: bold; padding: 5px 5px 5px 12px; border-right: 1px solid #B1B1B1; border-bottom: 1px solid #C1C1C1; text-align: left; }
.content .shLoginBox .body { background: #E7E7E7 url(/images/tmobilestyle/gray-bottom.gif) bottom left no-repeat; border-top: 1px solid #FFF; padding-bottom: 5px;}

.shContainer158
{
    width: 158px;
    float: left;
}

.shContainer418
{
    width: 418px;
    float: right;
}

.shContainer590
{
    width: 590px;
    float: right;
}

.shContainer207
{
    width: 207px;
}
.shContainer187
{
    width: 187px;
    float: left;
}
.shContainer187 #selectProductManufacturer {
	width: 155px
}
.content .shContainer187 .shLeftContentPane {
	float:left;
	width: 40px;
	padding: 5px;
}
.content .shContainer187 .shRightContentPane {
	float:right;
	width: 105px;
	padding: 5px 3px;
}
.content .shContainer187 .shRightContentPane ul {
	list-style-position: inside;
	list-style-type: disc;
}

.shContainerTop,
.shContainerTop158,
.shContainerTop418,
.shContainerTop590,
.shContainerTop207,
.shContainerTop187
{
    background-color: transparent;
    background-image: url(/images/tmobilestyle/top430.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    -x-background-x-position: left;
    -x-background-y-position: top;
    -moz-background-clip: -moz-initial;
    -moz-background-origin: -moz-initial;
    -moz-background-inline-policy: -moz-initial;
    height: 6px;
    font-size: 0px;
    line-height: 0px;
    position: relative;
    margin-bottom: -6px;
    z-index: 5;
}

.shContainerTop158
{
    background-image: url(/images/touts/top158.gif);
}

.shContainerTop418
{
    background-image: url(/images/touts/top418.gif);
}

.shContainerTop590
{
    background-image: url(/images/touts/top590.gif);
}

.shContainerTop207
{
    background-image: url(/images/touts/top207.gif);
}

.shContainerTop187
{
    background-image: url(/images/touts/top187.gif);
}

.shToutBanner
{
    position: relative;
}

.shToutHead
{
    background-color: rgb(227, 227, 227);
    background-image: url(/images/tmobilestyle/top-head.gif);
    background-repeat: repeat-x;
    background-attachment: scroll;
    -x-background-x-position: left;
    -x-background-y-position: top;
    -moz-background-clip: -moz-initial;
    -moz-background-origin: -moz-initial;
    -moz-background-inline-policy: -moz-initial;
    padding-top: 7px;
    padding-right-value: 10px;
    padding-bottom: 7px;
    padding-left-value: 10px;
    padding-left-ltr-source: physical;
    padding-left-rtl-source: physical;
    padding-right-ltr-source: physical;
    padding-right-rtl-source: physical;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(172, 172, 172);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(167, 167, 167);
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(213, 213, 213);
    position: relative;
}

.shTContent
{
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(167, 167, 167);
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(213, 213, 213);
    margin-bottom: 4px;
    overflow: hidden;
}

.shContainer207 .shFullContentPane,
.shContainer187 .shFullContentPane
{
	padding-top: 10px;
}
.shContainer207 .shContentPaneText .header,
.shContainer187 .shContentPaneText .header
{
	margin-top: -5px;
}

.shTContent .shLeftContentPane
{
	float: left;
	width: 52%;
}

.shTContent .shFullContentPane
{
	width: 100%;
}

.shTContent .shRightContentPane
{
	float: right;
	width: 46%;
}

.shContainerBottom,
.shContainerBottom158,
.shContainerBottom418,
.shContainerBottom590,
.shContainerBottom207,
.shContainerBottom187
{
    background-color: white;
    background-image: url(/images/tmobilestyle/bot430.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
    -x-background-x-position: left;
    -x-background-y-position: top;
    -moz-background-clip: -moz-initial;
    -moz-background-origin: -moz-initial;
    -moz-background-inline-policy: -moz-initial;
    margin-top: -6px;
    height: 6px;
    z-index: 5;
    padding-bottom: 14px;
}

.shContainerBottom158
{
    background-image: url(/images/touts/bot158.gif);
}

.shContainerBottom418
{
    background-image: url(/images/touts/bot418.gif);
}

.shContainerBottom590
{
    background-image: url(/images/touts/bot590.gif);
}

.shContainerBottom207
{
    background-image: url(/images/touts/bot207.gif);
}

.shContainerBottom187
{
	padding-bottom: 3px;
    background-image: url(/images/touts/bot187.gif);
}

.shContentPaneSubLink
{
	bottom: 50px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.shPlansTree
{
	float: left;
	width: 70%;
}

.viewCoverageMap
{
	float: right;
}

.shShortBreakH3 {
	padding-bottom: 6px;
}

.content .main .alternatenav #altnav .header
{
	font-weight: bold;
	font-size: 110%;
}

.content .shContainer187 .shContentPaneText {
	_height: 125px;
	min-height: 125px;
}

.content .faqColumn { 
    width: 187px;
    float: left;
	margin-left: auto; 
	margin-right: auto;
}

.content .shLoginBox .body .items { border-right: 1px solid #B1B1B1; padding: 8px 5px 10px 15px; text-align: left; }
.content .shLoginBox .body .items UL { text-align: left; padding: 8px 0px 0px 0px; }
.content .shLoginBox .body .items LI { list-style: none; border-top: 1px none #CCC; padding: 0px 0px; }
.content .shLoginBox .body .items LI A { color: rgb(226, 0, 116); text-decoration: none; }
.content .shLoginBox .body .items LI A:hover { text-decoration:underline; }

.content .faq .body .items ul,
.content .faqColumn .body .items ul
{
	padding-right: 0px;
}
.content .faq .body .items,
.content .faqColumn .body .items
{
	padding-right: 10px;
}

.shToutHead
{
	padding-top: 6px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-size: 110%;
	font-weight: bold;
	color: rgb(68, 68, 68);
}
.shToutHead .shToutSubHead
{
	font-size: 92%;
	font-weight: normal;
}

.shTContent .shContentPanePicture
{
	text-align: center;
	color: rgb(68, 68, 68);
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 8px;
	padding-bottom: 5px;
}
.shTContent .shContentPanePicture a
{
	color: rgb(226, 0, 116);
	text-decoration: none;
}
.shTContent .shContentPanePicture a:hover
{
	text-decoration: underline;
}


.shTContent .shContentPaneText
{
	text-align: left;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.shTContent .shContentPaneText .header
{
	font-size: 110%;
	font-weight: bold;
	color: rgb(68, 68, 68);
	padding-bottom: 14px;
	padding-top: 5px;
}
.shTContent .shContentPaneText ul
{
	list-style: none;
	padding-bottom: 6px;
}
.shTContent .shContentPaneText ul li
{
	padding-bottom: 3px;
}

.shSuggestedDocs
{
	font-size: 8pt; 
	font-weight: normal;	
}

.shTContent .shContentPaneText li a,
.shSuggestedDocs
{
	color: rgb(226, 0, 116);
	font-size: 11px;
	text-decoration: none;
}
.shTContent .shContentPaneText li a:hover,
.shSuggestedDocs:hover
{
	text-decoration: underline;
}

.shBrowseTree strong,
.shPlansTree strong
{
	font-size: 11px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
}

.shBrowseTree a:hover strong,
.shPlansTree a:hover strong
{
	color: rgb(226, 0, 116);
	text-decoration: underline;
}

.shBrowseTree a,
.shPlansTree a
{
	font-size: 11px;
	color: #444444;
	text-decoration: none;
}

.shBrowseTree a:hover,
.shPlansTree a:hover
{
	color: rgb(226, 0, 116);
	text-decoration: underline;
}

.shContentPaneSubLink a
{
	color: rgb(226, 0, 116);
	font-weight: bold;
	text-decoration: none;
}

.shContentPaneSubLink a:hover
{
	text-decoration: underline;
}
span.shContentPaneSubLink
{
	margin-left: -9px;
}

.nonIndex
{
	font-size: 11px;
}

/*
  -- ####################^
  -- #  Redesign styles  |
  -- ####################|
*/