@charset "utf-8";
/* CSS Document */
a.arrow {
	display:block;
	color: #0099cc;
	text-decoration: none;
	padding-left: 15px;
	background:url(/apache/images/bullet_arrow_blue.gif) no-repeat 2px center;
}
#browse-more {
	position: absolute;
	top: 73px;
	left: 20px;
}

a.arrow_back {
	display:block;
	color: #0099cc;
	text-decoration: none;
	padding-left: 15px;
	background:url(/apache/images/bullet_blue_arrow_back.gif) no-repeat 2px center;
}
a.arrow:hover, a.arrow:active, a.arrow_back:hover, a.arrow_back:active {
	text-decoration: underline;
}
#title-header {
	width:919px;
	height:65px;
	margin-bottom:15px;
}
.phone-title {
	float: left;
}
.signup {
	float: left;
	display: inline;
	margin-left: 20px;
}
#content {
	width:919px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	height:410px;
	margin:0;
	padding:0;
}
#specs {
	float:left;
	margin:25px 0 0 15px;
	padding:0;
	width:357px;
}
#utility-buttons {
	float: right;
	_width: 220px;
}
#utility-buttons img {
	float: left;
	display: inline;
	margin-left: 8px;
}

/******************************
	FLOWPLAYER TABS
***************************/


/* everything is constructed with a single background image */

/* tabs */
#flowtabs {
	border-bottom:1px solid #E8E8E8;
	height:23px !important;
	margin:0 0 30px;
	padding:0;
	width:357px;
}
#flowtabs li {
	float:left;
	list-style-type:none;
	margin:0 3px 0 0;
	padding:0;
	text-indent:0;
}
/* every tab uses the same background image */
#flowtabs li a {
	background:transparent url(img/tabs.png) no-repeat scroll 0 0;
	color:#333333;
	display:block;
	font-size:1.1em;
	font-weight:bold;
	height:24px;
	line-height:24px;
	margin:0;
	overflow:hidden;
	padding:0;
	text-align:center;
	text-decoration:none;
}
#flowtabs a.current {
	cursor:default;
}
/* adjust the background image position on each tab */
#flowtabs #t1 {
	background-position: 0 0;
	width: 91px;
}
#flowtabs #t2 {
	background-position: 0 0;
	width: 91px;
}
#flowtabs #t1:hover {
	background-position: 0 -48px;
}
#flowtabs #t2:hover {
	background-position: 0 -48px;
}
#flowtabs #t1.current {
	background-position: 0 -24px;
}
#flowtabs #t2.current {
	background-position: 0 -24px;
}
/* panes */
div.panes div {
	display:none;
	margin:0;
	padding:0;
}
.panes h3 {
	font-size:1.6em;
	font-weight:normal;
	margin-bottom:1em;
}
.panes p {
	color:#333333;
	font-size:12px;
	line-height:140%;
	margin-bottom:1em;
}
.panes ul {
	margin:0 0 10px 0;
	padding:0;
}
.panes ul li {
	background:transparent url(/apache/images/decorations/orange_bullet.png) no-repeat scroll 0 5px;
	line-height:120%;
	list-style-type:none;
	margin-bottom:3px;
	padding:0 0 0 11px;
}
#image_wrap {
	display:inline;
	float:left;
	height:408px;
	margin:0;
	padding:0;
	width:434px;
}
#gallery {
	display:inline;
	float:right;
	margin:8px 10px 0 0;
	padding:0;
}
a.disabled {
	visibility:hidden;
}
a.browse {
	cursor:pointer;
	display:block;
	font-size:1px;
	height:22px;
	margin:0;
	padding:0;
	width:67px;
}
a.up, a.down {
	background:transparent url(img/btn-vertscroll.png) no-repeat scroll 0 0;
	float:none;
	margin:0;
	padding:0;
}
a.up {
	background-position:0 0;
	margin-bottom:10px;
}
a.down {
	background-position:0 -22px;
	margin-top:10px;
}
/****************
	BOTTOM BAR
*******************/

#bottombar {
	background:transparent url(img/bg-promobar.jpg) no-repeat scroll left top;
	height:106px;
	margin:10px 0 0;
	padding:0;
	width:919px;
}
.bottompromo {
	display:inline;
	float:left;
	margin-top: 8px;
	padding: 0 0 0 25px;
	width:430px;
}
.bottompromo img.callout {
	float:left;
	margin:0;
	padding:0;
	vertical-align:top;
}
.bottompromo-copy {
	display:inline;
	float:left;
	margin:10px 0 0;
	padding:0 0 0 20px;
	width:310px;
}
.bottompromo h3 {
	font-size:1.6em;
	font-weight:normal;
	margin-bottom:6px;
}
.bottompromo p {
	line-height:120%;
}
.border {
	border-right:1px solid #CCCCCC;
	height:85px;
}
/*******************
	SCROLLABLE
******************/
.vertical {
	height:335px;
	overflow:hidden;
	position:relative;
	width:70px;
}
.items {
	height:20000em;
	margin:0;
	position:absolute;
}
.items div {
	height:340px;
}
.items img {
	cursor:pointer;
	float:left;
	height:59px;
	margin:0 0 10px 15px;
	padding:0;
	width:40px;
}
/* OVERLAY */
div.overlay {
	display:none;
	background: url(/apache/images/overlay/white.png) no-repeat;
	_background: url(/apache/images/overlay/white.gif) no-repeat;
	padding: 40px;
	width:576px;
	margin: 0 auto;
}
div.overlay div.close {
	background: url(/apache/images/overlay/close.png) no-repeat;
	_background: url(/apache/images/overlay/close.gif) no-repeat;
	position:absolute;
	top:2px;
	right:5px;
	width:35px;
	height:35px;
	cursor:pointer;
}
div.wrap {
	height: 450px;
	overflow-y: auto;
}
a.player {
	display:block;
	height:450px;
}
#android-news p {
	padding-bottom: 8px;
	border-bottom: 1px solid #e8e8e8;
}
#android-news p.last {
	border-bottom: none;
}
span.date {
	font-style: italic;
	font-size: .9em;
	color: #999;
}
/*
***********************
       FORM STUFF
***********************
*/
/* Controls width of your form */
.e2ma_signup_form {
	width:400px;
}
/* Controls the style, width, and font style of the text input, select and textarea fields */
.e2ma_signup_form input[type=text], .e2ma_signup_form textarea, .e2ma_signup_form select {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 140px;
}
.e2ma_signup_form textarea {
	height: 100px;
}
/* Controls width, style, and padding of the table border outlines around individual member fields */
.e2ma_signup_form_row {
	clear: both;
	margin-bottom:5px;
	color: #fff;
}
/* Controls alignment and display of image in welcome message */
.e2ma_signup_image_container {
	display: none;
}
/* Controls border around signup image (when image is linked) */
.e2ma_signup_image {
	border:0;
}
/* Controls style and formatting of welcome message */
.e2ma_signup_message {
	display: none;/*
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#999;*/
}
/* Controls style and formatting of form field labels (first name, last name, etc.) */
.e2ma_signup_form_label {
	float: left;
	display: inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: right;
	vertical-align: middle;
	width: 220px;
	padding-top:5px;
	margin-right: 15px;
	line-height: 140%;/*white-space: nowrap;*/
}
/* Controls spacing and style for any text used to list options under multiple choice fields) */
.e2ma_signup_form_element {
	float: left;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333;
}
/* For signup screens that are set to allow people to select which audience groups they'd like to join: Controls style for "Select your interests..." text */
.e2ma_signup_form_group_label {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	font-weight:normal;
}
span.e2ma_signup_form_group_list {
	clear: both;
	float: left;
	margin-top: 5px;
	color: #333;
	font-size: 12px;
}
/* For signup screens that are set to allow people to select which audience groups they'd like to join: Controls style and spacing for groups displayed as options */
.e2ma_signup_form_groups {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
	border:1px solid #dddddd;
	padding:5px;
	margin-bottom:5px;
}
/* Controls the style and spacing of the word "required" and border surrounding that text */
.e2ma_signup_form_required_footnote {
	display: none;/*clear: both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	padding:5px;
	margin-bottom:5px;*/
}
/* Controls the color of the asterisk that indicates a field is required */
.e2ma_signup_form_required_asterix {
	display: none;/*color:#FF0000;*/
}
/* Controls the alignment of "submit" and "clear" buttons */
.e2ma_signup_form_button_row {
	clear: left;
	float: left;
}
/* Controls display of the "clear" button */
.e2ma_signup_form_button_row #e2ma_signup_reset_button {
	display: none;
}
/*Overrides browser default settings for button styles (for additional control of "submit" and "clear" buttons) */
.e2ma_signup_form_button {
	width: 75px !important;
}
#e2ma_signup_submit_button {
	background: url(/apache/images/buttons/button_submit.png) no-repeat top left;
	border: none;
	width:75px;
	height:22px;
	margin: 12px 0 0 185px;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
}
