/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	display:block;
	position: fixed;
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
	z-index:5000;
	background:url("/images/lightbox_bg.png");
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	filter:alpha(opacity=75);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
     background-color: #b5bec8;
     filter:alpha(opacity=20);
}


*:first-child+html #TB_overlay { /* ie7 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
     background-color: #b5bec8;
     filter:alpha(opacity=20);
}

#TB_window {
	display:none;
	overflow: visible;
	position: absolute;
	top: 0;
	left: 0;
	z-index:9998;
	width:100%;
	height:auto;
	margin: 0 0 0 0;
}

* 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-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#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;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display: block;
	height:13px;
	width:208px;
	z-index:9999;
	top: 50%;
	left: 50%;
	margin: -32px 0 0 -32px; /* -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;
	_margin-bottom:1px;
}



.lightboxTable { margin:0 auto; }
.lightboxTable .lbTL div { width:13px; height:10px; background:url("/images/lightbox_bg_tl.png") no-repeat; overflow:hidden; }
.lightboxTable .lbTR div { width:13px; height:10px; background:url("/images/lightbox_bg_tr.png") no-repeat; overflow:hidden; }
.lightboxTable .lbT div { width:100%; height:10px; background:url("/images/lightbox_bg_t.png") repeat-x; overflow:hidden; }
.lightboxTable .lbBL div { width:13px; height:15px; background:url("/images/lightbox_bg_bl.png") no-repeat; overflow:hidden; }
.lightboxTable .lbBR div { width:13px; height:15px; background:url("/images/lightbox_bg_br.png") no-repeat; overflow:hidden; }
.lightboxTable .lbB div { width:100%; height:15px; background:url("/images/lightbox_bg_b.png") repeat-x; overflow:hidden; }
.lightboxTable .lbL { background:url("/images/lightbox_bg_l.png") repeat-y; }
.lightboxTable .lbR { background:url("/images/lightbox_bg_r.png") repeat-y; }

* html .lightboxTable .lbTL div { background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/lightbox_bg_tl.png", sizingMethod='crop'); }
* html .lightboxTable .lbTR div { background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/lightbox_bg_tr.png", sizingMethod='crop'); }
* html .lightboxTable .lbT div { background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/lightbox_bg_t.png", sizingMethod='scale'); }
* html .lightboxTable .lbBL div { background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/lightbox_bg_bl.png", sizingMethod='crop'); }
* html .lightboxTable .lbBR div { background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/lightbox_bg_br.png", sizingMethod='crop'); }
* html .lightboxTable .lbB div { background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/lightbox_bg_b.png", sizingMethod='scale'); }
* html .lightboxTable .lbL { background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/lightbox_bg_l.png", sizingMethod='scale'); }
* html .lightboxTable2 .lbR { background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/lightbox_bg_r.png", sizingMethod='scale'); }

.lightboxTable .lbC { background:#fff; }
.lightboxTable .lbCnt { background:#fff; position:relative; }

.lightboxTable a.btnClose { display:block; position:absolute; top:3px; right:5px; width:11px; height:11px; overflow:hidden; text-indent:-2100px; background:url("/images/icon_close.gif") no-repeat 0 0; }
.lightboxTable a.btnClose:hover { background-position:0 -11px; }

.lightboxTable .im, .lightboxTable2 .im { padding:20px; }

.lbTableInfo { width:530px; padding:0 20px 15px 20px; }
.lbTableInfo .descrBox { width:395px; float:left; }
.lbTableInfo .descrBox p { line-height:1.3em; margin-bottom:10px; }
.lbTableInfo .priceBox { float:right; width:130px; white-space:nowrap; text-align:center; line-height:1.3em; }
.lbTableInfo .priceBox .price { margin-bottom:5px; }
.lbTableInfo .priceBox .price a { font-size:184%; font-weight:bold; color:#333; }
.lbTableInfo .priceBox .colShops { margin-bottom:5px; }
.lbTableInfo .priceBox .colShops a { color:#abadb3; }
.lbTableInfo .priceBox .compare { display:block; width:110px; height:27px; overflow:hidden; margin:0 auto; text-indent:-2100px; background:url("/images/btn_compare2.gif") no-repeat; }


.lightboxTable2 { margin:0 auto; }
.lightboxTable3 { margin:0 auto; margin-left: -50px;}
.lightboxTable2 .lbTL div { width:13px; height:10px; background:url("/images/lightbox2_bg_tl.png") no-repeat; overflow:hidden; }
.lightboxTable2 .lbTR div { width:13px; height:10px; background:url("/images/lightbox2_bg_tr.png") no-repeat; overflow:hidden; }
.lightboxTable2 .lbT div { width:100%; height:10px; background:url("/images/lightbox2_bg_t.png") repeat-x; overflow:hidden; }
.lightboxTable2 .lbBL div { width:13px; height:15px; background:url("/images/lightbox2_bg_bl.png") no-repeat; overflow:hidden; }
.lightboxTable2 .lbBR div { width:13px; height:15px; background:url("/images/lightbox2_bg_br.png") no-repeat; overflow:hidden; }
.lightboxTable2 .lbB div { width:100%; height:15px; background:url("/images/lightbox2_bg_b.png") repeat-x; overflow:hidden; }
.lightboxTable2 .lbL { background:url("/images/lightbox2_bg_l.png") repeat-y; }
.lightboxTable2 .lbR { background:url("/images/lightbox2_bg_r.png") repeat-y; }
.lightboxTable2 .lbL2 { background:#f7f9fa url("/images/lightbox2_bg_c.gif") repeat-x 0 100%; }
.lightboxTable2 .lbR2 { background:#f7f9fa url("/images/lightbox2_bg_c.gif") repeat-x 0 100%; }
.lightboxTable2 .lbC { background:#f7f9fa url("/images/lightbox2_bg_c.gif") repeat-x 0 100%; }
.lightboxTable2 .lbL2 div, .lightboxTable2 .lbR2 div { width:5px; overflow:hidden; }
.lightboxTable2 .lbL div, .lightboxTable2 .lbR div { width:8px; overflow:hidden; }

* html .lightboxTable2 .lbTL div { background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/lightbox2_bg_tl.png", sizingMethod='crop'); }
* html .lightboxTable2 .lbTR div { background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/lightbox2_bg_tr.png", sizingMethod='crop'); }
* html .lightboxTable2 .lbT div { background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/lightbox2_bg_t.png", sizingMethod='scale'); }
* html .lightboxTable2 .lbBL div { background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/lightbox2_bg_bl.png", sizingMethod='crop'); }
* html .lightboxTable2 .lbBR div { background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/lightbox2_bg_br.png", sizingMethod='crop'); }
* html .lightboxTable2 .lbB div { background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/lightbox2_bg_b.png", sizingMethod='scale'); }

* html .lightboxTable2 .lbL { background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/lightbox2_bg_l.png", sizingMethod='scale'); }
* html .lightboxTable2 .lbR { background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/lightbox2_bg_r.png", sizingMethod='scale'); }

.lightboxTable2 a.btnClose { display:block; position:absolute; top:3px; right:5px; width:11px; height:11px; overflow:hidden; text-indent:-2100px; background:url("../images/icon_close.gif") no-repeat 0 0; }
.lightboxTable2 a.btnClose:hover { background-position:0 -11px; }

.lightboxTable2 .lbCnt { position:relative; }

.lightboxFormBox { padding:30px 23px 40px 50px; width:340px; }
.lightboxFormBox2 { padding:30px 13px 10px 23px;  width: 500px; text-align: justify; }
.innerLightboxFormBox2 { overflow:auto; max-height : 400px; padding-right: 10px; }
.lightboxFormBox h3 { font-weight:bold; color:#f12765; margin-bottom:20px; font-size:180%; }
