/* ------------------------ */
/*	CSS IMPORTS				*/
/* ------------------------ */
/* @import "../_css/meyer-reset.css";
@import "../_css/nav.css";*/
@import "http://www.virginmobileusa.com/_css/meyer-reset.css";
@import "http://www.virginmobileusa.com/_css/nav.css";
@import "http://www.virginmobileusa.com/_css/hdl.css";
@import "http://www.virginmobileusa.com/_css/hdr.css";
@import "http://www.virginmobileusa.com/_css/buttons.css";
@import "http://www.virginmobileusa.com/_css/tables.css";

/* this rule supports the sitewide support of the us vs them overlay */
@import "http://www.virginmobileusa.com/_js/jquery/colorbox/myaccount.css";

/* ------------------------ */
/*	BASIC ELEMENTS			*/
/* ------------------------ */ 
html {
	height:100%;
	margin-bottom: 1px;
}
body {
	background-color: #fff;
	font: 62.5% ProximaNovaRegular, Arial, Verdana, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	color: #636466;
}
h1, h2, h3, h4, h5, h6, p, li, dt, dd, label {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #727375;
}
li h3, li h4, li h5, li h6, li p, li li {
	font-size: 1em;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a {
	color: #727375;
}
p {
	margin-bottom: 1em;
}
p.small {
	font-size: 1em;
}

p.smaller {
	font-size: .98em;
}
a img {
	border: 0;
}
a:hover {
	color: #333;
	cursor: pointer;
}
sup { 
	font-size: 0.8em;
	vertical-align: top;
}
.replace {
	outline: none;
	text-indent: -9999em;
	display: block;
	background-repeat: no-repeat;
}
.mouseover a {
	text-decoration: underline;
}
.clickable {
	cursor: pointer;
}
.align_right {
	text-align:right;
}
.footnote {
	font-size: 1em;
}
.darker * {
	color: #636466 !important;
}
.split_wrapper {
	margin-bottom: 15px;
}
ul.traditional {
	list-style: disc;
	margin-bottom: 1em;
}
ul.traditional li {
	margin-left: 1.2em;
}
/* ------------------------ */
/*	FORM					*/
/* ------------------------ */


p.error{
	font-weight:bold;color:#cc0000;font-size:1.2em;
}

label.error{

	font-weight:bold;color:#cc0000;font-size:1.2em;text-transform:none;margin-bottom:2px;
}

.input_wrapper label.error{

	font-weight:bold;color:#cc0000;font-size:1.2em;text-transform:none;
}
input.border {
	border: 1px solid #ccc;
	font: 13px Arial, Verdana, Helvetica, sans-serif;
	color: #636466;
	margin: 0px 5px 9px 0px;
	padding: 5px;
	width:187px;
	/*xheight: 20px;*/
}

input.border.error {
background-color:#FF9999;
border-color: #cc0000;
}

select.error{
background-color:#FF9999;
border-color: #cc0000;
}

textarea{
font-family:Arial, Helvetica, sans-serif;
color:#666;
}

input.invalid,
select.invalid,
textarea.invalid {
	border: 1px solid #a6070e;
	color: #6e0308;
	background: #e86b70;
}


#mainContent .radio_wrapper label.error,
#mainContent .radio_wrapper2 label.error,
#mainContent .radio_wrapper3 label.error,
#mainContent .radio_wrapper4 label.error,
#mainContent .radio_wrapper5 label.error,
#mainContent .radio_wrapper6 label.error{

	font-weight:bold;color:#cc0000;font-size:1.2em;text-transform:none;
}

.radio_wrapper label {
	font-size: 1.1em;
	font-weight: bold;
	vertical-align: top;
	padding-left: 4px;
}
.radio_wrapper2 label {
	font-size: 1.1em;
	vertical-align: top;
	padding-left: 4px;
}
.radio_wrapper3 {
	border-bottom:1px solid #e5e5e5;
	padding:9px 0 6px 18px;
}
.radio_wrapper4 {
	padding:9px 0 6px 18px;
}
.radio_wrapper3 label, 
.radio_wrapper4 label {
	font-weight:bold; 
	color:#727375;
	vertical-align:top;
	margin-left:22px;
}

.radio_wrapper5 label{
	font-weight:bold; 
	color:#727375;
margin:0px;
	padding:0px;
	height:40px;
	
}

.radio_wrapper6 label {
	font-size: 1.1em;
	font-weight: normal;
	vertical-align: top;
	padding-left: 4px;
	text-transform:none;
}
.radio_wrapper3 input, 
.radio_wrapper4 input,
.radio_wrapper5 input,
.radio_wrapper6 input{
	margin:0px;
	padding:0px;
}




/*ADDED 5/18 */


.radio_wrapper5 {
	padding:0px 0 10px 18px;
}


.radio_wrapper5 label{
	font-weight:bold; 
	color:#727375;
	vertical-align:top;
	margin:0px 10px 0px 0px;
	padding:0px;
}


.radio_wrapper5 input{
	margin:3px 0px 0px 0px;
	padding:0;
}

.checkbox_wrapper {
	padding:0px;
	margin:5px 5px 0px 0px;
}

.checkbox_wrapper label{
	font-weight:bold; 
	color:#727375;
	vertical-align:top;
	margin:0px 0px 0px 0px;
	padding:0px;
}


/* END ADDED 5/18 */

.radio_input {
	font: 13px Arial, Verdana, Helvetica, sans-serif;
	color: #636466;
	margin: 5px 0px 0px 0px;
	padding: 0 0 0 5px;
}


input {
	font: 13px Arial, Verdana, Helvetica, sans-serif;
	color: #636466;
	margin: 0px 5px 9px 0px;
	padding: 0 0 0 5px;
}
.input_wrapper {
	float: left;
	margin: 0 15px 8px 0;
	display:inline;
}
.input_wrapper2 {
	float: left;
	margin: 0 15px 8px 0;
	width:100%;
	display:inline;
}

.input_wrapper3 {
	float: left;
	margin: 0 13px 8px 0;
	display:inline;
}

.input_wrapper3 label {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	
}

.input_wrapper label {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
}
#mainContent .radio_wrapper label {
	text-transform: uppercase;
	font-weight: bold;
}

.radio_wrapper label .req, p sup.req, /*added on 5/18*/
.input_wrapper label .req, p sup.req {
	color: #d50911;
	padding-right: 3px;
}




/* ADDED ON 5/18 */

input.xtra_sm2 {
	width: 20px;
}

input.xtra_sm {
	width: 40px;
}


.section_separator{
	border-bottom:1px solid #ebebeb;margin:20px 0px 20px 0px;
}

/* END ADDED ON 5/18 */

input.sm {
	width: 70px;
}
select.mid {
	width: 136px;
	margin-right:4px;
}
input.lg {
	width: 230px;
}

input.mid {
	width: 180px;
}

input.mid180 {
	width: 180px;
}


select {
	border: 1px solid #e5e5e5;
	font: 13px Arial, Verdana, Helvetica, sans-serif;
	color: #636466;
	margin: 0 0 9px;
	width:242px;
	padding: 5px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;	
	background: #fff url(../_img/select.png) right center no-repeat;
	outline: 1px;
}
select.sm {
	width:80px;
}
select.smplus {
	width:83px;
}
select.smplus1 {
	width:130px;
}
select option {
	font: 13px Arial, Verdana, Helvetica, sans-serif;
	height: 14px;
}
#form_bottom {
	padding: 20px;
}
	#form_submit {
		margin-top: 19px;
	}
	#form_submit2 {
		margin-top: 0px;
	}
	#form_submit button {
		float: right;
	}
	
	#form_submit h5{
		float: right;
	}
	
	#form_submit3 {
		float: left;
	}
	#paypal_submit p {
		text-align: right;
		margin-bottom: 10px;
	}
#mainContent fieldset {
	background: url(../_img/mod_transaction_bg.png) left bottom no-repeat;
	border: 0;
}
#mainContent form {
	display: block;
	background: url(../_img/cart_seperator.png) left top no-repeat;
	padding-top: 2px;
}
#mainContent form.noborder {
	padding-top: 0px;
	background:none;
}


/* ------------------------ */
/*	WRAPPER					*/
/* ------------------------ */
#background {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#background img {
	display: none;
}
#foreground {
	display: none;
	position: fixed;
	top:0;
	left:0;
	background: #000;
	width:100%;
	height:100%;
	z-index:1000;
}
#pageWrapper {
	position: absolute;
	z-index:1;
	width: 100%;
}
#container {
	width: 985px;
	margin: 0 auto;
}
/* REBRAND UPDATE - REMOVE THIS DECLARATION
#header {
	position: absolute;
}
*/

#logo_div {
	text-indent:-9999px;
	height:90px;
	width:161px;
	position:absolute;
}
#logo_div a {
	height:90px;
	width:150px;
	display: block;
}
h1 {
	display: block;
	overflow: hidden;
	text-indent: -999em;
}
/*
h1 a {
	width: 121px;
	height: 66px;
	display: block;
} */

#mainContent {
	padding: 65px 22px 0;
	background: url(../_img/bg.png) repeat-y;
	/*position:relative;*/
}

.tabnav {
	margin:0 auto;
	position:absolute;
	bottom:0;
	width:580px;
	margin-left:50%;
	left:-235px;
	z-index: 3;
}

.tabnav li {
	float:left;
	width:124px;
	height:36px;
	margin:0 1px 0 0;
	font-size: 1em;
}
.tabnav li.tab_wide {
	width:144px;
}

.tabnav li a {
	background-image:url(../_img/broadband/tab.png);
	background-position:left center;
	width:122px;
	height:33px;
	padding-top: 3px;
	display:block;
	line-height:33px;
	font-size:1.4em;
	color:#fff !important;
	font-weight: normal !important;
	cursor: pointer;
}
.tabnav li.tab_wide a {
	background-image:url(../_img/broadband/tab_wide.png);
	width:142px;
}

.tabnav li .current{
		background-position:left bottom;
		color:#323334 !important;
}
.tabnav li a:hover {
		background-position:left top;
		color:#fff !important;
}
.tabnav li .current,
.tabnav li .current:hover {
		background-position:left bottom;
		color:#323334 !important;
}




/* initial state to hide everything */
#nav {
	top: -70px;
}
#mainContent {
	display: none;
}

.login {
	display: block;
	width: 246px;
	height: 120px;
}
#keep_in_touch {
	float:left;
	height:25px;
	width: 316px;
}

.hr {
	height: 28px;
	background: url(../_img/hr.png) top left repeat-x;
}
.hr hr {
	display: none;
}

/* ------------------------ */
/*	FRAMEWORK				*/
/* ------------------------ */
#mainContent {
	padding: 85px 0 115px;
	background: url(../_img/bg.png) repeat-y;
}
#col_wrapper {
	position: relative;
	width: 940px;
	margin: 0 auto !important;
}
#col_wrapper .col, .myaccount_iframe .col {
	float: left;
}
#col_wrapper .narrow .bottom, .myaccount_iframe .narrow .bottom {
	position: absolute;
	bottom: 20px;
	right: 10px;
	width: 260px;
}
#col_wrapper .promo, .myaccount_iframe .promo {
	padding-bottom: 15px;
}
#col_wrapper .full, .myaccount_iframe .full {
	width: 920px;
	margin: 0 10px 20px;
}
#col_wrapper .full2, .myaccount_iframe .full2 {
	width: 920px;
	margin: 0 10px;
}
#col_wrapper .wide, .myaccount_iframe .wide {
	width: 640px;
	margin: 0 10px;
}

#col_wrapper .wide2, .myaccount_iframe .wide2 {
	width: 680px;
	margin: 0 10px;
}

#col_wrapper .half, .myaccount_iframe .half {
	width: 450px;
	margin: 0 10px;
}
#col_wrapper .mid+, .myaccount_iframe .mid+ {
	width: 500px;
	margin: 0 10px;
}
#col_wrapper .mid, .myaccount_iframe .mid {
	width: 283px;
}
#col_wrapper .narrow, .myaccount_iframe .narrow {
	width: 260px;
	margin: 0 10px 20px;
}
#col_wrapper .narrow1, .myaccount_iframe .narrow1 {
	width: 225px;
	margin: 55px 10px 20px;
}

#col_wrapper .narrow2, .myaccount_iframe .narrow2 {
	width: 220px;
	margin: 55px 0px 0px 20px;
}


#col_wrapper .sidebar, .myaccount_iframe .sidebar {
	width: 155px;
	margin: 0 10px 20px
}
#col_wrapper .main, .myaccount_iframe .main {
	width: 745px;
	margin: 0 10px 20px;
}
#col_wrapper .main1, .myaccount_iframe .main1 {
	width: 755px;
	margin: 0 10px 20px 0;
	float:left;
}
#col_wrapper .main45, .myaccount_iframe .main45 {
	width: 100%;
	height:45px;
}
.mod0 {
	border: 0;
	padding: 0;
}
.mod1 {
	border: 1px dashed #e5e5e5;
	padding: 15px;
	margin-bottom: 20px;
	position: relative;
}
.mod1b { /* added on 5-20 */
	border: 1px solid #e5e5e5;
	padding: 15px;
	margin-bottom: 20px;
	position: relative;
}

.mod3 {
	border: 1px dashed #e5e5e5;
	padding: 15px;
	position: relative;
}
.mod2 {
	border: 1px solid #e5e5e5;
	padding: 15px;
	margin-bottom: 20px;
	position: relative;
}
.mod225 {
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding: 15px;
	position: relative;
}
.mod4 {
	padding: 0 15px 15px 15px;
	margin-bottom: 20px;
	margin-top:97px;
	position: relative;
}
.mod5 {
	padding: 20px 11px 0 7px;
	position: relative;
	background: url(../_img/mod_transaction_narrow_bg.png) left bottom no-repeat;
}
.mod6 {
	padding: 20px 11px 0 7px;
	position: relative;
	background: url(../_img/mod_transaction_curve_bg.png) left bottom no-repeat;
}
.mod7 {
	padding: 0px 0px 0px 0px;
	margin-bottom: 20px;
	margin-top:40px;
	position: relative;
}
#mainContent fieldset.mod500 {
	position: relative;
	background: url(../_img/mod_transaction_500_bg.png) left bottom no-repeat;
	width:500px;
	margin-bottom:20px;
	display: block;
}
#mainContent fieldset.mod500 ul {
	padding-top:20px;
}
#mainContent fieldset.mod500 ul li {
	padding-left:20px;
}
#mainContent fieldset.mod500 h4, 
#mainContent .narrow2 .mod225 h4{
	font-weight:bold; 
	font-size:1.6em; 
	color: #727375;
}
#mainContent .col h4 {
	font-weight:bold; 
	font-size:1.1em; 
	color: #727375;
}
#mainContent fieldset.mod500 h4.bordertop {
	font-weight:bold; 
	font-size:1.6em; 
	color: #727375;
	border-top:1px solid #e9e9e9;
}
#mainContent fieldset.mod500 h4 span {
	font-weight:bold; 
	font-size:12px; 
	color: #727375;
}


/* ended added on 5-20 */

.with_headline {
	padding-top: 55px !important;
}
.split {
	width: 50%;
	float: left;
}
.split2 {
	float: right;
}
.split3 {
	float: right;
	margin-bottom:15px;
}

.split500 {
	width: 500px;
	float: left;
}


.split465 {
	width: 465px;
	float: left;
}


.split450 {
	width: 450px;
	float: left;
}
.split280 {
	width: 280px;
	float: left;
}
.split240 {
	width: 240px;
	float: left;
}
.split4 {
	float: left;
}
.split5 {
	width:20px;
	float: left;
}
.tabs {
	margin-bottom: 1em;
}
.tabs li {
	float: left;
	margin-right: 6px;
	padding-right: 6px;
	border-right: 1px solid #636466;
	font-size: 1.1em;
}
.tabs li.last {
	border-right: 0;
}
.tabs li a {
	color: #636466;
}
.tabs li.current a {
	color: #801a87;
	font-weight: bold;
	text-decoration: none;
}
/* ------------------------ */
/*	LISTS					*/
/* ------------------------ */
.ordered li {
	vertical-align:middle; 
	padding:16px 16px 16px 50px;
}
.one {
	background:url(../_img/ol/1.png) no-repeat 1px 16px; 
	border-top:1px solid #e9e9e9; 
	border-bottom:1px solid #e9e9e9;
}
.two {
	background:url(../_img/ol/2.png) no-repeat 1px 16px; 
	border-bottom:1px solid #e9e9e9;
}
.three {
	background:url(../_img/ol/3.png) no-repeat 1px 16px; 
	border-bottom:1px solid #e9e9e9;
}
.four {
	background:url(../_img/ol/4.png) no-repeat 1px 16px; 
	border-bottom:1px solid #e9e9e9;
}
.five {
	background:url(../_img/ol/5.png) no-repeat 1px 16px; 
	border-bottom:1px solid #e9e9e9;
}
.six {
	background:url(../_img/ol/6.png) no-repeat 1px 16px; 
	border-bottom:1px solid #e9e9e9;
}
.seven {
	background:url(../_img/ol/7.png) no-repeat 1px 16px; 
	border-bottom:1px solid #e9e9e9;
}
.eight {
	background:url(../_img/ol/8.png) no-repeat 1px 16px;
}
/* ------------------------ */
/*	ICONS					*/
/* ------------------------ */
.icon_print {
	background: url(../_img/icon_print.png) left center no-repeat;
	padding: 15px 0 15px 31px;
	text-decoration: underline;
}
.icon_phone {
	background: url(../_img/icon_phone.png) left center no-repeat;
	padding: 0 0 0 38px;
}
/* ------------------------ */
/*	ACCORDION and accordion 2 for troublesome pages				*/
/* ------------------------ */
.accordion dl,
.accordion2 dl{
	margin-left:15px;
}
.accordion dt,
.accordion2 dt{
	margin-left: -15px;
	font-weight: bold;
	background:url(../_img/arrow_faq.gif) left 5px no-repeat; 
	display:block; 
	padding-left:15px;
	cursor: pointer;
	font-size: 1.2em;
}
.accordion dt:hover,
.accordion2 dt:hover{
	color:#8e3193;
}
.accordion dt.expanded,
.accordion2 dt.expanded{
	background:url(../_img/arrow_faq_down.gif) left 5px no-repeat; 
	color:#8e3193;
}
.accordion dd,
.accordion2 dd{
	display:block; 
	padding: 0 0 1em ;
}

.wrap .accordion dl,
.wrap .accordion2 dl{
	margin-left:15px;
	width: 100%;
}
.wrap .accordion dt,
.wrap .accordion2 dt{
	margin-left: -2px;
	font-weight: bold;
	background:url(../_img/arrow_faq1.gif) left 5px no-repeat; 
	display:block; 
	padding-left:15px;
	cursor: pointer;
	font-size: 1.2em;
	padding-bottom:12px;
}
.wrap .accordion dt:hover,
.wrap .accordion2 dt:hover{
	color:#727375;
}
.wrap .accordion dt.expanded,
.wrap .accordion2 dt.expanded{
	background:url(../_img/arrow_faq1.gif) left 5px no-repeat; 
	color:#727375;
}
.wrap .accordion dd,
.wrap .accordion2 dd{
	display:block; 
	padding: 0 0 1em ;
}
a.link { 
	height: 15px;
	overflow: hidden;
	text-indent: -999em;
	display: block;
}
a.link:hover { 
	background-position: left bottom !important;
}
a#link_backtomyaccount { 
	background: url(../_img/links/backtomyaccount.png) left top no-repeat;	
}
/* ------------------------ */
/*	CLEARING FLOATS			*/
/* ------------------------ */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
}
h3.top62, 
table.top62 {
	margin-top:62px;
}
.padbottom20 {
	margin-bottom:20px;
}

.padbottom10 {
	margin-bottom:20px;
}

.padtop10 {
	margin-top:10px;
}

.padtop20 {
	margin-top:20px;
}
/* Added 060509*/
.span_wrapper2 {
	float: left;
	margin: 23px 15px 8px 5px;
	font-size: 1.1em;
	line-height: 1.6em;
	color: #727375;
}
/* Added 060509*/




/* SHARE THIS */
.stico_default{
	background: url(../_img/whatwereabout/share_this_icon.png) no-repeat scroll right 0 !important;
	float:right;
}

a.stbutton { 
	height:15px;
	width:55px;
	display:block;
	color:#888888; 
}
a.stbutton:hover { 
	color:#333; 
}
body.page_promo .stbutton { 
	margin: 15px 10px 0 0;
}

.stbuttontext {
	font-size:1.1em;
	text-decoration:underline;
	margin:0 0 0 -15px;
	
}


#footnotes { 
	width: 900px; 
	margin: 50px auto 0 auto;
}
#footnotes p {
	text-indent: -0.8em; 
	margin-left: 0.8em;
	font-size: 1.0em;
	line-height: 1.4em;
}
#footnotes p sup {
	color: #d50911;
	font-weight: bold;
}













/* ------------------------ */
/*	REBRAND					*/
/* ------------------------ */
body { background: #fff url(../_img/rebrand/background_stripes.gif) repeat; }
/*body { background: #fff url(../_img/holiday2010/holiday-icons_tile.gif) repeat; }*/
#background { display: none; }
#container { width: 966px; }

#nav { position: absolute; top: 0; left: 0; width: 100%; height: 30px; background: url(../_img/rebrand/subnav_bg.gif) repeat-x; margin-left: 0; }

#nav_secondary_wrapper { width: 960px; height: 30px; margin: 0 auto; position: relative; }
	#navpromo { display: block; width: 359px; height: 30px; background: url(../_img/rebrand/utilitynav_promo.gif) no-repeat; text-indent: -999em; float: left; }
		#navpromo:hover { cursor: pointer; }

		#navpromo_content { position:absolute;top:30px;left:0px;background-color:#000;z-index:1000;padding:0px;font-size:12px;width:359px;height:127px; /* height:187px;*/display:none; }
		#navpromo_content img { float: left }

ul#nav_secondary { width: 600px; height: 29px; background: none; float: right; margin: 0; }

#nav_secondary li { margin: 0 !important; }
	#nav_secondary li a { background: url(../_img/rebrand/utilitynav.gif) no-repeat; height: 28px; margin: 0 !important; }
		#nav_secondary #nav_secondary1 a { background-position: left top; width: 81px; }
			#nav_secondary #nav_secondary1 a:hover { background-position: left bottom; }
		#nav_secondary #nav_secondary2 a { background-position: -82px top; width: 109px; }
			#nav_secondary #nav_secondary2 a:hover { background-position: -82px bottom; }
		#nav_secondary #nav_secondary3 a { background-position: -191px top; width: 85px; }
			#nav_secondary #nav_secondary3 a:hover { background-position: -191px bottom; }
		#nav_secondary #nav_secondary4 a { background-position: -274px top; width: 78px; }
			#nav_secondary #nav_secondary4 a:hover { background-position: -274px bottom; }
		
		#nav_secondary #nav_secondary5 a { background-position: -352px top; width: 71px; }
			#nav_secondary #nav_secondary5 a:hover { background-position: -352px bottom; }
		
		#nav_secondary #nav_secondary6 a { background-position: -424px top; width: 41px; }
			#nav_secondary #nav_secondary6 a:hover { background-position: -424px bottom; }
			
			#nav_secondary #nav_secondary7 a { background-position: -463px top; width: 61px; }
			#nav_secondary #nav_secondary7 a:hover { background-position: -463px bottom; }
			
		#nav_secondary #nav_secondary8 a { background-position: -523px top; width: 71px; }
			#nav_secondary #nav_secondary8 a:hover { background-position: -523px bottom; }

#header { height: 129px; padding-top: 0;}

#nav_main { width: 966px; height: 92px; margin: 0 auto; background: transparent url(../_img/rebrand/nav_top.png) no-repeat; margin-top: 8px; position:relative; }
	body.log #nav_main { background-image: url(../_img/rebrand/nav_top_loggedin.png); }

#nav_main li { height: 92px;/* line-height: 0 !important; */}
	#nav_main #nav_main1 { margin-left: 210px; }
		body.log #nav_main #nav_main1 { margin-left: 170px; }
	#nav_main #nav_main2 { margin-left: 0; }
	#nav_main #nav_main3 { margin-left: 0; }
	#nav_main #nav_main4 { margin-left: 0; width: 130px; }
		body.log #nav_main #nav_main4 { width: 192px; }

	#nav_main li a { background: transparent url(../_img/rebrand/nav_top.png) no-repeat; height: 92px; text-indent:-9999px;}
		body.log #nav_main li a { background-image: url(../_img/rebrand/nav_top_loggedin.png); }
		/*#nav_main li li a, body.log #nav_main li li a { background-image: none; }*/
	#nav_main li ul li.hover { cursor: pointer; }
	
	#nav_main #nav_main1 a { background-position:-220px top; width: 241px; }
		#nav_main #nav_main1 .navlink:hover, #nav_main #nav_main1.hover  .navlink { background-position:-220px bottom; }
		body.log #nav_main #nav_main1 a { background-position:-170px top; }
			body.log #nav_main #nav_main1 a:hover, body.log #nav_main #nav_main1.hover a { background-position:-170px bottom; }

	#nav_main #nav_main2 a { background-position:-461px top; width: 157px; }
		#nav_main #nav_main2 a:hover, #nav_main #nav_main2.hover a { background-position:-461px bottom; }
		body.log #nav_main #nav_main2 a { background-position:-411px top; }
			body.log #nav_main #nav_main2 a:hover, body.log #nav_main #nav_main2.hover a { background-position:-411px bottom; }

	#nav_main #nav_main3 a { background-position:-618px top; width: 215px; }
		#nav_main #nav_main3 a:hover, #nav_main #nav_main3.hover a { background-position:-618px bottom; }
		body.log #nav_main #nav_main3 a { background-position:-568px top; }
			body.log #nav_main #nav_main3 a:hover, body.log #nav_main #nav_main3.hover a { background-position:-568px bottom; }

	#nav_main li .rebrand_subnav { position: absolute; 
									top: 92px !important; 
									left: 3px !important; 
									height:200px; 
									width:960px; 
									background:#151515;
									}
		
	#nav_main li#nav_main1 ul { background: url(../_img/rebrand/subnav_phones.png) no-repeat; width: 242px; height: 197px; }
		#nav_main li#nav_main1 ul li { width: 242px; background-image: url(../_img/rebrand/subnav_phones.png); background-repeat: no-repeat; float: none; }
			#nav_main1_1 { background-position: left -10px; height: 30px !important; margin-top: 10px; }
				#nav_main1_1.hover { background-position: right -10px; }
			#nav_main1_2 { background-position: left -40px; height: 30px !important; }
				#nav_main1_2.hover { background-position: right -40px; }
			#nav_main1_3 { background-position: left -70px; height: 30px !important; }
				#nav_main1_3.hover { background-position: right -70px; }
			#nav_main1_4 { background-position: left -100px; height: 30px !important; }
				#nav_main1_4.hover { background-position: right -100px; }
			#nav_main1_5 { background-position: left -130px; height: 30px !important; }
				#nav_main1_5.hover { background-position: right -130px; }
			#nav_main1_6 { background-position: left -160px; height: 30px !important; padding-bottom: 8px; }
				#nav_main1_6.hover { background-position: right -160px; }

	#nav_main li#nav_main2 ul { background: url(../_img/rebrand/subnav_downloads.png) no-repeat; width: 215px; height: 317px; }
		#nav_main li#nav_main2 ul li { width: 215px; background-image: url(../_img/rebrand/subnav_downloads.png); background-repeat: no-repeat; float: none; }
			#nav_main2_1 { background-position: left -10px; height: 30px !important; margin-top: 10px; }
				#nav_main2_1.hover { background-position: right -10px; }
			#nav_main2_2 { background-position: left -40px; height: 30px !important; }
				#nav_main2_2.hover { background-position: right -40px; }
			#nav_main2_3 { background-position: left -70px; height: 30px !important; }
				#nav_main2_3.hover { background-position: right -70px; }
			#nav_main2_4 { background-position: left -100px; height: 30px !important; }
				#nav_main2_4.hover { background-position: right -100px; }
			#nav_main2_5 { background-position: left -130px; height: 30px !important; }
				#nav_main2_5.hover { background-position: right -130px; }
			#nav_main2_6 { background-position: left -160px; height: 30px !important; }
				#nav_main2_6.hover { background-position: right -160px; }
			#nav_main2_7 { background-position: left -190px; height: 30px !important; }
				#nav_main2_7.hover { background-position: right -190px; }
			#nav_main2_8 { background-position: left -220px; height: 30px !important; }
				#nav_main2_8.hover { background-position: right -220px; }
			#nav_main2_9 { background-position: left -250px; height: 30px !important; }
				#nav_main2_9.hover { background-position: right -250px; }
			#nav_main2_10 { background-position: left -280px; height: 30px !important; padding-bottom: 8px; }
				#nav_main2_10.hover { background-position: right -280px; }

	#nav_main li#nav_main3 ul { background: url(../_img/rebrand/subnav_upto.png) no-repeat; width: 215px; height: 258px; }
		#nav_main li#nav_main3 ul li { width: 215px; height: 31px; background-image: url(../_img/rebrand/subnav_upto.png); background-repeat: no-repeat; float: none; }
			#nav_main3_1 { background-position: left -10px; height: 30px !important; margin-top: 10px; }
				#nav_main3_1.hover { background-position: right -10px; }
			#nav_main3_2 { background-position: left -40px; height: 30px !important; }
				#nav_main3_2.hover { background-position: right -40px; }
			#nav_main3_3 { background-position: left -70px; height: 30px !important; }
				#nav_main3_3.hover { background-position: right -70px; }
			#nav_main3_4 { background-position: left -100px; height: 30px !important; }
				#nav_main3_4.hover { background-position: right -100px; }
			#nav_main3_5 { background-position: left -130px; height: 30px !important; }
				#nav_main3_5.hover { background-position: right -130px; }
			#nav_main3_6 { background-position: left -160px; height: 30px !important; }
				#nav_main3_6.hover { background-position: right -160px; }
			#nav_main3_7 { background-position: left -190px; height: 30px !important; }
				#nav_main3_7.hover { background-position: right -190px; }
			#nav_main3_8 { background-position: left -220px; height: 30px !important; padding-bottom: 8px; }
				#nav_main3_8.hover { background-position: right -220px; }


	/*
	#nav_main li#nav_main4 ul { display: block; top: 14px !important; height: 74px; width:126px; position:relative;}
		#nav_main li#nav_main4 ul li { height: 22px; background-image: url(../_img/rebrand/nav_top.png); background-repeat: no-repeat; float: none; }
	*/
			/* body.log #nav_main li#nav_main4 ul li { background-image: url(../_img/rebrand/nav_top_loggedin.png); } */
	/*
			#nav_main li#nav_main4 ul li a { height: 22px; }
			#nav_main4_1 { background-position: -823px -14px; height: 22px !important; }
				#nav_main4_1.hover { background-position: -823px -106px; }
			#nav_main4_2 { background-position: -823px -36px; height: 22px !important; }
				#nav_main4_2.hover { background-position: -823px -128px; }
			#nav_main4_3 { background-position: -823px -58px; height: 22px !important; }
				#nav_main4_3.hover { background-position: -823px -150px; }
	*/
	
	#nav_main li#nav_main4 ul { display: block; top: 3px !important; height: 88px; width:130px; position:relative;}
		#nav_main li#nav_main4 ul li { height: 29px; background-image: url(../_img/rebrand/nav_top.png); background-repeat: no-repeat; float: none; }
			#nav_main li#nav_main4 ul li a { height: 30px; }
			#nav_main4_1 { background-position: -833px -3px; height: 29px !important; }
				#nav_main4_1.hover { background-position: -833px -95px; }
			#nav_main4_2 { background-position: -833px -32px; height: 29px !important; }
				#nav_main4_2.hover { background-position: -833px -124px; }
			#nav_main4_3 { background-position: -833px -61px; height: 31px !important; }
				#nav_main4_3.hover { background-position: -833px -153px; }

	body.log #nav_main li#nav_main4 ul { display:block; height:90px; left:0; position:relative; top:0; width:192px; }
	body.log #nav_main li#nav_main4 ul li { width: 192px; }
	/*
			body.log #nav_main4_1 a { background-position: -783px -14px; width: 108px !important; }
				body.log #nav_main4_1.hover a { background-position: -783px -106px; }
			body.log #nav_main4_2 a { background-position: -783px -36px; width: 108px !important; }
				body.log #nav_main4_2.hover a { background-position: -783px -128px; }
			body.log #nav_main4_3 a { background-position: -783px -58px; width: 108px !important; }
				body.log #nav_main4_3.hover a { background-position: -783px -150px; }
			body.log #nav_main4_4 { position: absolute; top: 0; left: 108px; width: 55px !important; }
			body.log #nav_main4_4 a { background-position: -891px -14px; width: 55px !important; }
				body.log #nav_main4_4.hover a { background-position: -891px -106px; }
	*/
			body.log #nav_main4_1 a { background-position: -775px -3px; width: 192px !important; }
				body.log #nav_main4_1.hover a { background-position: -775px -95px; }
			body.log #nav_main4_2 a { background-position: -775px -33px; width: 192px !important; }
				body.log #nav_main4_2.hover a { background-position: -775px -124px; }
			body.log #nav_main4_3 a { 	background-position:-775px -63px;
				color:white;
				text-decoration: none;
				font-weight:bold;
				height: 24px !important;
				padding: 6px 0 0 31px;
				text-indent:0;
				width: 161px !important;
				margin-bottom: 20px;
				z-index: 555;
				}
				body.log #nav_main4_3.hover a { background-position: -775px -155px; color: #a3247a; }
			body.log #nav_main4_4 { position: absolute; top: 60px; left: 133px; width: 56px !important; height: 28px !important; }
			body.log #nav_main4_4 a { background-position: -908px -63px; width: 59px !important; height: 29px !important; }
				body.log #nav_main4_4.hover a { background-position: -908px -155px; }
				body.log #nav_main4_4.hoverSignOut a { background-position: -908px -63px; }


#mainContent { display: block; width: 966px; background: transparent url(../_img/rebrand/content_bg.png) repeat-y; padding: 0px 0 0 0; }

#footer {
/*	height: 78px;
	width: 920px;
	position: relative;
	padding: 20px 0 0 40px;
	float: left;*/
}	
	
#footerclose {
	background:url(../_img/rebrand/footerclose.png) left bottom no-repeat;
	width:968px;
	/*height:35px;*/
	height:3px;
	position:relative;
	/*top:5px;*/
	top:0px;
	
}
	
#footer { 
	width: 966px; 
	height:0;
	overflow:visible;
}

#footer ul {
	float:left;
}
#footer li {
	font-size:1em;
}
#footer p {
	margin:0;
}
	#keep_in_touch { width: 331px; }
		
	#newfooter {
		background:url(../_img/rebrand/footerbg.png) center top;
		position:absolute;
		width:100%;
		left:0;
		bottom:-485px;
		text-align:center;
	}
	
	.footershadow {
		background:url(../_img/rebrand/footershadow.png) left top repeat-x;
		height:3px;
		width:100%;
		margin:0 0 20px 0;
	}
	#innerfooter {
		text-align:left;
		margin:0 auto;
		width:960px;
		padding:0 0 5px 36px;
		height:395px;
	}
	
	#footer .listtitle {
		background-position:left top;
		font-size:17px;
		color:#fff;
		font-style:italic;
		border:none;
		padding:0;
		height:auto;
		margin:0 0 25px 0;
		line-height:normal;
	}
/*----------------------------------Tweets-------------------------------------------*/		
	#tweets, #testimonials {
		width:292px;
		margin:0 41px 0 0;
	}
	
	#testimonials .listtitle { 
		margin-bottom: 12px;
	}

	#testimonials li { 
		font-size: 12px;
		font-style: italic;
		line-height: 17px;
		color: white;
	}
	#testimonials li span { 
		display: block;
		font-size: 10px;
	}

	#footer #testimonials li.legalInfo { 
		width: 292px;
		color: #727375; 
		font-size: 10px; 
		line-height: 13px;
		padding-bottom: 0px;
		font-style: normal;
	}


	#testimonials a {
		color:#aaa;
		text-decoration: none;
	}
	#testimonials a:hover {
		color:#fff;
	}
	
	 #testimonials .dottedline {
		background:url(../_img/rebrand/footer_dottedline.gif) left top repeat-x;
		height:1px;
		width:292px;
		padding:0;
		margin:12px 0 8px 0;
		line-height:1px;
		font-size:1px;
	}
	
	#tweets li{
		font-size:1.2em;
		font-style:italic;
		color:#fff;
		position:relative;
		float:none;
		display:block;
		line-height:normal;
		padding:0 0 13px 0;
	}
	
	#tweetquote {
		position:absolute;
		left:-10px;
		top:-11px;
		width:53px;
		height:39px;
		background:url(../_img/rebrand/tweet_quote.png) left top no-repeat;
	}
	#tweets .dottedline {
		background:url(../_img/rebrand/footer_dottedline.gif) left top repeat-x;
		height:1px;
		width:270px;
		padding:0;
		margin:0 0 12px 0;
		line-height:1px;
		font-size:1px;
	}
	#tweets a {
		color:#fff;
		text-decoration:none;
	}
	
	#tweets a:hover {
		color:#b9b9ba;
	}
	
	#tweets #latesttweet {
		font-size:1.6em;
		line-height:1.42em;
	}
	
	#tweets #quotes {
		position:absolute;
		display:none;
	}
	#tweets #followus {
		position:relative;
		top:15px;
	}
	#testimonials #followus {
		font-size: 11px;
		padding: 15px 0 15px 0;
	}
	
	#tweets #followus a, #testimonials #followus a {
		text-decoration:none;
		font-weight:bold;
		color:#aaa;
		font-style:normal;
	}
	
	#tweets #followus a:hover, #testimonials #followus a:hover {
		color:#fff;
	}
	
/*----------------------------------Connect with us-------------------------------------------*/

#connectwithus {
	margin:0 45px 30px 0;
}

#connectwithus li{
	font-size:11px;
}
#connectwithus .listtitle {
	text-indent:5px;
	margin:0 0 8px 0;
}
#connectwithus li{
	position:relative;
	width:274px;
	height:46px;
	margin:0 0 6px 0;
}

#connectwithus a{
	background-position:left top;
	text-decoration:none;
	position:relative;
	height:46px;
	width:274px;
	display:block;
}
#connectwithus a:hover{
	background-position:left bottom;
	text-decoration:none;
}

#connectwithus p {
	padding:8px 0 0 0;
	margin:0 0 0 50px;
	line-height:normal;
	color:#aaa;
}

#connectwithus .linkname,  #connectwithus a:hover strong {
	color:#fff;
}
#icon_yt {
	background-image:url(../_img/rebrand/footer_youtube.png);
}
#icon_fb {
	background-image:url(../_img/rebrand/footer_facebook.png);
}
#icon_fk {
	background-image:url(../_img/rebrand/footer_flickr.png);
}
#icon_tw {
	background-image:url(../_img/rebrand/footer_twitter.png);
}
#icon_vm {
	background-image:url(../_img/rebrand/footer_luv.png);
}
#icon_vmlive {
	background-image:url(../_img/rebrand/footer_vmlive.png);
}
/*----------------------------------Mailing list-------------------------------------------*/
#mailinglist {
	overflow:hidden;
	width:240px;
	margin:0 0 25px 0;
}

#mailinglist .listtitle {
	margin:0 0 15px 0;
}

/*----------------------------------Userful Links-------------------------------------------*/

#footer #usefullinks {
	width:290px;
}
#footer #usefullinks .listtitle {
	float:none;
	margin:0 0 13px 0;
}
#footer #usefullinks li {
	float:left;
}
#footer #usefullinks li.col1 {
	margin:0 42px 0 0;
}

#footer #usefullinks li ul li {
	float:none;
	/*line-height:1.48em;*/
}

#footer #usefullinks a {
	color:#aaa;
	font-size:11px;
}
#footer #usefullinks a:hover {
	color:#fff;
}
#footer #usefullinks .sitemap_linklist {
	float:none;
	margin:0 0 15px 0;
}

#subfooter {
	background:url(../_img/rebrand/subfooterbg.png) center top;
	height:30px;
	width:100%;
	text-align:center;
}

#subfooter .footershadow {
	margin:0 0 5px 0;
}
#innersubfooter {
	text-align:left;
	margin:0 auto;
	width:960px;
	padding:0 0 0 36px;
}

#footer_secondary_nav a {
	color:#aaa;
}

#footer_secondary_nav a:hover {
	color:#fff;
}

#footer_secondary_nav li {
	float:left;
	margin:0 10px 0 0;
}



/*----------------------------------jcarousel-------------------------------------------*/


.jcarousel-wrapper {
	padding: 40px 0 0 20px;
	width: 281px;
	height: 243px;
	overflow: hidden;
	position: relative;
}

#carousel_control_wrapper {
	position: absolute;
	right: 0;
	top: 21px;
}

.jcarousel-clip {
	width: 280px;
	height: 240px;
	background: url(../_img/myaccount/diag.gif) left top repeat;
	overflow: hidden;
	position: relative;
}
	#page_my_account_home .jcarousel-clip { 
		height: 265px;
	}
	
.jcarousel-wrapper ul {
	position: absolute;
}
.jcarousel-wrapper li {
	width: 250px;
	margin: 14px 15px 16px;
	height: 210px;
	float: left;
}
	.jcarousel-wrapper li h3 {
		font-size: 12px !important;
		font-weight: bold;
		margin: 10px 0 5px;
	}
	.jcarousel-wrapper li p {
		color: #727375;
		font-size: 11px;
		margin: 0 0 5px;
	}
	.jcarousel-wrapper li a {
		color: #727375;
		font-size: 10px;
		text-decoration: none;
		font-weight: bold;
	}
	.jcarousel-wrapper li.mouseover a {
		color: #333;
	}
	
	.jcarousel-wrapper .image_hover {
		background: url(../_img/myaccount/the_latest_hover.gif) left top no-repeat;
		width: 250px;
		height: 120px;
		position: absolute;
		display: none;
	}
	.jcarousel-wrapper li.mouseover .image_hover {
		display: block;
	}

.jcarousel-prev,
.jcarousel-next {
	background: url(../_img/carousel_control.gif) left top no-repeat;
	width: 9px;
	height: 9px;
}
.jcarousel-prev,
.jcarousel-next, 
.jcarousel-control a {
	background-image: url(../_img/carousel_control.gif);
	background-repeat: no-repeat;
	width: 9px;
	height: 9px;
	margin-left: 2px;
	display: block;
	float: left;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
.jcarousel-prev {
	background-position: left center;
}
.jcarousel-prev:hover {
	background-position: left bottom;
}
.jcarousel-prev-disabled {
	background-position: left top;
	cursor: default;
}
.jcarousel-next {
	background-position: right center;
}
.jcarousel-next:hover {
	background-position: right bottom;
}
.jcarousel-next-disabled {
	background-position: right top;
	cursor: default;
}
.jcarousel-control a {
	background-position: center top;
}
.jcarousel-control a:hover {
	background-position: center bottom;
}
.jcarousel-control a.selected {
	background-position: center center;
}

body.myaccount_iframe, body.myaccount_iframe #mainContent { background-image: none !important; }
body.myaccount_iframe .main { margin-left: auto; margin-right: auto; width: 745px; }
body.myaccount_iframe #mainContent, body.myaccount_iframe #col_wrapper { width: auto; }

/*****LIVE CHAT STUFF*****/

#chat_container_light{
	color:#fff;position:absolute;right:10px;padding-top:5px;z-index:10;
}

#chat_container_dark{
	color: #000000;
	margin-right: -10px;
	padding-top: 10px;
	position: absolute;
	right: 0;
	z-index: 10;
}

#headerimage #phone_detail_chat {
   color:#fff;
}
