body {
	background: #FFF;
}

div#flashcontent img {
	border: 0;
}

div#content {
	float:none;
	color: #707070;
	font-size: 14px;
	margin: 0 38px;
	width: 848px;
	position:absolute;
	top:584px; 
	background-color:transparent;
	overflow:visible
}

div#content h2 {
	color: #9C0;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 12px;
}

div#content h3 {
	color: #395050;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 30px;
}

div#content h3 sup.reg {
	font-size: 70%
}

div#content p {
	line-height: 1.3;
}

div#content p span.paren {
	font-size: 9px;
}

div#content a {
	color: #066;
	text-decoration: underline;
}

div#content sup {
	font-weight: normal;
	text-decoration: none;
}

div#content h2 sup {
	font-size: 12px;
}

div#content div.sprint-logo {
	float: right;
	margin: 5px 40px 10px 60px;
}

div#left {
	float: left;
	width: 500px;
}

div#left.specs {
	width: 550px;
}

div#right {
	float: right;
	margin-right: 15px;
	width: 245px;
}

div#right.specs {
	width: 200px;
}

div#right.specs div#in-the-box {
	float: right;
	font-size: 11px;
	width: 200px;
}

div#content div#software-on-device p {
	line-height: 1.6;
}

div#software-on-device {
	margin-bottom: 15px;
}

div#right div.thumbnail {
	position: relative;
	z-index: 5;
}

div#right div.screenshot {
	display: none;
	height: 336px;
	left: -317px;
	position: absolute;
	text-align: right;
	top: -290px;
	width: 336px;
	z-index: 10;
}

/* start gallery */

	div#gallery-main {
		float: left;
		margin: 30px 0;
		width: 409px;
	}
	
	div#gallery-thumbs {
		float: right;
		margin: 29px 0 0 0;
		width: 420px;
	}
	
	div#gallery-thumbs a {
		float: left;
		display: block;
		position: relative;
	}
	
	div#gallery-thumbs img {
		display: inline;
	}
	
	div#gallery-thumbs a {
		height: 104px;
		width: 138px;
	}

	div#gallery-thumbs a#keyboard {
		background: url("../images/gallery_row1_1.jpg") no-repeat top left;
	}

	div#gallery-thumbs a#fiveway {
		background: url("../images/gallery_row1_2.jpg") no-repeat top left;
	}
	
	div#gallery-thumbs a#perspective {
		background: url("../images/gallery_row1_3.jpg") no-repeat top left;
	}
	
	div#gallery-thumbs a#relative {
		background: url("../images/gallery_row2_1.jpg") no-repeat top left;
	}
	
	div#gallery-thumbs a#camera {
		background: url("../images/gallery_row2_2.jpg") no-repeat top left;
	}
	
	div#gallery-thumbs a#top {
		background: url("../images/gallery_row2_3.jpg") no-repeat top left;
	}

	div#gallery-thumbs a#ace {
		background: url("../images/gallery_row3_1.jpg") no-repeat top left;
	}
		
	div#gallery-thumbs a#keyboard:hover, div#gallery-thumbs a#fiveway:hover, div#gallery-thumbs a#perspective:hover,
	div#gallery-thumbs a#relative:hover, div#gallery-thumbs a#camera:hover, div#gallery-thumbs a#top:hover,  div#gallery-thumbs a#ace:hover {
		background-position: bottom;
	}

	iframe#gallery-preload {
		border: 0;
		height: 0;
		width: 0;
	}
	

/* end gallery */

div#footer {
	color: #CCC;
	font-size: 10px;
	margin: 45px 0 0 0;
	text-transform: lowercase;
}

div#footer a {
	margin-right: 7px;
	text-decoration: none;
}

div#footer span {
	color: #066;
	display: inline;
	text-align: right;
	text-transform: none;
}

div#footer span a {
	margin-right: 0;
}

div#footnotes {
	color: #CCC;
	font-size: 9px;
	margin-left: 0;
	margin-top: 20px;
	width:830px
}

div#footnotes div.footnotesright p {
	width: 820px; 
}

div#footnotes div.attribution { 
	float: none;
	width: 830px; 
}

table.specs {
	width: 100%;
	margin-bottom: 20px;
}

table.specs th, table.specs td {
	border: none;
	border-top: 1px solid #999;
	font-size: 10px;
	padding: 10px 0;
}

table.specs th {
	color: #666;
	font-weight: bold;
	padding-right: 20px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}

div.infobox {
	border: 1px solid #CCC;
	font-size: 10px;
	padding: 10px 15px 0 15px;
	position: relative;
}

span.corners span {
	display: block;
	height: 9px;
	position: absolute;
	width: 9px;
}

span.corners span.tl {
	background: url("../images/tl-corner.gif") no-repeat 0 0;
	left: -1px;
	top: -1px;
}

span.corners span.tr {
	background: url("../images/tr-corner.gif") no-repeat 0 0;
	right: -1px;
	top: -1px;
}

span.corners span.bl {
	background: url("../images/bl-corner.gif") no-repeat 0 0;
	bottom: -1px;
	left: -1px;
}

span.corners span.br {
	background: url("../images/br-corner.gif") no-repeat 0 0;
	bottom: -1px;
	right: -1px;
}

div#left div.infobox {
	background-color: #F2F2F2;
}

div#content div.infobox h3 {
	color: #666;
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

div#content div.infobox ul {
	list-style-type: square;
	margin-left: 13px;
	margin-top: 5px;
	padding-left: 0;
}

div#brochure {
	clear: right;
	float: right;
	font-size: 12px;
	margin-top: 11px;
	width: 200px;
}

div#brochure div.link {
	background: url("../images/brochure_icon.gif") no-repeat 0 0;
	padding-left: 26px;
	padding-bottom: 10px;
}

div#brochure div.link a {
	background: url("../images/arrow.gif") no-repeat right 5px;
	padding-right: 13px;
}
/*some of the following will have page overrides */

#feature_wrapper {
	position:absolute;
}

#feature_background {
	width:910px;
	height:485px;
	position:absolute;
}
#feature_index_link {
	background:transparent;
	cursor:pointer;
	width:152px;
	height:45px;
	position:absolute;
	top:395px;
	left:9px;
}

#feature_treo_sprint_pink {
	width:255px;
	height:370px;
	position:absolute;
	left:9px;
	top:21px;
	display:block;
}
#feature_treo_sprint_red {
	width:255px;
	height:370px;
	position:absolute;
	left:9px;
	top:21px;
	display:block;
}
#feature_treo_sprint_black {
	width:255px;
	height:370px;
	position:absolute;
	left:9px;
	top:21px;
	display:block;
}
#feature_treo_sprint_pink_off {
	width:255px;
	height:370px;
	position:absolute;
	left:9px;
	top:21px;
	display:block;
}
#feature_treo_sprint_red_off {
	width:255px;
	height:370px;
	position:absolute;
	left:9px;
	top:21px;
	display:block;
}
#feature_treo_sprint_black_off {
	width:255px;
	height:370px;
	position:absolute;
	left:9px;
	top:21px;
	display:block;
}
#feature_treo_sprint_pink_on {
	width:255px;
	height:370px;
	position:absolute;
	left:9px;
	top:21px;
	display:block;
}
#feature_treo_sprint_red_on {
	width:255px;
	height:370px;
	position:absolute;
	left:9px;
	top:21px;
	display:block;
}
#feature_treo_sprint_black_on {
	width:255px;
	height:370px;
	position:absolute;
	left:9px;
	top:21px;
	display:block;
}
#color_selector_sprint_pink {
	background:url(images/color_select_pink.gif) no-repeat;
	width:55px;
	height:35px;
	position:absolute;
	left:277px;
	top:308px;
	display:block;
}
#color_selector_sprint_red {
	background:url(images/color_select_red.gif) no-repeat;
	width:55px;
	height:35px;
	position:absolute;
	left:277px;
	top:308px;
	display:block;
}
#color_selector_sprint_black {
	background:url(images/color_select_black.gif) no-repeat;
	width:55px;
	height:35px;
	position:absolute;
	left:277px;
	top:308px;
	display:block;
}
#cs_sprint_pink_js_click{
	width:8px;
	height:8px;
	position:absolute;
	left:281px;
	top:329px;
	cursor:pointer;
	display:none;
}
#cs_sprint_red_js_click{
	width:8px;
	height:8px;
	position:absolute;
	left:299px;
	top:329px;
	cursor:pointer;
}
#cs_sprint_black_js_click{
	width:8px;
	height:8px;
	position:absolute;
	left:317px;
	top:329px;
	cursor:pointer;
}
#cs_carrier_sprint {
	display:none;
	background:url(images/carrier/index_color_select_sprint.jpg) no-repeat;
	width:90px;
	height:40px;
	position:absolute;
	left:337px;
	top:310px;
}
#cs_carrier_att {
	display:none;
	background:url(images/carrier/index_color_select_att.jpg) no-repeat;
	width:90px;
	height:40px;
	position:absolute;
	left:337px;
	top:310px;
}
#cs_carrier_vz {
	display:none;
	background:url(images/carrier/index_color_select_vz.jpg) no-repeat;
	width:90px;
	height:40px;
	position:absolute;
	left:337px;
	top:310px;
}

#selector_area {
	position:absolute;
	width:240px;
	height:270px;
	top:50px;
	left:270px;
}
.selector_desc {
	position:absolute;
	width:16px;
	height:16px;
	border:none;
	cursor:pointer;
	z-index:99;
}


.button_text {
	font-weight:600;
	font-size:12px;
}
.button_text_selected {
	font-weight:600;
	font-size:12px;
}
.button_text_buy {
	font-weight:600;
	font-size:12px;
}
.btn_left_on {
	background:url(images/buttons/btn_left_on.jpg) no-repeat;
}
.btn_left_off {
	background:url(images/buttons/btn_left_off.jpg) no-repeat;
	cursor:pointer;
}
.btn_center_on {
	background:url(images/buttons/btn_center_on.jpg) repeat-x;
}
.btn_center_off {
	background:url(images/buttons/btn_center_off.jpg) repeat-x;
	cursor:pointer;
}
.btn_right_on {
	background:url(images/buttons/btn_right_on.jpg) no-repeat;
}
.btn_right_off {
	background:url(images/buttons/btn_right_off.jpg) no-repeat;
	cursor:pointer;
}
.button_wrapper {
	position:absolute;
	height:51px;
	cursor:pointer;
}
#btn_left {
	position:absolute; 
	height:51px;
	width:6px;
	left:0px; 
	top:0px;
}
.btn_center {
	text-align:center;
	position:absolute;
	height:51px;
	left:6px;
	top:0px;
}
#btn_right {
	position:absolute;
	height:51px;
	width:5px;
	top:0px; 
}
.btn_link {
	margin:18px 0px 0px 0px;		
	font-weight:600;
	font-size:12px;
}
#centro_preload {
	width:0px;
	height:0px;
	border:0px;
}
#feature-preload {
	width:0px;
	height:0px;
	border:0px;
}

#right {
	margin-top:5px;
}

