/******************************************************/
/* LANSA SPECIFIC */
/******************************************************/
.caption
	{
		font-weight:bold;	
		font-size:14px;
		color:#ac9b92;
	}


/******************************************************/
/* YORK MAIN */
/******************************************************/

.staticpage
	{
	width    : 700;
	overflow : hidden;
	}

.prddtlimg
	{
	display:inline;
	vertical-alig:bottom;
	border:0 none;
	}
#globalPrdSearch {
	margin:0;
	padding:0;
	font-size:0.8em;
	text-transform:uppercase;
	color:#fff;
	height:100%;
	background:#786c64;
	width:210px;
	position:relative;
	z-index:100;
}
	#globalPrdSearch fieldset {
		margin:0;
		padding:0;
		border:none;
	}
		#globalPrdSearch legend,
		#globalPrdSearch label { display:none; }

	#globalPrdSearch input[type="text"] {
		width:108px;
		height:10px;
		position:absolute;
		top:3px;
		left:5px;
		font-size:10px;
	}

	#globalPrdSearch input[type="button"] {
		position:absolute;
		top:3px;
		right:5px;
		height:18px;
		width:50px;
		padding:0;
		border:1px solid #ccc;
		background:#ac9b92;
		font-size:12px;
		color:#fff;
	}

