/* @group Global Styles */

body {
	background: #fff;
	color: #5A5A5A;
	font-family: "trebuchet ms", trebuchet, helvetica, arial, sans-serif;
	font-weight: normal;
	text-align: left;
	font-size: 11px;
	margin: 0;
	padding: 0;
	position: relative;
}

a:link, a:visited {
	font-family: "trebuchet ms", trebuchet, helvetica, arial, sans-serif;
	text-decoration: underline;
	font-weight: normal;
	color: #434F5E;
}

a:hover {
	font-family: "trebuchet ms", trebuchet, helvetica, arial, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #434F5E;
}

a:active {
	font-family: "trebuchet ms", trebuchet, helvetica, arial, sans-serif;
	text-decoration: underline;
	font-weight: normal;
	color: #434F5E;
}
a:focus {outline: none}
h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 3px;
	padding: 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 8px 3px 15px;
	padding: 0;
	color: #000;
}

h3 {
	font-size: 12px;
	color: #000;
}

h4 {
	font-size: 11px;
}

p {
	margin: 3px;
	padding: 0;
}

ul {
	margin: 0 0 0 15px;
	padding: 0;
	font-size: 12px;
}

img {
	border: 0;
}

.clearFloats {
	clear: both;
}

.alignRight {
	float: right;
}

.alignLeft {
	float: left;
}

#auxNav {
	position: absolute;
	left: 181px;
	top: 22px;
	width: 770px;
	display: inline;
}
#auxNav a {
	color: #252525;
}

#logo {
	position: absolute;
	left: 65px;
	top: 22px;
	height: 100px;
	z-index: 10;
}

#header {
	position: relative;
	height: 125px;
	width: 960px;
	background: url(../images/breadCrumbBG.gif) no-repeat 14px 90px;
}

#mainHeading {
	clear: left;
	height: 60px;
	margin-left: 14px;
}
#mainHeading h1 {
	margin-left: 166px;
	font-size: 28px;
	font-weight: normal;
	padding: 15px 0 0 0;
	color: #000;
}
#mainHeading h1 em {
	font-style: normal;
	color: #ff6600;
}

#mainContentBox {
	position: relative;
	width: 960px;
}

#footer {
	clear: both;
	width: 975px;
	height: 25px;
	text-align: center;
	padding-top: 25px;
	background: url(../images/footer_pattern.gif) no-repeat 14px 15px;
}
#tooltip {
	border: 1px solid #111;
	background-color: #eee;
	opacity: 0.85;
	padding: 5px;
	width: 200px;
}

/* @end */

/* @group search box */

#search {
	position: absolute;
	left: 725px;
	top: 16px;
	width: 240px;
}

#search p {
	margin: 0;
	padding: 0;
	display: inline;
}

#search img {
	position: relative;
	top: 3px;
	left: 0px;
}

/* @end */

/* @group Primary nav */

#priNav {
	padding: 45px 0 0 170px;
	width: 772px;}

#priNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 23px;
}

#priNav ul li {
	float: left;
	height: 23px;
}

#priNav ul li a {
	display: block;
}

/* @end */

/* @group Subnav */

#subNav {
	float: left;
	width: 770px;
	background: url(../images/nav_images/subnav_bg.gif) no-repeat;
	margin: 0 0 0 170px;
	display:inline;
}
#subNav ul {
	clear: left;
	height:22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#subNav ul li {
	float: left;
}

#subnav_spacer {
	height: 22px !important;
	height: 26px;
	background: #fff;
}
.subnav_right {
	float: right;
}

/* @end */

/* @group Breadcrumbs */

#breadcrumb {
	position: absolute;
	left:170px;
	top: 93px;
	height: 19px;
}

#breadcrumb ul {
	float: left;
	background: #fff;
	list-style: none;
	padding: 0;
	margin: 11px 0 0 0;
}

#breadcrumb ul li {
	float: left;
	color: #819498;
	height: 19px;
	background: url(../images/breadCrumbBackground.gif) repeat-x;
	padding: 5px 2px 0 0;
	font-size: 12px;
}
#breadcrumb ul li a {
	color: #819498;
	text-decoration: none;
	font-size: 12px;
	height: 19px;
}
#breadcrumb ul li a:hover {
	color: #252525;
	text-decoration: underline;
}
#breadcrumb ul li#firstcrumb {
	background: url(../images/breadCrumbLeft.gif) no-repeat;
	padding-left: 10px;
}

#breadcrumb ul li#lastcrumb {
	background: url(../images/breadCrumbRight.gif) no-repeat top right;
	padding-right: 10px;
}
#breadcrumb ul li#lastcrumb a {
	color: #252525;
	text-decoration: underline;
}

/* @end */

/* @group email/print buttons */
#top_emailprint {
	margin: 14px 160px 0 0 !important;
	margin: 10px 80px 0 0;
	float: right;
	width: 65px;
	height: 19px;
	background: url(../images/breadCrumbBackground.gif) repeat-x;
}
#top_emailprint .emailbtn {
	background: url(../images/breadCrumbLeft.gif) no-repeat;
	float: left;
	padding: 5px 0 0 15px;
}
#top_emailprint .printbtn {
	background: url(../images/breadCrumbRight.gif) no-repeat top right;
	float: right;
	padding: 5px 15px 0 0;
}
#pe_buttons {
	clear: both;
	height: 19px;
	padding-top: 20px;
}
#pe_buttons #divider {
	background: url(../images/horizontal_dots.gif) repeat-x bottom;
	height: 1px;
	width: 555px;
}
#bot_emailprint {
	background: url(../images/breadCrumbBackground2.gif) repeat-x;
	margin: 0 143px 0 0!important;
	margin: 0 71px 0 0;
	float: right;
	width: 65px;
	height: 19px;
	}
#bot_emailprint .emailbtn { 
	height: 17px;
	background: url(../images/breadCrumbLeft2.gif) no-repeat;
	float: left;
	padding: 2px 0 0 15px;
	}
#bot_emailprint .printbtn { 
	height:17px;
	background: url(../images/breadCrumbRight2.gif) no-repeat bottom right; 
	float: right;
	padding: 2px 15px 0 0;
	}
/* @end */

/* @group Left hand nav */

#secNav {
	position: absolute;
	left: 14px;
	top: 0;
	width:152px;
}

div#side_nav_top {
	color: #000;
	font-weight: bold;
	padding: 0;
	width: 152px;
	border-bottom: 1px solid #666;
}

div#side_nav_top h3 {
	font-size: 12px;
	margin: 0;
	padding: 9px 8px;
	background: url('../images/navHeadTop.gif') no-repeat 0 0;
}

ul#side_nav {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	background: #e7eaec;
	width: 150px;
	border-left: 1px solid #d8d7d7;
	border-right: 1px solid #d8d7d7;
}

ul#side_nav li {
	border-top: 1px solid #f1f3f4;
	border-bottom: 1px solid #9da8ab;
	}

ul#side_nav li a.selected {
	background-color: #c1cace;
	color: #000;
	font-weight: bold;
	background-image: none;
}

ul#side_nav li a {
	display: block;
	text-decoration: none;
	color: #252525;
	line-height: 15px;
	font-size: 100%;
	padding: 2px 0 2px 20px;
	background: url('../images/navArrow.gif') no-repeat 9px 6px;
}

ul#side_nav li a:hover {
	text-decoration: underline;
}

ul#side_nav li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
}
ul#side_nav li ul.navOpen {
	display: block;
}

ul#side_nav li ul li {
	display: inline;
	border: 0;
	margin: 0;
}

ul#side_nav li ul li a {
	background: url('../images/navArrow.gif') no-repeat 20px 6px;
	padding-left: 30px;
}

ul#side_nav li ul li a.selected {
	background-color: #c1cace;
	color: #000;
}

/* @end */

/* @group Containers */

#subContentBox1 {
	position: relative;
	left: 170px;
	top: 0;
	width: 770px;
	min-height: 480px;
	height: auto !important;
	height: 750px;
	color: #666;
}

#subContentBox2 {
	position: relative;
	left: 180px;
	top: 0;
	width: 760px;
	min-height: 320px;
	height: auto !important;
	height: 320px;
	color: #666;
}

#subContentBox1 ul li a, #subContentBox2 ul li a {
	text-decoration: none;
}

#subContentBox1 ul li a:hover, #subContentBox2 ul li a:hover {
	text-decoration: underline;
}

#homepage_wide {
	position: relative;
	margin: 10px 0 0 14px;
}
#homepage_wide2 {
	position: relative;
	margin: 0 0 0 14px;
	min-height: 470px;
	height: auto !important;
	height:470px;
}

#subContentBox1 h1, #subContentBox2 h1 {
	margin: 0;
	padding: 0;
}

#subContentBox1 h3, #subContentBox2 h3 {
	color: #000;
	font-size: 12px;
	margin: 10px 0 0 0;
	padding: 0;
}

#subContentBox1 p, #subContentBox2 p {
	font-size: 12px;
	margin: 0;
	padding: 0 0 10px 0;
}

#subContentBox1 dl, #subContentBox2 dl {
	clear: both;
	margin: 0 0 20px 0;
	padding: 0;
}

#subContentBox1 dl {
	width: 505px;
}

#subContentBox1 dt {
	float: right;
}

#subContentBox2 dt {
	float: left;
	width: 172px;
	padding-right: 13px;
}

#subContentBox1 dd {
	position: relative;
	left: 0;
	margin: 0;
}

#subContentBox1 #sub1_left {
	float: left;
	width: 596px;
	padding-left: 10px;
}

#subContentBox1 #sub1_right {
	float: left;
	width: 150px;
}

a.moreinfo {
	background: url('../images/navArrow.gif') no-repeat left center;
	padding-left: 10px;
	color: #252525;
	text-decoration: underline;
}

#mainInfo {
	width: 506px;
}

.help_seperator {
	clear: both;
	margin: 0 0 5px 0;
	background: url('../images/horizontal_dots.gif') repeat-x;
	height: 1px;
	width: 510px;
}

/* @end containers */

/* @group COLUMNS */

.cols145 {
	float: left;
	width: 145px;
	margin: 0 0 20px 0;
	padding-left: 10px;
}
.cols147 {
	float: left;
	width: 147px;
	margin: 0;
	padding-right: 8px;
}
.cols174 {
	float: left;
	width: 174px;
	text-align: center;
}
.cols174 a {
	text-decoration: none;
}
.cols174 a:hover {
	text-decoration: underline;
}

.cols200 {
	float: left;
	width: 200px;
	padding-right: 8px;
}

.cols228 {
	float: left;
	width: 218px;
	padding-left: 10px;
}

.cols228 p {
	margin: 8px 0;
}

.cols243 {
	float: left;
	width: 243px;
	padding-left: 10px;
	margin-bottom: 15px;
}

.cols300 {
	float: left;
	width: 280px;
	padding: 0 10px;
}

.cols486 {
	float: left;
	width: 486px;
	padding-left: 10px;
	overflow:hidden;
}

/* @end COLUMNS */

/* @group Mobiles & Plans Accessories */

#MobilesPlansHome ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#MobilesPlansHome ul li {
	margin-top: 5px;
	padding-left: 10px;
	line-height: 10px;
	background: url('../images/navArrow.gif') no-repeat 0 50%;
}

#MobilesPlansHome ul li a {
	text-decoration: none;
}

#MobilesPlansHome ul li a:hover {
	text-decoration: underline;
}

#MobilesPlansHome .cols145 {
	float:left;
	padding:0 3px 0 10px;
	width:142px;
	min-height: 180px;
	height: auto !important;
	height: 180px;
	background: url('../images/vertical_dots.gif') left repeat-y;
}

#offers .cols300 {
	padding: 0;
	margin-right:30px !important;
	margin-right:10px;
}

#offers_detail h1 {
	font-size: 26px;
	font-weight: normal;
	color: #000;
	margin: 20px 0 10px 0;
}

#offers_detail h1 em {
	font-style: normal;
	color: #bcc5ca;
}

#offers_detail #col1 {
	float: left;
	width: 272px;
	margin-right: 30px;
}

#offers_detail #col1 ul {
	margin: 0;
	padding: 0 0 5px 15px;
}

#phoneselect_advanced {
	position: relative;
	float: left;
	top:0;
	width: 138px;
	text-align: center;
}

#phoneselect_advanced p {
	position: relative;
	left: -5px;
	top: 10px;
	width: 80px;
	font-size: 10px;
	color: #000;
}
#phoneselect_advanced p.errormsg {
	position: relative;
	top: 0px;
	color: red;
	width: 100%;
	height: 15px;
	margin: 0;
	padding: 0;
}

#phoneselect_advanced select {
	margin: 5px;
	width: 126px;
}

#phoneselect_advanced #view360 {
	float: right;
}

#bestprice {
	position: relative;
	top: 5px;
	clear: both;
	background: url(../images/bestprice_bg.gif) no-repeat;
	width: 138px;
}
#bestprice h3{
	padding: 10px 0 0 10px;
	margin:0;
}
#bestprice h4  {
	font-size:10px;
	margin:0 0 0 10px;
	padding:5px 0 0 0;
}
#bestprice p {
	padding:2px 10px;
	font-size: 11px;
}
#bestprice p.price {
	color: red;
	font-size: 21px;
}
#bestprice #otheroptions {
	background: url(../images/bestprice_bgBot.gif) no-repeat top;
	height: 58px;
	width: 138px;
}
#bestprice #otheroptions h4 {
	margin-bottom: 5px;
}
#bestprice #otheroptions input {
	margin:0 10px;
}
#bestprice #otheroptions #get3business {
	text-align: center;
	padding-top: 15px;
}

#offers_detail #col3 {
	float: left;
	width: 170px;
	margin: 0 17px;
}

#offers_detailsInfo {
	float: left;
	width: 460px;
	margin-top: 50px;
}

#offers_detailsInfo #tab_detail ul {
	margin: 0;
	padding: 0 0 0 15px;
}

#searchAccessories {
	position: relative;
	left: -9px;
	height: 65px;
	width: 601px;
	background: url(../images/searchaccessories_bg.gif) no-repeat;
	padding: 5px 0 0 13px;
}

#MobilesPlansBonus {
	width: 600px;
}

#MobilesPlansBonus strong {
	color: #000;
}

#MobilesPlansBonus ul {
	padding: 0 0 0 15px;
	font-size: 12px;
}

#MobilesPlansBonus ol {
	padding: 0 0 0 30px;
	color: #809296;
	font-size: 12px;
}

#MobilesPlansBonus ul.link_list {
	list-style: none;
	padding: 0;
}
#MobilesPlansBonus ul.link_list li a {
	text-decoration: underline;
}

table#chooseplan {
	margin: 5px 0 30px 0;
	width: 297px;
	float: left;
}

table#chooseabonus {
	margin: 5px 0 30px 0;
	padding-left: 10px;
}

table#chooseplan th, table#chooseabonus th {
	color: #000;
	background: #e6eaeb;
	height: 24px;
	text-align: left;
	padding: 0 5px;
	line-height: 10px;
}

table#chooseplan td,table#chooseabonus td {
	padding: 0 5px;
}

#searchAccessories h3 {
	padding-bottom: 6px;
}

#searchAccessories select {
	margin-right: 50px;
}

.product_grid {
	width: 620px;
	margin-top: 10px;
}

.product_grid a {
	text-decoration: none;
}

.product_grid a:hover {
	text-decoration: underline;
}

.product_grid h2 {
	float: left;
	color: #000;
	font-size: 14px;
	margin: 14px 0 5px 0;
	width: 175px;
}

.product_grid h2 em {
	font-style: normal;
	font-size: 12px;
	color: #b0b0b0;
}

#subContentBox2 .prodGrid_left p.price {
	float: right;
	padding: 10px 0 5px 0;
	color: #ff6600;
	font-size: 20px;
}

#subContentBox2 .prodGrid_right p.price {
	float: right;
	padding: 10px 0 5px 0;
	color: #ff6600;
	font-size: 20px;
}

#subContentBox2 .product_grid p.price sup {
	position: relative;
	font-size: 14px;
	top: 2px;
}

#subContentBox2 .product_grid p.desc {
	clear: both;
	width: 240px;
	padding: 0;
	font-size: 12px;
}

#subContentBox2 .product_grid .prodGrid_right p.desc {
	padding: 0;
}

#subContentBox2 .product_grid p.info_link {
	font-size: 12px;
	margin-top: 4px;
}

#subContentBox2 .product_grid p.info_link a {
	background: url('../images/navArrow.gif') no-repeat;
	background-position: 0 4px !important;
	background-position: 0 6px;
	color: #000;
	padding-left: 10px;
}

.prodGrid_left {
	width: 255px;
	padding-right: 15px;
	float: left;
	background: url('../images/vertical_dots.gif') right repeat-y;
}

.prodGrid_right {
	float: left;
	width: 275px;
	padding-left: 15px;
}

.grid_seperator {
	clear: both;
	padding: 20px 0;
	background: url('../images/horizontal_dots.gif') repeat-x 0 50%;
	height: 1px;
	width: 565px;
}

#prepaidMobiles .cols300 {
	padding-left: 15px;
	float: left;
	background: url('../images/vertical_dots.gif') right repeat-y;
}
.general_controls_prepaid {
	width: 420px;
}
#confirm_details dl {
	clear: none;
	margin: 0;
	padding: 0;
}
#confirm_details dl dt {
	width: 200px;
	clear: left;
	float: left;
	color: #000;
	font-weight: bold;
}
#confirm_details dl dd {
	margin-left: 200px;
}
/* @group Accessory Detail Lightbox */

#lightbox_content {
	width: 270px;
	padding-left: 30px;
}

#lightbox_content h1 {
	font-size: 150%;
	font-weight: normal;
	padding-bottom: 30px !important;
	padding-bottom: 20px;
	margin: 0;
}

#lightbox_content img {
	padding-bottom: 10px;
}

#lightbox_content h2 {
	float: left;
	width: 180px;
	font-size: 95%;
}

#lightbox_content h2 em {
	font-style: normal;
	color: #b1b1b1;
}

#lightbox_content h3 {
	font-size: 85%;
	clear: both;
	color: #000;
	margin: 5px 0 0 0;
}

#lightbox_content p.price {
	float: right;
	padding: 0 12px 0 0;
	margin: 0;
	color: #ff6501;
	font-size: 180%;
}

#lightbox_content p.price sup {
	position: relative;
	font-size: 60%;
	top: 2px;
}

#lightbox_content #desc {
	clear: left;
	font-size: 95%;
	margin: 4px 0;
}

#lightbox_content ul {
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
}

#lightbox_content ul li a {
	color: #5b5b5b;
}

#lightbox_content ul li {
	background: url('../images/navArrow.gif') no-repeat;
	background-position: 0 3px !Important;
	background-position: 0 7px;
	padding-left: 10px;
}

#lightbox_content ul#make_left {
	float: left;
	width: 100px;
}

#lightbox_content ul#make_right {
	float: left;
}

#lightbox_content p#terms {
	font-size: 85%;
	margin: 0;
}

/* @end Accessory Detail Lightbox */

/* @group MblDtlsPageTemplate */

#MblDtlsOverview {
	width: 466px;
	/*min-height: 550px;
	height: auto !important;
	height:550px;*/
}

#MblDtlsOverview h1 {
	margin-bottom: 10px;
}

#MblDtlsOverview_rPanel {
	float:right;
	width: 140px;
	margin-top: -60px;
	margin-right: 135px;
	display:inline;
}
#MblDtlsOverview .prodGrid_left, #MblDtlsOverview .prodGrid_right {
	width: 200px;
}
#MblDtlsOverview .product_grid h2 {
	float: left;
	color: #000;
	font-size: 14px;
	margin: 14px 0 5px 0;
	width: 140px;
}

#MblDtlsOverview .product_grid h2 em {
	font-style: normal;
	font-size: 12px;
	color: #b0b0b0;
}
#MblDtlsOverview .prodGrid_left p.price {
	float: right;
	padding: 10px 0 5px 0;
	color: #ff6600;
	font-size: 20px;
}

#MblDtlsOverview .prodGrid_right p.price {
	float: right;
	padding: 10px 0 5px 0;
	color: #ff6600;
	font-size: 20px;
}

#MblDtlsOverview .product_grid p.price sup {
	position: relative;
	font-size: 14px;
	top: 2px;
}

#MblDtlsOverview .product_grid p.desc {
	clear: both;
	width: 140px;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
}

#MblDtlsOverview .product_grid p.info_link a {
	background: url('../images/navArrow.gif') 0 3px no-repeat;
	color: #000;
	padding-left: 10px;
}

#MblDtlsOverview .grid_seperator {
	clear: both;
	padding: 10px 0;
	background: url('../images/horizontal_dots.gif') repeat-x 0 50%;
	height: 1px;
	width: 410px;
}

#MblDtlsOverview .expander {
	padding: 5px 0 0 5px;
	margin: 0;
}
#MblDtlsOverview .expander a {
	text-decoration: none;
	font-size: 12px;
}
#MblDtlsOverview .info {
	display: none;
	width: 300px;
	margin-top: 10px;
}
#MblDtlsOverview #tab_detail .info ul {
	margin: 10px;
}
#MblDtlsOverview .expanded {
	border-top: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
	background: #f3f5f4;
	margin-bottom: 2px;
}

#MblDtlsSelector {
	position: relative;
	margin-top: 9px;
	background: url(../images/B4.gif) no-repeat;
	height: 113px;
	color: #fff;
}

#MblDtlsSelector #MblDtlsBrand, #MblDtlsSelector #MblDtlsPlan, #MblDtlsSelector #MblDtlsPrice {
	position: absolute;
	top: 36px;
}

#MblDtlsSelector #MblDtlsBrand label, #MblDtlsSelector #MblDtlsPlan label, #MblDtlsSelector #MblDtlsPrice label {
	display: block;
	width: 180px;
	padding-bottom: 4px;
}

#MblDtlsSelector #MblDtlsBrand {
	left: 36px;
	width: 190px;
}

#MblDtlsSelector #MblDtlsPrice {
	left: 414px;
	width: 190px;
}

#AllMobiles {
	margin-left: 30px;
}

.mob_panel {
	position: relative;
	float: left;
	width: 431px;
	background: #f5f7f8 url(../images/mobpanel_bot.gif) bottom no-repeat;
	font-size: 11px;
	color: #5a5a5c;
	margin: 0 10px 10px 0;
}

.mob_panel a {
	color: #000;
	background: url(../images/navArrow.gif) 0px 3px no-repeat;
	padding: 0 0 0 10px;
}

.mob_panel .red_new {
	position: absolute;
	left: 211px;
	top: 11px;
}

.mob_panel #top {
	padding: 15px 0 0 10px;
}

.mob_panel h1 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #000;
}

/** LEFT **/

.mob_panel #top #left {
	float: left;
	width: 255px;
}
.mob_panel #top #left h1 {
	width: 190px;
}

.mob_panel #top #left #phoneinfo {
	float: left;
	width: 113px;
}

.mob_panel #top #left #phonedesc {
	margin: 15px 0 0 115px;
	width: 130px;
}

.mob_panel #top #left ul {
	margin: 0 0 0 12px;
	padding: 0;
}

/** RIGHT **/

.mob_panel #top #right {
	margin-left: 260px;
	padding-right: 5px;
}

.mob_panel #top #right h2 {
	font-size: 24px;
	margin: 12px 0 0 0;
	padding: 0;
	font-weight: normal;
	color: #f00501;
}

.mob_panel #top #right h3 {
	margin: 0;
	padding: 0;
	width: 100px;
}

.mob_panel #top #right .offer_desc {
	margin: 0;
}

.mob_panel #top #right p.getthis {
	margin: 5px 0;
}

.mob_panel #top #right p.terms {
	margin: 5px 0 20px 0;
}
.mob_panel #top #right .purchase_options a {
	font-weight: bold;
	background: none;
	text-decoration: none;
	padding: 0 0 0 10px;
}
.mob_panel #top #right ul {
	color: #000;
	list-style: none;
	margin: 0;
	font-size: 11px;
}
.mob_panel #top #right ul li {
	line-height: 14px;
}
.mob_panel #top #right ul li.arrow {
	background: url('../images/navArrow.gif') no-repeat 0 50%;
	padding-left: 10px;
	width: 120px;
}

/** BOTTOM **/

.mob_panel #botpanel {
	clear: left;
	margin: 0 0 0 15px;
	padding: 5px 0 10px 0;
}

.mob_panel #botpanel #bot_left {
	float: left;
	width: 245px;
}
.mob_panel #botpanel #bot_left select {
	width: 115px;
}

.mob_panel #botpanel .compare {
	margin-left: 35px;
	width: 80px;
}

.mob_panel #botpanel #bot_right {
	text-align: center;
	height: 20px;
}
.mob_panel #botpanel #bot_right p {
	margin: 0;
	padding: 0;
}

.mob_panel #top {
	background: #f5f7f8 url(../images/mobpanel_top.gif) no-repeat;
}



/* @end MblDtlsPageTemplate */

/* @group CapsnPlans */

#CapsnPlans .cols300 {
	background: url('../images/vertical_dots.gif') repeat-y left;
}

#capPlanDetails {
	position: relative;
	width: 615px;
}

#capPlanDetails h3 {
	margin: 0 0 10px 0;
	padding: 0;
}

#capPlanDetails #introTxt {
	width: 380px;
	margin-bottom: 20px;
}

#capPlanDetails #matchmobile {
	float:right;
	margin-top: 20px;
	}

#capPlanDetails #matchmobile p {
	margin-top: 5px;
}

/* @end CapsnPlans */

/* @end Mobiles & Plans */

/* @group Threestore */

#summary table {
	width: 600px;
}

#summary table .cap29 {
	color: #fe8103;
}

#summary table .cap49 {
	color: #fe8103;
}

#summary table .cap69 {
	color: #fe8103;
}

#summary table .cap99 {
	color: #fe8103;
}

#summary table .cap129 {
	color: #fe8103;
}

#summary table .cap149 {
	color: #fe8103;
}

#summary table tr.tblheading {
	background: #e6eaeb;
	color: #000;
	line-height: 10px;
}

#summary table tr.tblheading td {
	height: 30px;
}

#summary table td {
	padding-left: 5px;
	font-size: 11px;
}

#summary table td input {
	margin-top: 5px;
}

#summary table td strong {
	color: #000;
}

#summary table td strong em {
	font-style: normal;
}

#summary table td a.moreinfo {
	font-size: 10px;
}

#summary table td p.terms {
	margin-top: 10px;
}

#summary table td p.price {
	color: #000;
	font-size: 20px;
	padding: 0;
	text-align: right;
}

#summary table td p.pricesmall {
	font-size: 14px;
	color: #000;
	text-align: right;
}
#summary table td p.pricesmall sup {
	position: relative;
	top: 2px;
	font-size: 11px;
}
#summary table td p.price sup {
	position: relative;
	top: 2px;
	font-size: 14px;
}

#summary table td.addBtn {
	padding: 5px 0;
}

#summary table td.orderSeparator {
	background: url('../images/horizontal_dots.gif') repeat-x;
	height: 1px;
}

#summary table td#total {
	font-size: 20px;
	color: #000;
}

#summary table#summaryTotals {
	background: #fff1e4;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 5px 0;
	margin-bottom: 20px;
}

#summary #summaryBuy p {
	float: left;
	width: 340px;
}

#summary #summaryBuy img {
	margin:0 0 0 155px;
}

#summary #notready {
	clear: left;
	width: 615px;
}

#summary #notready h1 {
	background: #e6eaeb;
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	margin-bottom: 10px;
}

#summary #notready .cols {
	float: left;
	width: 195px;
	padding: 0 5px 10px 5px;
	background: url('../images/vertical_dots.gif') right repeat-y;
	min-height: 100px;
	height: auto !important;
	height: 100px
}

#summary #notready .lastcol {
	background: none;
}

/** BEN'S CODE **/

#chooseaplan {
	margin-left: 180px;
	min-height: 350px;
	height: auto !important;
	height:350px;
}

h1#yourdetails {
	font-size: 18px;
	color: #000;
}

h1#yourdetails em {
	font-style: normal;
	color: #819498;
}

h4 {
	font-size: 11px;
}

.mobileImg {
	float: right;
	width:113px;
	margin: 15px 20px 20px 10px;
}

div.mobileSelected {
	background: url(../images/bg_selectedMobile.gif) no-repeat;
	width: 616px;
	height: 210px;
	}

div.mobileSelected #leftPara {
	float: left;
	width: 280px;
}
div.mobileSelected #leftPara h3 {
	margin:40px 0 0 15px;
}
div.mobileSelected #leftPara h3 em {
	color: #ff0000;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
}
div.mobileSelected #leftPara p {
	margin:10px 0 0 15px;
	width: 280px;	
}
div.mobileSelected #mobSelected_r {
	width: 150px;
	margin-left: 315px;
}
div.mobileSelected #mobSelected_r ul {
	padding-top: 45px;
	list-style-type: disc;
	list-style-position: inside;
}
div.SelectItemBottom {
	position: relative;
	background: url(../images/bg_mobileSelectedBtm.gif) no-repeat;
	width: 615px;
	height: 64px;
}

div.SelectItemBottom select {
	margin: 15px 15px 0;
	font-size: 11px;
}

div.SelectItemBottom select.selColor {
	margin: -13px 25px 0!important;
	font-size: 11px;
}
div.SelectItemBottom .errormsg {
	position: absolute;
	top: 15%;
	left: 10px;
	width: 470px;
	color: red;
	padding: 0;
	margin: 0;
}

/* IE6 hack because IE6 has personal issues */

* html div.SelectItemBottom select.selColor {
	margi\n: -14px 25px 0!important;
}

div.SelectItemBottom label {
	font-size: 9px;
	margin: 7px 35px 0 0;
}

/* IE6 hack because IE6 has personal issues */

* html div.SelectItemBottom label {
	margin: 3px 35px 0 0;
}

div.planSelect {
	width: 616px;
	background: url(../images/bg_selectAplan.gif) no-repeat top left;
	padding: 40px 0 0;
}

div.planSelect dl {
	margin: 0;
	padding: 0;
}

div.planSelect dl dt {
	text-align: center;
	padding: 0 0 10px;
}

div.planSelect dl dd.first {
	margin-left: 50px;
}

/* IE6 hack because IE6 has personal issues */

* html div.planSelect dl dd.first {
	margi\n-left: 25px;
}

div.planSelect dl dd input {
	margin: 0;
}

div.planSelect dl dd {
	float: left;
	width: 36px;
	margin: 0;
	padding: 0 0 3px!important;
}

/* IE6 hack because IE6 has personal issues */

* html div.planSelect dl dd {
	widt\h: 35px;
	paddin\g: 0 0 1px!important;
}

div.capsSelect {
	background: url(../images/div_plans.gif) repeat-y top right;
	width: 230px;
	float: left;
}
div.capsSelect dl {
	width: 220px;
}
div.capsSelect dl dd.desc {
	width: 90px;
}
div.capsSelect #chooseabonus {
	margin-left: 50px;
}
div.capsSelect2 {
	width: 370px;
	height: 130px;
	float: left;
}
div.capsSelect2 dl {
	width: 370px;
}
div.capsSelect2 dl dt {
	text-align: left;
	margin-left: 50px;
}
div.capsSelect2 dl dd.desc {
	width: 90px;
}
div.capsSelect2 #chooseabonus {
	margin-left: 40px;
}
div.capsSelect3 {
	background: url(../images/div_plans.gif) repeat-y top right;
	width: 200px;
	float: left;
}
div.capsSelect3 dl {
	margin-left: -20px;
}
div.capsSelect3 dl dt {
	text-align: left;
	margin-left: 50px;
}
div.capsSelect3 dl dd {
	width: 20px;
}
div.capsSelect3 dl dd.desc {
	text-align: left;
	width: 90px;
}
div.capsSelect3 select {
	margin-left: 20px;
}
div.lastcol {
	background: none;
}

div.prePaid dl dd.first {
	margin-left: 20px!important;
}

/* IE6 hack because IE6 has personal issues */

* html div.prePaid dl dd.first {
	margi\n-left: 10px!important;
}

div.prePaid dl {
	width: 230px;
	float: left;
	overflow: hidden;
}

div.borderWrap {
	width: 614px;
	overflow: hidden;
	border-left: 1px solid #ffa366;
	border-right: 1px solid #ffa366;
	padding: 10px 0 10px;
}

div.planSelectBtm {
	width: 616px;
	height: 37px;
	background: url(../images/bg_selectPlanBtm.gif) no-repeat bottom left;
}

div.planSelectBtm input {
	float: right;
	margin: 10px 20px 0 0;
	font-size: 11px;
}

/* Plan seleected */

div.planSelected {
	background: url(../images/bg_planSelected.gif) no-repeat;
	width: 616px;
	height: 210px;
	overflow: hidden;
}

img.capDeal {
	margin: 40px 0 0 15px;
	float: left;
}

div.planSelected h3 {
	/*margin: 50px 0 0 180px;*/
	margin:50px 0 0 15px;
}
div.planSelected h3 em {
	color: #ff0000;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
}

div.planSelected p {
	/*margin: 10px 0 0 180px;*/
	margin:10px 0 0 15px;
	width: 280px;
}
div#planSelected_r {
	width: 200px;
	margin:54px 0 0 375px;
}
div#planSelected_r ul {
	list-style-type: disc;
	list-style-position: inside;
}

div.availableMobiles {
	width: 616px;
	background: url(../images/bg_mobilesAvailable.gif) no-repeat top left;
	padding: 40px 0 0;
}

div.availableMobiles span {
	float: left;
	display: block;
	margin: 40px 20px 0;
}

div.availableMobiles dl {
	margin: 0 0 0 15px;
	padding: 0;
	overflow: hidden;
	float: left;
}

div.availableMobiles dt {
	font-weight: bold;
	color: #000;
	padding: 0 0 10px 0
}

div.availableMobiles dd {
	margin: 0;
	padding: 0 0 1px;
}

div.availableMobiles dd select {
	font-size: 11px;
}

div.mobileDetail {
	float: left;
	margin: 5px 4px 0 0;
	background: url(../images/bg_selPhoneTop.gif) no-repeat top left;
	width: 306px;
	overflow: hidden;
}

div.mobileDetailBtm {
	clear: left;
	background: url(../images/bg_selPhoneBtm.gif) no-repeat top left;
	width: 306px;
	height: 38px;
}

div.mobileDetailBtm select {
	margin: 10px 20px 0;
	font-size: 11px;
}

div.mobileDetailBtm input {
	font-size: 11px;
}

div.mobileDetail img {
	float: left;
	margin: 10px 0 0 30px;
}

div.mobileDetail h2 {
	margin: 20px 0 0 130px
}

div.mobileDetail p {
	margin: 10px 20px 0 130px
}

div.mobileDetail ul {
	margin: 10px 0 0 100px;
	padding: 0;
}

div.mobileDetail li {
	margin: 0px 0 0 45px;
	padding: 0;
}

#ContentPackages {
	width: 590px;
	margin-left: 180px;
	font-size: 12px;
}
/* */

/* new threestore landing page */
#threestore_findamobile {
	width: 615px;
	height: 70px;
	background: #8c9da4 url(../images/threestore_findamobile.gif) no-repeat;
	margin: 9px 0;
}
#threestore_findamobile #brandSelect {
	margin: 36px 0 0 13px;
}
#threestore_findamobile #orImg {
	margin: 0 40px -5px 40px;
}
.whybuyonline, .otherwaystobuy {
	width: 150px;
	padding:31px 0 0 0;
	background: url(../images/threestore_whybuyonline.gif) no-repeat;
}
.whybuyonline dl, .otherwaystobuy dl {
	background: #f5f6f8 url(../images/threestore_divider.gif) center bottom no-repeat;
	border-left: 1px solid #cdd1d2;
	border-right: 1px solid #cdd1d2;
	width: 148px !important;
	margin: 0!important;
	min-height: 52px;
	height: auto!important;
	height:50px;
}
.whybuyonline dt {
	float: left !important;
	margin: 0 5px 0 2px;
}
.whybuyonline dd {
	padding: 0 5px 0 0!important;
	line-height: 12px;
}
.whybuyonline .desc {
	margin: -3px 0 0 0!important;
}
.whybuyonline dd img, .otherwaystobuy dd img {
	margin: 5px 0 0 0;
}
.whybuyonline dl.lastDl {
	width: 150px!important;
	background: #f5f6f8 url(../images/threestore_botrounded.gif) bottom no-repeat;
	border: 0;
}
.whybuyonline img, .otherwaystobuy img{
	display: inline;
}
.otherwaystobuy {
	margin: 4px 0 0 0;
	background: url(../images/threestore_otherways.gif) no-repeat;
}
.otherwaystobuy dl {
	min-height: 30px;
	height: auto!important;
	height:30px;
}
.otherwaystobuy dl.lastDl {
	width: 150px!important;
	padding-bottom: 10px!important;
	background: #f5f6f8 url(../images/threestore_botrounded.gif) bottom no-repeat;
	border: 0;
}
.otherwaystobuy dl dt {
	float: none!important;
	padding: 5px 5px 0 0;
}
.otherwaystobuy dl dt img {
	padding-left: 8px;
}
.otherwaystobuy dl dd {
	padding: 0 0 10px 8px;
}
.otherwaystobuy dl.lastDl {
	padding:3px 0 0 0 !important;
	margin-bottom: 0;
}
.threestore_promopanels {
	margin: 4px 0 0 0;
}
#stepper_wizard {
	margin-bottom: 19px;
}
#onlinestore_main {
	position: relative;
	background: url(../images/onlinestore_bggrad.gif) repeat-y;
	width: 615px;
	z-index: 1;
	margin-bottom: 20px;
}
#onlinestore_main strong {
	color: #000;
}
#onlinestore_main #terms {
	position: relative;
}
#onlinestore_main #terms p {
	position: absolute;
	top: 400px;
	left: 30px;
	width: 560px;
	color: #ccc;
	font-size: 11px;
}
#onlinestore_main #price {
	position: absolute;
	top: 245px;
	left: 290px;
	width: 120px;
}
#onlinestore_main #price p {
	position: absolute;
	top: 63px;
	left: 0;
	background: url(../images/navArrow.gif) no-repeat 0 2px;
	padding-left: 8px;
}
#onlinestore_main #price p a {
	color: #000;
	font-size: 10px;
}
#onlinestore_main #checkout {
	position: absolute;
	top: 268px;
	left: 445px;
	z-index: 1;
}
.onlinestore_tabs #tabs {
	background: #fff;
	width: 100%;
}
#tab_group {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	top: 1px;
	height: 29px;
	z-index: 2;
}
.onlinestore_tabs ul li {
	float: left;
	background: url(../images/threestore_tabR.gif) no-repeat right;
	margin-right: 4px;
}
.onlinestore_tabs li.active {
	background-image: url('../images/threestore_tabR_on.gif');
}
.onlinestore_tabs li.active a {
	background-image: url('../images/threestore_tabL_on.gif');
}
.onlinestore_tabs ul li a {
	display: block;
	height: 29px;
	line-height: 29px;
	background: url(../images/threestore_tabL.gif) no-repeat left;
	padding: 0 22px;
	float: left;
}
.onlinestore_tabs ul li a img {
	padding-right: 5px;
}
.onlinestoreContainer {
	position: relative;
	display: none;
	clear: left;
	min-height: 331px;
	height: auto!important;
	height: 331px;
	background: url(../images/onlinestore_containerTop.gif) no-repeat;
}
.onlinestoreContainer h1 { 
	color: #000; 
	font-size: 12px;
}
.onlinestoreContainer #mobile_image {
	position: absolute;
	top: 15px;
	left: 20px;
}
.onlinestoreContainer .notAvailable {
	position: absolute;
	top: 13px;
	right: 0;
}
.onlinestoreContainer #util_panel {
	position: absolute;
	left: 425px;
	top: 45px;
}
.onlinestoreContainer #mobile_select {
	position: absolute;
	top: 285px;
	left: 14px;
	width: 180px;
}
.onlinestoreContainer #mobile_select select {
	float: left;
	width: 120px;
}
.onlinestoreContainer #mobile_select #view360 {
	float: right;
}
.onlinestoreContainer #mobile_description {
	position: absolute;
	left: 200px;
	top: 30px;
	width: 200px;
}
.onlinestoreContainer #mobile_description ul {
	font-size: 11px;
	line-height: 14px;
}
.onlinestoreContainer #mbb_description {
	position: absolute;
	left: 200px;
	top: 50px;
	width: 400px;
}
.onlinestoreContainer #mobile_description h1, #mbb_description h1 {
	color: #000;
	font-size: 12px;
}
.onlinestoreContainer #mobile_description ul, .onlinestoreContainer #specifications_desc ul, #mbb_description ul {
	list-style: disc;
	margin: 10px 0 0 15px;
	padding: 0;
}
.onlinestoreContainer #mobile_description ul li, #mbb_description ul li {
	background: none;
	float: none;
}
.onlinestoreContainer #mobile_description ul li a, #mbb_description ul li a {
	float: none;
	background: none;
	padding: 0;
	height: 12px;
	line-height: 12px;
	text-decoration: underline!important;
}
.onlinestoreContainer #features_desc {
	padding:35px 0 0 22px;
	width: 370px;
}
.onlinestoreContainer #features_desc h1 {
	margin-bottom: 10px;
}
.onlinestoreContainer #features_desc ul {
	list-style: disc;
	margin: 10px 0 10px 15px;
	padding: 0;
}
.onlinestoreContainer #features_desc ul li {
	background: none;
	float: none;
}
.onlinestoreContainer #features_desc ul li a {
	float: none;
	background: none;
	padding: 0;
	height: 12px;
	line-height: 12px;
	text-decoration: underline!important;
}
.onlinestoreContainer #specifications_desc {
	padding: 35px 0 0 22px;
	width: 370px;
}
.onlinestoreContainer #features_mobile {
	position: absolute;
	left: 512px;
	top: 40px;
}
.onlinestoreContainer #specifications_desc #left {
	float: left;
	width: 212px;
}
.onlinestoreContainer #specifications_desc #right {
	float: right;
	width: 150px;
}
.onlinestoreContainer #specifications_desc ul {
	background: transparent;
}
.onlinestoreContainer #specifications_desc ul li {
	background: none;
	float: none;
}
.onlinestoreContainer #specifications_desc h2 {
	margin: 10px 0;
	font-size: 12px;
}
#onlinestore_main .slider {
	position: relative;
	background: #d1d4da url(../images/os_slidergrad.gif) repeat-x;
	border-bottom: 1px solid #bfc2c3;
	height: 21px;
	margin-left: 1px;
}
#onlinestore_main .slider_on {
	position: relative;
	background: #d1d4da url(../images/os_slidergrad_on.gif) repeat-x;
	border-bottom: 1px solid #bfc2c3;
	height: 21px;
}
#onlinestore_main .slider .slider_cap {
	float: left;
	margin-left: 20px!important;
	margin-left: 10px;
	line-height: 21px;
}
#onlinestore_main .slider .slider_cap .cap_totalprice {
	position: absolute;
	left: 180px;
}
#onlinestore_main .slider .slider_cap .cap_totalprice_mb {
	margin-left: 15px;
}

#onlinestore_main .slider .slider_cap div {
	float: left;
}
#onlinestore_main .slider .hotdeal {
	position: absolute;
	top: -5px;
	left: 455px;
}
.slider_control {
	width: 86px;
	height: 21px;
	float: right;
}
#onlinestore_main .slider .slider_control a {
	display: block;
	width: 86px;
	height: 21px;
	text-decoration: none;
}
.slider_container .slider_content {
	display: none;
	position: relative;
	height: 139px;
}
.slider_container .slider_content .cap {
	position: absolute;
	left: 38px;
	top: 17px;
}
.slider_container .slider_content .valuePack {
	position:absolute;
	left: 38px;
	top: 85px;
}
.slider_container .slider_content .hotdeal_info {
	position: absolute;
	left: 420px;
	top: 10px;
	width: 180px;
	text-align: center;
}
.slider_container .slider_content .hotdeal_info h2 {
	color: #e52b2c;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.slider_container .slider_content .hotdeal_info p {
	font-size: 11px!important;
	margin: 0 0 2px 0!important;
	padding: 0!important;
}
.slider_container .slider_content .checkout {
	position: absolute;
	left: 445px;
	top: 85px;
}
.slider_container .slider_content .desc {
	position: absolute;
	top: 25px;
	left: 117px;
	width: 320px;
}
.slider_container .slider_content .links {
	position: absolute;
	left: 110px;
	top: 63px;
}
.slider_container .slider_content .links a {
	margin-right: 22px;
}

#tbl_purchaseSummary {
	width: 595px;
}
#tbl_purchaseSummary .header {
	background: #e6eaeb;
	height: 29px;
	color: #000;
}
#tbl_purchaseSummary .header td {
	border-right: 1px solid #fff;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
}
#tbl_purchaseSummary td strong {
	color: #000;
}
#tbl_purchaseSummary .header td.step img {
	float: left;
	margin-right: 50px;
}
#tbl_purchaseSummary .header span {
	margin: 0;
	padding: 0 0 0 10px;
}
#tbl_purchaseSummary .header td.last {
	border-right: none;
}
#tbl_purchaseSummary td.price {
	position: relative;
	font-size: 24px;
	padding-bottom: 20px;
	text-align: center;
	color: #000;
}
#tbl_purchaseSummary td.includes {
	padding: 5px!important;
}
#tbl_purchaseSummary td #capType {
	font-size: 14px;
	margin: 28px 0 0 0;
	color: #000;
}
#tbl_purchaseSummary td.offer {
	padding: 10px 0;
	line-height: 14px;
}
#tbl_purchaseSummary td.price span sup {
	font-size: 14px;
}
#tbl_purchaseSummary tr.price_subtotal {
	background: #feebd5;
}
#tbl_purchaseSummary tr.price_subtotal td {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
#tbl_purchaseSummary tr.price_total {
	background: #feebd5;
}
#tbl_purchaseSummary tr.price_total td {
	border-right: 1px solid #fff;	
}
#tbl_purchaseSummary .total_divider {
	background: #000;
	height: 1px;
}
#tbl_purchaseSummary .mobileDesc {
	position: relative;
	margin: 20px 0 0 0;
	width: 200px;
}
#tbl_purchaseSummary .mobileDesc h2 {
	font-size: 12px;
	margin: 0;
}
#tbl_purchaseSummary .mobileDesc p {
	width: 200px;
}
#tbl_purchaseSummary .floatImg {
	float: left;
	margin: 10px;
}
#tbl_purchaseSummary #cap {
	margin:20px 0 0 8px;
}
#tbl_purchaseSummary select {
	display: block;
	margin: 10px 0 0 0;
}
#tbl_purchaseSummary .notAvailable{
	position: absolute;
	top: -30px;
	left: 81px;
}
#tbl_purchaseSummary #buyonline {
	margin: 10px 0 0 0;
}
#tbl_purchaseSummary #error {
	color: #ff2200;
	font-weight: bold;
	margin: 10px 0 0 0;
}
#backbutton {
	margin-top: 10px;
}
#notReadyToBuy {
	width: 575px;
	height: 164px;
	margin: 30px 0 0 0;
	padding: 40px 0 0 20px;
	background: url(../images/notReadyBg.gif) no-repeat;
}
#notReadyToBuy div {
	float: left;
	width: 180px;
}
#notReadyToBuy div#email_summary {
	width: 178px;
	background: url(../images/vert_divider.gif) repeat-y;
	padding: 0 10px 0 15px;
}
#notReadyToBuy div#find_call {
	padding-left: 10px;
}
#notReadyToBuy div h2 {
	margin: 0;
	font-size: 11px;
}
#notReadyToBuy div p {
	width: 180px;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
#storeLanding_divider {
	margin-bottom: 10px;
}
#storeLanding_main, #hotdeals_main {
	width: 615px;
	margin-bottom:10px;
}
#storeLanding_main #bottom_bar, #hotdeals_main #bottom_bar {
	height: 23px;
}
#storeLanding_main #bottom_bar #left, #hotdeals_main #bottom_bar #left{
	float: left;
	width: 514px;
	height: 23px;
	background: url(../images/panel_left_bottom.gif);
}
#storeLanding_main #bottom_bar #more_details, #hotdeals_main #bottom_bar #more_details {
	position: absolute;
	left: 423px;
	width: 101px;
	height: 23px;
	text-indent: -9000px;
}
#hotdeals_main #bottom_bar #more_details {
	left: 423px;
}
#storeLanding_main #bottom_bar #more_details a, #hotdeals_main #bottom_bar #more_details a {
	display: block;
	width: 101px;
	height: 23px;
	background: url(../images/more_details.gif) no-repeat;	
}
#storeLanding_main #bottom_bar #buy_now, #hotdeals_main #bottom_bar #buy_now {
	position: absolute;
	left: 524px;
	text-indent: -9000px;
	height: 23px;
	overflow: hidden;
}
#hotdeals_main #bottom_bar #buy_now {
	left: 524px;
}
#storeLanding_main #bottom_bar #buy_now a, #hotdeals_main #bottom_bar #buy_now a {
	display: block;
	width: 91px;
	height: 46px;
	background: url(../images/btn_buynow.gif) no-repeat;
}
#storeLanding_main #bottom_bar #more_details a:hover, #storeLanding_main #bottom_bar #buy_now a:hover, #hotdeals_main #bottom_bar #more_details a:hover, #hotdeals_main #bottom_bar #buy_now a:hover {
	background-position: 0 -23px;
}
#str_landing_br {
	margin-top: 25px;
}
/* @end Threestore */

/* @group Utility Panel */

div.util_panel144 {
	background: url(../images/utility_panel_144/utilbg.gif) no-repeat;
	width: 133px;
	height: 289px;
	padding: 6px 5px 5px 6px;
	font-size: 12px;
}

div.util_panel150 {
	width: 150px;
	padding: 6px 5px 5px 6px;
}

div.utilshort {
	background: url(../images/utility_panel_150/utilbg_short.gif) no-repeat;
}

div.utillong {
	background: url(../images/utility_panel_150/utilbg_long.gif) no-repeat;
}

div.util_panel144 .subpanel {
	margin-bottom: 6px;
	padding: 0;
}

div.utillong .subpanel {
	margin-bottom: 6px;
}

div.utilshort .subpanel {
	margin-bottom: 8px;
}

div.subpanel a {
	text-decoration: none;
	color: #000;
}

div.subpanel a:hover {
	text-decoration: underline;
}

div.subpanel h1 {
	text-indent: -9000px;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

div.util_panel144 #os_p {
	background: url(../images/utility_panel_144/onlineservices_panel.gif) no-repeat;
	height: 102px;
}

div.util_panel144 #g3_p {
	background: url(../images/utility_panel_144/get3now_panel.gif) no-repeat;
	height: 81px;
}

div.util_panel144 #c_p {
	background: url(../images/utility_panel_144/coverage_panel.gif) no-repeat;
	height: 81px;
}

div.util_panel150 #os_p {
	background: url(../images/utility_panel_150/onlineservices_panel.gif) no-repeat;
	height: 93px;
}

div.util_panel150 #g3_p {
	background: url(../images/utility_panel_150/get3now_panel.gif) no-repeat;
	height: 76px;
}

div.util_panel150 #c_p {
	background: url(../images/utility_panel_150/coverage_panel.gif) no-repeat;
	height: 76px;
}

div.subpanel h1#onlineservices {
	width: 138px;
	height: 26px;
}

div.subpanel h1#get3now {
	width: 138px;
	height: 24px;
}

div.subpanel h1#coverage {
	width: 138px;
	height: 28px;
}

div.subpanel p {
	margin: 4px 0 0 8px;
	padding: 0;
}

div.util_panel150 .subpanel span {
	margin: 0 0 0 8px;
}

div.subpanel ul {
	list-style: none;
	margin: 2px 0 0 6px;
	padding: 0;
}

div.util_panel150 ul {
	margin: 0 0 0 4px;
}

div.subpanel ul li {
	background: url(../images/utility_panel_144/li_bg.gif) no-repeat;
	height: 17px;
	padding: 0 0 0 21px;
	margin: 4px 0 0 0;
	line-height: 17px;
}

div.util_panel150 .subpanel ul li {
	background: url(../images/utility_panel_150/li_bg.gif) no-repeat;
	margin: 2px 0 0 0;
}

div.util_panel150 .subpanel ul.normallist {
	margin-top: 1px;
}

div.subpanel ul.normallist li {
	padding: 0 0 0 18px;
	margin: 0;
	height: 20px;
	background: url('../images/navArrow.gif') no-repeat 9px 50%;
}

div.util_panel144 .subpanel #g3_li li {
	float: left;
	margin: 0;
	padding-bottom: 2px !important;
	padding-bottom: 0;
	height: 12px;
	line-height: 14px;
}

div.util_panel150 .subpanel #g3_li li {
	height: 15px;
}

div.subpanel ul.normallist li a {
	margin: 0;
	padding: 0;
}
#utility_right {
	float: right;
	width: 150px;
	margin-bottom: 20px;
}

#shoppingcart {
	position: absolute;
	left: 790px;
	top: 0;
	width: 150px;
	background: url(../images/shoppingcart/cart_bgtile.gif) repeat-y;
}

#shoppingcart2 {
	position: absolute;
	left: 610px;
	top: 0;
	width: 150px;
	background: url(../images/shoppingcart/cart_bgtile.gif) repeat-y;
}
#shoppingcart3 {
	position: absolute;
	left: 770px;
	top: 0;
	width: 150px;
	background: url(../images/shoppingcart/cart_bgtile.gif) repeat-y;
}

#shoppingcart #cart_top,#shoppingcart2 #cart_top, #shoppingcart3 #cart_top {
	width: 150px;
	height: 31px;
	background: url(../images/shoppingcart/cart_top.gif) no-repeat;
}

#shoppingcart .state1, #shoppingcart .state2, #shoppingcart .state3, #shoppingcart2 .state1, #shoppingcart2 .state2, #shoppingcart2 .state3,
#shoppingcart3 .state1, #shoppingcart3 .state2, #shoppingcart3 .state3 {
	clear: left;
	background: #8c9a9b;
	height: 20px;
	border-top: 1px solid #fff;
	color: #fff;
	font-weight: bold;
}

#shoppingcart .state2, #shoppingcart2 .state2, #shoppingcart3 .state2 {
	background: #ffdfd6;
}

#shoppingcart .state3, #shoppingcart2 .state3, #shoppingcart3 .state3 {
	background: #e8e9ed;
}

#shoppingcart .state1 a, #shoppingcart2 .state1 a, #shoppingcart3 .state1 a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#shoppingcart2 .state1 a p, #shoppingcart3 .state1 a p {
	color: #fff;
}

#shoppingcart .state2 a, #shoppingcart2 .state2 a, #shoppingcart3 .state2 a {
	color: #000;
	text-decoration: none;
}

#shoppingcart2 .state2 a p, #shoppingcart3 .state2 a p {
	color: #000;
}

#shoppingcart .state3 a, #shoppingcart2 .state3 a, #shoppingcart3 .state3 a {
	color: #8b8c90;
	text-decoration: none;
}

#shoppingcart .cart_stepNum1, #shoppingcart .cart_stepNum2, #shoppingcart .cart_stepNum3, #shoppingcart2 .cart_stepNum1, #shoppingcart2 .cart_stepNum2, #shoppingcart2 .cart_stepNum3, #shoppingcart3 .cart_stepNum1, #shoppingcart3 .cart_stepNum2, #shoppingcart3 .cart_stepNum3 {
	float: left;
	width: 9px;
	border-right: 1px solid #fff;
	height: 12px;
	padding: 4px;
}

#shoppingcart .cart_stepNum2, #shoppingcart2 .cart_stepNum2, #shoppingcart3 .cart_stepNum2 {
	background: #ff6730;
	color: #fff;
}

#shoppingcart .cart_stepNum3, #shoppingcart2 .cart_stepNum3, #shoppingcart3 .cart_stepNum3 {
	background: #b8c0c3;
	color: #fff;
}

#shoppingcart .state1 p, #shoppingcart .state2 p, #shoppingcart .state3 p, #shoppingcart2 .state1 p, #shoppingcart2 .state2 p, #shoppingcart2 .state3 p, #shoppingcart3 .state1 p, #shoppingcart3 .state2 p, #shoppingcart3 .state3 p {
	padding: 0;
	margin: 0 0 0 24px;
	line-height: 20px;
}

#cart_main .cart_details {
	text-align: center;
}

#cart_main .cart_details p {
	float: left;
	width: 70px;
	padding: 5px 2px 5px 5px;
	text-align: left;
}

#cart_main .cart_additions p {
	padding: 0 0 0 10px;
	margin: 5px 0;
}

#cart_main .cart_details img {
	padding: 5px 2px 2px 2px;
}

#shoppingcart #cart_bottom {
	width: 150px;
	height: 21px;
	background: url(../images/shoppingcart/cart_bottom.gif) no-repeat;
}

/* @end utility panel */

/* @group Order Form */

div.form_block {
	width: 590px;
	background: #f1f4f5;
	margin-bottom: 10px;
}

div#topbar {
	height: 24px;
	background: #e6eaea url('../images/dotted_seperator.gif') bottom repeat-x;
}

div#topbar h2 {
	float: left;
	margin: 0;
	line-height: 24px;
	padding-left: 8px;
}

div#topbar p {
	color: #FF6600;
	float: right;
	width: 165px;
	margin: 0;
	line-height: 24px;
}
table.form_table .hidden {
	display: none;
}
table.form_table td {
	font-size: 12px;
	
}
table.form_table td table td {
	margin: 0;
	padding: 5px 0;
}
table.form_table td sup {
	color: #FF6600;
}

table.form_table td img.qmark {
	margin-left: 5px;
}

table.form_table td input {
	font-size: 11px;
}

table.form_table td .instructions {
	color: #a3a2ac;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

table.form_table td .errormsg {
	color: red;
}
table.form_table p.validation_error {
	display: block;
	color: #ff2200;
	font-weight: bold;
}
.errormsg {
	color: red !important;
}

/* @end Order Form */

#mobile_comparison {
	height: 100%;
	overflow: auto;
}

#errorpage {
	margin: 0 150px 0 200px;
	min-height: 400px;
	height: auto!important;
	height:400px;
	font-size: 12px;
	background: url(../images/404_bg.jpg) no-repeat right bottom;
}
#errorpage h1 {
	margin-top: 14px;
}
#errorpage p {
	width: 350px;
}
#errorpage ul {
	list-style: none;
	padding: 0;
	margin: 10px 0 0 5px;
}

/* @group AllText pages */

#general_content {
	margin: 0 0 0 10px;	
	padding: 10px 10px 0 0;
	width: 590px;
}
#general_content h1 {
	color: #000;
	font-size: 12px;
	margin-bottom: 10px;
}
#general_content h1 span {
	color: #5A5A5A;
	font-size: 11px;
}
#general_content p {
	width: 395px;
}
#general_content p strong{
	color: #000;
}
#general_content a {
	color: #000;
	text-decoration: underline;
}
#general_content ul {
	margin: 0 0 20px 30px;
}
#general_content ul li a {
	text-decoration: underline;
}
#general_content #editMyDetails {
	float: left;
}
#general_content #continue {
	float: right;
}

/* @group FAQ */

ul#faq {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
ul#faq li {
	padding-bottom: 4px;
}
ul#faq li a {
	font-weight: bold;
	text-decoration: none;
	background: url(../images/navArrow.gif) no-repeat 0 4px;
	padding: 0 0 0 8px;
}
.faq_divider {
	height: 9px;
	background: url(../images/faq_divider.gif) repeat-x 0 center;
	margin: 0 0 10px 0;
	padding-top: 10px;
}
.btn_top {
	display: block;
	float: right;
	width: 46px;
	height: 18px;
	margin: -20px 0 0 0;
}
/* @end */

/* @end */

/* @group All Mobiles */
#utility_filter {
	position: relative;
	background: url(../images/utility_filter_background.gif) no-repeat;
	width: 615px;
	height: 60px;
	margin-bottom: 7px;
	padding-top: 1px;
}
#utility_filter #view_all {
	position: absolute;
	left: 138px;
	top: 19px;
	width: 40px;
}
#utility_filter #select_brand {
	position: absolute;
	left: 398px;
	top: 19px;
	width: 115px;
}
#utility_filter #view_brand {
	position: absolute;
	left: 520px;
	top: 19px;
	width: 40px;
}
.mobile_panel, .hotdeal_panel {
	float: left;
	position: relative;
	width: 302px;
	height: 185px;
	margin: 0 8px 8px 0;
	background: url(../images/panel_top_background.gif) no-repeat;
}
.hotdeal_panel {
	height: 217px;
	background: none;
}
.mobile_panel #mobile_img, .mobile_panel #pre_mobile_img {
	position: absolute;
	left: 10px;
	top: 12px;
	width: 75px;
	height: 145px;
}
.mobile_panel #pre_mobile_img {
	left: 26px;
	width: 100px;
}
.mobile_panel #mobile_desc, .mobile_panel .pre_mobile_desc {
	height: 130px;
	padding: 32px 15px 0 94px;
	overflow: hidden;
}
.mobile_panel .pre_mobile_desc {
	padding:20px 15px 0 123px;
	height: 142px;
}

.mobile_panel #mobile_desc h1, .mobile_panel .pre_mobile_desc h1,  .mobile_panel #mobile_desc h2, .mobile_panel .pre_mobile_desc h2 {
	color: #000;
	margin: 0;
	padding: 0;
}
.mobile_panel #mobile_desc h2 {
	margin-top: 1px;
}

.mobile_panel #mobile_desc #cap, .mobile_panel #mobile_desc #broadband_cap  {
	position: absolute;
	width: 59px;
	height: 68px;
	top: 88px;
	left: 232px;
}
.mobile_panel #mobile_desc #broadband_cap {
	top: 68px;
}
.mobile_panel #mobile_desc p, .mobile_panel .pre_mobile_desc p {
	font-size: 11px!important;
	line-height: 13px;
}
.mobile_panel #mobile_desc p.available {
	width: 135px;
}
.mobile_panel #mobile_desc p strong {
	color: #000;
}
.mobile_panel #bottom_bar #left, .hotdeal_panel #bottom_bar #left {
	float: left;
	width: 201px;
	height: 23px;
	background: url(../images/panel_left_bottom.gif);
}
span.not_available {
	color: red;
	line-height: 23px;
	font-size: 12px;
	padding-left: 10px;
	font-weight: bold;
}
.mobile_panel #hotdeal, .mobile_panel #pre_hotdeal {
	position: absolute;
	background: url(../images/hot_deal.gif) no-repeat;
	height: 27px;
	width: 57px;
	top: 158px;
	left: 21px;
}
.mobile_panel #pre_hotdeal {
	left: 35px;
}
.mobile_panel #bottom_bar #left #more_details, .hotdeal_panel #bottom_bar #left #more_details {
	position: absolute;
	top: 162px;
	left: 110px;
	width: 101px;
	height: 23px;
	text-indent: -9000px;
}
.hotdeal_panel #bottom_bar #left #more_details {
	top: 194px;
}
.mobile_panel #bottom_bar #left #buy_now, .hotdeal_panel #bottom_bar #left #buy_now {
	position: absolute;
	top: 162px;
	left: 211px;
	width: 91px;
	height: 23px;
	text-indent: -9000px;
	overflow: hidden;
}
.hotdeal_panel #bottom_bar #left #buy_now {
	top: 194px;
}
.mobile_panel #bottom_bar #more_details a, .hotdeal_panel #bottom_bar #left #more_details a {
	display: block;
	width: 101px;
	height: 23px;
	background: url(../images/more_details.gif) no-repeat;	
}
.mobile_panel #bottom_bar #left #buy_now a, .hotdeal_panel #bottom_bar #left #buy_now a {
	display: block;
	width: 91px;
	height: 46px;
	background: url(../images/btn_buynow.gif) no-repeat;
}
.mobile_panel #bottom_bar #more_details a:hover, .hotdeal_panel #bottom_bar #left #more_details a:hover, .mobile_panel #bottom_bar #left #buy_now a:hover, .hotdeal_panel #bottom_bar #left #buy_now a:hover {
	background-position: 0 -23px;
}

/* @end */
