/**********************************************************
overlay.css
**********************************************************/

/*  infopops
**********************************************************/
#infoPop, #infoPop2 {
	background: url(/images/view.pop.bg.png) top left no-repeat;
	_background: url(/images/view.pop.bg.gif) top left no-repeat;
	width: 367px;
	height: 335px;
	position: absolute;

}
	#infoPop .t-bar, #infoPop2 .t-bar {
		cursor:move;
	}
	#infoPop div, #infoPop2 div {
		margin: 15px 0 0 14px;
		padding:8px 18px 10px 18px;
		width: 303px;
		background-color: #fff;
	}
	#infoPop div#products_used_gallery, #infoPop div#products_used_floor, #infoPop2 div#products_used_gallery, #infoPop2 div#products_used_floor {
		padding: 0 0 20px 0;
		margin: 0;
		width: auto;
		height: 214px;
		overflow-y: auto;
		/*height: auto;
		overflow: visible;*/
	}
		#infoPop h1, #infoPop2 h1 {
			font: bold 13px verdana;
			color: #00173d;
			text-transform: uppercase;
			position: relative;
			height: 29px;
			line-height: 29px;
			border-bottom: 1px solid #e0e0e0;
			margin: 0 0 10px 0;
			cursor: hand;
		}
			#infoPop h1 img, #infoPop2 h1 img {
				position: absolute;
				top: 7px;
				left: 0;
			}
			#infoPop h1 a img, #infoPop2 h1 a img {
				top: 0;
				left: auto;
				right: 0;
			}
		#infoPop p, #infoPop2 p {
			padding: 0 0 6px 0;
			margin: 0 0 6px 0;
			height: 45px;
			border-bottom: 1px solid #e0e0e0;
		}
			#infoPop p img, #infoPop2 p img {
				float: left;
				margin: 0 18px 0 0;
			}
		 #infoPop p a.pImage, #infoPop2 p a.pImage {		
				float: left;
				margin: 0 18px 0 0;
				border: 0;
				position:static
			}
			#infoPop a, #infoPop2 a {
				text-decoration: none;
				font-size: 11px;
			}
			#infoPop a:hover, #infoPop2 a:hover { 
				color: #cc0000; 
				border-color: #cc0000; 
			}
			#infoPop p a, #infoPop2 p a{
				float: left;
				margin: 16px 0 0 0;
				font-size: 12px;
			}
