/* * * * * * * * *
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;

}



