/*	Museum Cascading Style Sheets
	Last updated on 2011/03/29  */

/*======================================================================================================================== */
/* BODY ================================================================================================================== */
/*======================================================================================================================== */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; /* 1280 */
}
#page {
	position: relative;
	overflow: auto;
	width: 1220px; /* 1280 */
	/* height: 1200px; */
	padding: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*======================================================================================================================== */
/* GENERAL CLASSES AND TEXT FORMATING ==================================================================================== */
/*======================================================================================================================== */
img[src$=".jpg"] { image-rendering: optimizeQuality; -ms-interpolation-mode: bicubic; }

a { text-decoration: underline; }

a:visited { text-decoration: underline; }

a:hover { text-decoration: none; }

a:active { outline: none; }

a:focus { outline: none; }

a.lien_ext:after { content: "\0000a0[\2197]"; }

abbr, acronym {
	border: none;	
}

.alt_color_1_b {font-weight: bold;}
.alt_color_1_i {font-style: italic;}
.alt_color_1_u {text-decoration: underline;}
.alt_color_1_b_i {font-weight: bold; font-style: italic;}
.alt_color_1_b_u {font-weight: bold; text-decoration: underline;}
.alt_color_1_b_i_u {font-weight: bold; font-style: italic; text-decoration: underline;}
.alt_color_1_i_u {font-style: italic; text-decoration: underline;}

.alt_color_2_b {font-weight: bold;}
.alt_color_2_i {font-style: italic;}
.alt_color_2_u {text-decoration: underline;}
.alt_color_2_b_i {font-weight: bold; font-style: italic;}
.alt_color_2_b_u {font-weight: bold; text-decoration: underline;}
.alt_color_2_b_i_u {font-weight: bold; font-style: italic; text-decoration: underline;}
.alt_color_2_i_u {font-style: italic; text-decoration: underline;}

.alt_color_3_b {font-weight: bold;}
.alt_color_3_i {font-style: italic;}
.alt_color_3_u {text-decoration: underline;}
.alt_color_3_b_i {font-weight: bold; font-style: italic;}
.alt_color_3_b_u {font-weight: bold; text-decoration: underline;}
.alt_color_3_b_i_u {font-weight: bold; font-style: italic; text-decoration: underline;}
.alt_color_3_i_u {font-style: italic; text-decoration: underline;}

.nul { display: none; }
.hid { visibility: hidden; }

/*======================================================================================================================== */
/* fleXcroll ============================================================================================================= */
/*======================================================================================================================== */
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}

.vscrollerbase {
	width: 10px;
}
.vscrollerbar {
	width: 10px;
	background-color: #cccccc;
}
.hscrollerbase {
	height: 10px;
}
.hscrollerbar {
	height: 10px;
	background-color: #cccccc;
}

.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: gray;
}

/*======================================================================================================================== */
/* LEFT FRAME ============================================================================================================ */
/*======================================================================================================================== */
#left {
	position: absolute;
	width: 332px;
	height: 531px;
	left: 24px;
	top: 48px;
	margin: 0;
	padding: 0;
	border-top: 2px solid #cccccc;
	border-left: 2px solid #cccccc;
}

/* TITLES AND DATES ====================================================================================================== */
#title {
	position: absolute;
	top: 50px;
	left: 26px;
	width: 332px;
	margin: 0;
	padding: 0;
	color: #ffd234;
	z-index: 3;
}
#title h1 {
	margin: 0;
	padding: 1em 0 0 1.1em;
	font-size: 1.6em;
	font-weight: normal;
}
#title h2, h3 {
	margin: 0;
	padding: 0 0 0 1.1em;
	font-size: 1.6em;
	font-weight: normal;
}

#date_1 {
	position: absolute;
	width: 50px;
	height: 25px;
	top: 15px;
	margin: 0;
	padding: 0;
}
#date_2 {
	position: absolute;
	width: 50px;
	height: 25px;
	top: 15px;
	margin: 0;
	padding: 0;
}
#date_3 {
	position: absolute;
	width: 50px;
	height: 25px;
	top: 15px;
	margin: 0;
	padding: 0;
}
#date_1 img, #date_2 img, #date_3 img {
	padding: 0;
	margin: 0 -20px 0 0;
}
#timedots {
	position: absolute;
	width: 285px;
	height: 24px;
	left: 50px;
	top: 37px;
	margin: 0;
	padding: 0;
}

/* LEFT TEXTS ============================================================================================================ */
#textContainer {
	position: absolute;
	overflow: hidden;
	left: 26px;
}
#textContainer div {
	outline: none;
}

#textContainer p {
	font-size: 0.9em;
	margin: 0;
	padding: 20px 0;
	text-align: left;
}
#description_01 {
	display: block;
}

/*======================================================================================================================== */
/* RIGHT IMAGE FRAME ===================================================================================================== */
/*======================================================================================================================== */
#main_picture_1, #main_picture_2, #main_picture_3 {
	margin: 0;
}

#picture_frame {
	position: absolute;
	width: 836px;
	left: 358px;
	top: 48px;
	border-top: 2px solid #cccccc;
	border-left: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	/* background-color: #063; */
}
#picture_frame_top {
	position: absolute;
	width: 840px;
	left: 358px;
	top: 50px;
	z-index: 1;
	background-image: url(/museum/images/transp.png);
	background-repeat: repeat;
}

/*======================================================================================================================== */
/* MAIN TEXT FRAME ======================================================================================================= */
/*======================================================================================================================== */
#main_text_areaContainer {
	position: absolute;
	width: 836px;
	height: 623px;
	left: 358px;
	top: 48px;
	border-top: 2px solid #cccccc;
	border-left: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	display: none;
	font-size: 0.9em;
}
#main_text_areaContainer div {
	outline: none;
}

/* SPECIFICATIONS AREA ================================================================================================== */
#spe_description {
	display: none;
	position: absolute;
	top: 0;
	width: 816px;
	/* height: 623px; */
	text-align: center;
	padding: 0 10px;
	overflow: auto;
}
#spe1 { float: left; width: 295px; margin: 0; padding: 0; text-align: right; color: #CCC; /*background-color: #03F;*/ }
#spe2 { float: left; width: 501px; margin: 0 0 0 10px; padding: 0; text-align: left; color: #FC3; /*background-color: #0F0;*/ }
#spe3 { clear: both; }


#speci_table {
	margin: 10px 0 10px 110px;
}
#speci_table .speci_left {
	color: #CCCCCC;
	text-align: right;	
}
#speci_table .speci_right {
	padding-left: 10px;
	color: #FFCC33;
	text-align: left;
}
#speci_table .speci_marg_bottom {
	padding-bottom: 20px;
}

/* USER AREA ========================================================================================================== */
#user_description {
	display: none;
	position: absolute;
	top: 0;
	width: 816px;
	/* height: 623px; */
	text-align: center;
	padding: 0 10px;
	overflow: auto;
}

/* TVK TALK ============================================================================================================== */
#tvk_talk {
	display: none;
	position: absolute;
	top: 0;
	width: 816px;
	/* height: 623px; */
	text-align: left;
	color: #000;
	padding: 0 10px;
	overflow: auto;
}
#comment_title {
	position: absolute;
	left: 0px;
	top: 13px;
	width: 99%;
	height: 34px;
	padding: 0;
	font-weight: bold;
	text-align: center;
	font-size: 0.9em;
}
.comment_title_sub{
	font-weight: normal;
	color: #4d4d4d;
}

#tvk_talk ul {
	width: 100%;
	padding: 0;
	margin: 57px 0 0 0;
	list-style-type: none;
}

#tvk_talk > ul > li {
	width: 98.2%;
	padding: 6px 0 7px 25px;
	margin: 0;
	background-image: url(/museum/images/thread_bullet.png);
	background-repeat: no-repeat;
	background-position: 3px 6px;
}

.thread_title {
	color: #00C;
	font-style: italic;
	text-decoration: underline;
	font-size: 0.9em;
	cursor: pointer;
}
.thread_title:hover {
	text-decoration: none;
}
.last_updated {
	position: absolute;
	right: 12px;
	font-size: 0.9em;
	font-style: italic;
}

#tvk_talk > ul > li > ul {
	margin: 0 0 0 -22px;
	padding: 13px 0 0 0;
}
.commentbody {
	margin: 0 0 35px -3px;
}
.comment_number {
	float: left;
	width: 29px;
	height: 49px;
	font-size: 0.8em;
	text-align: center;
}
.comment_userAvater {
	float: left;
	width: 49px;
	height: 49px;
}
.comment_userName {
	position: absolute;
	left: 88px;
	height: 17px;
	min-width: 48px;
	text-align: left;
	padding-left: 4px;
	font-size: 0.9em;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
}
.comment_date {
	float: left;
	margin-top: 18px;
	width: 53px;
	height: 31px;
	padding: 5px 0 0 0;
	font-size: 0.7em;
	text-align: center;
	line-height: 12px;
}
.comment_message {
	float: left;
	margin-top: 18px;
	margin-left: 17px;
	padding-top: 5px;
	padding-bottom: 15px;
	width: 80%;
	font-size: 0.9em;
}
.comment_message img {
	max-width: 628px;
}
.comment_message blockquote {
	margin: 0 0 10px 54px;
	padding: 0 0 0 5px;
	border-left: 2px solid #303030;
}

.quote_title {
	font-style: italic;
	color: #000;
}
.quote_text {
	font-style: italic;
	color: #594B99;
}
.comment_message p {
	margin: 0;
	font-size: 0.9em;
}
.bottom_bar {
	clear: left;
	margin-left: 29px;
	height: 1px;
	width: 760px;
	background-color:#FFF
}
.left_bar {
	position: absolute;
	left: 39px;
	width: 1px;
	height: 47px;
	background-color:#FFF
}
.textarea blockquote {
	margin: 0 0 10px 54px;
	padding: 0 0 0 5px;
	border-left: 2px solid #303030;
}
.end_message {
	clear: left;
}

/*======================================================================================================================== */
/* BOTTOM FRAME ========================================================================================================== */
/*======================================================================================================================== */
#page_info {
	position: absolute;
	width: 202px;
	height: 80px;
	left: 45px;
	top: 800px;
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 0.80em;
	color: #999999;
	text-align: center;
	border: 3px solid #FFFFF3;
}


#ebay {
	position: absolute;
	width: 250px;
	left: 45px;
	top: 920px;
	margin: 0;
	padding: 0;
	text-align: center;
}

/*======================================================================================================================== */
/* NAVIGATION FRAME ====================================================================================================== */
/*======================================================================================================================== */
#but_navig {
	position: absolute;
	width: 332px;
	height: 448px;
	left: 26px;
	top: 581px;
	margin: 0;
	padding: 0;
}
#but_navig ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#but_navig li {
	position: absolute;
	width: 44px;
	height: 58px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	font-size: 0.85em;
	text-align: center;
	z-index: 1;
}

.button_top {top: 64px;}
.button_bottom {top: 132px;}

#button_talk {
	left: 20px;
}
#button_specs {
	left: 74px;
}
#button_user {
	left: 128px;
}
#button_home {
	left: 20px;
}
#button_random {
	left: 74px;
}
#button_map {
	left: 128px;
}
#button_log {
	left: 182px;
}

#but_navig img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 44px;
	height: 58px;
	border: none;
	margin: 0;
}
#but_navig a:active, #but_navig a:focus {
	outline: none;
}

#navig_junction_1 {
	position: absolute;
	width: 2px;
	height: 273px;
	left: 24px;
	top: 581px;
	background-color: #cccccc;
}
#navig_junction_2 {
	position: absolute;
	width: 150px;
	height: 2px;
	left: 26px;
	top: 673px;
	background-color: #cccccc;
}
#navig_junction_3 {
	position: absolute;
	width: 200px;
	height: 2px;
	left: 26px;
	top: 742px;
	background-color: #cccccc;
}
#navig_junction_4 {
	position: absolute;
	width: 20px;
	height: 2px;
	left: 26px;
	top: 852px;
	background-color: #cccccc;
}

/*======================================================================================================================== */
/* BANNER FRAME ========================================================================================================== */
/*======================================================================================================================== */
#googads {
	position: absolute;
	width: 200px;
	height: 330px;
	left: 45px;
	top: 780px;
	margin: 0;
	padding: 0;
	border: 3px solid #FFFFF3;
	z-index: 10;
}


/*======================================================================================================================== */
/* LOGIN & SEARCH FRAME GENERAL ========================================================================================== */
/*======================================================================================================================== */
.log_search_junction {
	position: absolute;
	width: 2px;
	height: 210px;
	left: 417px;
	top: 0px;
	z-index: 4;
	background-color: #CDCDCD;
}
#transparent_background {
	position: absolute;
	width: 836px;
	left: 360px;
	top: 50px;
	display: none;
	background-color: #000;
	opacity: 0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	z-index: 3;
}
#log_background {
	position: absolute;
	width: 836px;
	left: 360px;
	top: 50px;
	display: none;
	background-color: transparent;
	z-index: 4;
}
#login, #login_error_message {
	position: absolute;
	width: 376px;
	height: 184px;
	left: 230px;
	top: 210px;
	margin: 0;
	padding: 0;
	background-color: #003700;
	border: 2px solid #CDCDCD;
	font-size: 0.9em;
}
#login, #login_error_message {
	display: none;
}

/*======================================================================================================================== */
/* LOGIN FRAME =========================================================================================================== */
/*======================================================================================================================== */
#log_close {
	position: absolute;
	width: 29px;
	height: 10px;
	right: 12px;
	bottom: 12px;
	margin: 0;
	cursor: pointer;
	color: #a93c07;
	background-image: url(http://www.thevintageknob.org/admin/images/close_log.jpg);
}
#log_close:hover {
	text-decoration: underline;
}

/* ERROR MESSAGE ===============================================*/
#log_message {
	width: 376px;
	height: 184px;
}
#log_message p {
	margin: 0;
	padding: 20px;
	line-height: 1.5em;
}
#log_message_close {
	position: absolute;
	width: 29px;
	height: 10px;
	right: 12px;
	bottom: 12px;
	margin: 0;
	cursor: pointer;
	color: #a93c07;
	background-image: url(http://www.thevintageknob.org/admin/images/close_log.jpg);
}
#log_message_close:hover {
	text-decoration: underline;
}

/* LOGOUT ======================================================*/
#already_log {
	width: 376px;
	height: 184px;

}
#already_log p {
	line-height: 1.5em;
	font-size: 1em;
	text-align: center;
	margin: 0;
	padding: 20px;
}
#link_settings {
	color: #7abe00;
}
#already_log_form {
	position: absolute;
	width: 376px;
	height: 40px;
	left: 0;
	top: 122px;
	margin: 0;
}
#login .submit1 {
	margin: 0;
	padding: 0;
	text-align: center;	
}
#login .submit1 input {
	color: #f00;
	font-size: 0.9em;
}

/* LOGIN =======================================================*/
#login_form {
	width: 376px;
	height: 162px;
}
#access_settings_message {
	display: none;
	margin: -12px 0 2px 0;
}
#login_inputs {
	margin: 0;
	padding: 14px 0 14px 9px;
	line-height: 20px;
}
#link_password {
	margin-top: -2px;
	font-size: 0.9em;
	position: absolute;
	left: 90px;
	color: #7abe00;
}
#login .input {
	position: absolute;
	left: 90px;
	width: 190px;
	height: 10px;
	margin: 0;
}
#login_checkbox {
	margin: -8px 0 0 0;
	padding: 0 0 0 9px;
	line-height: 16px;
	font-size: 0.9em;
}
#login .check {
	position: absolute;
	left: 217px;
	margin: 0;
}
#login .submit2 {
	position: absolute;
	width: 376px;
	height: 30px;
	left: 0;
	top: 132px;
	margin: 0;
	text-align: center;	
}
#login .submit2 input {
	color: #f00;
	font-size: 0.9em;
}

/*======================================================================================================================== */
/* MAP FRAME ============================================================================================================= */
/*======================================================================================================================== */
#map {
	position: absolute;
	top: 48px;
	left: 24px;
	width: 1170px;
	height: 643px;
	z-index: 2;
	display: none;
	font-size: 0.9em;
	color: #cdcdcd;
	line-height: 3em;
	border: 2px solid #cccccc;
}
#map a {
	text-decoration: none;
	color: #cdcdcd;
}
#map a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #ffffcb;
}
#map div {
	outline: none;
}
#map_wait {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 132px;
	display: none;
	background-image: url(/admin/images/wait.gif);
	z-index: 2;
}

#map_head {
	position: absolute;
	width: 487px;
	height: 120px;
	left: 0;
	top: 0;
	border-bottom: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
}

.map_result_level ul { list-style: none; margin: 0; padding: 0; }
.map_result_level { position: absolute; overflow: auto; }

#map_level_1 {
	width: 154px;
	height: 521px;
	left: 0;
	top: 122px;
	border-right: 2px solid #cccccc;
	text-align: center;
}
#map_level_1 #talk {
	font-weight: bold;
	color: #FFFF00;
	margin-bottom: 1em;
}
#map_level_2 {
	width: 154px;
	height: 521px;
	left: 156px;
	top: 122px;
	border-right: 2px solid #cccccc;
}
#map_level_2 ul {
	padding-left: 15px;
}
#map_level_3 {
	width: 175px;
	height: 521px;
	left: 312px;
	top: 122px;
	border-right: 2px solid #cccccc;
	line-height: 3em;
}
#map_level_3 ul {
	padding-left: 15px;
}
#map_level_4 {
	width: 619px;
	height: 643px;
	left: 489px;
	top: 0;
	padding: 0 0 0 62px;
}
#level_4_list {
	width: 548px;
}
#map_level_4 .device_text {
	display: block;
	font-size: 20px;
	color: #ffffff;
	width: 548px;
	height: 29px;
	border-bottom: 2px solid #ffffff;
}
.device_type {
	display: inline-block;
	clear: left;
	padding-bottom: 13px;
}

#map_level_4 ul > li > ul > li {
	float: left;
	display: block;
	margin: 9px 26px 5px 0;
	width: 88px;
	text-align: center;
}
#map_level_4 ul > li > ul > li > a {
	display: block;
	top: 0;
	color: #ffffff;
}
#map_level_4 ul > li > ul > li > a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #ffff65;
}
#map_level_4 a:visited {
	color: #ffffff;
	font-style: italic;
}

#map_level_4 img {
	border: 2px solid #ffffff;
	margin: 0;
	width: 84px;
	height: 40px;
}
#map_level_4 img:hover {
	border: 2px solid #ffff65;
}

.thumb_text { 
	display: block;
	margin-top: -14;
	line-height: 18px;
}

#adContainer {
/*  position: absolute; */
/*  bottom: -50px; */
/*  left: 0; */
  clear: both;
  float: left;
  width: 600px;
  text-align: center;
  height: 320px;
  max-height: 320px;
  padding: 0;
  margin: 30px 0 0 19px;
  border: 0px;
}
/* margin-top 'px' entfernt für transitional */