body {
    margin:0px;
    background:url(../img/page_bg.gif);
    background-position:top center;
    background-repeat:no-repeat;
}   
body.front
{
    background:url(../img/page_bg_w_flash.gif) no-repeat center top;
}
a, a:visited {
    color:#000;
}  
a:hover {
    text-decoration:underline;
    color:#148AB2;
}
.right {
    text-align:right;
}

#container {
    width:960px;
    margin:0 auto;
}

#header {
    height:201px;
    width:960px;
    overflow:hidden;

}  

#sidebar {
    width:215px;
    float:right;
}    

#sidebar_padding {
    padding:20px;
}            

#sidebar ul {
    margin-left:0px;
    padding:0px;
}

#sidebar ul li {
    list-style-type:none;
    padding:2px 0px 2px 12px;
    margin:0px;
    background:url(../img/li_arrow.gif) no-repeat 0px 8px;
} 

#sidebar ul li a, #sidebar ul li a:visited {
    color:#000;
    font-size:.80em;
    font-family:Arial, Sans-Serif;
}       


#sidebar li.faq-menu {
    list-style-type:none;
    background: none;
}

#sidebar li.faq-menu a {
    display:block;
    width: 90px;
    height: 115px;
    text-indent: -5000px;
    overflow:hidden;
    background:url(../img/FAQs.gif) no-repeat;
    margin-top: 20px;
    margin-left: 10px;
}

#sidebar ul li a:hover, #sidebar ul li a:active {
    color:#148ab2;
} 

.logo {
    width:111px;
    height:76px;
    display:block;
    float:left;
    background:url(../img/sprint_relay_logo.gif);
    background-position:top center;
    background-repeat:no-repeat;
    margin-top:15px;
    text-indent:-9999px;
    overflow:hidden;
    z-index: 50;
}  

.blackberry_tour {
    background:url(../img/banners/bb_tour.jpg);
    background-position:0px 65px;
    background-repeat:no-repeat;
}     

.palm_pre {
    background:url(../img/banners/palm_pre.jpg);
    background-position:0px 65px;
    background-repeat:no-repeat;
}  

.htc {
    background:url(../img/banners/htc.jpg);
    background-position:0px 65px;
    background-repeat:no-repeat;
} 

.moment {
    background:url(../img/banners/moment.jpg);
    background-position:0px 65px;
    background-repeat:no-repeat;
}     

.free {
    background:url(../img/banners/free.jpg);
    background-position:0px 65px;
    background-repeat:no-repeat;
}     


.give {
    background:url(../img/banners/give_package.jpg);
    background-position:0px 65px;
    background-repeat:no-repeat;
}

#tertiary_nav {
    float:right;
    margin-top:9px;
    color:#cccccc;
    font-size:.7em;
    font-family:Arial, Sans-Serif;
}

#tertiary_nav a, #tertiary_nav a:visited {
    display:inline-block;
    margin-right:5px;
    margin-left:5px;
    color:#333;
    text-decoration:none;
}    

#tertiary_nav a:hover, #tertiary_nav a:active {
    color:#148ab2;
}    

#tertiary_nav a.last {
    margin-right:0px;
}    

#primary_nav {
    float:right;
    clear:right;
    text-align:right;
    margin-top:12px;
    width:650px;
    color:#cccccc;
    font-size:.80em;
    font-family:Arial, Sans-Serif;
}  

#primary_nav a.active, #primary_nav a.active:visited {
    color:#666s;
}

#primary_nav a, #primary_nav a:visited {
    display:inline-block;
    margin-right:8px;
    margin-left:8px;
    color:#333;
    text-decoration:none;
    font-style:italic;
}    

#primary_nav a:hover, #primary_nav a:active {
    color:#148ab2;
    text-decoration:underline;
}    

#primary_nav a.last {
    margin-right:0px;
}

#content {
    width:740px;
    clear:top;
    margin-top:13px;
    float:left;
    background:url(../img/content_bg.jpg);
    background-position:top right;
    background-repeat:no-repeat;
}       

#content p, #content li {
    color:#000;
    font-size:.80em;
    font-family:Arial, Sans-Serif;
}

#content p {
	margin: 15px 0;
}

/*#tabs {
    float:right;
    height:46px;
    overflow:hidden;
    background-repeat:repeat-x;
}*/

/*#tabs a, #tabs h1 {  
    display:inline-block;
    margin:0px;
    float:left;
    width:184px;
    height:30px;
    padding-top:16px;
    font-weight:normal;
    text-decoration:none;
    overflow:hidden;
    background:url(../img/tabs_bg.gif);
    background-repeat:repeat-x;
    font-size:.7em;
    font-family:Arial, Sans-Serif;
    text-align:center;
} 

#tabs a { 
    background-position:0px -95px;
    color:#fff;
}  

#tabs a:hover { 
    background-position:0px -48px;
    color:#fff;
}    

#tabs h1 {
    background-position:0px 0px;
    color:#ffde05;
}     

#tabs span {
    display:inline-block;
    float:left;
    width:1px;
    height:46px;
    overflow:hidden;
    background:url(../img/tabs_bg.gif);
    background-position:0px -47px;
    background-repeat:repeat-x;
}*/ 

#tabs {
	background:url(../img/tabs_bg.gif) 0 -95px repeat-x;
	float:left;
	font-size:.9em;
	font-family:Arial, Sans-Serif;
	height: 46px;
	overflow: hidden;
	position:relative;
	width: 100%;
}
#tabs ul {
	clear:left;
	float:left;
	left:50%;
	list-style: none;
	margin: 0;
	padding: 0;
	position:relative;
	text-align: center;
}
#tabs ul li {
	background:url(../img/tabs_bg.gif) 0 -48px no-repeat;
	display:block;
	float:left;
	list-style: none;
	margin: 0;
	padding: 0;
	position:relative;
	right:50%;
}
#tabs ul li a {
	color: #fff;
	display: block;
	line-height: 46px;
	margin:0 0 0 1px;
	padding: 0 16px;
	text-decoration: none;
}
#tabs ul li a:hover {
	background:url(../img/tabs_bg.gif) 0 -48px repeat-x;
	color:#fff;
}
#tabs ul li.active a {
	background:url(../img/tabs_bg.gif) 0 0 repeat-x;
	color:#ffde05;
}

#content_padding {
    clear:both;
    padding:10px 30px 20px 10px;
}

.product {
    width:188px;
    float:left;
    overflow:hidden;
    height:370px;

}  

.product a, .product a:visited {
    font-size:.7em;
    font-family:Arial, Sans-Serif;
    color:#333;
}            

.product a:hover {
    color:#148AB2;

}


.product span {
    font-size:1.4em;
    font-family:Arial, Sans-Serif;
    color:#333;
    display:block;
    width:178px;
    margin:5px 0px 10px 0px;
}            

.product a.image {
    height:268px;
    width:178px;
    display:block;
    overflow:hidden;
    text-indent:-9999px;
    background-repeat:no-repeat;
    background:url(../img/products_1.jpg);
}
.nexus-s a.image {
  background-position:-3235px 0px;
}

.evo3d a.image {
	background-position:-1627px 0;
}

/*.tour_9630 a.image {             
	background-position:0px 0px;
}    
*/
/*.curve_8330_inferno a.image {             
	background-position:-179px 0px;
}   
*/
/*.curve_8330_red a.image {         
	background-position:-358px 0px;
}
*/
/*.curve_8330_titanium a.image {         
	background-position:-537px 0px;
} 
*/
.palm_pre a.image {             
    background-position:-179px 0px;
}     

/*.world_8830 a.image {           
	background-position:-895px 0px;
}
*/
.hero a.image {           
    background-position:-1441px 0px;
}

.curve_8530 a.image {           
    background-position:-536px 0px;
}

.curve_9330 a.image {           
    background-position:-2435px 0px;
}

.curve_9330m a.image {           
    background-position:-2600px 0px;
}

.package a.image {           
    background-position:-715px 0px;
    height:180px;
}
.package-od a.image {           
    background-position:-1253px 0px;
    height:180px;
}

/*.exclaim a.image {           
    background-position:-1629px 0px;
}*/

.moment a.image {           
    background-position:-895px 0px;
}    
.curve_9350 a.image {
    background-position:-3840px 0px;
}
.curve_8530p a.image {           
    background-position:-1074px 0px;
}
.curve_8530r a.image {           
    background-position:-358px 0px;
}

.bb_bold_9650-black a.image {
    background-position:-1833px 0px;
}
.bb_bold_9650 a.image {
    background-position:-1833px 0px;
}

.bb_bold_3 a.image {
    background-position:-3450px 0px;
}

.samsung_conquer a.image {
    background-position:-3645px 0px;
}

.evo_phone a.image {
    background-position:-2036px 0px;
}
.photon a.image {
    background-position:-2805px 0px;
}
.epic4g a.image {
	background-position:-1815px 0px;
}
.epic_phone a.image {
    background-position:-2218px 0px;
}

.bb_torch a.image {
    background-position:-3040px 0px;
}
.iphone4sblack a.image,
.iphone4black a.image {
	background-position: 0 0;
}
.iphone4swhite a.image,
.iphone4white a.image {
	background-position: -178px 0;
}

.sierra_598u a.image {  
    background:url(../img/products_bb_cards.jpg);
    background-position:-179px 0px;
}
.mifi a.image {
	background:url(../img/products_bb_cards.jpg);
    background-position:0 0;
} 
.sierra-250u a.image {                                   
    background:url(../img/products_bb_cards.jpg);
    background-position:-1432px 0px;
}
.overdrive a.image {                                   
    background:url(../img/products_bb_cards.jpg);
    background-position:-1253px 0px;
}

.htc_touch a.image { 
    background:url(../img/products_webcaptel_otg.jpg);
    background-position:0px 0px;
}    

.smart_device a.image {  
    background:url(../img/products_webcaptel_otg.jpg);
    background-position:-179px 0px;
}   

.treo a.image { 
    background:url(../img/products_webcaptel_otg.jpg);
    background-position:-358px 0px;
} 
.bb_8350i a.image { 
    background:url(../img/products_webcaptel_otg.jpg);
    background-position:-537px 0px;
} 
  

/*Mobile Tablets*/
.evoview a.image {
	background-image:url(../img/mobile_tablets.jpg);
	background-position:-188px 0;
}
.galaxy a.image {
	background-image:url(../img/mobile_tablets.jpg);
	background-position:0 0;
}



a.button {
    display:inline-block;
    float:left;
    height:24px;
    margin-right:10px;
    overflow:hidden;
    text-indent:-9999px;
    background-repeat:no-repeat;
}         
.pricing_right_wide a.button {
	float: right;
	margin-right: 0;
	text-align: left;
}                     

.add_to_cart {             
    width:85px;
    background:url(../img/buttons.gif);
    background-position:0px 0px;
} 
.view_models {             
    width:84px;
    background:url(../img/view_models.gif);
    background-position:0 0;
} 

.data_only_plan {           
    width:98px;
    background:url(../img/buttons.gif);
    background-position:0px -24px;
}

.simply_everything {  
    width:109px;
    background:url(../img/buttons.gif);
    background-position:0px -48px;
}  

.fourg_tweet {  
    width:101px;
    background:url(../img/buttons.gif);
    background-position:0px -72px;
}    

.fourg_video {  
    width:101px;
    background:url(../img/buttons.gif);
    background-position:0px -96px;
}       

.go_now_network {  
    width:141px;
    background:url(../img/buttons.gif);
    background-position:0px -120px;
} 

.now_network {  
    width:93px;
    background:url(../img/buttons.gif);
    background-position:0px -144px;
}

h2.product_title {        
    float:left;
    display:block;
    margin:30px 0px 10px 0px;
    width:505px;
}      

h2 {
    font-family:Arial, Sans-Serif;
    color:#333;
    font-style:italic;
    font-size:1.2em;
    display:block;
    padding:0px 0px 2px 0px;
    margin:20px 0px 10px 0px;    
    font-weight:normal;
    border-bottom:1px solid #ffde05;
}  

h2.product_title a, h2.product_title a:visited  {
    text-decoration:none;
    color:#333;
}      

h2.product_title a:hover, h2.product_title a:active {
    text-decoration:none;
    color:#000;
}

ul.features {
	display: inline;
    float:left;
    width:200px;
    margin-bottom:15px;
}        
ul li {
    list-style-type:none;
    padding:2px 0px 2px 12px;
    margin:0px;
    background:url(../img/li.gif) no-repeat 0px 8px;
}
ul li ul {
    padding:0;
}
ul li ul li {
    background-position: 0px 5px;
}
ol li { 
    padding:2px 0px 2px 12px;
    margin:0px;

}     

#footer  {         
    border-top:3px solid #ffde05;
    clear:both;
    margin-bottom:20px;
    padding-top:10px;
}             
#footer a.facebook {
    background:url("../img/logo_facebook.jpg") no-repeat;
    display:inline-block;
    float:left;
    height:22px;
    margin:15px;
    overflow:hidden;
    text-indent:-999em;
    width:22px;
}
#footer p {
    font-family:Arial, Sans-Serif;
    color:#666;
    font-size:.7em;
    margin-left:15px;
    margin-right:15px;
}  

#footer a, #footer a:visited  {
    font-family:Arial, Sans-Serif;
    color:#666;
    font-style:italic;
}        


#footer div {

    clear:both;   


}  


#footer p.footer_nav {
    text-align:right;
    float: right;
    width:450px;
}    

#footer p.copyright {
    width:300px;
    position:relative;
    float:right;
    text-align:right;
    clear:both;
    display:block;
    margin-top:-8px;
}

#promo {
    clear:both;
    width:500px;
    margin-left:150px;
}   

#header.free #promo div {
    top:-10px;
    width:600px;
    float:left;
    position:relative;
} 

#promo h3 {
    margin:0px 0px 0px 0px;
    padding:0px;
    font-family:Arial, Sans-Serif;
    font-weight:normal;
    font-size:2em;
    font-style:italic;
    color:#333;
}    

#promo span {
    font-family:Arial, Sans-Serif;
    font-size:.8em;
    font-style:italic;
    display:block;
    margin-bottom:10px;
    color:#666;
}   

#promo span span {
    color:#000;
    font-size:1em;
    display:inline;
} 

#promo h3 span {
    display:inline;
    font-size:.6em;
    font-style:normal;
    top:-10px;
    left:3px;
    position:relative;
}


.pricing_left {
    width:200px;
    float:left;
} 

.pricing_right {
    width:80px;
    float:right;
    text-align:right;
} 
.pricing_right_wide {
    width:160px;
    float:right;
    text-align:right;
    overflow: hidden;
    padding-bottom: 30px;
}     
.pricing_details h2 span {
	float: right;
	*display: block;
	*margin-top:-20px;
	font-size: 14px;
	text-align:right;
	width:160px;
}             

.pricing_details {
    margin:0px 30px 0px 30px;
    padding-top:10px;
    clear:both;
}  
.video_trailer {
    width:650px;
    height:385px;
}   

.pricing_details p, .pricing_details li {   
    color:#000;
    font-size:.80em;
    font-family:Arial, Sans-Serif;
}  

.highlight_box {
    background-color:#f1f1f1;
    padding:12px;
    color:#000;
    font-style:italic;
    margin-top:5px;
    font-size:.80em;
    font-family:Arial, Sans-Serif;
}      
#content .highlight_box p {
    font-size:1em;
    margin:0 0 1em;
}
#content .highlight_box ul li {
    font-size:.95em;
}

h3 {
    color:#000;
    font-style:italic;
    margin-top:25px;
    font-weight:normal;
    font-size:1.0em;
    font-family:Arial, Sans-Serif;
}
h3 a {
    color:#000;
}
h3.darker {
    color:#000;
}
h4 {
    font-family:Arial, Sans-Serif;
    font-size:.85em;
    margin:0;
}

.visa {
    width:276px;
    height:230px;
    background:url(../img/visa.gif);
    float:right;
    margin-left:20px;
}      

.video_support {
    width:203px;
    height:223px;
    background:url(../img/video_support.gif);
    float:right;
    margin-left:20px;
}           


/*faq*/
.faq_list {
    margin: 0px;
    padding: 0px;
}
.faq_list p {
    margin:0;
    padding: 0 0 1em;
}
.faq_list ol,
.faq_list ul {
    margin:0;
    padding: 0 0 1em 30px;
}
#content p.faq_question {
    color:#2A9BC7;
    cursor:hand;
    cursor:pointer;
    margin:1px;
    padding: 5px 10px;
    position: relative;
}
.faq_answer {
    border:1px solid #eeeeee;
    padding: 10px 10px 0;
}


/*srs4g*/
.srs4g_submit {
    background:url(../img/buttons.gif) no-repeat 0 -168px;
    border:0;
    display:block;
    height:24px;
    margin:0 10px 0 0;
    width:59px;
}
.give {
    background:url(../img/SprintRelay4G_static.jpg) no-repeat 0 65px;
}
.evo {
    background:url(../img/banners/evo.jpg) no-repeat 76px 65px;
}

.form td.label em
{
    color:#F00;
}
.front #promo {
    clear:both;
    height:136px;
    width:960px;
    margin:0;

}
.front #header {
    height:227px;
    width:960px;
    overflow:hidden;
}    

.epic td.label {
    width:100px;
}
.epic {
    border-right:1px solid #ccc;
    width:300px;
}   
.epic-pre-reg {
    width:365px;
    height:342px;
    background:url(../img/epic-pre-reg.gif);
    float:right;
}

/*broadband card info chart*/
/*.chart_wrapper {
	border:1px solid #cccccc;
	overflow:auto;
	width:100%
}
.chart_left {
	float:left;
	width:50%
}
.chart_right {
	border-left:1px solid #cccccc;
	float:left;
	width:48%
}
.chart_inner {
	padding:0 25px 25px;
}
.chart_inner ul {
	margin:0;
	padding:0;
}
*/
table.chart_3g {
    border-left:1px solid #cccccc;
    border-top:1px solid #cccccc;
    font-family:Arial,Sans-Serif;
    font-size:.8em;
    margin:0;
    padding:0;
}
table.chart_3g td {
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    padding:5px;
    text-align:center;
}
table.chart_3g td.left_cat {
    text-align:left;
    width:18%;
}
table.chart_3g .small {
    font-size:.7em;
}        
#header.flash_banner #promo {
    width:960px;
    height:136px;
    float:left;
    margin:0px;
    padding:0px;
    overflow:hidden;
    position:relative;
    top:-26px;
    left:105px;
}    


.bb_row {
    overflow:hidden;
    padding:1.5em 0 0;
    width:100%;
}
.bb_tips {
    float:left;
    margin:0 20px 0 0;
    width:150px
}
.bb_tips a img {
    border:1px solid #eeeeee;
    height:84px;
    width:150px;
}
.bb_tips p {
    margin:0;
    padding:0 1em;
    text-align:center;
}
#swf_BB101_01_012210, #swf_BB101_02_012210, #swf_BB101_03_012210, #swf_BB101_04_012210, #swf_BB101_05_012210, #swf_BB101_06_012210, #swf_BB101_07_012210, #swf_BB101_08_012210, #swf_BB101_09_012210, #swf_BB101_10_012210, #swf_BB101_11_012210, #swf_BB101_12_012210, #swf_BB101_13_012210, #swf_BB101_14_012210, #swf_BB101_15_012210, #swf_BB101_16_012210, #swf_BB101_17_012210, #swf_BB101_18_012210, #swf_BB101_19_012210, #swf_BB101_20_012210, #swf_BB101_21_012210, #swf_BB101_22_012210, #swf_BB101_23_012210 {
    display:none;
}
.clear {
    clear:both;
}


.blank_page #content
{
    margin: 0 auto;
    float:none;
    background: none;
    padding:40px 0;
    width:480px;
}
.blank_page #header 
{
    height: 140px;
}
.blank_page
{
    background: url(../img/blank_page_bg.jpg) center 140px no-repeat;
}
/* rotator in-page placement */
div.rotator {
    z-index: 49;
    position:relative;
}
div.rotator img
{border: 0;}
div.rotator ul
{padding: 0; margin: 0;}
/* rotator css */
div.rotator ul li {
    float:left;
    position:absolute;
    list-style-type: none;
    padding: 0; margin: 0;
}
/* rotator image style */
div.rotator ul li img {
}
div.rotator ul li.show {
    z-index:500;
}


#fancy_content {
	font-family:'Arial', sans-serif;
}
