* { 
	margin: 0;
	padding: 0; 
}

body { 
	background: #FFF;
	color: #666;
	font-family: Verdana; 
	margin: 15px 0px 0px 0px; 
}

img {
	border: 0;
}

div#wrapper { 
	margin: 0 auto;
	position: relative;
	width: 910px;
}

div#content {
	color: #707070;
	font-size: 14px;
	margin: 0 30px;
	width: auto;
}

div#content h2 {
	color: #0C99CC;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 12px;
}

div#content h3 {
	color: #0C99CC;
	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 a {
	text-decoration: underline;
}

div#content a:hover {
	color: #005E80;
}

div#content sup {
	font-weight: normal;
	text-decoration: none;
}

div#left {
	float: left;
	width: 500px;
}

div#left.specs {
	width: 550px;
}


div#right {
	float: right;
	margin-right: 15px;
	width: 245px;
}

div#right.play {
	margin-top: 20px;
}

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;
	left: -320px;
	position: absolute;
	top: -100px;
	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("/my/products/smartphones/treo500v/images/gallery/gallery_row1_1.jpg") no-repeat top left;
	}

	div#gallery-thumbs a#fiveway {
		background: url("/my/products/smartphones/treo500v/images/gallery/gallery_row1_2.jpg") no-repeat top left;
	}
	
	div#gallery-thumbs a#perspective {
		background: url("/my/products/smartphones/treo500v/images/gallery/gallery_row1_3.jpg") no-repeat top left;
	}
	
	div#gallery-thumbs a#top {
		background: url("/my/products/smartphones/treo500v/images/gallery/gallery_row2_1.jpg") no-repeat top left;
	}
	
	div#gallery-thumbs a#camera {
		background: url("/my/products/smartphones/treo500v/images/gallery/gallery_row2_2.jpg") no-repeat top left;
	}
	
	div#gallery-thumbs a#bottom {
		background: url("/my/products/smartphones/treo500v/images/gallery/gallery_row2_3.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#top:hover, div#gallery-thumbs a#camera:hover, div#gallery-thumbs a#bottom:hover {
		background-position: bottom;
	}

	iframe#gallery-preload {
		border: 0;
		height: 0;
		width: 0;
	}
	

/* end gallery */

div#footer {
	color: #CCC;
	font-size: 10px;
	margin-top: 45px;
	text-transform: lowercase;
}

div#footer a {
	text-decoration: none;
}

div#footer span {
	color: #0C99CC;
	text-transform: none;
}

div#footnotes {
	color: #CCC;
	font-size: 10px;
	margin-top: 20px;
}

table {
	width: 100%;
	margin-bottom: 20px;
}

table th, table td {
	border: none;
	border-top: 1px solid #999;
	font-size: 10px;
	padding: 10px 0;
}

table th {
	color: #0C99CC;
	font-weight: normal;
	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/infobox_corners/tl.gif") no-repeat 0 0;
	left: -1px;
	top: -1px;
}

span.corners span.tr {
	background: url("../images/infobox_corners/tr.gif") no-repeat 0 0;
	right: -1px;
	top: -1px;
}

span.corners span.bl {
	background: url("../images/infobox_corners/bl.gif") no-repeat 0 0;
	bottom: -1px;
	left: -1px;
}

span.corners span.br {
	background: url("../images/infobox_corners/br.gif") no-repeat 0 0;
	bottom: -1px;
	right: -1px;
}

* html span.corners {
	display: none;
}

div#left div.infobox {
	background-color: #F2F2F2;
}

div#content div.infobox h3 {
	color: #0C99CC;
	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;
}

