/* - - - - - - - - - - - - - - - - - - - - -

Title : Streetdesign.no CSS
Author : Roar Øien

Created : 2007-10-19
Modified : 2008-09-01 (blueprint)

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */
body,html{
font-family: Tahoma, Arial, sans-serif;
color: #4e4e4e;
font-size: 8pt;
margin: 0;
padding: 0 0 15px 0;
background-image: url(../gfx/body_bg.gif);
background-repeat: repeat-x;
background-position: top left;
background-attachment: fixed;
background-color: #8f0100;
}

/* ----- LOGINBAR ØVERST ----- */
#loginBar { background-color: #470202; border-bottom: 1px solid #6c1c06; height: 32px; }
	#loginBar-container { width: 990px; position: relative; overflow: hidden; text-align: right; margin: 0 auto 0 auto; padding: 6px 0 0 0; color: #d9d9d9; }
	#loginBar-container form { margin: 0; padding: 0; display: inline;}
	.loginBar-input { border: 0; padding: 0; margin: 1px 0px 0 2px; width: 110px; height: 17px; }
	
	#loginBar-container-left { float: left; width: 50%; text-align: left;}
		.container-content { color: #d9d9d9; padding: 2px 0 0 0; }
		#loginBar-container a, #loginBar-container-left a, #loginBar-container-right a { color: #919191; }
		#loginBar-container a:hover, #loginBar-container-left a:hover, #loginBar-container-right a:hover { color: #d9d9d9; }
	#loginBar-container-right { float: right; width: 50%; text-align: right; }
		#loginBar-container-right input[type=image], #loginBar-container-left input[type=image] { border: 0; margin: 0 5px 0 0; }

/* ----- RAMMEVERK ----- */
#container-outer{ /* ytterste ramme */
	width: 990px;
	position: relative;
	overflow: hidden;
	margin: 0 auto 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../gfx/content_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#content-inner {
	width: 970px;
	position: relative;
	overflow: hidden;
	margin: 0 auto 0 auto;
	text-align: left;
}

#left{ float:left; width: 195px; padding: 10px 0 0 0; }
	#left-bg { width: 185px; background-image: url(../gfx/leftmenu_bg.gif); background-repeat: repeat-x; background-position: top left; background-color: #ebeaef; }
	#left-contentx { padding: 7px 0 7px 0; background-image: url(../gfx/leftmenu_sides.gif); background-repeat: repeat-y; background-position: top left; }
	#left-content { padding: 2px 2px 7px 2px; }
	#left-content ul { list-style-position: outside; list-style-type: none; padding: 0 0 0 0px; margin: 0 0 15px 0; }
	#left-content ul li {  }
	#left-content ul li a { text-decoration: none; color: #1f1949; }
	#left-content ul li a:hover { color: #000; }
	#left-content ul li.ul-title { padding: 0 0 0 15px; font-weight: bold; font-size: 9pt; border-bottom: 2px solid #fff; border-top: 1px solid #fff; }
	#left-content ul li.ul-sub { padding: 0 0 0 20px; }
	#left-content ul li.li-active { font-weight: bold; }
	#left-content ul li ul { padding: 0 0 0 10px; margin: 0; } /* Innrykk for undermeny */
	.treeview ul{ margin: 0; padding: 0; }
	.treeview li{ list-style-type: none; }
	.treeview li.submenu{ cursor: hand !important; cursor: pointer !important; padding: 0 0 0 20px; margin: 0; }
	.treeview li.submenu ul{ display: none; }
	.treeview .submenu ul li{ cursor: default; }

	#right{ float: left; width: 775px; padding: 10px 0 0 0; }

#path { background-image: url(../gfx/sitemap.png); background-repeat: no-repeat; background-position: top left; height: 20px; margin-bottom: 10px; }
	#path ul { list-style: none; margin: 3px 0 10px 16px; padding: 0 0 0 1em; text-indent: -1em; border: 0; }
	#path ul li { display: inline; list-style-type: none; margin: 0; padding: 2px 0 2px 0; color: #d9d9d9; }
	#path ul li a { color: #3A3A3A; padding: 0; margin: 0 5px 0 5px; }
	#path ul li span { color: #ccc; padding: 0; margin: 0 5px 0 5px; }

/* ----- HEADER ----- */
#header {
	width: 990px;
	position: relative;
	overflow: hidden;
	margin: 0 auto 0 auto;
	text-align: left;
}

#topmenu-left {
	background-image: url(../gfx/topmenu_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #e73800;
	padding: 9px 0 10px 0;
	width: 740px;
	float: left;
}
#topmenu-right {
	background-image: url(../gfx/topmenu_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #e73800;
	padding: 9px 0 10px 0;
	text-align: left;
	width: 250px;
	float: right;
}
	#topmenu-left ul, #topmenu-right ul { list-style-position: outside; list-style-type: none; padding: 0 10px 0 10px; margin: 0; display: inline; }
	#topmenu-left ul li, #topmenu-right ul li { margin: 0; padding: 11px 15px 11px 15px; list-style: none; display: inline; border-left: 1px dotted #ee724a; }
	#topmenu-left ul li.topmenuNormal, #topmenu-right ul li.topmenuNormal { background-color: none; color: #FFFFFF; cursor: pointer; }
	#topmenu-left ul li.topmenuActive, #topmenu-right ul li.topmenuActive { background-color: #ee724a; color: #000000; cursor: pointer; }
	#topmenu-left ul li.topmenuEnd, #topmenu-right ul li.topmenuEnd { border-right: 1px dotted #ee724a; }
	#topmenu-right ul li.topmenuCart { background-image: url(../gfx/cart.png); background-repeat: no-repeat; background-position: 10px 10px; padding-left: 35px; }

/* ----- FOOTER ----- */
#footer { text-align: center; color: #d9d9d9; margin: 0; padding: 6px 0 6px 0; background-color: #8f0100; background-image: url(../gfx/content_bg.gif); background-repeat: no-repeat; background-position: bottom left; }
#footer a { color: #919191; }
	
/* ----- BLUEPRINT ----- */
.right { text-align: right; }
div.center { text-align: center; }
.topline { border-top: 1px dotted #ccc; }
/* ----- PRODUKTER ----- */
.produsent-info {
font-size: 90%;
font-color: #EBEAEF;
border: 1px solid #EBEAEF;
padding: 5px;
margin-bottom: 10px;
}
.spalte-tittel { font-size: 180%; background: #EBEAEF; padding: 4px; }
.produkt { border-bottom: 1px dotted #ccc; overflow: hidden; padding: 10px 0 5px 0; cursor: pointer; }
.spalte2 { height: 93px; }
.spalte4 { height: 140px; text-align: center; }
.produkt-hover { background-image: url(../gfx/2-spalte-mouseover.gif); background-repeat: repeat-x; background-position: bottom left; }
.tilbud-bg-hover { background-image: url(../gfx/4-spalte_bg_tilbud_hover.gif); background-repeat: no-repeat; background-position: bottom left; }
.tilbud-bg { background-image: url(../gfx/4-spalte_bg_tilbud.gif); background-repeat: no-repeat; background-position: bottom left; }
.nyhet-bg { background-image: url(../gfx/4-spalte_bg_nyhet.gif); background-repeat: no-repeat; background-position: bottom left; }
.nyhet-bg-hover { background-image: url(../gfx/4-spalte_bg_nyhet_hover.gif); background-repeat: no-repeat; background-position: bottom left; }
.spalte1 h1 { font-size: 180%; padding-left: 10px; }
.spalte2 h1 { font-size: 120%; height: 18px; line-height: 18px; margin: 0; padding-left: 10px; width: 255px; overflow: hidden; }
.spalte4 h1 { font-size: 8pt; padding: 0; margin: 0; width: 185px; height: 23px; word-wrap: break-word; overflow: hidden; }
.produkt h1 a { color: #1f1949; }
.produkt img { }
.spalte1 img { float: right; margin: 0 0 0 5px; height: 176px; }
.spalte2 img { float: right; margin: 0 10px 0 0; }
.spalte4 img { margin: 3px 0 8px 0; }
.produkt img a { height: 75px; padding: 0 0 0 4px; }
.produkt-tekstfelt { width: 230px; height: 50px; overflow: hidden; padding-left: 10px; }
.spalte1 .produkt-tekstfelt { width: 480px; height: 140px; overflow: hidden; padding-left: 10px; font-size: 11pt; }
.spalte1-wide .produkt-tekstfelt { width: 650px; height: 140px; overflow: hidden; padding-left: 10px; font-size: 11pt; }
.produkt-pris { color: #ff8911; font-size: 13pt; font-weight: bold; padding-left: 10px; }
.spanheader { text-align: center; letter-spacing: 2px; border-bottom: 2px solid #eee; padding: 0 0 5px 0; margin: 0; }

/* PRODUKTVARIASJONE */
.produktvariasjon-content { background-color: #ebeaef; margin: 0 0 3px 0; padding: 0; border-bottom: 1px solid #FFF; }
.produktvariasjon-header { margin: 2px 0 0 2px; font-weight: bold; } /* Tittel: Variasjoner, Tilbud */
.produktvariasjon-tittel { color: #3a3a3a; padding: 2px 0 2px 0; }
.produktvariasjon-tittel div { margin-left: 10px; }
.produktvariasjon-pris { font-size: 13pt; font-weight: bold; text-align: right; padding: 4px 0 0 0; }
.produktvariasjon-pris-rabatt { font-size: 13pt; font-weight: normal;}
.produktvariasjon-kjop img { margin: 8px 10px 5px 0; }

/* SIDEOPPDELING */
.sideoppdeling { font-weight: bold; padding: 2px 0 2px 0; border-bottom: 1px dotted #ccc; }
.sideoppdeling ul { list-style: none; margin: 0; padding: 0; clear: left; float: right; border: 0; }
.sideoppdeling ul li { width: 17px; padding: 1px 0 1px 0; margin: 0 0 0 2px; float: left; position: relative; border: 1px solid #ccc; background-color: #fff; text-align: center; font-weight: normal; cursor: pointer; }
.sideoppdeling ul li.sideoppdelingActive { background-color: #fff; border: 1px solid #aeaeae; }
.sideoppdeling ul li.sideoppdelingNormal { background-color: #fff; border: 1px solid #ccc; }

/* MENU TABS */
#tabsH { float:left; width:100%; font-size:93%; line-height:normal; }
#tabsH ul { margin:0; padding:0; list-style:none; }
#tabsH li { display:inline; margin:0; padding:0; }
#tabsH a { float:left; background:url("../gfx/tableftH.gif") no-repeat 0% -42px; margin:0; padding:0 0 0 4px; text-decoration:none; }
#tabsH a span { float:left; display:block; background:url("../gfx/tabrightH.gif") no-repeat 100% -42px; padding:5px 15px 4px 6px; color:#FFF; }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsH a span {float:none;}
/* End IE5-Mac hack */
#tabsH a:hover span { color:#FFF; }
#tabsH li.on a { background-position:left top; }
#tabsH li.on a:hover { background-position:0% -42px; }
#tabsH li.on span { background-position:right top; }
#tabsH li.on a:hover span { background-position:100% -42px; }
.produkttype { padding: 5px 0 10px 0; margin: 0; background-image: url(../gfx/produkttype_bg2.gif); background-repeat: no-repeat; background-position: bottom left; background-color: #5d5d5d; float:left; width: 100%; color: #fff; }
.produkttype form { padding: 0 0 0 12px; }
.produkttype h1 { color: #FFFFFF; padding: 5px 0 5px 14px; margin: 0; font-size: 11pt; background-image: url(../gfx/produkttype_bg1.gif); background-repeat: no-repeat; background-position: top left; }
.produkttype a { color: #eeeeee; margin: 0 7px 0 0; }
.produkttype a:hover { color: #ffffff; }
.produkttype ul { list-style: none; margin: 0; padding: 0 0 5px 13px; clear: left; }
.produkttype ul li { color: 222222; width: 110px; padding: 1px 0 1px 14px; margin: 0; float: left; position: relative; background-image: url(../gfx/prodkat_bullet.gif); background-repeat: no-repeat; background-position: 0 .4em; }
.produkttype ul li.active { font-weight: bold; }

/* ----- HANDLEKURV ----- */
label {
	font-weight: normal;
}
.handlekurv-2spalte-left {
	float: left;
	width: 290px;
}
.handlekurv-2spalte-right {
	float:left;
	width: 480px;
}
.handlekurv-2spalte-center {
	clear: both;
}

.handlekurv-header-container {
	float: right;
	width: 100%;
	margin: 0 0 3px 0;
	padding: 5px 0 5px 0;
	background-color: #ebeaef;
}
	.handlekurv-header-antall {
		float: right;
		width: 70px;
		text-align: center;
		font-weight: bold;
	}
	.handlekurv-header-pris {
		float: right;
		width: 90px;
		font-weight: bold;
		text-align: right;
		margin: 0 5px 0 0;
	}
	.handlekurv-header-slett {
		float: right;
		width: 35px;
		text-align: center;
		font-weight: bold;
	}

.handlekurv-list-container {
	border-bottom: 2px solid #d9d9d9;
	float:left;
	width: 100%;
	margin: 0 0 3px 0;
	padding: 0;
}
	.handlekurv-list-image {
		float:left;
		width: 80px;

	}
	.handlekurv-list-tittel {
		float:left;
		width: 398px;
	}
	.handlekurv-list-antall {
		float:left;
		width: 80px;
		text-align: center;
		padding: 13px 0 0 0;
	}
	.handlekurv-list-pris {
		float:left;
		width: 90px;
		font-weight: bold;
		text-align: right;
		padding: 18px 0 0 0;
	}
	.handlekurv-list-slett {
		float:left;
		width: 35px;
		text-align: center;
		padding: 14px 0 0 0;
	}
.handlekurv-totals-container {
	float: right;
	width: 100%;
	margin: 0 0 3px 0;
	padding: 5px 0 5px 0;
	background-color: #ebeaef;
}
	.handlekurv-totals-labels {
		float: right;
		width: 90px;
		font-weight: bold;
	}
	.handlekurv-totals-numbers {
		float: right;
		width: 70px;
		text-align: right;
		margin: 0 5px 0 0;
	}
	.handlekurv-totals-gavekort {
		float: left;
		width: 250px;
		text-align: left;
		clear: right;
		padding: 0 0 0 5px;
	}
		.handlekurv-totals-gavekort input {
			margin: 0;
			padding: 0;
		}
		.handlekurv-button-gavekort {
			border: 0;
			margin: 0 0 0 5px;
			padding: 3px 5px 3px 5px;
			background-color: #600600;
			font-size: 9pt;
			color: #FFF;
			cursor: pointer;
		}
.handlekurv-footer-container {
	float: right;
	width: 100%;
	margin: 0 0 3px 0;
	padding: 5px 0 5px 0;
}
	.handlekurv-footer-button1 {
		float: left;
		width: 49%;
		padding: 6px 0 0 0;
		text-align: center;
	}
	.handlekurv-footer-button2 {
		float: left;
		width: 49%;
		text-align: center;
		padding: 6px 0 0 0;
	}
	.handlekurv-button-refresh {
		border: 0;
		margin: 0 0 0 10px;
		width: 230px;
		padding: 5px 20px 5px 20px;
		background-color: #600600;
		font-size: 120%;
		font-weight: bold;
		color: #FFF;
		cursor: pointer;
	}
/* ----- KUNDEREG / SKJEMA ----- */
.form-container {
	margin: 0;
	padding: 0;
}
.form-left, .form-left-clear {
	float:left;
	clear: both;
	width: 22%;
	height: 50px;
	border-right: 5px solid #d9d9d9;
	margin: 0 20px 0 0;
	padding: 0;
}
	.form-left-clear { height: auto;}
	.form-left-content {
		width: 85%;
		position: relative;
		text-align: right;
		margin: 5px auto 5px auto;
	}
	.form-left-content strong {
		font-size: 120%;
	}
.form-right {
	float: left;
	width: 65%;
	height: 50px;
	padding: 0;
	margin: 0;
}
.form-center {
clear: both;
}

.input-textbox {
	margin: 7px 0 0 0;
	padding: 4px;
	width: 250px;
}
.button-submit {
	border: 0;
	margin: 0;
	padding: 5px 20px 5px 20px;
	background-color: #600600;
	font-size: 150%;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
}

.errormsg {
	border-top: 3px solid #e73800;
	border-bottom: 3px solid #e73800;
	padding: 10px 0 10px 0;
	margin: 5px 0 20px 0;

	background-image: url(../gfx/errormsg.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
	.errormsg ol {
		padding: 0;
		margin: 0 0 0 90px;
	}
.okmsg {
	border-top: 3px solid #339933;
	border-bottom: 3px solid #339933;
	padding: 10px 0 10px 0;
	margin: 5px 0 20px 0;

	background-image: url(../gfx/errormsg.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
	.okmsg ol {
		padding: 0;
		margin: 0 0 0 90px;
	}
/* ----- AIRPORT ----- */
.ingress {
	width: 80%;
	font-style: italic;
	font-weight: bold;
	padding: 0 0 5px 0;
}
.brodtekst {
	width: 80%;
}
.link {
	padding: 2px 0 2px 0;
}
#faqi_link ul { list-style-position: outside; list-style-type: none; padding: 0 0 0 0px; margin: 0 0 15px 0; }
#faqi_link ul li {  }

.faqq {
	font-weight: bold;
	font-size: 120%;
}
.faqa {
	padding-left: 20px;
	margin-bottom: 10px;
}

/* ----- IMAGES ----- */
.image {
padding: 2px;
margin: 2px;
font-size: 7pt;
text-align: center;
}
.w110 { width: 110px; }
.w250 { width: 250px; }
.w776 { width: 776px; }
.right { float: right; margin-right: 0;}
.left { float: left;}
.center { width: 100%; } /* ?? */
.bryttekst { width: 100%; float: left; clear: both; }

/* ----- LINKS ----- */

a{
text-decoration: none;
color: #e73800;
}

/* ----- TEXT ----- */
h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 180%;
	font-weight: bold;
	color: #3a3a3a;
}
	h1.head {
		padding: 5px 0 0 0;
	}

/* ----- EDITINPLACE ----- */
.eip_saving { background-image: url('../gfx/lightbox/loading.gif'); background-repeat: no-repeat; background-position: left; color: #903; padding: 0 0 0 20px; }
.eip_empty { color: #afafaf; border: 1px solid #afafaf; padding: 3px;}
.eip_editfield { background-color: #ff9; }


/* ----- LIGHTBOX ----- */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../gfx/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../gfx/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../gfx/lightbox/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
