/******************** GLOBAL ********************/
/* change */
* { margin: 0; padding: 0; border: 0; }

html, body { height: 100%; }
html { background: #e2dfde; }
body {
	Xfont: 11px/16px Verdana,Arial,Helvetica,sans-serif;
	color: #000;

	font-family:arial,verdana,tahoma,"trebuchet ms",sans-serif;
	font-size: 11px;
}
.aktiv {
	font-size: 15px;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear {display: inline-block;}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}

.brodtekst { font-weight: bold; }
.hidden { display: none; }

h1, h2, h3 { font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif; }
h1 { font-size: 22px; line-height: 22px; }
h2 { font-size: 14px; line-height: 30px; }
h3 { font-size: 13px; line-height: 20px; }

	/********** ALERTS **********/
	div.alerts {
		background: #efefef url(information.png) no-repeat 10px 7px;
		border: 1px solid #d0d0d0;
		margin: 20px 0;
		line-height: 30px;
		color: #4a4a4a;
		font-weight: bold;
		padding-left: 34px;
		color: #333;
	}
	div.alert_errors { background: #ffdAd1 url(error.png) no-repeat 10px 7px; border-color: #d4340c; }
	div.alert_success { background: #e2f9e3 url(accept.png) no-repeat 10px 7px; border-color: #99cc99; }
	/********** ALERTS END **********/

	/********** BUTTONS **********/
	.buttons { overflow: hidden; }
	.buttons a, .buttons input {
		display: block;
		float: left;
		margin: 0 7px 0 0;
		background-color: #f5f5f5;
		border: 1px solid #dedede;
		border-top: 1px solid #eee;
		border-left: 1px solid #eee;
		font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
		font-size: 11px;
		line-height: 14px;
		text-decoration: none;
		font-weight: bold;
		color: #565656;
		cursor: pointer;
		padding: 7px 10px 4px 32px;
		background-repeat: no-repeat;
		background-position: 10px 50%;
	}
	.buttons a { min-height: 16px; }
	.buttons input { padding: 6px 10px 6px 29px; }

	/* standard */
	.buttons a:hover, .buttons input:hover {
	    background-color:#dff4ff;
	    border:1px solid #c2e1ef;
	    color:#336699;
	}
	.buttons a:active, .buttons input:active {
	    background-color: #6299c5;
	    border: 1px solid #6299c5;
	    color: #fff;
	}

	/* positive */
	.buttons a.positive, .buttons input.positive { color: #529214; }
	.buttons a.positive:hover, .buttons input.positive:hover {
	    background-color: #e3f9e4;
	    border: 1px solid #9ccd9c;
	    color: #529214;
	}
	.buttons a.positive:active, .buttons input.positive:active {
	    background-color: #529214;
	    border: 1px solid #529214;
	    color: #fff;
	}

	/* negative */
	.buttons a.negative, .buttons input.negative { color:#d12f19; }
	.buttons a.negative:hover, .buttons input.negative:hover {
	    background-color: #fbe3e4;
	    border: 1px solid #fbc2c4;
	    color: #d12f19;
	}
	.buttons a.negative:active, .buttons input.negative:hover {
	    background-color: #d12f19;
	    border: 1px solid #d12f19;
	    color: #fff;
	}
    .buttons .save { background-image: url(disk.png); }
    .buttons .add { background-image: url(add.png); }
    .buttons .cancel { background-image: url(delete.png); }
    .buttons .goback { background-image: url(arrow_undo.png); }
    /********** BUTTONS END **********/

	/********** TABLE_LARGE_1 **********/
	table.l_t_1 {
		width: 659px;
		border-collapse: collapse;
		margin-bottom: 20px;
	}
	.l_t_1 th,
	.l_t_1 td {
		line-height: 30px;
		font-size: 10px;
		overflow: hidden;
	}
	.l_t_1 th {
		font-weight: bold;
		border: 1px solid #565656;
		color: #333;
		font-size: 11px;
		background: #565656;
		color: #fff;
	}
	.l_t_1 td {
		color: #454545;
		border: 1px solid #d0d0d0;
		padding-left: 6px;
	}
	.l_t_1 tr.even { background: #f4f4f4; }
	.l_t_1 tr:hover { background: #565656; }
	.l_t_1 tr:hover td,
	.l_t_1 tr:hover td a { color: #fff; }
	.l_t_1 a {
		color: #454545;
		text-decoration: none;
		line-height: 30px;
		background-repeat: no-repeat;
		background-position: 0 50%;
	}
	/********** TABLE_LARGE_1 END **********/

	/********** PAGINATION_1 **********/
	#content ul#pagination {
		overflow: hidden;
		font-size: 11px;
		color: #000;
		list-style: none;
		margin: 0 20px 20px 0;
		zoom: 1;
	}
	#content ul#pagination li {
		height: 32px;
		float: left;
		font-weight: bold;
		line-height: 32px;
	}
	#content #pagination a,
	#content #pagination span {
		display: block;
		line-height: 26px;
		Xborder: 1px solid #d0d0d0;
		font-weight: bold;
		padding: 0 3px;
		margin: 2px;
		background: none;
		text-decoration: none;
		font-style: italic;
	}
	#content #pagination a.active,
	#content #pagination a:hover {
		Xcolor: #fff;
		text-decoration: underline;
		Xbackground: #000;
	}
	/********** PAGINATION_1 END **********/

body#body_index #content {
	height: 440px;
	background: url(frontpage.jpg) no-repeat 0 0;
	margin-bottom: 20px;
}
body#body_index h2 {
	width: 474px;
	height: 440px;
	background: url(../gfx/frontpage_picture.jpg) no-repeat 0 0;
	text-indent: -9999px;
	margin: 0 0 0 472px;
	padding: 0;
}

body#body_vildublimodell h2 {
	width: 441px;
	height: 48px;
	background: url(h2_vildublimodell.png);
	text-indent: -9999px;
	margin: 0 0 30px 0;
	padding: 0;
}
body#body_teamhistory h2 {
	width: 496px;
	height: 34px;
	background: url(h2_thehistoryofteam.png);
	text-indent: -9999px;
	margin: 0 0 30px 0;
	padding: 0;
}
body#body_contact h2 {
	width: 295px;
	height: 47px;
	background: url(h2_contact.png) no-repeat;
	text-indent: -9999px;
	margin: 0 0 30px 0;
	padding: 0;
	float: left;
	width: 350px;
}

body#body_search h2 {
	width: 229px;
	height: 15px;
	background: url(h2_search.png);
	text-indent: -9999px;
	margin: 0 0 20px 0;
	padding: 0;
}
body#body_search #content {
	background: url(../gfx/search_picture.jpg) no-repeat 100% 0;
	min-height: 473px;
	margin-bottom: 20px;
}

body#body_lightbox h2 {
	width: 104px;
	height: 15px;
	background: url(h2_lightbox.png);
	text-indent: -9999px;
	margin: 0 0 20px 0;
	padding: 0;
}

body#body_contact #content address {
	float: left;
	clear: left;
	font-style: normal;
}
body#body_contact #content ul {
	float: left;
	list-style: none;
	margin-left: 20px;
}
body#body_contact #content ul li strong a {
	color: #000;
	text-decoration: none;
	Xbackground: url(vcard.png) no-repeat 0 50%;
	Xpadding-left: 20px;
}
body#body_contact #content ul li strong a:hover { text-decoration: underline; }
body#body_contact #content ul li { margin-bottom: 10px; }
body#body_contact #content img { float: right; }

/******************** GLOBAL END ********************/
div#wrapper {
	margin: 0 auto;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	width: 946px;
}

ul#nav {
	list-style: none;
	padding-top: 13px;
	padding-bottom: 30px;
	background: url(footer_bg_top.png) no-repeat 0 0;
	padding-top: 3px;
}
#nav li {
	height: 8px;
	margin-right: 38px;
	float: left;
	position: relative;
}
#nav li a {
	display: block;
	height: 8px;
	line-height: 8px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-indent: -9999px;
	overflow: hidden;
	padding-top: 20px;
}
#nav li#women { width: 45px; }
#nav li#women a { background-image: url(nav_women.png); }
#nav li#men { width: 26px; }
#nav li#men a { background-image: url(nav_men.png); }
#nav li#people { width: 44px; }
#nav li#people a { background-image: url(nav_people.png); }
#nav li#styling { width: 48px; }
#nav li#styling a { background-image: url(nav_styling.png); }
#nav li#search { width: 46px; }
#nav li#search a { background-image: url(nav_search.png); }
#nav li#contact { width: 54px; }
#nav li#contact a { background-image: url(nav_contact.png); }
#nav li#lightbox { width: 60px; margin-right: 0; position: relative; }
#nav li#lightbox span#counter {
	display: block;
	height: 28px;
	line-height: 28px;
	position: absolute;
	top: 0;
	left: 64px;
	font-weight: bold;
}
#nav li#lightbox a { background-image: url(nav_lightbox.png); }

#nav li#women li a,
#nav li#men li a,
#nav li#people li a,
#nav li#styling li a,
#nav li#search li a,
#nav li#contact li a,
#nav li#lightbox li a { background-image: none; }

ul#nav ul {
	position: absolute;
	bottom: 8px;
	list-style: none;
	z-index: 2;
	width: 115px;
	padding: 0 0 3px 0;
	display: none;
	Xbackground: #f00;
}
body ul#nav ul li {
	/*vlb*/
	Xbackground: #e2dfde;
	height: 30px;
	line-height: 30px;
	float: none;
	width: 115px;
	margin-right: 0;
	position: relative;
	padding: 0;
	Xborder-right: 1px solid #000;
	Xborder-left: 1px solid #000;
}
body ul#nav ul li.first { Xborder-top: 1px solid #000; }
body ul#nav ul li.last { Xborder-bottom: 1px solid #000; }

ul#nav ul ul {
	left: 115px;
	bottom: 0;
	padding-bottom: 0;
}

ul#nav li ul li a {
	display: block;
	text-indent: 0;
	height: 30px;
	line-height: 30px;
	color: #000;
	text-decoration: none;
	padding: 0 10px;

	/*vlb*/
	font-weight: bold;
	/*
	background-image: url(menu_transparent_85.png) !important;
	background-image: url(transparent_1x1.png) !important;
	background-image: url(menu_transparent_90.png) !important;
	background-image: url(trans_75.png) !important;
	background-image: url(trans_80.png) !important;
	*/
	background-image: url(white_80.png) !important;
	background-repeat: repeat !important;
}
ul#nav li ul li a:hover {
	background: #f0efef !important;
	color: #000;
}

div#sub_nav { height: 20px; }

/******************** HEADER ********************/
div#header {
	margin: 0 auto 20px auto;
	position: relative;
	height: 61px;
	width: 946px;
	background: url(header_bg_bottom.png) no-repeat 0 100%;
	padding-top: 10px;
}

h1 {
	width: 79px;
	height: 28px;
	position: absolute;
	top: 22px;
	left: 434px;
}
h1 a {
	display: block;
	width: 79px;
	height: 28px;
	background: url(team_logo.png) no-repeat 50% 50%;
	text-indent: -9999px;
	overflow: hidden;
}

p#tagline {
	width: 48px;
	height: 8px;
	background: url(header_tagline.png) no-repeat 50% 50%;
	position: absolute;
	bottom: 9px;
	right: 0;
	text-indent: -9999px;
}
/******************** HEADER END ********************/

/******************** CONTENT ********************/
div#content {
	min-height: 430px;
	overflow: hidden;
	position: relative;
}

#content h2 {
	background: #565656;
	color: #fff;

	background: none;
	color: #000;
	Xpadding-left: 14px;
	font-size: 12px;
}
#content h2 a {
	color: #000;
	text-decoration: underline;
}
#content h2 a:hover { text-decoration: none; }
#content h2 span { font-size: 12px; }

div.multi {
	overflow: hidden;
}
.multi div.multi4 {
	float: left;
	width: 220px;
	margin-right: 22px;
}
.multi div.last { margin-right: 0; }

.multi h3 { Xfont-size: 12px; font-size: 11px; line-height: 14px; }
.multi p { margin-bottom: 10px; }

#content a {
	color: #000;
	text-decoration: underline;
}
#content a:hover { text-decoration: none; }
.multi address { margin-bottom: 10px; }
/******************** CONTENT END ********************/

ul#lightbox_list,
ul#model_list {
	list-style: none;
	overflow: hidden;
	width: 950px;
}
ul#model_list { min-height: 388px; }
ul#lightbox_list li,
ul#model_list li {
	float: left;
	width: 148px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	position: relative;
}
ul#lightbox_list li.nth,
ul#model_list li.nth { margin-right: 0; }
ul#model_list li a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
/*
ul#model_list li a span.out_of_town {
	display: block;
	position: absolute;
	left: 14px;
	height: 26px;
	width: 28px;
	background: url(fly_omriss.png) no-repeat;
	top: 124px;
}
*/

ul#lightbox_list li img,
ul#model_list li a img {
	width: 120px;
	height: 150px;
	padding: 0;
	margin: 0 0 4px 0;
}
ul#model_list li a span.name {
	display: block;
	width: 120px;
	margin: 0 auto;
	height: 20px;
	line-height: 20px;
	overflow: hidden;

	padding-bottom: 21px;
}
ul#model_list li:hover a span.name { text-decoration: underline; }
ul#model_list li a span.out_of_town {
	background: url(fly_omriss.png) no-repeat 0 50%;
	Xpadding-left: 28px;

	background: url(nytt_fly_transparent.png) no-repeat 50% 100%;
}

/************/
div#model_info_list {
	width: 946px;
	height: 570px;
	overflow: auto;
	white-space: nowrap;
	vertical-align: top;
}
div#model_info_list img { margin: 0 0 0 17px; vertical-align: top; }
div#model_info_list img.first { margin-left: 0; }

div#model_sub_info {
	padding: 20px 0;
	overflow: hidden;
	min-height: 34px;
	height: 34px;
}
div#model_stats {
	width: 320px;
	float: left;
}
ul#model_nav {
	list-style: none;
	float: left;
}
#model_nav li a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
#model_nav li a.active { color: #a1a1a1; }


	/********** FORM_LARGE **********/
	form.form_1 {
		width: 500px;
		margin: 20px 0 20px 0;
    	width: 400px;
    }
	 .form_1 fieldset {
	 	border-top: 1px solid #5b5b5b;
	 	margin-bottom: 20px;
		padding-top: 10px;
	 }
	 #search_form fieldset {
	 	border: none;
	 }
	.form_1 fieldset legend {
		font-weight: bold;
		font-size: 16px;
		line-height: 26px;
		color: #5b5b5b;
		padding: 0 10px 0 26px;
		background: url(information.png) no-repeat 0 50%;
	}
	 #search_form fieldset legend {
	 	display: none;
	 }
	.form_1 fieldset p {
		overflow: hidden;
		min-height: 38px;
		line-height: 38px;
	}
	.form_1 fieldset p.even { background-color: #f4f4f4; }
	.form_1 fieldset p.textareas { height: 121px; }
	.form_1 fieldset label {
		height: 38px;
		line-height: 38px;
		margin-left: 10px;
		font-size: 13px;
		float: left;
		width: 112px;
	}
	.form_1 fieldset span {
		display: block;
		line-height: 38px;
		width: 164px;
		float: right;
		font-size: 12px;
		margin-right: 10px;
	}
	.form_1 fieldset input,
	.form_1 fieldset select,
	.form_1 fieldset textarea {
		width: 250px;
		height: 17px;
		border: 1px solid #dee0db;
		font-size: 10px;
        font-size: 12px;
        padding: 3px 7px 0 7px;
		line-height: 12px;
		float: left;
		margin: 8px 10px 0 0;
	}

	.form_1 fieldset p.dual input {
		width: 112px;
	}

    .form_1 fieldset input[type="checkbox"] {
        width: 13px;
        margin-right: 261px;
    }
    .form_1 fieldset textarea { height: 100px; font-size: 11px; font-size: 12px; margin-bottom: 8px; resize: none; }

	.form_1 fieldset input:hover,
	.form_1 fieldset select:hover,
	.form_1 fieldset textarea:hover { border: 1px solid #000; }
	.form_1 fieldset input:focus,
	.form_1 fieldset textarea:focus {
		border: 1px solid #000;
		background-color: #5a5a5a;
		color: #fff;

        background-color: #fff;
        color: #000;
    }
	form.form_1 fieldset select {
		height: 20px;
		width: 264px;
		padding: 2px 7px;
	}
	form.form_1 fieldset select option {
		padding-left: 10px;
	}
	#search_form input#button_search { /* */ }

	body#body_lightbox  #TB_ajaxContent { background: #e2dfde; }
	body#body_lightbox  #TB_ajaxContent #lightbox_info { float: left; width: 100px; margin-right: 20px; font-size: 11px; padding-top: 10px; }
	body#body_lightbox  #TB_ajaxContent form { float: left; width: 400px; margin: 0; padding: 0; }
	body#body_lightbox  #TB_ajaxContent form fieldset { padding: 0; border: 0; }
	body#body_lightbox  #TB_ajaxContent form legend { display: none; }

	#lightbox_form .buttons a { background-image: url(arrow_undo.png); }
	#lightbox_form .buttons input { background-image: url(email_attach.png); }
	/********** FORM_LARGE END **********/

div#footer {
	position: relative;
}

form#quickpick {
	height: 17px;
	position: absolute;
	top: 8px;
	right: 0;
}
#quickpick label {
	display: block;
	width: 103px;
	height: 8px;
	background: url(nav_search_by_name.png) no-repeat;
	text-indent: -9999px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}
#quickpick input#search_string {
	display: block;
	height: 17px;
	width: 132px;
	float: left;
}

div.ac_results {
	background: url(transparent_1x1.png) repeat;
	color: #000;
	border: 1px solid #b8bac2;
	border-color: #e2dfde;

	position: absolute;
	Xtop: 0;
	right: 0;
	max-height: 450px;
	overflow-y: scroll;
}
div.ac_results ul {
	list-style: none;
	padding: 10px;
}
div.ac_results ul li {
	overflow: hidden;
	padding: 4px;
}
div.ac_results ul li img {
	float: left;
	margin-right: 6px;
}
div.ac_results ul li div.name {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
div.ac_results ul li div.info1,
div.ac_results ul li div.info2 {
	line-height: 20px;
	font-size: 12px;
}
div.ac_results ul li div.out_of_town {
	height: 20px;
	font-style: italic;
	background: url(nytt_fly_transparent.png) no-repeat 60px 50%;
	padding-left: 85px;
}

.ac_over {
	background-color: #e2dfde;
	cursor: pointer;
}