@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------------------------------------

	Created by elykinnovation, inc. - http://www.elykinnovation.com
	Jacksonville, Florida - Web Design Company

--------------------------------------------------------------------------------------------------- */


a, div {-moz-outline:none;}

a:link, a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover, a:visited:hover {
	color: #990000;
	text-decoration: none;
}

/* ----------------------------------------------------------------------------------------------------------------

	.png hack

------------------------------------------------------------------------------------------------------------------*/

/* * { behavior: url(iepngfix.htc); }*/
 img, div, span, a, p { behavior: url(css/iepngfix.htc); }
 

/* ---------------------------------------------------------------------------

	Body 

--------------------------------------------------------------------------- */

body {
	margin: 0px;
	background-color: #999;
	font-family:  Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	color: #333;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	width: 922px; /* Make this number 10px wider than actual design for ie issues */
}

#header,
#header_generic {
	padding: 20px 0px 0px 0px;
	width: 912px;
	height: 107px;
	float: left;
	background-repeat: no-repeat;
	background-position: top right;
}

#header {
	background-image: url(../images/price_2999.png);
	/*background-image: url(../images/price_3995.png);
	background-image: url(../images/iphone_coming.png);
	background-image: url(../images/available_soon.png);*/
}

#container {
	width: 912px;
	float: left;
}

.container_top {
	background-image:url(../images/container_top.jpg);
	background-repeat: no-repeat;
	width: 912px;
	height: 6px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	float: left;
}

.container_middle {
	background-image:url(../images/container_middle.jpg);
	background-repeat: repeat-y;
	width: 912px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.container_bottom {
	background-image:url(../images/container_bottom.jpg);
	background-repeat: no-repeat;
	width: 912px;
	height: 6px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	float: left;
}

.affiliate_header {
	width: auto !important;
	width: 850px;
	min-width: 850px;
	height: auto;
	margin: 9px 15px 0 15px;
	padding: 15px;
	text-align: center;
	border: 1px solid #999999;
}

#side_a {
	float: left;
	width: 296px;
	padding: 0px 0px 0px 12px;
}

#side_b { 
	margin: 0px;
	padding: 0px 30px 20px 0px;
	float: right;
	width: 548px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

/* ---------------------------------------------------------------------------

	For 3 column design: Leave off if unneccessary

--------------------------------------------------------------------------- */

#side_c {
	margin: 0;
	padding-left: 14px;
	width: 900px;
}

#statistics {
	clear: both;
	float: left;
	width: 880px;
	border: 1px #666 solid;
	background-color: #838383;
	margin: 6px 0px 5px 5px;
	padding: 10px 10px 10px 10px;
	color: #fefefe;
}

.phone_list_container {
	clear: both;
	float: left;
	width: 884px;
	border: 1px #666 solid;
	background-color: #F0F0F0;
	margin: 6px 0px 5px 4px;
	padding: 10px 10px 10px 10px;
	color: #fefefe;
}

#footer {
	clear: both;
	float: left;
	width: 880px;
	border: 1px #ccc solid;
	margin: 6px 0px 0px 5px;
	padding: 10px 10px 10px 10px;
}


/* ---------------------------------------------------------------------------

	Logo Replace

--------------------------------------------------------------------------- */

#logo a {
	display: block;
	text-decoration: none;
	width: 250px;
	height: 107px;
	background-image: url(../images/logo_textecution_tm.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	float: left;
}


/* ---------------------------------------------------------------------------

	Phone

--------------------------------------------------------------------------- */

.phone_space {
	width: 277px;
	height: 360px;
	float: left;
	margin: 10px 10px 0 10px;
	overflow: hidden;
	background-image: url(../images/nexus-one.png);
}


/* ---------------------------------------------------------------------------

	Button Replace

--------------------------------------------------------------------------- */

#button_learn_more a {
	display: block;
	text-decoration: none;
	width: 160px;
	height: 42px;
	background-image: url(../images/button_learn_more.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 30px 20px 0px 0px;
	float: right;
}

#button_learn_more a:hover {
	display: block;
	text-decoration: none;
	width: 160px;
	height: 42px;
	background-image: url(../images/button_learn_more.jpg);
	background-repeat: no-repeat;
	background-position: 0px -42px;
	margin: 30px 20px 0px 0px;
	float: right;
}

#button_buy_now a {
	display: block;
	text-decoration: none;
	width: 160px;
	height: 42px;
	background-image: url(../images/button_buy_now.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 30px 20px 0px 0px;
	float: right;
}

#button_buy_now a:hover {
	display: block;
	text-decoration: none;
	width: 160px;
	height: 42px;
	background-image: url(../images/button_buy_now.jpg);
	background-repeat: no-repeat;
	background-position: 0px -42px;
	margin: 30px 20px 0px 0px;
	float: right;
}

#button_buy_now_all_pages {
	padding: 10px 66px 20px 0px;
}

#button_buy_now_all_pages a {
	display: block;
	text-decoration: none;
	width: 160px;
	height: 42px;
	background-image: url(../images/button_buy_now.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px 0px 0px 0px;
	float: right;
}

#button_buy_now_all_pages a:hover {
	display: block;
	text-decoration: none;
	width: 160px;
	height: 42px;
	background-image: url(../images/button_buy_now.jpg);
	background-repeat: no-repeat;
	background-position: 0px -42px;
	margin: 0px 0px 0px 0px;
	float: right;
}

/* ---------------------------------------------------------------------------

	Text and Title Declarations

--------------------------------------------------------------------------- */

.e {
	font-size: 18px;
	font-weight: bold;
	padding: 0px 2px 0px 0px;
}

h1 {
	font-size: 24px;
	color: #0066cc;
	font-weight: lighter;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h2 {
	font-size: 22px;
	color: #333;
	font-weight: lighter;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#statistics h2 {
	font-size: 22px;
	color:#DAF8FA;
	font-weight: lighter;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
}

h3 {
	font-size: 18px;
	color: #268EAC;
	font-weight: lighter;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
}

h1.headline {
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 20px 0px;
	font-size: 24px;
}

h1.footer_notice {
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 0px 10px;
	font-size: 24px;
	color: #fff;
}

h3.phone_carrier {
	font-size: 18px;
	color: #0066cc;
	font-weight: lighter;
	margin: 0px 0px 12px 0px;
	padding: 5px;
	border-top: 1px #999 solid;
	border-bottom: 1px #999 solid;
}

p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
}

.copyright {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 20px 0px;
	text-align: center;
	color: #fff;
}

.faq_question {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}

.faq_answer {
	font-size: 12px;
	color: #666;
	margin: 0px 0px 16px 0px;
}

#homepage_slideshow {
	float: left;
}

.homepage_text {
	 float:left;
	 width: 300px;
	 padding: 0px 8px 0px 0px;
}

.next_arrow {
	padding: 0px 0px 70px 0px;
}

.steps_title {
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 6px 0px;
	margin: 0px 0px 6px 0px;
	color: #006699;
	border-bottom: 1px solid #006699;
}

.screen_steps {
	width: 88px;
	float: left;
	margin: 6px;
	padding: 0px 0px 0px 0px;
}

.screen_steps_title {
	width: 60px;
	font-size: 12px;
	font-weight: bold;
	color: #0099CC;
	border-bottom: 1px dotted #006699;
}


.screenshots {
	width: 150px;
	height: 260px;
	float: left;
	margin: 6px 10px;
	padding: 0px 0px 0px 0px;
}

.screenshots_title {
	width: 100px;
	font-size: 12px;
	font-weight: bold;
	color: #0099CC;
	border-bottom: 1px dotted #006699;
}

/* ---------------------------------------------------------------------------

	General Declarations

--------------------------------------------------------------------------- */


.hide {
	visibility: hidden;
	display: none;
	text-indent: -8520px;
}

.pictureframe {
	border: #333 1px solid;
	padding: 2px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	background-color: transparent;
	height: 1px;
}

.price_container {
	width: 900px;
	margin: 0px auto;
	z-index: 10;
}

.price {
	display: block;
	position: absolute;
	text-decoration: none;
	width: 228px;
	height: 63px;
	background-image: url(../images/price.png);
	z-index: 10;
	right:10px;
}

.address {
	width: 320px;
	float: right;
	margin: 14px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: bottom;
}

.price_tag a {
	display: block;
	text-decoration: none;
	width: 133px;
	height: 28px;
	background-image: url(../images/price_tag.png);
	background-repeat: no-repeat;
	margin: 0px 96px 10px 0px;
	float: right;
}

/* ---------------------------------------------------------------------------

	Horizontal Navigation

--------------------------------------------------------------------------- */

#menu {
   white-space: nowrap;
   float: right;
   width: 632px;
   padding: 70px 0px 0px 0px;
   font-size: 14px;
} 

#menu ul {
   padding: 0px;
   margin: 0px;
}

#menu ul li {
   display: inline;
   text-align: center;
	padding-left: 0px;
	padding-right: 15px;
}

#menu ul li a:link, #menu ul li a:visited {
	color: #fff;
	text-decoration: none;
}

#menu ul li a:hover, #menu ul li a:visited:hover {
	color: #990000;
	text-decoration: none;
}



#footer_logos {
   white-space: nowrap;
   float: left;
   width: 350px;
   padding: 10px 0px 0px 0px;
}
 
#footer_logos ul {
   padding: 0px;
   margin: 0px;
}

#footer_logos ul li {
   display: inline;
   text-align: left;
	padding-left: 0px;
	padding-right: 20px;
}

/* ---------------------------------------------------------------------------

	Newsletter Sign Up

--------------------------------------------------------------------------- */

.newsletter-signup {
	width: 300px;
	float: left;
	margin: 12px 0px 0px 50px;
}

.newsletter-signup form {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

h2.signup {
	font-size: 16px;
	color: #fff;
	font-weight: lighter;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.newsletter-signup {
	border-collapse: collapse;
}

.newsletter-signup input.field {
	height: 21px;
}

.newsletter-signup thead {
	background-color: #A4A4A4;
	margin: 0px 0px 6px 0px;
	padding: 3px 5px;
}

.newsletter-signup td {
}

.newsletter-signup td {
	vertical-align: middle;
	padding: 5px;
}

/* ---------------------------------------------------------------------------

	Ordered List Stylings

--------------------------------------------------------------------------- */

.threeeasysteps {
	font-weight: bold;
}

.threeeasysteps li {
	margin-bottom: 7px;
}

/* ---------------------------------------------------------------------------

	Unordered List Stylings

--------------------------------------------------------------------------- */

#footer_menu {
	 width: 150px;
	 float: right;
	 font-size: 12px;
}

#footer_menu ul {
	 padding-left: 5px;
	 margin-left: 5px;
	 margin: 0px;
	 text-indent: 1px;
	 list-style: none;
}

#footer_menu li {
	margin: 0px 0px;
	padding: 2px 0px;
	font-size: 12px;
	text-align: right;
}

#footer_menu a:link, #footer_menu a:visited {
	color: #fff;
	text-decoration: none;
}

#footer_menu a:hover, #footer_menu a:visited:hover {
	color: #990000;
	text-decoration: none;
}

.elyk_bio {
	width: 540px;
	float: left;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 6px 0px;
	border-bottom: 1px solid #666;
}

.jy_bio {
	width: 540px;
	float: left;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #666;
}

.team_bios {
	width: 170px;
	float: left;
}

.team_bios_text {
	width: 340px;
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.team_bios ul {
	 padding-left: 5px;
	 margin-left: 5px;
	 margin: 0px;
	 text-indent: 1px;
	 list-style: none;
}

.team_bios li {
	border-bottom: 1px dotted #999;
	margin: 0px 0px;
	padding: 2px 0px;
	font-size: 12px;
	text-align: left;
}

.team_bios a:link, .team_bios a:visited {
	color: #333;
	text-decoration: none;
}

.team_bios a:hover, .team_bios a:visited:hover {
	color: #990000;
	text-decoration: none;
}

#stats_listing {
	 float: left;
	 font-size: 14px;
	 color: #E9E9E9;
}

.stats_listing ul {
	 padding-left: 5px;
	 margin-left: 5px;
	 margin: 0px;
	 margin-bottom: 12px;
	 text-indent: 1px;
	 list-style: none;
}

.stats_listing li {
	width: 860px;
	margin: 5px 0px;
	padding: 5px 5px;
	text-align: left;
	border-bottom: 0px dotted #333;
	background-color: #9E9E9E;
}

.stats_listing a:link, .stats_listing a:visited {
	color: #fff;
	text-decoration: underline;
}

.stats_listing a:hover, .stats_listing a:visited:hover {
	color: #990000;
	text-decoration: none;
}


.articles_videos_listing ul {
	 padding-left: 5px;
	 margin-left: 5px;
	 margin: 0px;
	 text-indent: 1px;
	 list-style: none;
}

.articles_videos_listing li {
	width: 860px;
	margin: 2px 0px;
	padding: 5px 5px;
	text-align: left;
	border-bottom: 1px dotted #ccc;
}

.articles_videos_listing a:link, .articles_videos_listing a:visited {
	color: #fff;
	text-decoration: none;
}

.articles_videos_listing a:hover, .articles_videos_listing a:visited:hover {
	color: #990000;
	text-decoration: none;
}

.simple_list ul {
	 padding-left: 5px;
	 margin-left: 5px;
	 margin: 0px;
	 text-indent: 1px;
	 list-style: none;
}

.simple_list li {
	color: #990000;
	margin: 0px 0px;
	padding: 2px 0px;
	font-size: 11px;
	text-align: left;
}




/* ---------------------------------------------------------------------------

	Footer Area with AdSense

--------------------------------------------------------------------------- */

.ad_column {
	clear: both;
	float: right;
	width: 250px;
	border: 1px #666 solid;
	background-color: #838383;
	margin: 10px 0px 5px 5px;
	padding: 10px 0px 10px 0px;
	color: #fefefe;
}

.statistics_with_ads {
	clear: both;
	float: left;
	border: 1px #666 solid;
	margin: 6px 10px 5px 5px;
	padding: 10px 10px 10px 10px;
	color: #333;
}

.statistics_with_ads h2 {
	font-size: 22px;
	color:#DAF8FA;
	font-weight: lighter;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
}


.stats_listing_with_ads {
	 float: left;
	 font-size: 14px;
	 color: #333;
}

.stats_listing_with_ads ul {
	 padding-left: 5px;
	 margin-left: 5px;
	 margin: 0px;
	 margin-bottom: 12px;
	 text-indent: 1px;
	 list-style: none;
}

.stats_listing_with_ads li {
	margin: 5px 0px;
	padding: 5px 5px;
	text-align: left;
	border-bottom: 1px dotted #ccc;
	/*background-color: #9E9E9E;*/
}

.stats_listing_with_ads a:link, .stats_listing_with_ads a:visited {
	color: #006699;
	text-decoration: underline;
}

.stats_listing_with_ads a:hover, .stats_listing_with_ads a:visited:hover {
	color: #990000;
	text-decoration: none;
}


.articles_videos_listing_with_ads ul {
	 padding-left: 5px;
	 margin-left: 5px;
	 margin: 0px;
	 text-indent: 1px;
	 list-style: none;
}

.articles_videos_listing_with_ads li {
	margin: 2px 0px;
	padding: 5px 5px;
	text-align: left;
	border-bottom: 1px dotted #ccc;
}

.articles_videos_listing_with_ads li.video {
	height: 25px;
	margin: 2px 0px;
	padding: 5px 5px 0px 30px;
	text-align: left;
	border-bottom: 1px dotted #ccc;
	background-image: url(../images/icon_video.png);
	background-position: 5px 50%;
	background-repeat: no-repeat;	
}

.articles_videos_listing_with_ads a:link, .articles_videos_listing_with_ads a:visited {
	color: #006699;
	text-decoration: none;
}

.articles_videos_listing_with_ads a:hover, .articles_videos_listing_with_ads a:visited:hover {
	color: #990000;
	text-decoration: none;
}


/* ---------------------------------------------------------------------------

	Forms

--------------------------------------------------------------------------- */

form {
	width: 208px;
	font-size: 14px;
	color: #333;
	margin: 14px 0px 16px 0px;
	padding: 0px 0px 0px 0px;
}

form#paypal {
	width: auto;
}

label{
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
}

input {
	margin: 0px;
	padding: 0px;
}

.contact_textfield {
	width: 184px;
	height: 24px;
	background-image: url(../images/input_bg_2.png);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	overflow: hidden;
	margin: 4px 0px 0px 0px;
	padding: 6px 10px 0px 10px;
	font-size: 13px;
}

.contact_messagefield {
	width: 190px;
	height: 144px;
	background-image: url(../images/text_field_bg_2.png);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	overflow: hidden;
	overflow-y: hidden;
	margin: 4px 0px 0px 0px;
	padding: 6px 25px 0px 10px;
	font-size: 13px;
}

.contact_select {
	width: 200px;
	height: 28px;
	background-image: url(../images/input_bg_2.png);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	overflow: hidden;
	margin: 4px 15px 0px 0px;
	padding: 6px 8px 6px 10px;
	font-size: 13px;
}

.contact_button {
	width: 200px;
	height: 32px;
	margin: 8px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
}

.form_field_msg {
	
}

.form_field_ok {
	height: 25px;
	position: relative;
	top: -3px;
	text-indent: 25px;
	display: inline-block;
	background-image: url(../images/form_ok.gif);
	background-repeat: no-repeat;
}

.form_field_error {
	height: 25px;
	position: relative;
	top: -2px;
	text-indent: 25px;
	display: inline-block;
	background-image: url(../images/form_error.gif);
	background-repeat: no-repeat;
}


/* ---------------------------------------------------------------------------

	Tables

--------------------------------------------------------------------------- */

.info_table {
	width: 884px;
	border-collapse: collapse;
}

.info_table tr {
	border: 1px solid black;
}

.info_table th {
	text-align: center;
}

.info_table td {
	vertical-align: top;
}

.info_table th, .info_table td {
	padding: 3px 5px;
	border: 1px solid black;
}


/* ---------------------------------------------------------------------------

	List Declarations

--------------------------------------------------------------------------- */

.phone_list {
	color: #333;
	width: 125px;
	float: left;
	padding: 4px;
	margin: 5px 7px;
}

.phone_list_non {
	color: #333;
	width: 270px;
	float: left;
	padding: 4px 4px 4px 4px;
	margin: 5px 7px;
}

.phone_list h3,
.phone_list_non h3 {
	font-size: 14px;
}

.phone_list ul {
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	text-indent: 1px;
	list-style: none;
	width: 95%;
}

.phone_list_non ul.left {
	float: left;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	text-indent: 1px;
	list-style: none;
	width: 110px;
}

.phone_list_non ul.right {
	float: right;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	text-indent: 1px;
	list-style: none;
	width: 110px;
}

.phone_list li,
.phone_list_non li {
	margin: 0px 0px;
	padding: 0 0 5px 0;
	font-size: 11px;
	color: #333;
}

.phone_list a:link,
.phone_list a:visited,
.phone_list_non a:link,
.phone_list_non a:visited {
	color: #006699;
	text-decoration: underline;
}

.phone_list a:hover,
.phone_list a:visited:hover,
.phone_list_non a:hover,
.phone_list_non a:visited:hover {
	color: #990000;
	text-decoration: none;
}
/*
.phone_list li.nexus_one {
	background-image: url(../images/phone_icon_nexus_one.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.phone_list li.pulse {
	background-image: url(../images/phone_icon_pulse.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.phone_list li.mytouch3g {
	background-image: url(../images/phone_icon_mytouch_3g.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.phone_list li.g2touch {
	background-image: url(../images/phone_icon_g2_touch.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.phone_list li.htc_hero_sprint {
	background-image: url(../images/phone_icon_htc_hero_sprint.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.phone_list li.samsung_moment {
	background-image: url(../images/phone_icon_samsung_moment.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.phone_list li.samsung_behold2 {
	background-image: url(../images/phone_icon_samsung_behold_2.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.phone_list li.droid_eris {
	background-image: url(../images/phone_icon_droid_eris.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.phone_list li.htc_g1 {
	background-image: url(../images/phone_icon_htc_g1.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.phone_list li.moto_cliq {
	background-image: url(../images/phone_icon_moto_cliq.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.phone_list li.droid {
	background-image: url(../images/phone_icon_droid.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.phone_list li.att_acer {
	background-image: url(../images/phone_icon_att_acer_be_touch_e110.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.phone_list li.att_moto_backflip {
	background-image: url(../images/phone_icons_att_motorola_backflip.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}


.phone_list_non li.samsung_galaxy {
	background-image: url(../images/phone_icon_samsung_galaxy.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.phone_list_non li.htc_magic {
	background-image: url(../images/phone_icon_htc_magic.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.phone_list_non li.htc_hero {
	background-image: url(../images/phone_icon_htc_hero.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.phone_list_non li.htc_g1 {
	background-image: url(../images/phone_icon_htc_g1.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.phone_list_non li.htc_tattoo {
	background-image: url(../images/phone_icon_htc_tattoo.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.phone_list_non li.other_acer_a1 {
	background-image: url(../images/phone_icons_other_acer_a1.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.phone_list_non li.other_acer_liquid_e {
	background-image: url(../images/phone_icons_other_acer_liquid_e.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.phone_list_non li.other_htc_desire {
	background-image: url(../images/phone_icons_other_htc_desire.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.phone_list_non li.other_huawei_u8230 {
	background-image: url(../images/phone_icons_other_huawei_u8230.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.phone_list_non li.other_lg_intouch_max {
	background-image: url(../images/phone_icons_other_lg_intouch.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.phone_list_non li.other_motorola_i1 {
	background-image: url(../images/phone_icons_other_motorola_i1.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
*/
