/* main */
.mobile_container
{
	width: 980px;
	background:#ffffff url("/mobile/home/images/holder_bg.jpg") repeat-x;
}

.holder {
	width: 980px;
	background:url("/mobile/home/images/left_bg.gif") repeat-y ;
}

.holder_left {
	width:190px;
	float:left;
	display: inline;
}

.holder_main {
	width:610px;
	float:left;
	margin-left: 6px;
	display: inline;
	margin-bottom: 5px;
}

.holder_right {
	width:160px;
	float: left;
	margin-left: 6px;
	display: inline;
	margin-bottom: 5px;
}

/* carousel and page header */

.home_carousel_div, .page_header
{
	float: left;
	width: 596px;
	height: 270px;
	border: 1px solid #9b9b9b;
	background-color: #d6d6d6;
	margin-bottom: 5px;
	padding: 6px;
	display: inline;
}

.page_header
{
	position: relative;
}

.page_header .header_button
{
	cursor: pointer;
	position: absolute; 
	right: 10px; 
	bottom: 90px;
	height: 35px;
	width: 108px;
}

.page_header .header_button.videos
{
	background: url("/mobile/home/images/watch_now.png") no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/mobile/home/images/watch_now.png');
	
}

.page_header .header_button.games
{
	background: url("/mobile/home/images/get_it_now_gold.png") no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/mobile/home/images/get_it_now_gold.png');
}

.page_header .header_button.iphone
{
	background: url("/mobile/home/images/get_it_now.png") no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/mobile/home/images/get_it_now.png');
	width: 116px;
	height: 40px;
}

.page_header .header_button.alerts
{
	background: url("/mobile/home/images/subscribe.png") no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/mobile/home/images/subscribe.png');
}

.page_header #page_desc
{
	cursor: pointer;
	/*background: rgba(0, 0, 0, 0.75);*/
	background: url("/mobile/home/images/desc_bg.png") no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/mobile/home/images/desc_bg.png');	
	width: 596px;
	position: absolute;
	bottom: 6px;
	left: 6px;
	height: 80px;
}

.page_header #page_desc h1
{
	color: #ffff00; 
	margin: 15px 15px 5px; 
	font-size: 22px; 
	font-weight: bold;
}

.page_header #page_desc h2
{
	color: #ffffff; 
	margin: 0px 40px 5px 15px; 
	font-weight: bold;
	font-size: 11px;
}

/* help page */

.help_div
{
	margin-bottom: 5px;
	width: 610px;
	background: #f4f4f4;
}

.help_div .help_div_holder
{
	width: 598px;
	border: 1px solid #cfcfcf;
	padding: 0px 5px 10px;
	font-size: 12px;
}

.help_div .help_div_holder h4
{
	margin-bottom: 2px;
	font-size: 12px;
}

.help_div #sms_faq
{
	background: url("/mobile/home/images/help_sms.jpg") no-repeat;
	height: 31px;
	width: 610px;
}

.help_div #sms_ringfaq
{
	background: url("/mobile/home/images/help_ringfaq.jpg") no-repeat;
	height: 31px;
	width: 610px;
}

.help_div #sms_ringtones
{
	background: url("/mobile/home/images/help_ringtones.jpg") no-repeat;
	height: 31px;
	width: 610px;
}

/* video page */

.mobile_video_div
{
	width: 610px;
	clear: left;
	margin-bottom: 5px;
	background: #f4f4f4;
}

.mobile_video_div .vid_holder
{
	overflow: auto;
	border: 1px solid #999;
}

.mobile_video_div #vid_header
{
	background:url("/mobile/home/images/videos_div_header.jpg") no-repeat;
	width: 610px;
	height: 31px;
	text-indent: -2000px;
}


.mobile_video_div .vid_holder .vid_item
{
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: #999 1px solid;
}

.mobile_video_div .vid_holder .vid_item.last
{
	border-bottom: none;
}

.mobile_video_div .vid_holder .vid_item .thumb_holder
{
	margin: 5px;
	float: left;
}

.mobile_video_div .vid_holder .vid_item .thumb
{
	border: #999999 1px solid;
}

.mobile_video_div .vid_holder .vid_item .video_info
{
	float: left;
	margin: 10px 0px 5px;
	width: 320px;
}

.mobile_video_div .vid_holder .vid_item .buttons
{
	float: right;
	margin: 8px 5px 5px;
}

.mobile_video_div .vid_holder .vid_item .title
{
	color: #ff3399;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
}

.mobile_video_div .vid_holder .vid_item .description
{
	margin: 0px;
	color: #5c5c5b;
	font-size: 12px;
}

.video_watch_now #watch_header
{
	background:url("/mobile/home/images/videos_watch_header.jpg") no-repeat;
	width: 610px;
	height: 31px;
	text-indent: -2000px;
}

/* alerts page */

.alerts_subscribe_div
{
	clear: both;
	float: left;
	background: #f4f4f4;
	width: 302px;
	color: #5c5b5b;
	margin: 0 6px 5px 0;
	display: inline;
}

.alerts_subscribe_div #alerts_subscribe_header
{
	background:url("/mobile/home/images/alerts_subscribe.jpg") no-repeat;
	width: 302px;
	height: 31px;
	text-indent: -2000px;
}

.alerts_subscribe_div #alerts_subscribe_holder
{
	border: 1px solid #cfcfcf;
	width: 292px;
	padding: 0 4px;
	height: 360px;
	font-size: 12px;
}

.alerts_subscribe_div #alerts_subscribe_holder #carrier_form
{
	display: none;
}

.alerts_subscribe_div #alerts_subscribe_holder #phone_number
{
	border: 1px solid #5c5b5b;
	width:170px; 
	margin-top: 3px;
}

.alerts_subscribe_div #alerts_subscribe_holder .small_print
{
	font-size: 10px;
	margin: 5px;
}

.alerts_subscribe_div iframe
{
	height: 0px;
	width: 0px;
	border: none;
}

.alerts_subscribe_div #alerts_subscribe_holder .error
{
	font-size: 10px;
	margin: 5px;
	font-weight: bold;
	color: #ff0000;
	text-align: center;
}

.alerts_example_div
{
	background: #f4f4f4;
	width: 302px;
	color: #5c5b5b;
	float: left;
	margin-bottom: 5px;
	display: inline;
}

.alerts_example_div #alerts_example_header
{
	background:url("/mobile/home/images/alerts_examples.jpg") no-repeat;
	width: 302px;
	height: 31px;
	text-indent: -2000px;
}

.alerts_example_div #alerts_example_holder
{
	border: 1px solid #cfcfcf;
	width: 300px;
	height: 360px;
}

.alerts_example_div #alerts_example_holder p
{
	margin: 10px 15px;
	color: #000000;
	font-size: 12px;
}

.alerts_example_div #alerts_example_holder p.hidden
{
	display: none;
}

.alerts_example_div #alerts_example_holder #alerts_example_phone
{
	background:url("/mobile/home/images/alerts_examples_bg.jpg") no-repeat;
	margin: 5px;
	width: 290px;
	height: 240px;
}

.alerts_example_div #alerts_example_holder #alerts_example_phone p
{
	margin: 0px; 
	padding: 78px 70px 0px;
	font-family: "Courier New", Courier, monospace;
}

/* iphone page */

.iphone_get_it_div
{
	width: 610px;
	clear: both;
	margin-bottom: 5px;
	background: #f4f4f4;
}

.iphone_get_it_div #iphone_get_it_header
{
	background:url("/mobile/home/images/iphone_header.jpg") no-repeat;
	width: 610px;
	height: 31px;
	text-indent: -2000px;
}

.iphone_get_it_div #iphone_get_it_holder
{
	border: 1px solid #cfcfcf;
	width: 608px;
}

/* games page */

.games_screens_div
{
	width: 610px;
	clear: both;
	margin-bottom: 5px;
	background: #f4f4f4;
}

.games_screens_div #games_screens_header
{
	background:url("/mobile/home/images/games_screens.jpg") no-repeat;
	width: 610px;
	height: 31px;
	text-indent: -2000px;
}

.games_screens_div #games_screens_header h2
{	
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

.games_screens_div .games_screens_holder
{
	border: 1px solid #cfcfcf;
	width: 608px;
	padding: 8px 0px;
}

.games_screens_div .games_screens_holder img
{
	border: 1px solid #cfcfcf;
}

.games_about_div
{
	width: 610px;
	clear: both;
	margin-bottom: 5px;
	background: #f4f4f4;
}

.games_about_div #games_about_header
{
	background:url("/mobile/home/images/games_about.jpg") no-repeat;
	width: 610px;
	height: 31px;
	text-indent: -2000px;
}

.games_about_div .games_about_holder
{
	border: 1px solid #cfcfcf;
	width: 608px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5c5b5b;
}

.games_about_div .games_about_holder p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5c5b5b;
	margin: 5px;
}

.games_get_it_div #games_get_it_header
{
	background:url("/mobile/home/images/games_get_it_now.jpg") no-repeat;
	width: 610px;
	height: 31px;
	text-indent: -2000px;
}

.games_about_div #games_about_header h2, .games_get_it_div #games_get_it_header h2, .alerts_subscribe_div #alerts_subscribe_header h2, .alerts_example_div #alerts_example_header h2, .mobile_video_div #vid_header h2, .video_watch_now #watch_header h2, .home_carrier_div #home_carrier_header h2, .iphone_get_it_div #iphone_get_it_header h2, .top_iphone_div #top_iphone_header h2, .top_ringtones_div #top_ringtones_header h2
{
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

/* sponsor area */

.sponsor_area
{
	float: left;
	height: 160px;
	width: 160px;
	margin-bottom: 5px;
}

/* navigation */

.nav {
	width: 177px;
	margin:0 5px;
	padding-top: 5px;
}

.nav #nav_header {
	background:url("/mobile/home/images/nav_header.jpg") no-repeat;
	width: 177px;
	height: 27px;
	cursor: pointer;
	text-indent: -2000px;
}

.nav #nav_header h1
{
	margin: 0px;
	font-size: 10px;
}

.nav .nav_item {
	background:url("/mobile/home/images/nav_item_bg.jpg") no-repeat;
	width: 177px;
	height: 21px;
	cursor: pointer;
}

.nav .nav_item.nosub {
	background:url("/mobile/home/images/nav_item_bg_nosub.jpg") no-repeat;
}

.nav .nav_item.nosub_selected {
	background:url("/mobile/home/images/nav_item_bg_active_nosub.jpg") no-repeat;
}

.nav .nav_item.selected {
	background:url("/mobile/home/images/nav_item_bg_active.jpg") no-repeat;
}

.nav .nav_item.expanded {
	background:url("/mobile/home/images/nav_item_bg_expanded.jpg") no-repeat;
}

.nav .nav_item.selected_expanded {
	background:url("/mobile/home/images/nav_item_bg_active_expanded.jpg") no-repeat;
}

.nav .nav_content.hidden
{
	display: none;
}

.nav .nav_subitem
{
	background:url("/mobile/home/images/nav_subitem_bg.jpg") no-repeat;
	width: 177px;
	height: 20px;
	cursor: pointer;
	border-bottom: 1px #3e3e3e solid;
}

.nav .nav_subitem.active
{
	background:url("/mobile/home/images/nav_subitem_bg_active.jpg") no-repeat;
}

.nav .nav_subitem a, .nav .nav_subitem.active a
{
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 3px 0px 0px 15px;
	display: block;
	text-decoration: none;
}

.nav .nav_subitem.active a
{
	color: #ffff00;
}

.nav .nav_subitem a:hover
{
	color: #FFFF00;
}

.nav .nav_item h4 {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 3px;
}

/* top ringtones div */

.top_ringtones_div
{
	background: #f4f4f4;
	width: 302px;
	color: #5c5b5b;
	float: left;
	margin-bottom: 5px;
}

.top_ringtones_div #top_ringtones_header
{
	background:url("/mobile/home/images/top_ringtones_header.jpg") no-repeat;
	width: 302px;
	height: 31px;
	text-indent: -2000px;
}

.top_ringtones_div #top_ringtones_holder
{
	border: 1px solid #cfcfcf;
	width: 300px;
}

/* carrier tabs */

.home_carrier_div, .video_watch_now, .games_get_it_div
{
	width: 610px;
	clear: both;
	background: #f4f4f4;
}

.home_carrier_div #carrier_blurb, .video_watch_now #carrier_blurb, .games_get_it_div #carrier_blurb
{
	color: #333333;
	border: 1px solid #d0d0d0;
	background: #ffffff url("/mobile/home/images/blurb_bg.jpg") repeat-x bottom;
	width: 584px;
	padding: 5px;
	margin: 5px;
	font-size: 12px;
}

.home_carrier_div #home_carrier_header
{
	background:url("/mobile/home/images/carrier_header_home.jpg") no-repeat;
	width: 610px;
	height: 31px;
	text-indent: -2000px;
}

.home_carrier_div #home_carrier_holder, .video_watch_now #watch_video_holder, .games_get_it_div #games_get_it_holder
{
	border: 1px solid #cfcfcf;
	width: 608px;
}

.home_carrier_div #home_carrier_holder .loader, .video_watch_now #watch_video_holder .loader, .games_get_it_div #games_get_it_holder .loader
{
	display: none;
}

.home_carrier_div td, .video_watch_now td, .games_get_it_div td
{
	text-align: center;
	vertical-align: middle;
	height: 28px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.home_carrier_div td.last, .video_watch_now td.last, .games_get_it_div td.last
{
	border-right: none;
}

.home_carrier_div td a, .video_watch_now td a, .games_get_it_div td a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #0d92bd;
}

.home_carrier_div td.selected, .video_watch_now td.selected, .games_get_it_div td.selected
{
	border-bottom: none;
}

.home_carrier_div td.selected a, .video_watch_now td.selected a, .games_get_it_div td.selected a
{
	color: #ff3399;
}

.home_carrier_div td a:hover, .video_watch_now td a:hover, .games_get_it_div td a:hover
{
	color: #ff3399;
}

.home_carrier_div img, .video_watch_now img, .games_get_it_div img
{
	display: inline;
	float: left;
	margin-right: 30px;
	border: 1px solid #ccc;
}

.home_carrier_div .video_signup, .video_watch_now .video_signup, .games_get_it_div .game_signup
{
	margin: 10px 30px;
	float: left;
	display: inline;
	color: #5c5b5b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.home_carrier_div .video_signup.hidden, .video_watch_now .video_signup.hidden, .games_get_it_div .game_signup.hidden
{
	display: none;
}

.home_carrier_div .video_signup .carrier_info, .video_watch_now .video_signup .carrier_info, .games_get_it_div .game_signup .carrier_info
{
	width: 405px;
	float: left;
}

.home_carrier_div .video_signup .carrier_info .phone, .video_watch_now .video_signup .carrier_info .phone, .games_get_it_div .game_signup .carrier_info .phone
{
	margin-right: 10px; 
	float: left; 
	margin-top: 5px;
	border: 1px solid #5c5b5b;
}

.home_carrier_div .video_signup p, .video_watch_now .video_signup p, .games_get_it_div .game_signup p
{
	margin-top: 0px;
}

.home_carrier_div .video_signup .error, .video_watch_now .video_signup .error, .games_get_it_div .game_signup .error
{
	display: none;
	color: #FF0000;
	font-weight: bold;
	font-size: 10px;
}

.home_carrier_div .video_signup .warning, .video_watch_now .video_signup .warning, .games_get_it_div .game_signup .warning
{
	font-size: 10px;
	margin-top: 2px;
}


/* top iphone div */

.top_iphone_div
{
	clear: both;
	float: left;
	background: #f4f4f4;
	width: 302px;
	color: #5c5b5b;
	margin: 0 6px 5px 0;
}

.get_it_text
{
	margin: 15px 20px 10px; 
	float: left; 
	width: 340px; 
	font-size: 12px
}

.top_iphone_div #top_iphone_header
{
	background:url("/mobile/home/images/top_iphone_header.jpg") no-repeat;
	width: 302px;
	height: 31px;
	text-indent: -2000px;
}

.top_iphone_div #top_iphone_holder
{
	border: 1px solid #cfcfcf;
	width: 292px;
	padding: 0 4px;
}

.top_iphone_div .item_desc
{
	float: left;
	margin: 8px 0 0;
	width: 200px;
}

.top_iphone_div a, .top_iphone_div h3
{
	font-weight: bold;
	color: #ff216a;
	text-decoration: none;
	margin: 0px 0 0;
	font-size: 12px;
}

.top_iphone_div a:hover
{
	text-decoration: underline;
}

.top_iphone_div p
{
	margin: 0;
	font-size: 12px;
}

.top_iphone_div .item
{
	border-bottom: 1px solid #cfcfcf;
	clear: left;
	padding: 4px 0;
}

.top_iphone_div .item img
{
	float: left;
	display: block;
	padding-right: 8px;
}

.top_iphone_div .item.last
{
	border-bottom: 0;
}

/* go mobile div */

.go_mobile_div
{
	clear: both;
	width: 177px;
	margin:0 5px 0 5px;
	padding: 5px 0 0 0;
}

.go_mobile_div #vh1_go_mobile_header {
	background:url("/mobile/home/images/on_phone_header.jpg") no-repeat;
	width:177px;
	height:27px;
}

.go_mobile_div #sms_module_holder
{
	width:177px;
	overflow:hidden;
	margin: 5px 2px 5px 2px;
	color: #7a7a7a;
}

.go_mobile_div #sms_form #phone1,
.go_mobile_div #sms_form #phone2
{
	width:40px;
	border: 1px solid #6a6a6a;
}

.go_mobile_div #sms_form #phone3
{
	width: 55px;
	border: 1px solid #6a6a6a
}

.go_mobile_div #sms_submit
{
	margin:10px 0px 0px 4px;
}

.go_mobile_div #sms_finePrint
{
	font:normal 9px tahoma;
	text-transform:normal;
	margin:4px 0px 0px 6px;
}

.go_mobile_div h4
{
	margin: 0px;
	font-size: 14px;
}

.go_mobile_div p
{
	margin: 0px 0px 5px;
}

.go_mobile_div #sms_error
{
	display:none;
	margin:5px 0px 0px 0px;
	color:red;
}