/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
    font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, arial, helvetica, sans-serif;
    font-size: 13px;
	color: #333333;
}

#TB_secondLine {
}

#TB_window a:link {}
#TB_window a:visited {}
#TB_window a:hover {}
#TB_window a:active {}
#TB_window a:focus {}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(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;
	z-index: 102;
	display:none;
	text-align:left;
	top:50%;
    _top:10%;
	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_closeWindow{
    height: 0;
}

#TB_closeAjaxWindow{
    width: 75px;
    height: 25px;
    display: block;
    position: absolute;
    /*left: 40%;*/
    left: 50%;
    margin-left: -37px;
    bottom: 15px;
	outline: none;
    text-indent: -9999px;
    z-index: 999999;
    overflow: hidden;
}

a#TB_closeWindowButton {
    background-image: url(../../img/btn_detail_close.gif);
	background-repeat: no-repeat;
	width: 75px;
    height: 25px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
}

#TB_ajaxWindowTitle {
    height: 0;
}

#TB_title {
}

#TB_ajaxContent {
    background-color: #fff;
    border-radius: 5px;
    position: relative;
	overflow: hidden;
    line-height: 1.4em;
	text-align: left;
    padding: 15px;
}

#TB_ajaxContent div.title {
    background-image: url(../../img/bg_h3.gif);
    background-position: right 23px;
    background-repeat: no-repeat;
    font-weight: bold;
	font-size: 136%;
    height: 27px;
    margin-bottom: 10px;
    padding: 0;
}

#TB_ajaxContent div.noBg {
    background-image: none;
    height: inherit;
    text-align: center;
}

#TB_ajaxContent div.composition {
    margin-top: 10px;
}

#TB_ajaxContent div.composition .red {
    color: #cc0000;
}

#TB_ajaxContent div.composition p{
    margin-top: 10px;
}

#TB_ajaxContent div.composition em{
    font-weight: bold;
}

#TB_ajaxContent div.composition ul.caution {
    list-style-type: none;
    font-size: 85%;
    line-height: 1.3;
    margin-top: 5px;
}

#TB_ajaxContent div.composition ul.caution li {
    text-indent: -0.9em;
    margin-left: 0.9em;
}

#TB_ajaxContent div.imgLeft div.artwork {
    float: left;
}

#TB_ajaxContent div.imgRight div.artwork {
    float: right;
}

#TB_ajaxContent div.imgLeft div.text,
#TB_ajaxContent div.imgRight div.text {
    float: left;
}

#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;
	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;
}


/* add 130812 */
#TB_ajaxContent table.selecteco {
	margin-top: 10px;
	margin-right: -20px;
}

#TB_ajaxContent table.selecteco td {
	padding-right: 3px;
	width: 213px;
	vertical-align: top;
}
#TB_ajaxContent table.selecteco td.separate {
	border-left: 1px dashed #333;
	padding-right: 0;
	width: 7px;
}

#TB_ajaxContent table.selecteco div.composition {
	margin-top: 0;
}
#TB_ajaxContent table.selecteco p.funcName {
	color: #75C424;
	font-weight: bold;
	margin-top: 0;
}
#TB_ajaxContent table.selecteco p.funcName small {
	font-weight: normal;
}
#TB_ajaxContent table.selecteco div.artwork {
	margin-top: 0;
	text-align: center;
}

