/* 1. GENERAL
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

body {
   color:#666666;
   font-family:Arial, Helvetica, sans-serif;
   font-size: 62.5%;
   height:100%;
   margin:0;}

* {
   margin:0;
   padding:0;
   list-style-type:none;}

/* 1.1	Headings and paragraphs
-----------------------------------------------------------------------------------------------*/	
h1, h2, h3, p {
	margin: 0; }

/* 1.2	Forms
-----------------------------------------------------------------------------------------------*/	
input, textarea, select {
	font: 1.2em Arial, Helvetica, sans-serif;}


/* 1.3	Links
-----------------------------------------------------------------------------------------------*/	
a:link, a:visited {
	color:#1D74CC;
	text-decoration: none;}

a:hover, a:active {
 color:#666;}


/* 1.4	Miscellaneous
-----------------------------------------------------------------------------------------------*/	
hr { 
	display: none; }

img {
	border: none; }

fieldset br{
 clear:left;}
 
fieldset{
 border:none;}


/* 2. GENERAL ELEMENTS
-----------------------------------------------------------------------------------------------
===============================================================================================*/	
.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;}
	
.clearfix:after { /* clear floats */
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;}

.clearfix {display:inline-block;}

/* Hides from IE-mac \*/
.clearfix {display: block;}
/* End hide from IE-mac */

.noborder{
 border:none !important;}

.floatright{
 float:right !important;}


/* 3. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/
#container{
 width: 960px;
 margin: 0 auto;
 background:#FFF;
 
 }

#header{
 padding: 5px 0 5px 0px;
 /*height:45px;*/
 }

#content {
 /*border-bottom: 9px solid #D33F1D;*/
 float:left;
 width:966px;
 padding: 0 0 0 0;
 background:transparent url(../images/bg-centerWrapper.gif) repeat-y;
 }

#footer {
 background:#696969;
 padding: 10px 0;}

/* 3. HEADER
-----------------------------------------------------------------------------------------------
===============================================================================================*/
h1{
/*width: 207px;*/
height:47px;
float:left;}

.l{
	min-width:0px;
	float:left;
	margin-top:5px;
}

.l img{
	float:left;
}

.l h1{
	font-size:21px;
	float:left;
	text-align:left;
	color:4D4D4D;
	padding:0px 0px 0px 7px;
	margin:0px;
	line-height:30px;
}

.logo{
 width: 136px;
 height:47px;
 display:block;
 text-indent:-999999px;
 overflow:hidden;
 float:left;
 font-size:22px;
 }
 
.slogan{
 float:left;
 display:block;
 width: 100px;
 height:47px;
 display:block;
 font-size:22px;
 overflow:hidden;}

.logo_reg{
 padding-top:5px;
 font-size:18px;
 color:#666;
 /*height:47px;*/
 display:block;
 /*line-height:47px;*/
 text-indent:0px;
 overflow:hidden;
 float:left;
 }
 
 .logo_reg .logo_img{
 	float:left;
 	padding-right:5px;
 }
 
 .logo_reg span{
 color:black
 }
 
 .logo_reg .logo_txt{
 	line-height:47px;
 	color:#666;
 }

.slogan_reg{
 color:#666;
 float:left;
 display:block;
 /*min-width: 250px;*/
 /*line-height:47px;*/
 /*height:47px;*/
 display:block;
 text-indent:0px;
 padding-top:5px;
 font-size:18px;
 overflow:hidden;
 }

ul#header-links{
 float:right;
 font-size:1.4em;
 padding:  8px 12px 0 0;}

ul#header-links li{
 border-right:1px dotted #CCCCCC;
 float:left;
 padding: 0 10px;}

ul#header-links li a{
 color:#999999 !important;}

#nav{
 width:966px;	
 /*background:url(../images/bg_nav.gif) repeat-x top left;*/
 height:135px;
 }

ul#main-nav {
 float:left;
 font-size:1.8em;}

ul#main-nav li{
 float:left;}

ul#main-nav li a{
 display:block;
 float:left;
 height:25px;
 background:url(../images/bg_navlink.gif) repeat-x top left;
 border-right:1px solid #EDEDED;
 color:#FFF !important;
 padding:  7px 18px 0 18px;}
 
ul#main-nav li a:hover,
ul#main-nav li.selected a{
 background:#F2F2F2;
 color:#999999 !important;}

ul#sub-nav{
 background:#F7F7F7;
 border-bottom:1px solid #F0F0F0;
 padding: 8px 0;}


#nav fieldset.search{
 float:right;
 padding: 5px 20px 0 0;}

#nav fieldset.search input.text{
 height:20px;
 border:1px solid #809DB9;
 width:130px;
 vertical-align:top;
 margin: 0 5px 0 0;}

ul#sub-nav li{
 float:left;
 font-size:1.2em;
 margin:  0 2px 0 0;}

ul#sub-nav li a{
 display:block;
 padding: 8px 26px 8px 17px;
 color:#666666 !important;
 float:left;}

ul#sub-nav li a:hover{
 color:#1E7DDC !important;}
 
 ul#sub-nav li.selected a{
 background:url(../images/icon_arrowdown.gif) no-repeat right 12px;
 /*color:#1E7DDC !important;*/}
 
 
 li.nonselect{
 	background:url(../images/icon_rightarrow.gif) no-repeat center right;
 }
 li.select {
 background:url(../images/icon_arrowdown.gif) no-repeat right 12px;
 }

ul#breadcrumbs{
 padding: 6px 0 6px 20px;}

ul#breadcrumbs li{
 float:left;
 font-size:1.1em;
 background:url(../images/icon_arrowbreadcrumbs.gif) no-repeat top right;
 margin: 0 13px 0 0;
 padding: 5px 13px 0 0;}

ul#breadcrumbs li.last{
 background:none;}

ul#breadcrumbs li a{
 font-weight:bold;
 text-decoration:underline !important;} 

ul#breadcrumbs li.first{
 padding-top:0;}


/* 3. CONTENT
-----------------------------------------------------------------------------------------------
===============================================================================================*/
#content h2{
 color:#FFF;
 padding: 9px 20px;
 font-size:1.6em;
 background:url(../images/bg_header.gif) repeat-x top left;}

#content p{
 font-size:1.2em;}

.ad{
 text-align:center;
 margin: 0 0 10px 0;}

.ad img{
 display:block;
 margin: 0 auto;}

.ad-bottom{
 padding: 30px 0 0 0;
 margin: 20px 0 0 0;
 border-top:1px dotted #ccc;}

#content h2 img{
 float:right;}
 
#main-content{
 width: 656px;
 float:left;}
 
.col1 {
 	width:325px;
 	float:left;
 	margin: 10px 0 0 0;
 	background:url(../images/bg_freeservices.gif) repeat-y top left;
 }
 
.col2 {
 	width:325px;
 	float:right;
 	margin: 10px 0 0 0;
 	/*background:url(../images/bg_freeservices.gif) repeat-y top left;*/
}
 
 .col1 .box,
 .col2 .box{
 border:1px solid #F3F3F3;
 width: 282px;
 margin: 0 0 10px 0px;
 min-height:262px;
 /*float:left;*/
 padding: 20px 15px 0 15px;
 background:#F4F4F4 url(../images/bg_otherservices.gif) repeat-x top left;}
 
 .col1 .box2,
 .col2 .box2{
 border:1px solid #F3F3F3;
 width: 282px;
 margin: 0 0 10px 4px;
 padding: 20px 15px 0;
 background:#F4F4F4 url(../images/bg_otherservices.gif) repeat-x top left;
 min-height:250px;
 } 

.col1 .box img,
.col2 .box img,
.col1 .box2 img,
.col2 .box2 img{
 float:left;
 margin: 0 9px 0 0;}
 
 .content_logo{
 min-height:30px;
 float:left;
 }

 .col1 .box p.svc-brand-logo,
 .col2 .box p.svc-brand-logo,
 .col1 .box2 p.svc-brand-logo,
 .col2 .box2 p.svc-brand-logo{
 	min-height:30px;
 }
 
 .svc-txt{
 	clear:left;
 }

.col1 .box .text,
.col2 .box .text,
.col1 .box2 .text,
.col2 .box2 .text{
 float:left;
 width: 170px;}
 
.col1 .box .text p,
.col2 .box .text p,
.col1 .box2 .text p,
.col2 .box2 .text p{
 line-height: 1.4em;
 margin: 0 0 5px 0;}

.col1 .box .text h3,
.col2 .box .text h3,
.col1 .box2 .text h3,
.col2 .box2 .text h3{
 font-size:1.5em;
 margin: 0 0 5px 0;
 color:#606060;}

.col1 .box .text a span,
.col2 .box .text a span,
.col1 .box2 .text a span,
.col2 .box2 .text a span{
 color:#666666 !important;}

.col1 .box .text a,
.col2 .box .text a,
.col1 .box2 .text a,
.col2 .box2 .text a{
 font-weight:bold;}

/*SERVICES POPUP BOX
----------------------------------------------------------------------
*********************************************************************/
.svc_popup{
	width:350px;
	background:gray;
	color:white;
	display:none;
	position:absolute;
	z-index:1;
	padding:10px;
	font-size:11px;
	border:solid 1px #fff;
	margin:35px 0px 0px;
	float:left;
	clear:both;
}

.svc_popup h1{
	float:none;
	display:block;
	font-size:14px;
	margin:0px 0px 10px 0px;
	padding:0px;
	height:28px;
}

.svc_popup h2{
	float:none !important;
	display:block !important;
	font-size:12px !important;
	margin:0px 0px 10px 0px !important;
	padding:0px !important;
	background:none !important;
}

.svc_popup ol{
	margin:0px;
	padding:0px;
}

.svc_popup ol li{
	display:list-item;
	list-style-type:decimal;
	margin:0px 0px 0px 20px;
	padding:0px 0px 5px;
	width:300px;
	vertical-align: text-top;
}

#flash{
 width:650px;
 background:url(../images/flash_bg.jpg) no-repeat;
 margin: 0 2px 11px 4px;
}

/* (Deprecated) this block is not being used
----------------------------------------------------------------------
*********************************************************************/
.free-services{
 margin: 10px 0 0 0;
 background:url(../images/bg_freeservices.gif) repeat-y top left;}

.free-services .box{
 border:1px solid #F3F3F3;
 /*width: 282px;*/
 margin: 0 0 10px 0;
 min-height:150px;
 /*float:left;*/
 padding: 20px 15px 0 15px;
 background:#F4F4F4 url(../images/bg_otherservices.gif) repeat-x top left;} 

.free-services .box img{
 float:left;
 margin: 0 9px 0 0;}

.free-services .box .text{
 float:left;
 width: 130px;}
 
.free-services .box .text p{
 line-height: 1.4em;
 margin: 0 0 5px 0;}

.free-services .box .text h3{
 font-size:1.5em;
 margin: 0 0 5px 0;
 color:#606060;}

.free-services .box .text a span{
 color:#666666 !important;}

.free-services .box .text a{
 font-weight:bold;}
 /* ################## (Deprecated) ##################### */

#sidebar{
 width: 300px;
 height:650px;
 float:left;
 margin-left: 5px;
}

#register-form{
	color:#666;
	font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
	width:650px;
	float:left;
	background: url('../images/bg-mainContent-inner.png') no-repeat;
}

#form-tbl-main select,
#register-form input, 
#register-form select,
#updateprofileform input,
#updateprofileform select{
	color:#000;
	font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
}

#form-tbl-main .terms{
	float:left; padding-left:19px; line-height:29px;
	color:#000;
	font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
}

#register-form h1{
	width:100%;
	height:100%;
	padding-left:20px;
	font-size:21px;
	color:#333;
	margin-bottom:10px;
}

#register-form h2{
	background:none;
	/*width:100%;*/
	height:100%;
	margin-left:130px;
	padding-left:0px;
	font-size:16px;
	color:#676767;
	font-weight:normal;
	border-bottom:1px dotted #CCC;
}

#register-form h3{
	font-size:12px;	
	padding:0px 0px 20px 0px;
}

#register-form .reg_info_block ul{
	list-style:none;
	padding:0px 0px 20px 0px;
	/*border-bottom:1px dotted #CCC;*/
}

#register-form .reg_info_block ul li{
	background:url(../images/sqr_list_bg.gif) no-repeat center left;
	padding:7px 0px 0px 10px;
}

.showhint{
 text-decoration:none;
 margin:0;
 padding:5px 0 0 10px;}
 
 .privacyInfo{
 margin:0; 
 padding:0;}

#form-tbl-main{
	margin-left:50px;
}

#form-tbl1 td{
	padding-bottom:10px;
}

#form-tbl2{
	padding:23px 0px;
}

#form-tbl2 td{
	padding:0px 0px 0px 5px;
}

/* REGISTER
----------------------------------------------------------------------
*********************************************************************/
#register{
 background:url(../images/bg_sidebarreg.gif) no-repeat top left;
 width: 264px;
 height:117px;
 margin: 0 0 11px 0;
 padding: 17px 20px 0 15px;}

#register h3{
 color:#FFF;
 font-size:1.4em;
 margin: 0 0 5px 0;}

#register p{
 color:#F9B8B3;
 margin: 0 0 5px 0;}

#register label{
 font-size:1.2em;
 color:#FFF;
 margin: 0 6px 0 0;}

#register input.text,
#unplug input.text{
 width: 40px;
 margin: 0 5px 4px 0;
 height:18px;
 padding: 2px 0 0 0;
 border:1px solid #809DB9;}

#register  .longtext{
 width: 50px !important;}

#register input.button{
 float:right;}
 
 #register #hint_trigger{
 	float:left;
 	padding:0px 0px 0px 15px;
 	margin:10px 0px 0px;
 	cursor:pointer;
 }
 
 #register #hint_trigger span{
 	float:left;
 	font-weight:bold;
 	color:#fff;
 	text-decoration:underline;
 	margin-right:3px;
 }
 
 #register #hint{
 	display:none;
 	width:250px;
 	position:absolute;
 	z-index:1;
 }
 
 #register #hint div{
 	width:250px;
 	height:25px;
 	background:url(../images/hint_bg.gif) top left no-repeat;
 }
 
#register #hint div#hint_txt{
	background:#D01818;
	height:100%;
}
 
 #register #hint p{
 	padding:2px 10px 10px;
 	color:#fff;
 	font-weight:bold;
 	margin:0px;
 }
 
.reg-form-btn{
 background:url(../images/btn_bg_left.gif) no-repeat left top;
 min-height:23px;
 min-width:58px;
 padding-left:6px;
 float:right;
 }
 
 .reg-form-btn input{
 border:none;
 background:url(../images/btn_bg_right.gif) no-repeat right top;
 font-size:12px;
 color:#D33F1D;
 font-weight:bold;
 padding:2px 5px 8px 0px;
 cursor:pointer;
 }
 
#content #reg-error{
	color:red;
	font-size:12px;
	font-weight:bold;
	float:left;
	line-height:25px;
	padding-left:20px;
}

.regerror{
	color:red;
	font-size:12px;
	font-weight:bold;
	padding-left:5px;
}

.required{
	color:red;
	padding-left:3px;
}

#thankyou{
	width:650px;
	float:left;
	background: url('../images/bg-mainContent-inner.png') no-repeat;
}

#thankyou h1{
	float:none;
	display:block;
	font-size:22px;
	width:100%;
	margin-left:20px;
	margin-top:10px;
}

#thankyou p{
	font-size:12px;
	width:100%;
	margin-left:20px;
	padding-bottom:21px;
}

#thankyou p.last{
	border-bottom:1px dotted #CCC;
	margin-bottom:21px;
	width:600px
}

#thankyou #thx-lnk{
	display:block;
	margin-top:21px;
	background:url(../images/pronto_thankyou_logo.gif) center left no-repeat;
	padding-left:107px;
	text-decoration:underline;
	line-height:26px;
}

/* LOGIN
----------------------------------------------------------------------
*********************************************************************/
#loginform {
  font:100% Arial,Helvetica,sans-serif;
  margin: 0;
  padding: 0;
  float:left; 
}

#loginform label { 
	display: block;
	float: left; 
	width: 90px; 
	padding: 0; 
	margin: 5px 0 0;
	text-align: right;
	font-size:12px;
}

#loginform input {
	width:auto;
	margin:5px 0 0 10px;
	font-family: Arial,Helvetica,sans-serif;
}

#loginform #loginbtn input{
	margin:0px !important;
	float:left;
}

#loginform p.regerror{
	text-align:right;
	padding-top:5px;	
}

#loginform .buttonwrapper{
	min-width:10px;
	margin:0px 0px 0px 59px; 
}

 #fpwdform .buttonwrapper{
	min-width:10px;
	margin:0px 0px 0px 37px;
}

/*ACCOUNT\PROFILE
----------------------------------------------------------------------
*********************************************************************/
#account{
	float:left;
	margin-left:5px;
	width:650px;
	background: url('../images/bg-mainContent-inner.png') no-repeat;
}

#account h1{
	float:left;
	font-size:21px;
	margin-left: 10px;
	margin-top: 10px; 
}

#account form{
	float:left;
	margin-left:20px;
	clear:both;
}

#account p{
	margin-bottom:20px;
}

/*HELP
----------------------------------------------------------------------
*********************************************************************/
#help-content{
	float:left;
	width:630px;
	padding-left:20px;
	font-size:12px;
	background: url('../images/bg-mainContent-inner.png') no-repeat;
	margin-left: 5px;
}

#help-content h1{
	float:none;
	margin-top:10px;
	margin-bottom:15px;
	height:0px;
	min-height:40px;
	width:0px;
	min-width:300px;
	font-size:20px;
}

#help-content #help-nav{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:dotted 1px #999;
	font-weight:bold;
	font-size:14px;
}

#help-content #help-nav a{
	padding-right:20px;
}

#help-content #help-nav a:link,
#help-content #help-nav a:hover,
#help-content #help-nav a:visited{
 	color:#1E7DDC !important;
 }
 
 #help-content ul{
 	padding:0px;
 	margin:0px;
 	list-style:none;
 	font-size:12px;
 }
 
 #help-content ul li h3{
 	font-size:14px;
 	padding:0px;
 	margin:0px;
 }
 
 #help-content ul li{
 	margin-bottom:10px;
 }
 
 #help-content #inner-nav{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:dotted 1px #999;
}

#help-content #inner-nav ul{
	float:left;
	padding:0px 0px 15px;
}

#help-content #inner-nav ul li{
	float:left;
	padding: 0px 20px 0px 0px;
	margin:0px;
	font-weight:bold;
	font-size:14px;
}
 
/*POLICY
----------------------------------------------------------------------
*********************************************************************/
#policy{
	width:630px;
	float:left;
	padding-left:20px;
	font-size:12px;	
	background: url('../images/bg-mainContent-inner.png') no-repeat;
}

#policy h3{
	font-size:14px;
	margin-top: 10px;	
}

#policy ul{
	margin-top:10px;	
}

#policy ul li{
	list-style-type:circle;
	margin-left:20px;
}

/*TERMS
----------------------------------------------------------------------
*********************************************************************/

#terms{
	float:left;
	width:630px;
	padding-left:20px;
	font-size:12px;
	background: url('../images/bg-mainContent-inner.png') no-repeat;
}

#terms h1,
#terms h2,
#terms h3{
	float:none;
	display:block;
	width:100%;
	font-size:14px;
	padding:10px 0px;
	margin:0px;
	height:auto;
}

#terms p{
	margin:0px 0px 15px 0px;
	font-size:12px;
}

#terms p.copyright{
	font-style:italic;
	font-weight:bold;
}

#terms ul{
	padding:0px 0px 0px 20px;
}

#terms ul li{
	list-style:disc;
}

a.close-win{
	float:left;
	clear:both;
	display:block;
	width:100%;
	padding-left:550px;
}

#unplug{
 background:url(../images/bg_sidebarunplug.gif) no-repeat top left;
 width: 267px;
 height:48px;
 margin: 0 0 11px 0;
 padding: 58px 0 0 32px;}

#unplug input.text{
 width: 175px !important;
 vertical-align:top;
 margin-top:5px;}

#unplug input.button{
 margin: 4px  0 0 0;}

ul.other-services li{
 padding: 15px 16px 10px 16px;
 min-height: 40px;
 height:auto !important;
 height:40px;
 border-bottom:1px dotted #ccc;}

ul.other-services li br{
 clear:both;}

ul.other-services li img{
 float:left;
 margin: 0 8px 0 0;}

ul.other-services li a{
 display:block;}

ul.other-services li p{
 width: 195px;
 float:left;}

.top-downloads-wrapper{
 padding:8px 0 0 8px;
 margin-top:11px;
 }


.top-downloads
{
  min-height:300px;
  height:300px;
  background:transparent url(../images/bg-supplement-inner.png) no-repeat top left;
  overflow:visible;
		
}

#sendmeBox {
	margin-left:19px;
	width:262px;
	background:#ffffff url(../images/sendme/bg-sendmeBox.png) no-repeat;
	}


#sendmeNav:after {
	content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden; 
	}
#sendmeNav .ringtones, #sendmeNav .wallpapers, #sendmeNav .games {
	float:left;
	height:24px;
	}
.ringtones SPAN, .wallpapers SPAN, .games SPAN {
	display:block;
	width:100%;
	height:24px;
	}
#sendmeNav .ringtones {
	width:81px;
	}
#sendmeNav .ringtones SPAN.active {
	background:transparent url(../images/sendme/tab-ringtones-or.png) no-repeat;
	}
#sendmeNav .wallpapers {
	width:98px;
	}
#sendmeNav .wallpapers SPAN.active {
	background:transparent url(../images/sendme/tab-wallpapers-or.png) no-repeat;
	}
#sendmeNav .games {
	width:79px;
	}
#sendmeNav .games SPAN.active {
	background:transparent url(../images/sendme/tab-games-or.png) no-repeat;
	}
#sendmeContent {
margin-left: 10px;
width:245px;
	}




 
ul.top-download-list{
   margin-top: 10px;
	overflow:auto;
}
 
ul.top-download-list li{
  padding: 0 0 12px 0;}
 
ul.top-download-list li span.number{
   float:left;
   padding: 6px 10px 0 0;
   height: 37px;
   width: 37px;
   margin: 0px;
   overflow: hidden;} 
 
ul.top-download-list li p{
  width: 174px;
  float:left;}

ul.top-download-list li p a{
  display:block;
  margin: 0 0 3px 0;
  font-weight:bold;}

ul.top-download-list li br{
 clear:both;}

.tabContent{
 min-height:300px;
 overflow: auto;
 /*height: auto !important;*/
 height:300px;}

/* 3. FOOTER
-----------------------------------------------------------------------------------------------
===============================================================================================*/
#footer-wrapper{
 width: 966px;
 margin: 0 auto;
 background:#fff url(../images/bg-footer.gif) no-repeat;
}

#footer .box{
 width: 117px;
 height:232px;
 float:left;
 font-size:1.1em;
 margin: 0 1px 20px 0;
 background:url(../images/bg_footerbox1.gif) no-repeat top left;
 padding: 17px 7px 0 12px;}

#footer .box2{
 background:url(../images/bg_footerbox2.gif) no-repeat top left;} 

#footer .footer-brand-logo{
	min-height:49px;
}

.brand-logo{
	margin-left:70px;
	margin-right:60px;
	align:center;
}

.wrapper-brand-logo{
	margin-right:500px;
	width:960px;
}

#footer .box img{
 margin: 0 0 20px 0;}

#footer .box p{
 padding: 0 0 15px 0;
 line-height: 1.4em;}

#footer .box ul li a span{
 color:#6D6D6C !important;}

#footer .box ul li {
 padding: 0 0 8px 0;
 font-weight:bold;}
 
#footer p.copyright{
 float:left;
 color:#FFF;
 font-size:1.2em;} 

#footer p img{
 vertical-align:middle;}

ul.footer-links{
 float:right;
 font-size:1.2em;}

ul.footer-links li{
 float:left;
 padding: 0 0 0 10px;}

ul.footer-links li a{
 color:#FFF !important;
 font-weight:bold;}

ul.footer-links li a:hover{
 text-decoration:underline !important;}

.txt-header{
 	min-height:135px;
 }
 
 #video {
	margin:10px auto;
	padding:139px 49px 124px 49px;
	background:url(../images/iphone-shell.jpg) 0 0 no-repeat;
	width:414px;
	height:758px;
	voice-family:"\"}\""; 
	voice-family:inherit; 
	width:316px;
	height:495px;
	}
 
 /* 4. HACKS
-----------------------------------------------------------------------------------------------
===============================================================================================*/
 
 /* hack for IE6 and below */
 * html .txt-header{
 	height:expression(this.height<110 ? 110 : 135);
 } 
 
  #tagline {	
	margin-left:13px;
	float: left;
	}
#headerLinks {
	float:right;
	top:25px;
	right:0px;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	color:#B1B1B1;
	/*margin-top: 20px;*/
	}
#headerLinks A:LINK, #headerLinks A:VISITED {
	color:#607680;
	text-decoration:none;
	}
#headerLinks UL, #headerLinks P {
	margin:0;
	padding:0;
	list-style:none;
	}
#headerLinks LI {
	float:left;
	}
 
 #footer {
	clear:both;
	width:100%;
	height:50px;
	padding-bottom:30px;
	padding-top:10px;
	color:#607680;
	background:none;
	text-align:center;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#footer A:LINK, #footer A:VISITED, #footer SPAN {
	color:#607680;
	background:transparent url(../images/bg-footer-nav-li.gif) no-repeat;
	padding-right:6px;
	padding-left:15px;
	}
#footer A:LINK, #footer A:VISITED {
	text-decoration:underline;
	}
#footer A:LINK.first, #footer A:VISITED.first {
	background:none;
	}
	
	#carrierLinks {
	margin-top:27px;
	margin-bottom:15px;
	}
#carrierLinks A:LINK, #carrierLinks A:VISITED, #carrierLinks SPAN {
	background:none;
	padding-right:18px;
	padding-left:18px;
	text-decoration:none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#logoNav {
    float:left;
	top:62px;
	left:0;
	width:100%;
	background:transparent url(../images/bg-logo-nav.png) no-repeat; 
	}
 	
 #logoNav UL {
	list-style:none;
	margin:0;
	padding:0;
	margin-top:29px;
	}
#logoNav LI {
	padding-left:27px;
	float:left;
	}
	
	#logoNav:after, #logoNav ul:after, #headerLinks LI:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden; 
	}
	
  #toolTipHolder {
	display:none;
	}
#toolTipHolder {
	margin-left:-235px;
	}
	
#toolTipHolder DIV {
	margin:0;
	padding:0;
	}
#toolTipWrapper {
	width:242px;
	border:0;
	}
td#toolTipContent{
	height:50px;
	padding:3px 25px 5px 25px;
	background:transparent url(../images/tt-background.png) repeat;
	color:#ffffff;
	font-size:12px;
	}

td#toolTipContent A:LINK, td#toolTipContent A:VISITED {
	color:#ffffff;
	}

td#tt-top{
	height:28px;
	background:transparent url(../images/tt-top-corners.png);
}

td#tt-bottom{
	height:37px;
	background:transparent url(../images/tt-bottom-corners.png);
}


#logoNav SPAN {
	display:none;
	}	
 	
 #tooltip {
	position: absolute;
	z-index: 3000;
}
#tooltip h3, #tooltip div { margin: 0; }

#supplement {
	float:left;
	margin-left:10px;
	margin-top:5px;
	width:266px;
	padding:15px 10px 10px 22px;
	height:120px;
	overflow:hidden;
	background:transparent url(../images/bg-supplement.png) no-repeat;
	font-size:76%;
	color:#ffffff;
	}
*html #supplement {
	height:145px;
	} 
	
#mainContentOuter {
	float:left;
	width:650px;
	height:143px;
	margin-left:4px;
	overflow:hidden;
	background:transparent url(../images/bg-main-content.png) repeat-y;
	font-size:76%;
	}
#mainContentOuter #contentImage	
	{
		width:200px;
		float:left;
		padding-top:20px;
		padding-left:20px;
	}
#mainContentOuter #contentDescription		
	{
		padding-top:10px;
		font-size:12px;
		padding-right:10px;
	}
	
*html #mainContentOuter {
	height:143px;
	}
	
#mainContentOuter b
{
	font-weight:bold;
	font-size:18px;
}	
.mainContainer
{
	float:left;
	width:640px;
	height:353px;	
	padding:5px;
	background:transparent url(../images/bg-mainContent-inner.jpg) no-repeat;
	margin-left: 2px;
}
.serviceContainer
{
	float:left;
	width:640px;
	padding:5px;
	background:transparent url(../images/bg-serviceContent-inner.png) no-repeat;
	margin-left: 2px;
}
.headerAndText
{
	line-height: 1.4em;
	margin-left: 15px;
	float: left;
	width: 450px;
	margin-top: 10px;
}
.mainServiceLogo
{
	width:160px;
	float: left;
	margin-top: 20px;
	margin-right: 40px;
	padding-left: 80px;
}	


.mainService li
{
	font-size:12px;
	list-style-type:disc;
}
.mainService ul
{
	margin-left:290px;
}



/*=send to phone style*/
.stph_popup{
position:absolute;
top:400px;
left:50%;
margin-left:-178px;
}

.stph_container{
width:356px;
background:url(../images/send_to_phone_top.gif) no-repeat top left;
padding:7px 0 0;
float:left;
}

.stph_content{
width:100%;
background:url(../images/send_to_phone_bottom.gif) no-repeat bottom left;
padding:0 0 7px;
float:left;
}

.stph_content form, .stph_charges, .stph_submit{
width:100%;
background:#ef5a22 repeat-y top left;
padding:0;
margin:0;
float:left;
}

.stph_content form input{
width:56px;
height:28px;
background: url(../images/send_to_phone_tf.gif) no-repeat top left;
border:none;
padding:7px 0 0 3px;
margin:0;
}

.stph_content form select{
width:172px;
font-weight:bold;
}

.stph_content form p, .stph_charges{
font-family:arial;
font-size:14px;
font-weight:bold;
color:#fff;
line-height:28px;
padding:0;
margin:0;
}

.stph_submit {
font-family:arial;
font-size:11px;
font-weight:bold;
padding:5px 0;
float:left;
text-align:right;
}

.stph_submit a {
text-decoration:none;
color:#fff;
margin-right:10px;
}

.stph_charges p{
	font-size:11px !important;
	line-height:11px;
	margin-right:10px;
	margin-left:10px;
}

#cell_num{
width:100%;
float:left;
margin:0 0 2px 0;
}

#cell_num p{
font-size:14px;
}


#carrier{
width:100%;
float:left;
}

.stph_success,
.stph_optout{
	width:100%;
	background:#ef5a22 repeat-y top left;
	padding:15px 0;
}

.stph_success p{
	margin-left:20px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	font-family:arial;
	text-align:left;
}

.stph_optout p{
	font-size:14px;
	color:#fff;
	font-weight:bold;
	font-family:arial;
	text-align:center;
}

.stph_error{
	color:#000000 !important;
	width:100% !important;
	font-size:11px !important;
	float:left !important;
	line-height:15px !important;	
}

#userButtons TABLE {
	width:298px;
	height:98px;
	background:transparent url(../images/bg-userButtons.png) no-repeat;
	margin:0 0 5px 0;
}

#userButtons TABLE TD {
	padding:0 2px 0 12px;
}

.sendToPhone, .downloadNow {
	font-size:14px;
	font-weight:bold;
	text-decoration:underline !important;
}
.close-button {
	position:absolute;
	z-index:2100;
	top:15px;
	right:25px;
}
.close-button-img {
	cursor:pointer;
	cursor:hand;
}
