/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*+html #TB_window { /* ie7 hack */
 position: absolute;
 margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window {
    font: 11px 'trebuchet MS';
    color: #333333;
}

#TB_secondLine {
    font: 12px 'trebuchet MS';
    color:#666666;
	padding-top:10px;
	position:absolute;
	top:-9px;
	width:100%;
}

#TB_window a:link {
	color:#FF5500;
	font-weight:bold;
	text-decoration:none;
}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#imgcount{
	font-size:10px;
	left:8px;
	position:absolute;
	top:-10px;
}

#TB_next{
	position:absolute;
	right:-35px;
	top:-54px;
}
#TB_prev{
	left:-70px;
	position:absolute;
	top:-54px;
}
#TB_prev img, #TB_next img{
	border:0;
}
#TB_overlay {
    height:100%;
    left:0;
    position:fixed;
    top:0;
    width:100%;
    z-index:100;
}

.TB_overlayMacFFBGHack {
    background:#000 none repeat scroll 0 0;
    opacity:0.9;
}
.TB_overlayBG {
    background-color:#000;
    filter:alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.90;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
    color:#999;
    display:none;
    left:50%;
    position:fixed;
    text-align:left;
    top:50%;
    z-index:102;
}

* 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_window img#TB_Image {
    display:block;
    margin: 15px 0 0 15px;
    border: 1px solid #999;
}

#TB_caption{
	color:#ffffff;
	font-size:12px;
	line-height:1.7em;
	padding:15px 50px 15px 15px;
	position:relative;
}


#TB_closeWindow{
	height:25px;
	padding:5px;
	position:absolute;
	right:-20px;
	top:10px;
}
#TB_closeWindow img{
	border:none;
	width:15px;
	cursor:pointer;
}

#TB_closeAjaxWindow{
    padding:7px 10px 5px 0;
    margin-bottom:1px;
    text-align:right;
    float:right;
}

#TB_ajaxWindowTitle{
    float:left;
    padding:7px 0 5px 10px;
    margin-bottom:1px;
}

#TB_title{
    background-color:#e8e8e8;
    height:27px;
}

#TB_ajaxContent{
    clear:both;
    line-height:1.4em;
    overflow:auto;
    text-align:left;
}

#TB_ajaxContent.TB_modal{
    padding:15px;
}

#TB_ajaxContent p{
    padding:5px 0px 5px 0px;
}

#TB_load{
    position: fixed;
    display:none;
    z-index:103;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 0px; /* -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;
    background-color:#fff;
    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;
}

/* SLIMBOX OUTPUT */

#con_komplett .s13_right ul.xtcSlimboxPic {
    margin:3px 0 0 12px;
    padding:0;
    display:table;
    list-style:none;
    float:left;
}
#con_komplett .s13_right ul.xtcSlimboxPic li.imx {
    margin:8px 16px 0 0;
    list-style:none;
    float:left;
}

#con_komplett .s13_right ul.xtcSlimboxPic li.txt {
    margin:8px 0 0 0;
    list-style:none;
    float:right;
    width:250px;
}
#con_komplett .s13_right ul.xtcSlimboxPic li h1 {
    margin:1px 0 0 0;
    font-size:13px;
    color:#7FAB24;
    font-weight:normal;
    display:none;
}
#con_komplett .s13_right ul.xtcSlimboxPic li p {
    margin:9px 0 0 0;
}
