body, html
{
		margin: 0px;
		padding: 0px;
		font-size: 15px;
		font-family: Arial;
		background:#efefef;
		/*font-weight: bold;*/
		/* Turn off font resizing */
		-webkit-text-size-adjust: none;   
}

img, div, ul, li {border:0; padding:0; margin:0}


a
{
		text-decoration: none;
		color:#708e00;
}



/* Set the background color of the page when the body tag's class attribute is equal to portrait. 
   The expression body[class="value"] is a CSS attribute selector where "body" is the html element to be styled, "class" the body's attribute to be
   manipulated, and "value" the class attribute's value, which is either portrait, landscapeLeft, or landscapeRight.
   This expression is used to dynamically select a body style according to the class attribute value. For instance, if the body's class attribute is set
   to landscapeLeft, then all style declarations matching body will be used to style "Handling iPhone or iPod touch Orientation Events". 
   The JavaScript updateOrientation function in the iPhoneOrientation.js file is used to set the body's class attribute to one of these values.
   Further information about CSS attribute selectors can be found at  http://www.w3.org/TR/css3-selectors/#attribute-selectors.
 */

p {margin:0.8em 0; font-size:14px}

h2 {font-size:16px; font-weight:bold; margin:0.8em 0 1em}

/* Adjust a button when the body's class attribute is equal to portrait */
body .button    
{	
		background: white;
		width: 210px;
		height: 13px;
		
		padding: 10px 0px;
		margin: 10px auto;
		
		font-size: 15px;
		
		/* text is black on the button */
		color: black;
}


/* The leftContainer and rightContainer div elements are stacked up one after the other when the body's class attribute is equal to portrait. 
   They are both 200 pixels wide. */
body #leftContainer
{
		width: 200px;
		margin: auto auto;
}


body #rightContainer
{
		width: 200px;
		margin: auto auto;
}


/* Adjust a button when the body's class attribute is set to landscapeLeft */
body .button  
{
		background: black;
}


/* The container div is evenly split between leftContainer and rightContainer when the body's class attribute is set to landscapeLeft.
   leftContainer and rightContainer are stacked side by side. leftContainer aligns buttons to the left side of the page; 
   rightContainer aligns buttons to the right side of the page. 
body[class="landscapeRight"] #header {
	
}*/
#header {
	background:#bbd841;
	height: 49px;
}
#header span {display:block; background:url(../../images/mobile/wap_touch_banner.png) no-repeat left top; height:49px}
#header span a {display:block; width:105px; height:47px}
body #leftContainer
{
		width: 50%;
		/* Align the div to the left of the page  */
		float: left;
}


body #rightContainer
{
		width: 50%;
		/* Align the div to the right of the page  */
		float: right;
}



/* Set the background color of the page when the body's class attribute is equal to landscapeRight 
body[class="landscapeRight"] 
{
		
}*/


/* Adjust a button when the body's class attribute is equal to landscapeRight 
body[class="landscapeRight"] .button  
{
		
}*/


/* The container div is evenly split between leftContainer and rightContainer when the body's class attribute is set to landscapeRight.
   leftContainer aligns buttons to the left side of the page; rightContainer aligns buttons to the right side of the page.
body[class="landscapeRight"] #leftContainer
{
		width: 50%;
		float: left;
}

body[class="landscapeRight"] #rightContainer
{
		width: 50%;
		float: right;
} */


/* Draw a rounded rectangle around a text */
 .button    
{
		font-weight: bold;
		text-align: center;
		
		width: 130px;
		height: 13px;
		font-size: 10px;
		
		/* text is white on the button */
		color: white;	
	
		/* Draw a rectangle around a text */
		border: 1px solid black;    
		
		/* Round each corner of the generated rectangle */
		-webkit-border-radius: 5px;   
		padding: 5px 0px;
		margin: 5px auto;
}


/* Defines styling properties for the currentOrientation div, which shows a message that indicates iPhone's current orientation after rotation */
#currentOrientation
{		
		width: 280px;
		text-align: center;
		margin: 10px auto;
}

/* The container div contains four buttons that are evenly divided between the inner leftContainer and rightContainer div elements.
   Its width does not change when iPhone switches between portrait and landscape orientations. */
body.home #container
{
		/* fixed width across all iPhone orientation changes */	
		background:#ffffff url(../../images/mobile/wap_touch_center_bkg_all.png) repeat-x left 84px;
}
#container {background-color:#FFFFFF;}
#outheader {
	width: 100%;
	height: 52px;
	background-image: url(../../images/mobile/headerr.gif);
	background-repeat: repeat-x;
}
body.home #main-container {background:url(../../images/mobile/wap_touch_center_bkg.png) no-repeat left 35px;}
#about, #about-inner {text-align:center;height: 24px;}
#about a, #about-inner a {color:#919191}
#about-inner {height:21px; border-top:1px solid #cdcece;padding: 7px 0 0;}
#menu {
	background:#efefef;
}

#menu ul {margin:0 auto; padding:0; list-style-type:none; width:300px; height:32px}
#menu ul li {display: block;float: left;height: 32px;width: auto;}
#menu ul li a, #menu ul li span {height:18px; display:block; margin:1px 0; color:#708e00; font-size:14px; padding: 7px 2px 0 30px;height:25px}
/*#menu ul li a:hover {border:2px solid #e1bd0c;}*/
#menu ul li.selected {background:#fff}
#menu ul li.selected span {font-weight: bold;; color:#000000;}
#menu ul li#download {padding-right:10px}
#menu ul li#download a {background:url(../../images/mobile/wap_touch_menu_download.gif) no-repeat left 2px;}
#menu ul li#fringout {padding:0 12px}
#menu ul li#fringout a, #menu ul li#fringout span {background:url(../../images/mobile/wap_touch_menu_fringout.gif) no-repeat left 2px;width: 58px;}
#menu ul li#blog {padding-left:14px}
#menu ul li#blog a {background:url(../../images/mobile/wap_touch_menu_blog.gif) no-repeat left 2px;}
#copy {
	font-size: 12px;
	text-align: center;
	background:#efefef;
	color:#919191;
	padding:13px 0 15px;
	margin-top: 3px;
}
a.downSub:hover {
	color:#82A410;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
a.downSub:link {
	color:#82A410;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.downSub {
	color:#82A410;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#main, #main-about {	
	margin: 0 auto;
    padding: 7px 0;
    width: 303px;
}
#main-about {width:auto; padding:3px 13px 0}
#main div.home-right {background:url('../../images/mobile/wap_image-text.gif') no-repeat right top; padding:0;height: 202px;margin-top: 3px;}
#main div.home-right a#download {display:block; width:159px; height:80px; float:right; background:url('../../images/mobile/wap_download_button.png') no-repeat 0 0; margin-top: 95px;}
/*#main div.home-right a#download:hover, #main div.home-right a#download:active {background-position:0 -80px}*/
#main #fringOut-textbasic {height:46px; background:url(../../images/mobile/fringOut_textbasic_iphone.jpg) no-repeat center center; padding:10px 0 0 70px;margin-top: 4px;}
#main #fringOut-textbasic-sub {padding: 7px 14px 9px; text-align:center}
#main #fringOut-download {list-style-type:none; margin:0 7px; padding:0}
#main #fringOut-download li, #dll {padding-left:45px; margin-bottom:10px}
#main #fringOut-download li a, #dll a {border: 2px solid #000000;font-size:15px;font-weight:bold;height:24px;color:#000000;display:block;padding-top:6px;text-align:center;text-decoration:none;}
#main #fringOut-download li.download, #dll {background:url(../../images/mobile/icon_download.png) no-repeat left center;}
#main #fringOut-download li.download a, #dll a {background: #AFD035;}
#main #fringOut-download li.rates {background:url(../../images/mobile/icon_calculator.gif) no-repeat left center;margin-bottom: 14px;}
#main #fringOut-download li.rates a {background: #FCC63B;}
#main div.notfound, #main div.fringout-ad {padding:0 10px}
#main div.notfound p#error404 {background:url(../../images/mobile/404.png) no-repeat 0 0 center}
#main div.notfound p.icon-red  {background:url(../../images/errorpages/red_fring.png) no-repeat 0 0; padding-left:50px}
#main div.notfound p.icon-green {background:url(../../images/errorpages/green_fring.png) no-repeat 0 0; padding-left:50px}}
#main div.main-big-text p a, #main div.notfound p a {color:#15779b; font-weight:bold}
#main div.main-big-text {padding:40px 0 50px; text-align:center}

#main div.fringout-ad h1 {background:url('../../images/mobile/fringout_android.gif') no-repeat 0 0; padding:8px 0 0 70px; font-size:17px; height:49px}
#main div.fringout-ad p {font-size:15px}
#main div.fringout-ad p a.rates {font-weight:bold;}
#main div.fringout-ad div.nbox {border-top:3px solid #D7D7D7; margin:15px 5px 0; padding:5px 10px}
#main div.fringout-ad div.nbox p {font-size:16px; text-align:center}

#main div.after-redirect {display:none}

#cont {
margin: 6px 6px 10px;
border: 2px solid #000;
background-color: #fcc63b;
}
#where {
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	background-color: #ffd606;
	text-align: center;
	padding-bottom: 5px;
}
#dll {margin: 0 16px 14px 10px;}
#main p {
	margin: 0px;
	padding: 5px;
}
#main h3 {
	padding-left: 10px;
}
#main form {
	padding-left: 15px;
}
.linkf {
	float: left;
	padding-left: 24px;
	margin-left: 20px;
	height: 21px;	
	background-image: url(../../images/mobile/fringout_icon_small.gif);
	background-position: left 0px;
	background-repeat: no-repeat;
}
#ratePriceParent {background-image:url(../../images/mobile/touch_rates_sum_background.png); background-repeat: no-repeat; background-position: 0 0; font-size: 26px; font-weight: bold;width: 85px;height: 75px;}

.no-bkg {background:none}

#top_header {

}
#m_image {
background-image:url(http://m.fring.com/static/images/mobile/icon_fringOut_subscription.png); background-repeat: no-repeat;
padding-left: 55px;
height: 43px;
font-weight: bold;
font-size: 15px;
color: #000000;
padding-top: 0px;
}
#m_image div {
padding-top: 4px;
}
#b_image {
background-image:url(http://m.fring.com/static/images/mobile/icon_fringOut_subscription.png); background-repeat: no-repeat;
padding-left: 57px;
font-size: 15px;
color: #000000;
padding-top: 0px;
}
#b_image div {
padding-top: 4px;
}
.unlimited_text {
background-image:url(http://m.fring.com/static/images/mobile/titles_background.png); background-repeat: repeat-x;
height: 24px;
font-size: 14px;
color: #000000;
font-weight: bold;
margin-top: 10px;
}
.unlimited_text div {
padding-left: 4px;
padding-top: 4px;
}
#f_flags {
margin-top: 8px;
/*space inbetween lines in flags should be 20 (see PPT) */
}
#s_flags{
margin-top: 8px;
/*space inbetween lines in flags should be 20 (see PPT) */
}
#f_bonus {
font-family: Arial;
font-size: 14px;
color: #000000;
margin-top: 15px;
}
#b_bottom_note, #bottom_note {
margin-top: 10px;
padding-top: 8px;
border-top: 1px solid #efefef;
font-family: Arial;
font-size: 12px;
color: #929292;
}
#b_bottom_note {
margin-top: 72px;
}
#main a {
font-weight: bold;
}
#fair_header {
	font-weight: bold;
	font-size: 16px;
}
#fair_text {
	margin-top: 14px;
	font-size: 14px;
}
.fring_flag {
	font-size: 13px;
}
.fring_flag img {
	margin-right: 5px;
	margin-left: 3px;
}
.f_table * {
	font-family: Arial;
}
.f_table tr {
	height: 15px;
}