/* ----- Bildero CSS ----- */

html {height: 100%;}
body {height: 100%;}

.aa { overflow: hidden; }

.fs_mode.fullscreen {
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	background: #fff;
	z-index: 100;
	width: 100%;
	height: 100%;
	min-width: 1000px;
}

td#sidebar {
	width: 316px;
}

.fs_mode.normal { display: none; }

.media {
/*	height: 70%; */
}

.media_left_scroll {
overflow-x:hidden; 
overflow-y:scroll;	
/* height: 70%; */
padding-right:8px;
}


table#media_tab { width: 100%; height: 100%; }
table#media_tab tr { height: 100%; }
table#media_tab td.media_tab_td { padding:10px; height: 100%; }

.fs-search-box { border: none; }
.fs-search-box .head { border-width: 2px 4px 0px 4px; border-style: solid; border-color: #ae0052 #f00063 #f00063 #ae0052; }
.fs-search-box .head h4 { padding-left: 3px; }
.fs-search-box .content { background: none; padding: 0px; }
button#fs_search_submit { padding:1px 4px; width: 70px; background: url('../images/btn_mini_search.gif') no-repeat; border: none;
	color: #333; font-weight: bold; }

.fullscreen-search { position: static; width: 260px; background: url('../images/mini_search_bg_fs.gif') no-repeat 0 0; }
.fullscreen-search .input-text{ width: 160px; }

.main-produkt-box-fs h3.product-name { color: #fff; margin-top: 3px; }
.main-produkt-box-fs .content { padding-bottom: 8px; }

.zoomer-holder{	width: 100%; height: 100%; }

#bilderoPopup .more-views ul{

}
	#bilderoPopup .more-views ul li{
		float:left;
		margin:0 0 9px 9px;
	}
		#bilderoPopup .more-views li a {
			border:1px solid #d6d6d6;	
			float:left;
			height:56px;
			overflow:hidden;
			width:56px;
		}

