/* PALM.com
Filename: phone-detail.css
Author: Laurel Fulford
------------------------------------------------*/


/* Generic content styles */

body {
	background-color: #ffffff;
}
h3 a:link {
	text-decoration:none;
	color:#666666;
}
p a:link {
	text-decoration: none;
	color:#545454;
}
/* background image styles */
#body-bg {
	background-image: none;
	position: relative;
}
.bg-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/*min-width: 960px; kth*/
	height: 1100px;
	overflow: hidden;
}
.bg-container .bg-background {
	height: 700px;
	position: absolute;
	/*min-width: 960px; kth*/
	width: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
.bg-container .bg-background img {
	position: absolute;
	left: 0;
	/*min-width: 960px; kth*/
	width: 100%;
}
/*KTH add jpg background */
img.bgImg {
	position:absolute;
	width:100%;
	height:800px;
	display:block;	
	top:0px;
	left:0px;
}
.bg-container .bg-background img.top {
	/*bottom: 400px; kth*/
}
.bg-container .bg-background img.bottom {
	top: 300px;
}
.bg-container .bg-surface-contain {
	position: absolute;
	top: 300px;
	left: 0;
	height: 500px;
	overflow: hidden;
	/*min-width: 960px;*/
	width: 100%;
}
.pre .bg-container .bg-surface-contain {
	top: 280px;
}
.bg-container .bg-surface-contain img {
	position: absolute;
	width: 100%;
}
.bg-container .bg-surface-contain img.top {
	bottom: 250px;
}
.bg-container .bg-surface-contain img.bottom {
	top: 250px;
}
.treo800w .bg-container .bg-surface-contain img.bottom {
	top: 249px;
}
.bg-container .bg-content {
	background: url('/assets/images/products/phones/detail/bg/bg-content-double.png') 0 0 repeat-x;
	position: absolute;
	top: 540px;
	left: 0;
	height: 550px;
	/*min-width: 960px;*/
	width: 100%;
}
#subnav-container {
	position: relative;
	top: -27px;
	z-index: 100;
}
#subnav-container .core {
	padding-left: 36px;
}
#header {
	z-index: 500;
	height: 85px;
}
/*
Product 'header' area
------------------------------------------------*/


#phone-header {
	height: 519px;
	padding: 75px 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#phone-image {
	position: absolute;
	left: 0;
	top: 75px;
	height: 1px !important;
	width: 100%;
	z-index: 700;
}
.pre #phone-image {
	top: 110px;
}
#reflect-image {
	position: absolute;
	left: 0;
	top: 530px;
	height: 1px;
	width: 100%;
}


.super p {
	font-size: 1.4em;
	line-height: 1.7em;
	float: left;
	width: 330px;
	overflow: hidden;
}
.super sup {
	font-size: 11px !important;
	vertical-align: top;
	height: 12px;
	display: inline;
	color:#ffffff;
}
.item.user-quote {
	float: right;
	margin: 200px 0 0 0;
	width: 280px;
	font-size: 1.0em;
	z-index: 10;
}
.item.user-quote .quote {
	color: #ffffff;
}
.item.user-quote .quote .quote-text {
	font-size: 1.4em;
	line-height: 1.7em;
	width: 200px;
}
.item.user-quote .quote .quote-source {
	font-size: 1.1em;
	line-height: 1.0em;
	margin: 10px 0 0 0;
	padding: 0;
}
/* Product names */

#brBadButtonOverlay {
	width:147px;
	height:36px;
	display:block;
	position:absolute;
	top:150px;
	left:69px;
}

/*
Product content area
------------------------------------------------*/

#main-content {
	margin-top: 500px;
}
/*Where to Buy*/


div.secondary #aux-wheretobuy.box-contain .box-content {
	min-height: 35px;
	padding-top: 15px;
	position: static;
	margin-top: -50px;
}
div.secondary #aux-wheretobuy.box-contain .box-header {
	height: 50px;
	width: 225px;
	position: relative;
	z-index: 200;
	background: url('/assets/images/global/transPngFix.gif') 0 0 repeat transparent;
	cursor: pointer;
}
div.secondary #aux-wheretobuy .box-content h3 {
	margin: 0 0 5px 0;
	text-decoration:none;
}
div.secondary #aux-wheretobuy .box-content p.intro {
	padding: 0;
	white-space: nowrap;
	width: 150px;
}
div.secondary #aux-wheretobuy div.hidden-text {
	height: 0;
	clear: left;
	overflow: hidden;
	display: none;
	visibility: hidden;
	position: relative;
}
div.secondary #aux-wheretobuy div.hidden-text .price-sprite {
	padding: 0 0 20px 0;
}
div.secondary #aux-wheretobuy div.hidden-text .phone-num {
	white-space: nowrap;
	letter-spacing: -1px;
	padding: 12px 0 0 0;
}
div.secondary #aux-wheretobuy a {
	text-decoration:none;
	color:#545454;
}
div.secondary #aux-wheretobuy a.btn-expand {
	display: block;
	background: url('/assets/images/products/phones/detail/btn-expand-down.png') 0 0 no-repeat;
	height: 6px;
	width: 8px;
	text-indent: -99999em;
	cursor: pointer;
	margin: 10px 0 0 0;
	float: right;
}
div.secondary #aux-wheretobuy a.on,  div.secondary #aux-wheretobuy a.btn-expand:hover {
	background-position: 0px -50px;
}
div.secondary #aux-wheretobuy .btn-purchase-options {
	width: 140px;
}
div.secondary #aux-wheretobuy .btn-select {
	width: 86px;
	clear: both;
}
/*
Overlay Styles
------------------------------------------------*/

.media-overlay, .wtb-overlay {
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.media-overlay .core.clearfix, .wtb-overlay .core.clearfix {
	z-index: 400;
}
.lightbox-header {
	z-index: 1500;
	height: 150px;
}
.btn-overlay-close {
	position: absolute;
	top: 27px;
	right: 30px;
	width: 18px;
	height: 19px;
	background: url('/assets/images/products/phones/detail/overlay/btn-close.png') 0 0 no-repeat transparent;
	text-indent: -99999em;
	cursor: pointer !Important;
	z-index: 1500;
}
.container-wtb-overlay .btn-overlay-close {
	top: 85px;
	right: 50px;
}
.overlay-logo {
	width: 77px;
	height: 34px;
	top: 18px;
	left: 38px;
	position: absolute;
	background: url('/assets/images/global/navigation/menu-sprites-50.png') 0 0 no-repeat;
	text-indent: -99999em;
	visibility:hidden;
}
.container-wtb-overlay .overlay-logo {
	display: none;
	visibility: hidden;
}
/* Footer */

#footer {
	top:380px;
	z-index:500;
	color:#565656;
}
#submit-btn-notify {
	position:relative; 
	left:150px; 
	top:0px;
}
/*
Features Overlay
*/

.features-overlay .bg-grey {
	overflow: hidden;
}
/* background image for features/screenshot gallery*/
.features-overlay .features-phone-bg {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.features-overlay .features-phone-bg img {
	position: absolute;
	/*min-width: 960px;*/
	width: 100%;
	left: 0;
	top: -300px;
}
/* phone image placement*/	

.features-overlay .current-media {
	position: relative;
}
.features-overlay .phone-position {
	width: 100%;
	margin: 0 auto;
}
.features-overlay .phone-contain {
	position: relative;
	margin: 0 auto;
	width: 443px;
}
.features-overlay .phone-contain .phone {
	width: 443px;
	height: 755px;
	top: 30px;
	position: absolute;
	z-index: 100;
	background: url("../../../assets/images/products/phones/detail/centro/features/phone.png") center 0 no-repeat; /* filler phone image */
}
/* Product specific phone image */
	.features-overlay .phone-contain .phone {
	background: url("../../../assets/images/products/phones/detail/centro/features/phone.png") center 0 no-repeat;
}

.features-overlay .current-media img {
	display: block;
	margin: 142px auto 0;
	position: relative;
	z-index: 200;
}
.features-overlay .gallery-bg {
	display: none;
}
/* Thumbnails - bottom */

.features-overlay .thumbnail-shadow {
	position: absolute;
	height: 50px;
	width: 100%;
	background: url('/assets/images/products/phones/detail/overlay/bg-thumbnail-shadow.png') 0 0 repeat-x transparent;
	bottom: 110px;
	left: 0;
	z-index: 300;
}
.features-overlay .media-thumbs {
	background: url('/assets/images/products/phones/detail/overlay/bg-shadow-grey.png') 0 0 repeat-x transparent;
}
.features-overlay div.media-controls {
	margin: 25px auto 0;
	position: relative;
	border: 0;
}
.features-overlay div.media-controls .media-btn {
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.features-overlay div.media-links-container {
	width: 725px;
	margin: 0 auto;
}
.features-overlay .media-overlay ul.media-links li a,  .features-overlay .media-overlay ul.media-links li a:hover {
	display: block;
	margin: 0 10px 0 0;
	/* padding: 10px 20px 10px 10px;*/
		padding: 8px 0;
	border: 0;
	width: 135px;
	color: #ffffff;
}
.features-overlay .media-overlay ul.media-links li a img {
	float: left;
	display: block;
	padding: 0 10px;
}
.features-overlay .media-overlay ul.media-links li a span {
	display: block;
	padding: 12px 0;
	float: left;
	text-shadow: #262626 0 0 3px;
	width: 75px;
}
.features-overlay .media-overlay ul.media-links li a:hover {
	border: 0;
	color: #fff !Important;
	text-decoration: none;
	background: url('/assets/images/products/phones/detail/overlay/bg-features-overlay-btn.png') 0 0 no-repeat;
}
/*for grouping items*/
		.features-overlay .media-overlay ul.media-links span.item-group-name {
	display: none;
}
/*
Where to Buy (WTB) Overlay - purchase flow
------------------------------------------------*/



	.wtb-overlay .phone-title {
	position: absolute;
	top: 85px;
	left: 40px;
}
.wtb-overlay .bg-grey {
	width: 100%;
	z-index: 20;
	background: url('/assets/images/products/phones/detail/overlay/bg-grey.png') 0 0 repeat-x;
	position: absolute;
	height: 580px;
	top: 0;
	left: 0;
}
/* Headers*/	
		
	.wtb-overlay .bg-grey h1 {
	background: url('../../../assets/images/products/phones/detail/purchase/title-txt-50.png') 0 0 no-repeat transparent;
	width: 180px;
	height: 29px;
	text-indent: -99999em;
	margin: 0 0 15px 0;
}
.wtb-overlay .bg-grey .step-2 h1 {
	background-position: 0 -100px;
}
.wtb-overlay .bg-grey .store-locator h1 {
	background-position: 0 -200px;
}
.wtb-overlay .bg-grey h2 {
	background: url('../../../assets/images/products/phones/detail/purchase/title-txt-50.png') 0 -50px no-repeat transparent;
	width: 159px;
	height: 13px;
	text-indent: -99999em;
}
.wtb-overlay .bg-grey .step-2 h2 {
	background-position: 0 -150px;
}
/* Content area */

	.wtb-overlay .phone-information {
	position: absolute;
	width: 100%;
	z-index: 20;
	top: 570px;
	left: 0;
	height: 200px;
	overflow: hidden;
	background: url('/assets/images/products/phones/detail/overlay/bg-shadow.png') 0 0 repeat-x #ffffff;
}
/*Step 1*/
.wtb-overlay .phone-information .step-1 .purchase-options {
	width: 600px;
	margin: 0 auto;

}
/*Step 2*/
.wtb-overlay .phone-information .step-2 .purchase-options {
	width: 680px;
	margin: 0 auto;
	color: #808080;
}

/*Step 1 - 800w*/
.wtb-overlay .phone-information .step-1 .purchase-options-800w {
	width: 140px;
	margin: 0 auto;

}

/* Button containers - left and right */

	.wtb-overlay .phone-information .buttoncontain-left,  .wtb-overlay .phone-information .buttoncontain-right {
	padding: 80px 20px 0;
	position: absolute;
	top: 0;
	width: 200px;
}
.wtb-overlay .phone-information .buttoncontain-left {
	/*	left: 40px;*/
		left: 20px;
}
.wtb-overlay .phone-information .buttoncontain-right {
	right: 20px;
}
.wtb-overlay .phone-information .store-lookup {
	padding: 40px 20px 0;
	position: absolute;
	top: 0;
	width: 200px;
	right:20px;
}
.step-1 .purchase-option {
	width: 110px;
	padding: 10px 10px 20px;
	background: url('../../../assets/images/products/phones/detail/purchase/option-divider.png') right center no-repeat transparent;
	margin: 0 !Important;
}

.step-1 .purchase-option-one{
	
	width: 110px;
	padding-left: 245px;
	padding-top:20px;
	margin: 0 !Important;
}

.step-2 .two-yr-contract {
	display:none;
}
.step-2 .purchase-option {
	width: 180px;
	padding: 20px;
	margin: 0 !Important;
}


.step-2 .carrier-option {
	width: 150px;
	padding-left: 10px;
	background-image: none !Important;
}
.step-1 .last {
	background: none !Important;
}
.step-1 .purchase-option img.carrier {
	display: block;
	margin: 0 auto;
}
.step-2 .purchase-options img.carrier {
	display: block;
	margin: 40px 0 0 0;
}
.step-2 .purchase-options h3 {
	font-size: 1.7em;
	margin: 0 0 10px 0;
	color: #262626;
}
.step-2 .purchase-options {
	
	padding-left: 180px;

}

/* Buttons */

.btn-back {
	width: 60px;
}
.btn-back a {
	padding-left: 15px !Important;
}
.btn-back {
	width: 60px;
}
.btn-back div.arrow-lg {
	background-position: 0 -1750px;
	width: 4px;
	height: 7px;
	left: 10px;
	top: 7px;
	position: absolute;
}
.btn-buynow {
	width: 109px;
	float: right;
}
.btn-buynow a {
	padding-right: 30px;
}
.btn-buynow div.arrow-lg {
	background-position: 0 -1650px;
	width: 4px;
	height: 7px;
	right: 10px;
	top: 7px;
	position: absolute;
}

.btn-selectplan {
	width: 109px;
	float: right;
}
.btn-selectplan a {
	padding-right: 30px;
}
.btn-selectplan div.arrow-lg {
	background-position: 0 -1650px;
	width: 4px;
	height: 7px;
	right: 10px;
	top: 7px;
	position: absolute;
}
.btn-tocarrier {
	width: 165px;
	margin: 0 0 5px;
	float: left;
}
.btn-tocarrier div.arrow-complete {
	background-position: 0 -1700px;
	height: 5px;
	width: 5px;
	right: 10px;
	top: 8px;
	position: absolute;
}
.step-2 .btn-exisiting-carrier {
	width: 165px;
	margin: 0 0 5px;
	float: left;
}
.step-2 .btn-exisiting-carrier div.arrow-complete {
	background-position: 0 -1700px;
	height: 5px;
	width: 5px;
	right: 10px;
	top: 8px;
	position: absolute;
}
.btn-findstore {
	width: 135px;
	clear: right;
	float: right;
}
.btn-findstore a {
	padding-right: 30px;
}
.btn-findstore div.arrow-lg {
	background-position: 0 -1650px;
	width: 4px;
	height: 7px;
	right: 10px;
	top: 7px;
	position: absolute;
}
.btn-addtocart {
	width: 109px;
	margin: 80px 0 0 0;
}
.btn-addtocart a {
	padding-right: 30px;
}
.btn-addtocart div.arrow-lg {
	background-position: 0 -1650px;
	width: 4px;
	height: 7px;
	right: 10px;
	top: 7px;
	position: absolute;
}

.select-color-txt {
position: absolute;
bottom: -40px;
}
/* Colour selectors */
.colors {
	margin-top:5px;
}
ul.colors {
	margin: 20px 0 0 0;
}
ul.colors li {
	height: 28px;
	width: 25px;
	background-repeat: no-repeat;
	float: left;
	margin: 0 3px 0 0;
	cursor: pointer;
}
ul.colors li.selected {
	border-bottom: 1px solid #262626;
}

.p-family {
	position: absolute;
	top: 85px;
}

ul#top-nav li#menu-shop a{
	color:#ffffff;
}
.pre .features-overlay .current-media img {
	margin:87px auto 0;
}

.pre .features-overlay .media-overlay ul.media-links li a:hover {
	border: 0;
	color: #fff !Important;
	text-decoration: none;
	background: url('/assets/images/products/phones/detail/overlay/bg-features-overlay-btn-lg.png') 0 0 no-repeat;
}

.pre .wtb-overlay .bg-grey {
	z-index:99;
}

.pre #coming-soon {
	margin:15px 0 0 79px;
}

.pre .btn-notify {
	margin: 60px 0px 0px 50px;
}

.pre #btn-container img {
	margin:20px 0 0 20px;
}
.pre .description {
	margin-top:30px;
}
.pre.notify .wtb-overlay .bg-grey {
	background-color:#cccccc;
	height:1200px;
	margin:0 0 0 0 ;
	padding:0 0 0 0 ;
}
#palm_pre_logo_notify {
	display:block;
	width:239px;
	height:49px;
	position:absolute;
	top:266px;
	left:95px;
}
.pre.notify .palm_pre_logo_notify:not([border]) {
	background: url(../../../../assets/images/products/phones/detail/pre/palm_pre_logo_for_notify_2.png) no-repeat transparent;
}
#palm_pre_hero_notify {
	display:block;
	width:434px;
	height:262px;
	position:absolute;
	top:0px;
	left:0px;
}

#centro-title-attribution {
	position: relative; 
	top: 4px;  
	left:119px;
}
#treopro-title-attribution {
	position: relative; 
	top:0px;  
	left:-240px;
}
#treo800w-title-attribution {
	position: relative; 
	top:0px;  
	left:-167px;
}
/* pre additions */
.pre.notify .palm_pre_hero_notify:not([border]) {
	background: url(../../../../assets/images/products/phones/detail/pre/hero-notify.png) no-repeat transparent;
}
.pre.notify .wtb-overlay .phone-information {
	top:300px;
	background: url() 0 0 #cccccc;
}
.pre.notify .wtb-overlay .buttoncontain-left {
	position: absolute;
	top: 425px;
	width: 200px;
	display:none;
}
.pre.notify .notify-container {
	position:relative;
	display:block;
	top:0px;
	left:0px;
	width:950px;
	height:600px;
	margin:3% 0 1% 10%;
}
.pre.notify #notify-blk-2{ 
	width: 260px; 
	position: absolute; 
	top:46px; 
	left:510px;
}

.pre.notify #notify-blk-1 {
	position:absolute;
	top:131px;
	left:510px;
}
#background-styling #header-bg {
	background: url() transparent;
}

