@charset "UTF-8";
/* Mobile CSS */

/* BEGIN heading styles */
h2 {font-size: 1.2em;}
.header {padding-bottom: 20px;}
/** END heading styles */


/* BEGIN search box */ 
.search input {
	font-size: 83%;
}
input.query {
	color: #666;
	padding-left: 5px;
}
input.go {
	color: #333;
	padding: 0 5px;
}
/** END search box */ 


/* BEGIN top navigation */
.top-nav-title {
	color: #333;
	padding-right: 10px;
}
.top-nav-sub {
	width: 1em;
}
#top-nav-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#top-nav-container li {
  float: left;
  position: relative;
	padding-right: 15px;
}
#top-nav-container li ul {
  display: none;
  position: absolute; 
  top: 1.7em;
  left: 0;
	background: #fff;
	border: 2px solid #ccc;
}
#top-nav-container li ul li {
	background: #fff;
	padding: 0 30px 5px 2px;
	width: 5em;
}
#top-nav-container li ul li:hover {
	background: #eee;
}
#top-nav-container li > ul {
	top: auto;
	left: auto;
}
#top-nav-container li:hover ul { display: block; }
#top-nav-container li.over ul{ display: block; }
.more_link {
	background: url('../images/drop_arrow.gif') no-repeat 33px 50%;
	padding-right: 16px;
}
/** END top navigation */ 


/* BEGIN main content */ 
.main {
	padding: 0 5px;
}
/** END main content */


/* BEGIN phone selector */ 
#phone-select {
	padding: 0;
	margin: 0;
}
#phone-select div.phone {
	width: 85px;
	height: 115px;
	display: block;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
	text-align: center;
}
#phone-select .phone-img {
	border:1px solid #eee;
	padding: 5px;
	background:#fff;
	display: block;
}
#phone-select .phone-img:hover {
	border:1px solid #00c;
	cursor: pointer;
	display: block;
}
#phone-select div.phone-name {
	font-size: 83%;
	padding-top: 5px;
}
.hover-section {	
	padding: 20px 0 0 5px;
	min-height: 145px;
	_height: 140px;  /*adjustment fix for IE6 or less */
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
	background:#c9e1fc;
	z-index: -1;
	_overflow: hidden;  /*adjustment fix for IE6 or less */
}
.hover-section ol {
	width: 240px;
	_width: auto;  /*adjustment fix for IE6 or less */
	list-style-type: none;
}
.hover-section li {
	padding-left: 35px;
	padding-bottom: 15px;
}
.hover-section li.one {
	background: url('../images/1.gif') no-repeat;
}
.hover-section li.two {
	background: url('../images/2.gif') no-repeat;
}
.hover-section li.three {
	background: url('../images/3.gif') no-repeat;
}
.hover-section h2 {
	padding:0 0 5px 0;
	margin:0;
	padding-left: 20px;
}
.hover-section p {
	padding-left: 20px;
	font-weight: normal;
	color:#333;
	font-size:85%;
	width:auto;
}
.phone-default {
	float: right;
	position: relative;
	top: -45px;
	right: -15px;
	clear: both;
}
.phone-hover {
	float: right;
	position: relative;
	top: -45px;
	right: -15px;	
}
/** END phone selector */


/* BEGIN device info */
.device-info {
	margin:0;
	padding:0;
}
.device-info dl {
	float: left;
	display:inline; /* fixes IE/Win double margin bug */
	width: 373px;
	padding-bottom:20px;
}
.device-info dt {
	float: right;
	width: 303px;
	font-size: 140%;
	padding: 0 0;
}
.device-info dd {
	margin:0;
	padding:0;
	font-size: 85%;
	float:left;
}
.device-info dd.img img {
	float: left;
	padding-right: 5px;
}

.device-info2 {
	margin:0;
	padding:0;
}
.device-info2 dl {
	float: left;
	display:inline; /* fixes IE/Win double margin bug */
	width: 307px;
	padding-bottom:20px;

}
.device-info2 dt {
	float: right;
	width: 247px;
	font-size: 140%;
	padding: 0 0;

}
.device-info2 dd {
	margin:0;
	padding:0;
	font-size: 85%;
	float:left;
}

.device-info2 dd.img  {
	display:block;
	height: 50px;
}	

.device-info2 dd.img img {
	float: left;
	padding-right: 12px;

}

.device-info2 dd.choosephone {
	padding-left: 2px;

}

/** END device info */


/* BEGIN footer */ 
.footer {
  border-top: 1px solid #999;	
  padding-top: 5px;	
  font-size: 83%;
  text-align:center;
  margin-top:15px;
}
/** END footer */ 


/* BEGIN misc styles */ 
.fineprint {
	font-size:85%;
	color:#666
}
.hr {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	margin-top: 10px;
}
.vid {
	border: 1px solid #ccc;
	padding:5px;
	margin:0 0 20px 0;	
}
.more {
	padding-top: 10px;
	font-size: 85%;
}
.onmobiledevice {
	margin: 0 0 20px 5px;
	font-size: 85%;
}
.imagead {
	border: 1px solid #ccc;
	padding:5px;
	margin-bottom: 20px;
	height: 100px;
	background-color:#eee;
}
#tbl_light {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #fff;
  font-size: 83%;
}
#tbl_light td {
  margin: 0;
  padding: 4px 10px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  color: #333;
}
#tbl_light th {
  margin: 0;
  padding: 8px 8px 8px 8px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: left;
  color: #000;  
}
#tbl_light .desc {
  color: #333333;
}
#tbl_light .nametitle {
  text-align: left;
}
#tbl_light .name {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-weight: bold;
}
.padul {
		margin-left: 20px;
}
sup {
	color: #FF0000;
}
.new {
	color: #FF0000;
	font-weight:bold;
}
/** END misc styles */


/* BEGIN diff products list */
.hero_products {
	margin-bottom: 50px;
}
.hero_products div.product {
	clear:both;
	margin-bottom: 30px;
}
.hero_products div.product img {
	float: left;
}
.hero_products div.product p {
	padding: 5px 0 0 45px;
}
.other_products div.product {
	float: left;
	width: 110px;
	padding-bottom: 15px;
}
.other_products div.product img {
	float: left;
}
.other_products div.product p {
	padding: 2px 20px 2px 30px;
	font-size: 85%;
}
/** END products list */



/* BEGIN STP */
.stp {
	border: 1px solid #ccc;
}
.stp-content {
	background-color:#cadef4;
	padding: 10px;
}
.stp-content h3 {
	padding:0;
	margin-left:5%;
}
.stp-content p {
	margin-left:5%;
}
.btn-flextoolbtn input {
	color:#666;
}
.or {
	text-align:center;
	font-size:135%;
	background-color:#cadef4;
	padding: 0 10px 10px 10px;
	font-weight:bold;
}
.disclaimer {
	font-size:85%;
	background-color:#eee;
	padding: 10px;
	color:#666
}
span.go {
	color:#00c;
}
#stp-number {
	margin-bottom:5px;
}

#stp-success {
	padding-top: 20px;
}

#stp-captcha-image {
 padding-top: 10px;
 padding-left: 20px;
}
#stp-captcha-answer {
 margin-left: 20px;
}

.error {
	color:#FF0000;
	font-weight:bold;
	padding-left: 15px;
}
/** END STP */


/* BEGIN blog module */
.g-section ul.blog {
	list-style:none;
  padding: 0;
  margin: 0;
}
/** END blog module */


/* BEGIN help module */
.help {
	font-size: 85%;
}
.help ul {
	list-style:none;
	margin: 0 0 0 -10px;
}
/** END help module */


/* BEGIN GMM feature list */
#gmmfeatures {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#gmmfeatures li {
	padding: 0 0 5px 30px;
	margin-bottom: 6px;
}
#gmmfeatures li.mylocation {
	background: url('//www.google.com/mobile/images/gmm/blue_dot.jpg') no-repeat 0 20%;
}
#gmmfeatures li.local {
	background: url('//www.google.com/mobile/images/gmm/placemarker.jpg') no-repeat 0 20%;
}
#gmmfeatures li.driving {
	background: url('//www.google.com/mobile/images/gmm/directions.jpg') no-repeat 0 20%;
}
/** END GMM feature list */

.demo-iframe {
  background-image: url(../images/phone_demo.gif);
  background-repeat: no-repeat;  
  background-position: top right;
  height: 476px;
  width: 290px;
  padding-right: 23px;    
  padding-top: 56px;
  margin-top:8px;
}

/* Adjustments/hacks to to 50/50 width */
.phone-select-div .g-unit {
  width:55% !important;
	_width:50% !important;  /* adjustment fix for IE6 */
}
.phone-select-div .g-first {
  width:43% !important;
	_width:44% !important; /* adjustment fix for IE6 */
} 
/** END hacks */

.feat h4 {padding-bottom:0;margin-bottom:0;}
.feat p {padding-top:0; margin-top:0;}


