﻿/* standard elements ******************************************************** */

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #F1F8F8;
	background-image: url(../images/static/bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;		
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 5px;
	margin-top: 1px;
	line-height: 14px;
	text-transform:uppercase;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #235180;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 5px;
	margin-top: 1px;
	line-height: 13px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #235180;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 2px;
	margin-top: 0px;
	line-height: 13px;
}

a:link, a:visited, a:active {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
	outline: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
	outline: none;
}


/* content positioning ****************************************************** */
#outer_container {
	margin: 0px auto;
	height: 100%;
	width: 100%
}

#inner_container_glasses {
	margin: 0px auto;
	position: relative;
	width: 600px;
	height: 100%;
	background-image: url(../images/static/bg_glasses_new.jpg);
	background-repeat: no-repeat;
	background-position: top center;		
}

#inner_container_plain {
	margin: 0px auto;
	position: relative;
	width: 600px;
	height: 100%;
	background-image: url(../images/static/bg_terms.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding-bottom: 150px;

}






#age_container {
	position: relative;
	left: 100px;
	top: 220px;
	width: 400px;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	text-align: center;
	/* border:1px solid #ff0000; */
	padding:0;
	margin:0;
}

#no_flash_container {
	position: relative;
	left: 75px;
	top: 310px;
	width: 450px;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	text-align: center;
}

#terms_container {
	position: relative;
	left: 45px;
	top: 160px;
	width: 500px;
}





a.legal:link, a.legal:visited, a.legal:active {
	color: #3399ff;
	font-weight: normal;
	text-decoration: underline;	
}

a.legal:hover {
	color: #333333;
	font-weight: normal;	
	text-decoration: underline;	
}

.clear {
	clear:both;
	margin-top:-1px;
	height:1px;
	overflow:hidden;
}






/* custom lists ************************************************************* */

ol {
	margin-top:1em;
	margin-bottom:0;
	margin-left: 1em;
	padding-left: 1em;
}

ol li {
	margin-bottom: 1em;
}



#detailed_list ul {
	margin-top:0;
	margin-bottom:0;

	margin-left: 1em;
	padding-left: 1em;

}

#detailed_list ul li {
	margin-bottom: 2px;
}


/* form components ********************************************************** */
form {
	margin:0;
	padding:0;
}


#age_form {
	position: relative;
	width: 120px;
	margin: 47px 280px 0px 210px;
	/*border:1px soid #ff0000;
	background-color:#00ff00; */
}

#form_item {
	position: relative;
	float: right;
}

#form_info {
	position: relative;
	float: left;
}

input.age_input {
	
	border: 0px solid #333333;
	background-color: transparent;
	color: #000000;
	padding:0;
	margin:0;
	/*margin-top:5px;*/
	width: 118px; /* var 35px; från början */
	height:76px;
	font-size:65px;
	letter-spacing:23px;
}


