/* 
	M & T Bank
	Detail Page Screen CSS
	Alison Endacott
	12/2008
 */
 
 
	h2 {
		display: block;
		height: 27px;
		text-indent: 55px;
		padding-top: 15px;
		font-size: 1.8em;
		color: #009966;
	}

#detail 
{
	position: relative;
	clear: both;
	margin-bottom:10px;
	padding: 0 0 1.2em 0;
	background: url(/content/v1/us/img/LargeBoxBottom.gif) no-repeat bottom;
}
	
		#detail h2 {
			background: url(/content/v1/us/img/LargeBoxTop.gif) no-repeat top #fff;
			height: 28px;
			text-transform: uppercase;
		}
		
			#detail h2 span {
				font-size: .8em;
				padding-left: 1em;
			}
			
		ul#options,
		#more-options 
		{
			clear: both;
			font-size: 1.2em;
			padding: .3em 24px;
		}
		
		#more-options 
		{
			padding-top: 1em;
		}
		
			#more-options h3 
			{
				clear: both;
				font-size: 1em;
				color: #07AEAA;
				float: left;
				padding: .2em 0 .2em 6px;
			
				*margin-top: -.6em;
			}
		
			#more-options  ul 
			{	
				float: left;
				padding: .2em 0;
				*padding-right: 300px;
				
				
				*margin-top: -.6em;
			}
		
		
			#options li,
			#more-options li {
				list-style: none;
				float: left;
				border-right: 1px solid #07aeaa; 
				padding: 0 4px 0 6px;
				font-weight: bold;
			}
			
			
			#options li.last,
			#more-options li.last {
				bordeR: 0;
			}
			
			#options li#print 
			{
				cursor: pointer;
				color: #07AEAA;
			}
			
				#options li#print:hover 
				{
					text-decoration: underline;
				} 
			
			#options li#results 
			{
				border: 0;
				position: absolute;
				top: 20px;
				right: 0;
				cursor: pointer;
				color: #009966;
				padding-right: 30px;
				padding-left: 10px;
				background: url(/content/v1/us/img/arrow-teal.gif) no-repeat left 50%;
			}
				#options li#results:hover 
				{
					text-decoration: underline;
				} 
			
				#options li a,
				#more-options li a {
					text-decoration: none;
					color: #009966;
				}
					#more-options li a 
					{
						font-weight: normal;
					}
				
					#options li a:hover,
					#more-options li a:hover {
						text-decoration: underline;
					}
			
	#property-image {
		width: 345px;
		padding-left: 30px;
		float: left;
		_display: inline;
		clear: both;
		padding-top: 1em;
	}
	
		p#noImageAvailable 
			{
				display: block;
				width: 350px;
				height: 265px;
				text-indent: -9999px;
				background: url(/content/v1/us/main/admin/img/noimage.jpg);
			}
	
		#mediumImageDiv 
		{
			width: 350px;
			*cursor: url('/content/v1/img/zoom.cur');
		}
		
			#mediumImageDiv img 
			{
				border: 1px solid #c5c5c5;
			}
			.remooz-body img 
			{
				*cursor: url('/content/v1/img/zoomout.cur');
			}
				
				#mediumImageDiv img {
					width: 350px;
					*height: auto;
				}
		
			#property-image #images {
				list-style: none;
				padding-bottom: 1em;
			}
			
				#property-image #images li {
					list-style: none;
					width: 80px;
					height: 60px;
					overflow: hidden;
					float: left;
					_display: inline;
					margin: 10px 9px 0 0;
				}
		
				#property-image #images li img {
					width: 80px;
					display: block;
				}


		ul#files {
			clear: both;
			list-style: none;
			padding-top: 1em;
			font-size: 1.1em;
		}
		
			#files li {
				padding: .2em 0;
			}
			
				#files li a {
					padding-left: 20px;
					padding-top: 2px;
					display: block;
					min-height: 14px;
					_height: 14px;
				}	
				
				#files li a.pdf {
					background: url(/content/v1/us/img/pdf.gif) no-repeat 0 50%;
				}
				#files li a.word {
					background: url(/content/v1/us/img/word.gif) no-repeat 0 50%;
				}
				#files li a.excel {
					background: url(/content/v1/us/img/excel.gif) no-repeat 0 50%;
				}
				#files li a.powerpoint {
					background: url(/content/v1/us/img/powerpoint.gif) no-repeat 0 50%;
				}
				#files li a.img_orig {
					background: url(/content/v1/us/img/img.gif) no-repeat 0 50%;
				}
				#files li a.misc_docs {
					background: url(/content/v1/us/img/docs.gif) no-repeat 0 50%;
				}
				

	#property-information {
		
		width: 400px;
		float: left;
		_display: inline;
		font-size: 1.2em;
		padding-bottom: 15px;
	}
	 
	#detail dl{
		clear: both;
		padding: 0 0 1em 25px;
	}

	#property-information p {
		clear: both;
		padding: 1em 0 0 25px;
		font-style:italic;
		font-weight: bold;		
	}
	
		#detail dt {
			float: left;
			clear: both;
			padding-right: 5px;
			padding: 1px 0;
			margin-right: 3px;
		}
	
		#detail dd {
			font-weight: bold;
			padding: 1px 0;
		}
		
		/*#detail dt.price,*/
		#detail dt.address,
		#detail dt.more-information,
		#detail dt.property-status  {
			display: none;
		}
		
		#detail dd.property-status {
			margin-top: .5em;
			padding: 2px;
			background: #FDB813;
			text-transform: uppercase;
			color: #fff;
			text-align: center;
			width: 120px;
			border: 1px solid #FBDD94;
		}
		
		#detail dt.comments 
		{
			float: none;
		}
		
		#detail dd.comments 
		{
			padding-left: 10px;
		} 
		
		dt.fc_sale_date {
			font-weight: bold;
		}
		
		dd.price,
		dt.price {
			font-size: 1.4em;
			font-weight: bold;
		}
		dd.price 
		{
			min-height: 1.2em;
			_height: 1.2em;
		}
		
	#detail .property-id
	{
		position: absolute;
		bottom: 8px;
		right: 24px;
		font-size: .9em;
		color: #7b7b7b;
		width: 200px;
		text-align: right;
	}
		#detail .property-id dd,
		#detail .property-id dt 
		{
			font-weight: normal;
			display: inline;
			float: none;
			padding: 0;
			
		}
		
	#financeBtn {
		padding-bottom: 1em!important;	
	}
		
		#financeBtn a {
			text-indent: -9999px;
			overflow: hidden;
			display: block;
			width: 93px;
			height: 25px;
			background: url(/content/v1/us/img/financeBtn.gif) no-repeat;
			opacity: .9;
			filter: alpha(opacity = 90);
		}
			#financeBtn a:hover {
				opacity: 1;
				filter: alpha(opacity = 100);
					}
		
		#detail dd.more-information {
			clear:both;
			padding-top: 1em;
		}
	
			dd.more-information a {
				text-indent: -9999px;
				overflow: hidden;
				display: block;
				width: 240px;
				height: 25px;
				background: url(/content/v1/us/img/request-info.gif) no-repeat;
				opacity: .9;
				filter: alpha(opacity = 90);
			}

			
				dd.more-information a:hover {
					opacity: 1;
					filter: alpha(opacity = 100);
					}