#axisFlexHead,#axisFlexTop,#axisFlexMainBanner,#axisFlexSubBanner,
#axisFlexMainNav,#axisFlexSubNav,#axisFlexSubContent,#axisFlexBottom,
#axisFlexFoot {
display: none;
}

#form_img,
#axisFlexMainContent img {
display: none;
}
.mobile_only {

	display:inline; 
}

.hide_mobile {

	display: none;
	}

body {
    background-color: #ddd; /* Background color */
    color: #222;            /* Foreground color used for text */
    font-family: Helvetica; 
    font-size: 14px;
    margin: 0;              /* Amount of negative space around the outside of the body */
    padding: 0;             /* Amount of negative space around the inside of the body */
}
#axisFlexBody,
#axisFlexMainContent {
	width: 100%;
	padding: 0;
}

#axisFlexMainContent h1 {

    margin: 0;
    padding: 0;
    
    text-shadow: 0px 1px 0px #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d1d5df), to(#9ca1af));

    background-color: #ccc;
    border-bottom: 1px solid #666;
    color: #222;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
}

#table_div {
	padding: 0px;
	}

#content_table {
	border-collapse:collapse;
	
    padding: 0;
    width: 100%;
}

#content_table th{
	display: none;
}
/*
#content_table #first_cell a {
	-webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    }

#content_table #last_cell a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}
*/
#content_table td {

}

#content_table td a {
		background:url(/core/graphics/iphone/iPhoneArrow.png) no-repeat 100% 50%;

		background-color: #FFFFFF;
    border: 1px solid #cccccc;
    display: block;
    margin-bottom: -3px;
   	padding: 8px 32px 8px 8px;
		color: #222222; 
    font-size: 15px;
    font-weight: bold; 
    text-decoration: none;
 	
   
}

#content_table td.last_column {
display: none;

}


#lens_desc {
	/*float:left;*/
	position: relative;
	display: none;
	}
#lens_example {
	position: relative;
	
}

#input_form {
		position:relative;
		margin:5px;
		height:260px;
		
   /* border: 1px solid #999999;*/
}

#form_width,
#form_height,
#form_dist,
#form_focal {

	position: relative;
	padding: 5px;
	background-color:	 #FFFFFF;
	color: #222222; 
	font-size: 15px;
  	font-weight: bold; 
  	text-decoration: none;
  	border:1px solid #999999;
  	margin-bottom: -1px;
}

#form_height {

	-webkit-border-top-left-radius: 8px;
 	-webkit-border-top-right-radius: 8px;

	position: relative;
	top: -71px;

}

#form_width {

	border: none;
	/*background-color: 0;*/
	z-index:1;
	position: relative;
	left: 155px;
	width:100px;
    }

#form_dist {

	top: -71px;
	height: 61px;
	}

#form_focal {
		top: -71px;
	-webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
  height: 61px;

}


#form_dist .input_title,
#form_width .input_title,
#form_height .input_title,
#form_focal .input_title {

display: block;
}


#form_focal input,
#form_dist input,
#form_height input,
#form_width input {
	width: 115px;
	height: 30px;
	font-size: 25px;
	
	}
#form_focal a.calc_button,
#form_dist a.calc_button,
#form_height a.calc_button {
	
	position: relative;	
	display: block;
	-webkit-border-image: url(/core/graphics/iphone/whiteButton.png) 0 14 0 14;
	border-width: 0 14px 0 14px; 
	margin-top: 5px;
	margin-bottom: 5px;
	width: 270px;
	height:42px;	
	
	
	text-align:center;
	line-height: 42px; 	

	/* Font styling */
	font-family: Helvetica;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	color: #000;
	text-shadow: #fff 0px 1px 1px; /* slight white drop shadow */
	
	}
#form_focal a.calc_button,
#form_dist a.calc_button {

	width: 115px;
	top: -46px;
	left: 150px;

}
/*
#form_height a.calc_button:hover,
#form_dist a.calc_button:hover {
	color: #fff;
	text-shadow: #333 0px 1px 1px;
	-webkit-border-image: url(/core/graphics/iphone/blueButton.png) 0 14 0 14;
}
*/
#form_focal #focal_button,
#form_dist #dist_button,
#form_height #dim_button {
	display:none;
	
}
a.title_back {
	display: inline;
	-webkit-border-image: url(/core/graphics/iphone/backButton.png) 0 8 0 14;
	left: 6px;
	right: auto;
	top: 8px;
	
	
	background: none;
	-webkit-border-bottom-left-radius: 0px 0px;
	-webkit-border-bottom-right-radius: 0px 0px;
	-webkit-border-width: 0px 8px;
	-webkit-border-top-left-radius: 0px 0px;
	-webkit-border-top-right-radius: 0px 0px;
	
	color: white;
	
	font-size: 14px;
	font-weight: bold;
	height: 28px;
	width:40px;
	line-height: 28px;
	padding-left: 8px;

	position: absolute;
	

	text-decoration: none;
	text-shadow: rgba(0, 0, 0, 0.597656) 0px -1px 0px;

}

#lens_calc {

	background-color:#ddd;
	position: absolute;
	top: 0px;
	left: 100%;
	display: none;
}

#lens_calc_list {

	position: absolute;
	}
