/* - - - - - - CSS Document - - - - - - - - -

Title : Style Sheet for Thickbox
Author : Cody Lindley, Jason Levine

- - - - - - - - - - - - - - - - - - - - - */


#TB_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index:0;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

#TB_window {
	position: absolute;
	z-index: 102;
	color:#000000;
	display:none;
	border: 2px solid #CE961C;
	background:#fff url(../images/pixel_bgk_detalii_produs.jpg) top left repeat-x;
}



#TB_caption, #TB_prev{
	height:25px;
	padding:10px 30px 0px 25px;
	float:left;
}

#TB_closeWindow, #TB_next{
	height:25px;
	padding:10px 25px 0px 0;
	float:right;
}

#TB_closeAjaxWindow{
	
}
#TB_added_style{
	padding:0px 10px 10px 0;
	margin:0px auto;
	text-align:right;
	height:60px;
	width:760px;
	border-bottom:1px dotted #B2B2B2;
}
#TB_ajaxContent{
	overflow:hidden;
	margin:0px auto;
	
}

#TB_load{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block;
	z-index:101;
}

#TB_loadContent  {
	margin-left: -125px;
	position: absolute;
	top: -50px;
	left: 50%;
	width: 250px;
	height: 100px;
	visibility: visible;
}

#TB_SecondLine, #TB_ImageDIV, #TB_ajaxContent {
	clear: both;
}
#TB_closeWindowButton{width:50px;display:block;background:url(../images/x_icon.png) top right no-repeat;text-align:left;font-size:11px;color:#818181;}
#TB_closeWindowButton img{border:0px;float:left;}