#content4 {
    min-height: 400px
}

* html #content4 {
    height: expression((documentElement.style.height)<400?'400px':documentElement.style.height);
}

/* map */
#map {
	width: 455px;
	height: 480px;
	position: relative;
	background: url('/i/map.jpg') no-repeat 0 0;
	margin: 0 auto;
}
#map a {
	color: #666;
	text-decoration: none;
}
#map a:hover {
	color: #000;
	text-decoration: none;
}
#map .point {
	width: 10px;
	height: 10px;
	position: absolute;
	z-index: 100;
	background: url('/i/map_point.gif') no-repeat 0 0;
}
#map .point b {
	display: block;
	position: relative;
	z-index: 100;
	width: 15px;
	height: 11px;
	background: url('/i/map_sign_t.gif') no-repeat 0 0;
	margin: 11px 0 0 -14px;
	cursor: pointer;
}
#map .point b.r {
	background: url('/i/map_sign_tr.gif') no-repeat 0 0;
	margin: 11px 0 0 11px;
}
#map .sign {
	padding: 1px 2px 2px;
	position: absolute;
	background-color: #ffc;
	border: 1px solid #666;
	font: 10px Tahoma, Verdana, sasn-serif;
}
#map a.text:hover {
	border: 1px solid #000;
}
#map .cord_1a { top: 130px; left: 295px; }
#map .cord_1b { top: 151px; left: 176px; }
#map .cord_2a { top: 209px; left: 173px; }
#map .cord_2b { top: 230px; left: 134px; }
#map .cord_3a { top: 341px; left: 64px; }
#map .cord_3b { top: 362px; left: 7px; }
#map .cord_4a { top: 376px; left: 337px; }
#map .cord_4b { top: 397px; left: 235px; }
#map .cord_5a { top: 37px; left: 387px; }
#map .cord_5b { top: 58px; left: 316px; }
#map .cord_6a { top: 147px; left: 0; }
#map .cord_6b { top: 168px; left: -120px; }
#map .cord_7a { top: 248px; left: 142px; }
#map .cord_7b { top: 269px; left: 72px; }
#map .cord_8a { top: 186px; left: 373px; }
#map .cord_8b { top: 207px; left: 310px; }
#map .cord_9a { top: 65px; left: 180px; }
#map .cord_9b { top: 86px; left: 110px; }
#map .cord_10a { top: 145px; left: 0px; }
#map .cord_10b { top: 166px; left: -60px; }
#map .cord_11a { top: 145px; left: 315px; }
#map .cord_11b { top: 166px; left: 315px; }

/* popup */
.popup {
	position: absolute;
	color: #000;
	background: #eee;
	border: 1px solid #828282;
	z-index: 100;
	visibility: hidden;
	/*overflow: hidden;*/
}
.popup .title {
    display: block;
    font: 18px Tahoma, Arial, sans-serif;
    color: #000;
    margin: 0;
    padding: 10px;
}
.popup .close {
	position: absolute;
	right: 4px;
	top: 0;
	font-size: 14px;
}
.popup .close a {
	text-decoration: none;
	color: #666;
}
.popup .content {
	text-align: left;
	padding: 10px 10px 10px 10px;
	background: #fff;
}
#l_col .popup li a {
	white-space: nowrap;
}
* html #container .cat .active a {
    position: static;
}

#siblings {
	max-height:190px;
	overflow:hidden;
	margin-bottom:10px
}
* html #siblings ul {
    height: expression(documentElement.clientHeight>190?'190px':documentElement.clientHeight + 'px');
}

/* availability */
#content4 .availability  h3 {
	font-size: 10pt;
	margin-left: 3px;
}
#content4 .availability {
	width: 50%;
	margin-bottom: 10px;
}
#content4 .availability tr, #TB_ajaxContent .availability tr {
	padding: 0;
	color: #eee;
}
#content4 .availability td, #TB_ajaxContent .availability td {
	padding: 0 3px 0 3px;
}
#content4 .availability td .available, #TB_ajaxContent .availability td .available {
	font-weight: bold;
	color: #009900;
}
#content4 .availability td .not_available, #TB_ajaxContent .availability td .not_available  {
	font-weight: bold;
	color: #990000;
}

/* messages */
#messages span {
    display: block;
    font: 18px Tahoma, Arial, sans-serif;
    color: #000;
    margin: 14px 0 0;
    padding: 10px 0;
}
#messages span.error {
	color: #f00;
}
#messages span.message {
	color: #666;
}

/* search_result */
.search_result .stats {
	font-size: 12px;
	padding-bottom: 10px;
}
.search_result ul {
    padding-top: 15px;
}
.search_result ul li {
    list-style-type: none;
    padding-bottom: 15px;
}
.search_result ul li .title {
	font-size: 12px;
}
.search_result ul li span {
	display: block;
}
.search_result ul li .url {
	font-size: 10px;
	color: #390;
}

/* rating */
#rating .tl a {
	background: url('/i/award_star_gold_1.gif') no-repeat 0 5px;
    cursor: pointer;
}
#rating .tl a {
    padding-left: 19px;
}
#rating .desc {
	display: block;
	color:#666;
	margin: 5px;
}
#rating .desc b {
	color:#f00;
	font-weight:normal;
}
form .highlight {
	color: #ff0000;
}

#content4 #calculator span {
    color: #666;
}
#content4 #calculator input {
    width: 25%;
    float: left;
}
#content4 form .result, #content4 #calculator .total {
	height: 30px;
    width: 90px;
    display: block;
    float: left;
    clear: none;
    text-align: left;
    padding: 4px 21px 0 20px;
}
#content4 form .result strong {
	color: #000;
}
#content4 #calculator .total {
    color: #000;
    font-weight: bold;
}
#content4 #calculator .empty {
	width: 61%;
	float: left;
	padding: 4px 0 0 33px;
	font-weight: bold;
	text-align: right;
}
#content4 #calculator .tip {
    clear: both;
}
#content4 #calculator .tip strong {
	color: #000;
}
.fck h2 {
	font-size: 14px;
}
.fck p {
	padding: 0 0 20px 0;
	font-size: 11px;
}

.fck ul {
	margin: 0 0 20px 13px;
	font-size: 11px;
}
.fck ol {
	margin: 0 0 20px 20px;
	font-size: 11px;
}

#content4 .fck table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
#content4 .fck thead td {
    font-weight: bold;
}
#content4 .fck tr td:first-child {
    text-align: left;
}
#content4 .fck td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 5px;
    text-align: center;
}

