/* * * * * * * * *
CS Phones Landing
* * * * * * * * * */


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

.phones_landing h1{
	margin: 0;
	color:#FFF;
}

#content strong{ font-weight: bold; }

/* Product Filter */
.prod-filter{
	position: relative;
	z-index: 2;
	border: 1px solid #DFDFDF;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-bottom: 22px;
}

.prod-filter li{
	position: relative;
	float: left;
	display: inline;
	border-right: 1px solid #DFDFDF;
	background: url('/resources/images/phones/backgrounds/bg-prod-filter.png') repeat-x;
}

.prod-filter li.active{
	margin-bottom: -2px;
	background: #00AEEF;
	/* CSS3 */
	-webkit-box-shadow: inset 0px 0px 5px 0px #0084B5;
	-moz-box-shadow: inset 0px 0px 5px 0px #0084B5;
	box-shadow: inset 0px 0px 5px 0px #0084B5;
}

.prod-filter li.dd-wrap{
	width: 250px;
	border-right: 0;
}

.prod-filter li.dd-wrap a span{
	display: block;
	padding-left: 76px;
	cursor: pointer;
}

.ie6 .prod-filter li.dd-wrap a span{ cursor: hand; }

.prod-filter li.dd-wrap ul span{
	background-image: url('/resources/images/phones/icons/ico-spr-nav-prod-filter.png');
	background-repeat: no-repeat;
}

.prod-filter li a{
	display: block;
	height: 50px;
	font-size: 13px;
	font-weight: bold;
	color: #505050;
	text-decoration: none;
	line-height: 50px;
}

.prod-filter li a:hover{
	background: url('/resources/images/phones/backgrounds/bg-prod-filter-o.png') repeat-x;
}

.prod-filter li.active a{
	position: relative;
	top: -1px;
	left: -1px;
	height: 52px;
	background: none;
	color: #FFF;
	line-height: 52px;
	padding-right: 1px;
	margin-right: -1px;
	margin-bottom: -1px;	
}

.prod-filter li.dd-open a.dd-trigger{ background: none; }

/* Arrow for dropdown */
.prod-filter li.dd-wrap .arr{
	display: block;
	width: 14px;
	height: 8px;
	background: url('/resources/images/phones/icons/ico-spr-nav-prod-filter.png') no-repeat 0 -600px;
	position: absolute;
	top: 23px;
	left: 220px;
}

.prod-filter li.active .arr{
	background-position: -488px -600px;
}

.prod-filter li span{
	display: block;
	height: 100%;
	background: url('/resources/images/phones/icons/ico-spr-nav-prod-filter.png') no-repeat;
	cursor: pointer;
}

.ie6 .prod-filter li span{ cursor: hand; }

.prod-filter li a.all span{ width: 105px; padding-left: 61px; background-position: 19px 16px; }
.prod-filter li.active a.all span{ background-position: -461px 16px; }
.prod-filter li a.lte span{ width: 95px; padding-left: 70px; background-position: 24px -345px; }
.prod-filter li.active a.lte span{ background-position: -459px -345px; }
.prod-filter li a.android span{ width: 101px; padding-left: 67px; background-position: 20px -409px; }
.prod-filter li.active a.android span{ background-position: -454px -409px; }
.prod-filter li a.free span{ width: 96px; padding-left: 69px; background-position: 26px -466px; }
.prod-filter li.active a.free span{ background-position: -460px -466px; }
/* gamers */
.prod-filter li a.gamers span{ background-position: 27px -40px; }
.prod-filter li a.gamers:hover span{ background-position: -224px -40px; }
/* music */
.prod-filter li a.music span{ background-position: 27px -106px; }
.prod-filter li a.music:hover span{ background-position: -223px -106px; }
/* screen */
.prod-filter li a.screen span{ background-position: 28px -166px; }
.prod-filter li a.screen:hover span{ background-position: -223px -166px; }
/* battery */
.prod-filter li a.battery span{ background-position: 29px -221px; }
.prod-filter li a.battery:hover span{ background-position: -222px -221px; }
/* video */
.prod-filter li a.video span{ background-position: 31px -279px; }
.prod-filter li a.video:hover span{ background-position: -220px -279px; }
/* camera */
.prod-filter li a.camera span{ background-position: 27px -525px; }
.prod-filter li.active a.camera span{ background-position: -446px -525px; }

.prod-filter ul{
	width: 249px;
	position: absolute;
	top: 50px;
	left: -9999px;
	border: 1px solid #CACACA;
	border-top: 0;
	background: #FFF url('/resources/images/phones/backgrounds/bg-prod-filter-dd.png') repeat-x 0 100%;
	
	/* CSS3 */
	-webkit-box-shadow: -1px 2px 2px 1px #EDEDED;
	-moz-box-shadow: -1px 2px 2px 1px #EDEDED;
	box-shadow: -1px 2px 2px 1px #EDEDED;
}

.prod-filter li.dd-open ul{
	display: block;
	left: 0;
}

.prod-filter li.active ul li{
	float: none;
	display: block;
	height: 54px;
	line-height: 54px;
	padding-bottom: 1px;
	background: url('/resources/images/phones/backgrounds/bg-prod-filter-dd-divider.png') no-repeat 50% 100%;
	border-right: 0;
}

.prod-filter li.active ul li.last{ background: none; padding-bottom: 0; }

.prod-filter li.active ul li a{
	color: #505050;
	background: none;
	top: 0;
	left: 0;
	margin-right: 0;
	margin-bottom: 0;
	height: 54px;
}

.prod-filter li.active ul li a:hover{
	color: #00ADF1;
}

/* Content area */
.phones_landing #col2{
	width: 216px;
}

/* ------ Products ----- */
.prod-list{
	position: relative;
	margin-left: -22px;
	padding-left: 2px;
}

.prod-list .prod{
	position: relative;
	border: 1px solid #CCC;
	float: left;
	display: inline;
	width: 208px;
	margin: 0 0 20px 20px;
	padding: 22px 2px 2px 2px;
	height: 384px;
	text-align: center;
	color: #505050;
	overflow: hidden;
	
	/* CSS3 */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-background-clip: padding-box;
}
.prod-list .prod:hover{
	padding:22px 0 0 0;
	border: 3px solid #CCC;
	margin:-3px;
}

.prod-list .prod-lrg{
	width: 424px;
	padding-left: 22px;
	text-align: left;
}
.prod-list .prod-lrg:hover{
	padding: 20px 0 0 20px;
	border: 3px solid #CCC;
}

.prod-lrg .info{
	width: 230px;
	float: left;
	display: inline;
}

.prod-lrg .info p{
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 25px;
}

.prod-lrg .info a{
	color: #0072C7;
	font-weight: bold;
}

.prod-lrg img{
	position: absolute;
	right: 19px;
	bottom: 111px;
}
.prod-lrg:hover img{
	right: 17px;
	bottom: 109px;
}

/* Title */
.prod .ttl{
	display: block;
	color: #0072C7;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 15px;
}

#col1 .prod-lrg .ttl{
	font-size: 27px;
	margin-bottom: 5px;
	letter-spacing: -1px;
}

/* Price */
.prod .price{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1;
	text-transform: uppercase;
}

.prod .price span{
	text-transform: none;
	font-size: 11px;
	font-weight: 400;
}

.prod-lrg p.price{
	font-size: 18px;
	margin-bottom: 30px;
}

/* More panel */
.prod .more{
	position: absolute;
	bottom: 0;
	padding-bottom: 2px;
	left: 0;
	width: 100%;
	height: 48px;
	background: #F8F8F8;
	border-top: 1px solid #E2E2E2;
	
	/* CSS3 */
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	-webkit-background-clip: padding-box;	
}
.prod:hover .more {
	padding-bottom: 0;
}

.prod .more .compare{
	margin: 0 auto;
	margin-top: 9px;
}

.prod-lrg .more{
	width: 411px;
	height: 88px;
	padding: 20px 19px 2px 18px;
}
.prod-lrg:hover .more{
	padding: 20px 17px 0 16px;
}

.prod-lrg .more .plan{
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #505050;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.prod-lrg .more .btn-ctm-blue-32{
	float: right;
}
#col1 .prod-lrg .more .plan-ttl {
	color: #00AEEF;
	margin-bottom: 6px;
	font-size:12px;
	display:inline-block;
}
.ie6 #col1 .prod-lrg .more .plan-ttl,
.ie7 #col1 .prod-lrg .more .plan-ttl {
    zoom: 1;
    display: inline;
}
#col1 .prod-lrg .more .plan-ttl:hover {
    text-decoration:underline;
}
#col1 .prod .btn-ctm-blue-32 {
    margin:0 16px 0 0;
}

.prod-lrg .more p{
	font-size: 11px;
	line-height: 125%;
}

/* ----- Small product ----- */
#col1 .prod a {
    font-size:15px;
    font-weight:bold;
    margin: 0 0 4px;
    color:#0072C7;
    display:block;
}
#col1 .prod a:hover {
    text-decoration:underline;
}
#col1 .prod .more a:hover {
    text-decoration:none;
}
.prod .img{
	position: relative;
	width: 212px;
	height: 250px;
	text-align: center;
}

.prod .img .lbl{
	display: block;
	position: absolute;
	top: 37px;
	left: 32px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 56px;
	height: 56px;
	text-indent: -9999px;
}

.prod .img .lbl-sale{ background-image: url('/resources/images/phones/icons/lbl-sale.png'); }
.prod .img .lbl-4g{ background-image: url('/resources/images/phones/icons/lbl-4glte.png'); }

.prod .highlight{
	font-weight: bold;
	font-size: 13px;
	color: #00AEEF;
}

.prod .quick-view{
	display: block;
	width: 170px;
	height: 32px;
	background: url('/resources/images/phones/buttons/btn-spr-quick-view.png') no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 318px;
	left: -9999px;
}

.prod-h .quick-view{ left: 22px; }

.prod .quick-view:hover{ background-position: 0 100%; }

/* ----- Compare ----- */
.compare{
	position: relative;
	width: 173px;
	height: 34px;
	background: url("/resources/images/phones/backgrounds/bg-compare.png") no-repeat;
	cursor: pointer;
}

.ie6 .compare{ cursor: hand; }

.compare-disabled{ cursor: default; }

.compare input{
	position: absolute;
	top: 10px;
	left: 11px;
	border: 0;
	margin: 0;
	padding: 0;
}

.ie6 .compare input,
.ie7 .compare input{
	top: 6px;
	left: 8px;
}

.compare span{
	display: block;
	width: 137px;
	height: 31px;
	margin: 1px 0 0 34px;
	line-height: 31px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -0.5px;
}

/* ----- Compare Tray ----- */
#compare{
	background: #F8F8F8;
	border: 1px solid #D0CFCD;
	padding: 22px 20px 22px 21px;
	color: #505050;
	
	/* CSS3 */
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
}

#compare .ttl{
	font-weight: bold;
	font-size: 15px;
	letter-spacing: -0.5px;
	margin-bottom: 4px;
}

#compare .ttl-compare{
	font-weight: bold;
	color: #737373;
	margin-bottom: 18px;
}

#compare .prod{
	background: #FEFCFC;
	border: 1px solid #D2D1CF;
	padding: 12px 0 0 15px;
	margin-bottom: 16px;
	
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

#compare .prod .img{
	float: left;
	display: inline;
	width: 40px;
	height: auto;
	text-align: left;
	margin-bottom: 10px;
}

#compare .prod .ph-name{
	padding-top: 3px;
	margin-bottom: 7px;
	width: 100px;
	font-size: 13px;
	line-height: 13px;
	float: left;
	display: inline;
}

#compare .prod .price{
	color: #666;
	font-size: 12px;
}

#compare .ph{
	width: 114px;
	height: 79px;
	line-height: 79px;
	padding-left: 57px;
	background: url('/resources/images/phones/backgrounds/bg-compare-ph.png') no-repeat;
	font-size: 11px;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 17px;
}

#compare .btn-submit{
	width: 173px;
	height: 34px;
	background: url('/resources/images/phones/buttons/btn-compare-all.png') no-repeat;
	margin: 0 auto;
	border: 0;
	padding: 0;
	cursor: default;
}

#compare .btn-submit-active{ cursor: pointer; }
.ie6 #compare .btn-submit-active{ cursor: hand; }

#compare .btn-submit span{
	display: block;
	line-height: 27px;
	text-align: left;
	font-size: 10px;
	color: #545454;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 40px;

}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
LTE LANDING PAGE CSS
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#main {
background: white !important;
-webkit-border-radius: 4px 4px 0 0 !important;
-moz-border-radius: 4px 4px 0 0 !important;
border-radius: 4px 4px 0 0 !important;
padding: 20px !important;
width:920px;
}

#social-peek {
    margin-bottom: 10px;
}

.page-header {
	width: 960px;
    height: 420px;
    background: url(/resources/images/galaxys3/s3-landing-hero.png) bottom right no-repeat;
    margin: 0px 0px -20px 0px;
	padding:0px 0px 0px 0px;
	z-index:1;
}
.page-header-content {
	width:500px;
	height:300px;
	padding:120px 0px 0px 30px;
	z-index:0;
}

.page-header h1 {
    margin: 0 0 30px;
}

.page-header h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.231;
    text-transform: uppercase;
}

.page-header p {
    margin: 0 0 35px;
    color: #b5e9fd;
    font-size: 13px;
    line-height: 1.231;
}
.page-header img {margin:0 0 10px 0;}

.lte-video {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    display: block;
    width: 960px;
    height: 500px;
    background: url(/resources/images/galaxys3/lte-landing-hero.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
}

.question-chat {
    z-index: 2;
}

#lte-difference-promo {
    position: relative;
    height: 600px;
    margin: 0 0 30px;
    visibility: hidden;
    background: url(/resources/images/galaxys3/bg-lte-difference-promo.jpg) no-repeat 0 0;
}

#lte-difference-promo .ui-tabs-nav {
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 2;
    width: 920px;
    height: 65px;
    background: url(/resources/images/galaxys3/sprite-lte-difference-promo-tabs.png) no-repeat center top;
}

#lte-difference-promo .ui-tabs-nav li {
    float: left;
    width: 153px;
    height: 90%;
}

#lte-difference-promo .ui-tabs-nav a {
    position: relative;
    display: block;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

#lte-difference-promo .ui-tabs-nav .last a {
    border-right: none;
}

#lte-difference-promo .ui-tabs-nav .ui-tabs-selected a {
    border-right-color: transparent;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin:3px 0px;
    background: url(/resources/images/galaxys3/sprite-lte-difference-promo-tabs.png) no-repeat center -65px;
}

#lte-difference-promo .ui-tabs-nav .icon {
    display: block;
    width: 153px;
    height: 100%;
    margin: 0 auto;
    background: url(/resources/images/galaxys3/sprite-lte-difference-promo-tabs.png) no-repeat;
    text-indent: -9999px;
}

    #lte-difference-promo .ui-tabs-nav .share .icon {background-position: 8px -130px;}
    #lte-difference-promo .ui-tabs-nav .voice .icon {background-position: -140px -130px;}
    #lte-difference-promo .ui-tabs-nav .camera .icon {background-position: -295px -130px;}
    #lte-difference-promo .ui-tabs-nav .easy .icon {background-position: -445px -130px;}
    #lte-difference-promo .ui-tabs-nav .coverage .icon {background-position: -600px -130px;}
    #lte-difference-promo .ui-tabs-nav .whycslte .icon {background-position: -750px -130px;}

#lte-difference-promo .ui-tabs-nav .tri {
    display: none;
}

#lte-difference-promo .ui-tabs-nav .ui-tabs-selected .tri {
    position: absolute;
    bottom: -13px;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #00a6e7;
    margin-left: -7px;
    font-size: 0;
    line-height: 0;
}

#lte-difference-promo .ui-tabs-panel {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 930px;
    /*
        This is full height because some of the contents of it may fall behind
        the navigation tab list.
    */
    height: 600px;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
}

#lte-difference-promo .ui-tabs-hide {
    display: none;
}

#lte-difference-promo .ui-tabs-panel h1,
#lte-difference-promo .ui-tabs-panel h2,
#lte-difference-promo .ui-tabs-panel h3,
#lte-difference-promo .ui-tabs-panel h4,
#lte-difference-promo .ui-tabs-panel h5,
#lte-difference-promo .ui-tabs-panel h6 {
    margin: 0 0 10px;
    color: #fff;
}

#lte-difference-promo .ui-tabs-panel h2 {
    margin: 0 0 10px;
    font-size: 56px;
    font-weight: bold;
    letter-spacing: -0.05em;
    line-height: 1;
}

#lte-difference-promo .ui-tabs-panel h3 {
    font-size: 16px;
    line-height: 1.125;
}

#lte-difference-promo .ui-tabs-panel p {
    margin: 0 0 18px;
}

#lte-difference-promo .ui-tabs-panel img.title {
	margin:0 0 0 -45px;
}
#lte-difference-promo .ui-tabs-panel p.blue_text {
	color:#24d2fe;
	font-size:16px;
}
#lte-difference-promo .ui-tabs-panel p.blue_text a {
	font-weight:bold;
}

/*
    Individual Tab Panels
    =====================
*/

/* Coverage */
#lte-difference-promo #tab-share {
    width: 930px;
    height: 600px;
    padding: 0;
    /*background: url(/resources/images/galaxys3/bg_whycs.png) no-repeat left bottom;*/
}

#lte-difference-promo #tab-share .vid {
	margin:30px 17px 0px 0px;
}
#lte-difference-promo #tab-share .title {
	margin:0px 3px 0px 0px;
}


/* Why C Spire LTE */
#lte-difference-promo #tab-voice {
    width: 930px;
    height: 600px;
    padding: 0;
    /*background: url(/resources/images/galaxys3/bg_whycs.png) no-repeat left bottom;*/
	left:-10px;
}

#lte-difference-promo #tab-voice .vid {
	margin:20px 17px 0px 0px;
}
#lte-difference-promo #tab-voice .title {
	margin:10px 3px 0px 0px;
}

/* Why C Spire LTE */
#lte-difference-promo #tab-camera {
    width: 930px;
    height: 600px;
    padding: 0;
    /*background: url(/resources/images/galaxys3/bg_whycs.png) no-repeat left bottom;*/
	left:-10px;
}

#lte-difference-promo #tab-camera .vid {
	margin:20px 8px 0px 0px;
}
#lte-difference-promo #tab-camera .title {
	margin:10px 3px 0px 0px;
}

/* Why C Spire LTE */
#lte-difference-promo #tab-easy {
    width: 930px;
    height: 600px;
    padding: 0;
    /*background: url(/resources/images/galaxys3/bg_whycs.png) no-repeat left bottom;*/
	left:-10px;
}

#lte-difference-promo #tab-easy .vid {
	margin:50px 8px 0px 0px;
}
#lte-difference-promo #tab-easy .title {
	margin:0px 6px 0px 0px;
}

/* Coverage */
#lte-difference-promo #tab-coverage {
    width: 930px;
    height: 600px;
    padding: 0;
    background: url(/resources/images/galaxys3/bg_coverage.png) no-repeat 30px bottom;
}

#lte-difference-promo #tab-coverage .copy {
    width: 550px;
	margin:220px 0px 0px 340px;
}
#lte-difference-promo #tab-coverage .copy img.subhead {
	margin:20px 0px;
}

/* Business */
#lte-difference-promo #tab-whycslte {
    width: 930px;
    height: 600px;
    padding: 0;
    background: url(/resources/images/galaxys3/bg_whycs.png) no-repeat 0px bottom;
    margin:20px 30px;
}
#lte-difference-promo #tab-whycslte a.button {width:180px; height: 50px; position: absolute; top: 500px; left:20px;}
#lte-difference-promo #tab-whycslte .copy {
    width: 410px;
	margin:220px 0px 0px 470px;
}
#lte-difference-promo #tab-whycslte .title {
	margin:20px 0px 0px -40px;
}
#lte-difference-promo #tab-whycslte .hd_voice {
	margin:20px 0px 10px 0px;
}
#lte-difference-promo #tab-whycslte .copy1 {
	margin:30px 0px 10px 0px;
}
#lte-difference-promo #tab-whycslte .copy1 h3 {
	font-size:18px;
}
#lte-difference-promo #tab-whycslte .copy1 p {
	margin:20px 0px 20px 0px;
}

#lte-difference-promo #tab-whycslte .interactive_tool {
    width: 400px;
	margin:10px 0px 0px -10px;
}
#lte-difference-promo #tab-whycslte .interactive_tool p {
	float:left;
	margin:0px 0px 0px 10px;
	color:#fff;
	font-weight:bold;
}
#lte-difference-promo #tab-whycslte .interactive_tool img {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 0px;
}
#lte-difference-promo #tab-whycslte .logo {
	position:absolute;
	right:40px;
	bottom:40px;
}
/*
    LTE Phones
    ==========
*/
#lte-phones {
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

#lte-phones .pipe {
    padding: 0 0.5em;
    color: #b3b3b3;
}

#lte-phones .intro h2 {
    padding: 0 0 10px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.19;
}

#lte-phones .intro p {
    margin-bottom: 30px;
    color: #505050;
    font-size: 16px;
    line-height: 1.375;
}

#lte-phones .prod-list {
    padding-left: 0;
    margin-left: 0;
}

#lte-phones .prod {
    width: 420px;
    height: 495px;
    margin-left: 0;
    margin-right: 22px;
}

#lte-phones .third {
    margin-right: 0;
}

#lte-phones .prod .ttl {
    font-size: 20px;
}

#lte-phones .prod .price {
    font-size: 18px;
}

#lte-phones .prod .img {
    margin: 0 auto;
}

#lte-phones .prod .bullet-light-blue-list {
    margin: 0 20px 20px 120px;
    text-align: left;
}

#lte-phones .prod .more {
    width: 250px;
    padding: 8px 90px 0;
    line-height: 32px;
}
#lte-phones .prod .more h3 {
    padding: 10px 0px 0px 0px;
}

#lte-phones .prod .more .btn-ctm-blue-32 {
    width: 155px;
    margin-right: 0;
}

#lte-phones .prod .more .pipe {
    padding-left: 1em;
}

#lte-phones .prod-hero {
    float: none;
    display: block;
    width: 920px;
    height: 300px;
    padding: 0;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0 0 22px;
    overflow: visible;
    text-align: left;
}

#lte-phones .prod-hero .info {
    width: 435px;
    padding: 40px 60px 0;
    border-bottom: 1px solid #e2e2e2;
    background-color: #f7f7f7;
    color: #545454;
}

#lte-phones .prod-hero .more {
    position: static;
    bottom: auto;
    left: auto;
    width: 485px;
    padding: 20px 60px;
    border-top: 1px solid #fff;
    line-height: 32px;
    height: auto;
}

#lte-phones .prod-hero .info .ttl {
    font-size: 40px;
    font-weight: normal;
}

#lte-phones .prod-hero .info .ttl a {
    float: left;
    padding: 0 24px 0 0;
    background: url(/resources/images/icon/blue-arrow-with-circle-big.png) no-repeat right center;
}

#lte-phones .prod-hero .info .price {
    margin: 0 0 20px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -0.03em;
}

#lte-phones .prod-hero .info .bullet-light-blue-list {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1;
}

#lte-phones .prod-hero .more .btn-ctm-blue-32 {
    width: 200px;
}

#lte-phones .prod-hero .img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 443px;
    height: 329px;
    margin-top:20px;
}

#lte-phones .prod-hero .img .lbl {
display:none;
}



/* Carousel */
.carousel_cont p.now_available {
	font-size:20px;
	padding:0px !important;
	margin:0px 0px 5px 0px !important;
}
.carousel_cont p.coming_soon {
	font-size:20px;
	padding:0px !important;
	margin:0px 0px 10px 0px !important;
	}

.location_carousel {
	padding: 15px 0 15px 0px;
	position: relative;
	width:200px;
	height:30px;
	text-align:center !important;
	margin: 210px 50px 0px 0px;
}
.location_carousel .item {
	width:200px;
	padding:0px 0px 5px 0px;
	}
.location_carousel p {	
	font-size:20px; 
	color:#24d2fe;
	text-align:center;
	}

.location_carousel p.small {
	font-size:12px !important;
	line-height:14px;
	top:-3px;
	}
.location_carousel img {
	/*border: 1px solid #ccc;
	background-color: white;
	padding: 9px;
	margin: 7px;
	display: block;
	float: left;*/
}

.see_all {
	/*position:absolute;
	right:50px;
	top:20px;*/
	float:right;
	font-size:14px;
	color:#fff;
}
.see_all a {
	color:#fff !important;
}

a.prev, a.next {
	background: url(/resources/images/galaxys3/coverage_sliderarrows.png) no-repeat transparent;
	width: 13px;
	height: 20px;
	display: block;
	position: absolute;
	top: 15px;
}
a.prev {			left: -25px;
					background-position: 0 0; }
a.prev:hover {		background-position: 0 -20px; }
a.prev.disabled {	background-position: 0 -100px !important;  }
a.next {			right: -25px;
					background-position: -13px 0; }
a.next:hover {		background-position: -13px -20px; }
a.next.disabled {	background-position: -50px -100px !important;  }
a.prev.disabled, a.next.disabled {
	cursor: default;
}

a.prev span, a.next span {
	display: none;
}
.pagination {
	text-align: center;
}
.pagination a {
	display: none;
}
.pagination a.selected {
	background-position: -25px -300px;
	cursor: default;
}
.pagination a span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}

.bullet-light-blue-list li {
display: block;
padding: 0.25em 0 0.25em 15px;
background: url(/resources/images/icon/bullet-light-blue.png) no-repeat left center;
}
#discussion .col-2 ul.answers li {
height: 100% !important;
}

.faq_heading {
margin: 1px;
color:#0072C7;
padding: 3px 10px;
cursor: pointer;
position: relative;
font-size:14px !important;
font-weight:bold;
}
.faq_content {
padding:5px 15px;
background-color:#fafafa;
}
.faq_content p {
	line-height:20px !important;
}
.faq_expanding {float:right; margin-right:5px; font-size:10px;}

#discussion .col-1 {width:400px !important;}

#discussion .col-2 {width:400px !important; position:relative !important;}

.shop-lte {margin-top:20px;}
.back_to_top { float:right; font-size:12px;}
.replies {position:absolute !important; top:4px !important; left:250px !important; color:#0072C7;}
.answers li {padding:10px 0px !important;}
.left {float:left;}
.right {float:right;}
.caroufredsel_wrapper {width:200px !important; height:30px !important;}

.answers table, .answers td, .answers tr {width:350px !important;}
