/*#############################################################


#############################################################*/

/* standard elements */

* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: bold;
}
body {
	background: #FFF url(img/bg.gif) repeat-x;
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode",Verdana,sans-serif;
	padding-top: 40px;
}
p,ul {
	font-size: 11;
	padding-bottom: 0.2em;
}

ul {
	padding-bottom: 0.2em;
	padding-left: 2px;
}	

li {
	list-style: none;
}


code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #CC6600;	
	color: #444;
	display: block;
	font: normal 11px "Lucida Sans Unicode", Verdana,sans-serif;
	margin-bottom: 15px;
	margin-top: 8px;
	padding:  3px  5px;
}

blockquote {
	background: #FBFCF5;
	border-bottom: 1px solid #EED;
	border-top: 1px solid #EED;
	color: #444;
	display: block;
	font: normal 11px "Lucida Sans Unicode", Verdana,sans-serif;
	margin-bottom: 15px;
	margin-top: 8px;
	padding: 16px;
}


h1,h2,h3,h4 {
	font: normal 1.2em "Trebuchet MS",sans-serif;
	color: #CC6600;
}


	

/* misc */
.clearer {
	clear: both;
}

.contrast {
    font: bold 11px "Trebuchet MS",sans-serif;
	color: #444;
	text-decoration: bold;
}

.highlight {
    font: normal 12px "Trebuchet MS",sans-serif;
	color: #CC6600;
}


.highlight :hoover {
    font: normal 12px "Trebuchet MS",sans-serif;
	color: #DD9922;
}

.highlight_big {
    font: normal 14px "Trebuchet MS",sans-serif;
	color: #CC6600;
}


/* left side (main content) */

.left {
	width: 540px;
	margin-left: 100px ;
	margin_top: 0px ;
}

.content li {
	list-style: url(img/li.gif);
	margin-left: 35px;
	margin_top: 0px ;

}
.content h1 {
	font-size: 2.4em;
	margin-bottom: 4px;
}

.content h4 {
	font-size: 1.2em;
	color:#0099CC;
}


.content a,.footer a {
	color: #CC6600;
	text-decoration: none;
}
.content a:hover,.footer a:hover {
	color: #DD9922;		
}

div.dispform {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #CC6600;	
	color: #444;
	display: block;
	font: normal 11px "Lucida Sans Unicode", Verdana,sans-serif;
	margin-bottom: 1px;
	padding-left: 5px;
	padding-top: 5px;	
}

div.dispobject {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #CC6600;	
	color: #444;
	display: block;
	font: normal 11px "Lucida Sans Unicode", Verdana,sans-serif;
	margin-bottom: 1px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	padding-botom: 25px;	
}


div.displist {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #CC6600;	
	color: #444;
	display: block;
	font: normal 10px "Lucida Sans Unicode", Verdana,sans-serif;
	margin-bottom: 4px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 2px;	
}

.descr {
	text-decoration: bold;
	font: normal 11px "Lucida Sans Unicode", Verdana,sans-serif;
	margin-bottom: 5px;
	margin-top: 3px;
	color: #006699;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* PROPERTY BROWSER */

.browsright  {
	margin-bottom: 2px;
	position: relative;
	background: #222;
	width:450;
	height:px;
}

.browssubnav {
	padding-left: 22px;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 10px;
	
}

.browssubnav a {	
	color: #777;
	font-size: 0.9em;
	text-decoration: none;
}

.browssubnav p{	
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

.browssubnav a:hover {
	color: #DDD;
}


/* round edges */
.browsroundtl,.browsroundtr,.browsroundbl,.browsroundbr {
	background: url(img/round.gif);
	height: 16px;
	width: 14px;
}
.browsroundtl,.browsroundbl {
	float: left;
}
.browsroundtr,.browsroundbr {
	float: right;
}
.browsroundtr {
	background-position: right top;
}
.browsroundbr {
	background-position: right bottom;
}
.browsroundbl {
	background-position: left bottom;
}



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* subnav */
.right {
	margin-bottom: 20px;
	position: absolute;
	top: 38px;
	left: 655px;
	right: 10%;
	background: #222;
	width:25%;
}

.golist {	
	display: block;
	margin: 8px 8px 10px 10px;
}

.subnav {
	padding: 12px 12px 0;
}


.subnav highlight {

margin-left: 20px;

}


.subnav h1 {
	color: #CC6600;
	font-size: 1.4em;
	height: 20px;
	margin-left: 8px;
}
.subnav ul {
	margin: 0 0 16px;
	padding: 0;
}
.subnav li { 
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #333;
}
.subnav li a {	
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 8px;
	text-decoration: none;
}
.subnav li a:hover {
	color: #DDD;
}

/* round edges */
.roundtl,.roundtr,.roundbl,.roundbr {
	background: url(img/round.gif);
	height: 16px;
	width: 14px;
}
.roundtl,.roundbl {
	float: left;
}
.roundtr,.roundbr {
	float: right;
}
.roundtr {
	background-position: right top;
}
.roundbr {
	background-position: right bottom;
}
.roundbl {
	background-position: left bottom;
}

/* ad_space */
.ad_space {
	position: relative;
	left: 655px;
	right: 10%;
	background: #222;
	width:25%;
}

.golist {	
	display: block;
	margin: 8px 8px 10px 10px;
}

.subnav {
	padding: 12px 12px 0;
}
.subnav h1 {
	color: #CC6600;
	font-size: 1.4em;
	height: 20px;
	margin-left: 8px;
}
.subnav ul {
	margin: 0 0 16px;
	padding: 0;
}
.subnav li { 
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #333;
}
.subnav li a {	
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 8px;
	text-decoration: none;
}
.subnav li a:hover {
	color: #DDD;
}


/* footer */
.footer {
	color: #666;
	border-top: 1px solid #EEE;
	font: normal 1em Verdana,sans-serif;
	width: 540px;
	margin-left: 100px ;
	padding: 8px 6px;
}


/* Rollup javascript by Mattias kivioja */

.info {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #CC6600;	
	color: #444;
	
	position:absolute;
	width:540px;
	height:180px;
	top:160px;
	padding-left: 10px;
	padding-top: 3px;
	
	background-color:#FFFFFF;
	color: #333;
	font: normal 10px "lucida sans unicode", Verdana, sans-serif;
	
	filter:alpha(opacity=75);
	moz-opacity:.75;
	opacity:.75;
	
	overflow:hidden;
	
	z-index:3;
}
.info:hover {
	filter:alpha(opacity=95);
	moz-opacity:.95;
	opacity:.95;
	
}
.main {
	position:relative;
	width:540px;
	height:180px;
	overflow:hidden;
	z-index:1;
	margin-bottom: 3px;

}
.image {

	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #CC6600;
	height: 100%;	
	color: #444;
	display: block;
	font: normal 10px "Lucida Sans Unicode", Verdana,sans-serif;
	padding-left: 0px;
	padding-top: 1px;	


/*
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	overflow:hidden;
	z-index:2;
*/	
}


/* Lightbox 2.3 image viewer */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}