@font-face {
font-family: FSLola;
    src: url('FSLola.eot?#iefix') format('embedded-opentype'), 
    url('FSLola.woff') format('woff'), 
	url('FSLola.ttf')  format('truetype');
}
@font-face {
font-family: fontFooter;
	src: url('font_footer.eot?#iefix') format('embedded-opentype'), 
    url('font_footer.woff') format('woff'), 
	url('font_footer.ttf')  format('truetype');
}

body{
	margin:0;
	padding:0;
}

#background{
	width: 100%;
	height:100%;
	position:fixed;
	margin:0;
	padding:0;
}

#wrapper{
	width: 1315px;
	height:2800px;
	left: 0;
	right: 0;
	margin: auto;
	z-index:100;
}

.more_products{
	padding: 10px;
	margin: 10px;
	margin-top:-20px;
	margin-bottom:30px;
	border-radius: 4px;
	border: 2px solid #2E5D9E;
	font-family: Helvetica;
	font-size: 15px;
	color: #FFF;
	cursor: pointer;
	background: #275D8C none repeat scroll 0% 0%;
}

#content{
	width:100%;
	min-height:2800px;
	position:relative;

}

#table{
	width:1215px;
	border:2px solid #f0e4c5;
	position:relative;
	top:200px;
	height:2470px;
	z-index:200;
	background-image:url('../resources/images/uv_table.png');
	background-size: 100% 100%;
    background-repeat: no-repeat;
	box-shadow: 0px 1px 5px #888888;
	font-family:Helvetica;
	margin:auto;
	padding-top:30px;
	color:#622e08;
}

.tab{
	margin:0px 20px 0 70px;
	padding:5px;
	width:1055px;
}

.left{
	width:780px;
	margin-top:25px;
	float:left;
	padding-right:20px;
}

.right{
	width:230px;
	float:left;
	margin-top:25px;
	padding-left:20px;
}

h1{
	color:#622e08;
	font-weight: normal;
	font-family: Helvetica;
	font-size: 14pt;
}

select
{
    width:180px;
    border:1px solid #988878;
    border-radius: 4px;
    padding: 5px;
    margin:10px;
    margin-left:0;
    float:left;
}

.uv{
	margin:0 20px;
	text-align: left;
	padding:30px 0px 0px 0px;
	overflow:hidden;
	height:140px;
	clear:both;
}
.uv table {
	border-collapse: collapse;
	margin:auto;
	position: relative;
	z-index: 300;
	top:-67px;
}
.uv table td{
	border-color: black;
	border-style: solid;
	border-width: 0px 2px 0px 2px;
	height:30px;
	padding:2px;
	font-weight: bold;
}

.uv table td div{
	width:50px;
	height:40%;
	border-radius:2px;
}

.uv img{
	padding-left:20px;
}

#circle{
	width:80px;
	height:80px;
	background: #fff799;
	position:relative;
	z-index: 200;
	border-radius: 100px;
	left:33px;
	/*left:56 * UV index;*/
}

.phototype  img{
	width:70px;
	height:70px;
	margin:5px;
}

.tableinfo table{
	color:black;
	 border-spacing: 5px;
}

.tableinfo table td{
	padding:10px;

}

.tableinfo img{
	height:45px;
	float:right;
}

.table_left{
	width:50px;
	float:left;
}

.phototype table{
	color:#622e08;
}

 input[type="submit"] {
	padding:10px;
	margin:10px;
	border-radius: 4px;
	border:2px solid #2e5d9e;
	font-family: Helvetica;
	font-size:15px;
	color:white;
	cursor:pointer;
	background: #275d8c;
}

a{
	color:#E2A94E;
}

.result{
	width:230px;
	background: white;
	border:1px solid #988878;
	border-radius: 5px;
	height:380px;
	text-align: center;
	font-size:10pt;
	display: none;
}

.result table{
	font-family: Helvetica;
	font-size:12pt;
	color:#622E08;
	text-align: center;
	margin:auto;
	border:1px solid #e6dad0;
    border-collapse: collapse;
}

.result table td{
	padding:20px;
	border-collapse: collapse;
	border:1px solid #e6dad0;
}

.resT{
	background: #d6c4a9;
	padding:10px;
	color:white;
	font-weight: bold;
	float:left;
	margin:10px 20px;
}

#res{
	margin:10px;
	color:#967359;
	float:left;
	font-size:28pt;
}

.temp{
	font-size:20px;
	float:left;
	padding:10px;
	line-height: 68px;
}

.temp img{
	width:70px;
	height:70px;
	vertical-align: middle;
	margin-top:-30px;
}

.uvinfo{
	font-size:20px;
	float: left;
	padding:10px;
	line-height: 68px;
}

#frm{
	float:left;
	width:300px;
}