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

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/*Does not appear to be needed: *{padding: 0; margin: 0;} */


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#vPIP_TB_window {
	color:#000000;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#vPIP_TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	height:100%;
	width:100%;
	
}

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

#vPIP_TB_window {
	position: fixed;
	background: #E1E1E1;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #vPIP_TB_window { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (vPIP_TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#vPIP_TB_window img {
	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;
}

#vPIP_TB_caption{
	height:25px;
	padding:10px 30px 10px 15px;
	float:left;
}

#vPIP_TB_closeWindow
{
	height:25px;
	padding:10px 25px 10px 0;
	float:right;
}

#vPIP_TB_closeWindow a
	{
	color:#333;
	text-decoration:none;
	padding:4px;
	}
	
#vPIP_TB_closeWindow a:hover
	{
	color:#fff;
	text-decoration:none;
	background:#333;
	padding:4px;
	}

#vPIP_Object {
	display:block;
	text-align: left;
	padding: 15px 0 0 15px;
	/*	text-align: center */
	background:#E1E1E1;
}
/*=============================>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<=========================*/
/*=============================>>>>>>>This css is not valid,but is needed<<<<<<<<<=========================*/
/*=============================>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<=========================*/
	
.details-left 
	{
	display:table; 
	height:116px; 
	width:100px;
	#position:relative; 
	overflow: hidden;
	padding:0px 0px 0px 20px;
	}
	
.details-left-inner
	{
	#position:absolute; 
	#top:50%;
	display:table-cell; 
	vertical-align:middle;
	}
	
	
.details-left-inner h3
	{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	#position:relative; 
	#top:-50%;
	}
	
a,p,h2,h3 x:-moz-any-link 
	{
	opacity:0.9;
	}


