#firma_detay_logo{
	position:relative;
	display:inline;
	float:left;
	z-index:10000;
	margin:0px 10px 0px 0px;
	width:130px;
	height:98px;
	border:5px solid #e1e3e4;
	text-align:center;
}
	#firma_detay_logo #logo_loader{
		position:absolute;
		top:33px;
		left:50px;
		display:none;
	}
	
	#firma_detay_logo #logo_edit_button{
		margin-top:33px;
		cursor:pointer;
	}
	
#firma_detay_header_firma_adi{
	background:#e1e3e4;
	font-size:15px;
	font-weight:bold;
	padding:5px;
	margin-bottom:8px;
}	

#firma_detay_firma_bilgileri{
	position:relative;
	margin:20px;
	padding:10px;
	color:#3078bf;
	font-size:13px;
	border:5px solid #e6e6e6;
	line-height:25px;
}
	
	#firma_detay_firma_bilgileri .firma_detay_update_img{
		position:absolute;
		top:5px;
		right:0px;
	}
	
	*html #firma_detay_firma_bilgileri .firma_detay_update_img{ top:10px; right:30px; }
	
	#firma_detay_firma_bilgileri table{
		width:100%;
	}
	
	#firma_detay_firma_bilgileri table .firma_bilgi_label{
		font-weight:bold;
		width:120px;
	}
	
		#firma_detay_firma_bilgileri table .firma_bilgi_label img{
			vertical-align:middle;
		}

	#firma_detay_firma_bilgileri table .firma_bilgi_label_ikinokta{
		font-weight:bold;
		width:10px;
	}	
	

/*******************************************************/
		
		#firma_detay_firma_bilgileri .tl{
			position:absolute;
			top:-5px;
			left:-5px;
			width:11px;
			height:11px;
			line-height:11px;
			background:url(../images/corner6.jpg) top left;
			
		}
			*html  #firma_detay_firma_bilgileri .tl{top:0px;left:-15px;}
		
		#firma_detay_firma_bilgileri .tr{
			position:absolute;
			top:-5px;
			right:-5px;
			width:11px;
			height:11px;
			line-height:11px;
			background:url(../images/corner6.jpg) top right;
			
		}
			*html  #firma_detay_firma_bilgileri .tr{top:0px;right:20px;}
		
		#firma_detay_firma_bilgileri .bl{
			position:absolute;
			bottom:-5px;
			left:-5px;
			width:11px;
			height:11px;
			line-height:11px;
			background:url(../images/corner6.jpg) bottom left;
			
		}
			*html  #firma_detay_firma_bilgileri .bl{display:none;}
		
		#firma_detay_firma_bilgileri .br{
			position:absolute;
			bottom:-5px;
			right:-5px;
			width:11px;
			height:11px;
			line-height:11px;
			background:url(../images/corner6.jpg) bottom right;
			
		}
			*html  #firma_detay_firma_bilgileri .br{display:none;}


/******************************************************/

/***GALLERY***/
#gallery{
	/*margin-top:10px;*/
}


	#gallery .gallery_image{
		width:370px;
		height:273px;
		background:#e1e3e4;
		margin-left:10px;
		margin-top:10px;
	}
		#image_loader{
			position:absolute;
			top:157px;
			left:169px;
			z-index:1000000;
			display:none;
		}
		
		#image_add_button{
			position:absolute;
			top:157px;
			left:169px;
			z-index:100000;
			cursor:pointer;
		}
	
	#gallery .gallery_image img{
		margin:10px 10px 0px 10px;
	}
	
	#gallery .gallery_thumbs{
		background:#e1e3e4;
		width:370px;
		margin-left:10px;
		padding:0px 0px 10px 0px;
	}
	
		#gallery .gallery_thumbs .thumb{
			position:relative;
			display:inline;
			float:left;
			cursor:pointer;
			width:62px;
			height:47px;
			margin:10px 0px 0px 10px;
			background:#fff;
			text-align:center;
		}
			#gallery .gallery_thumbs .thumb .thumb_delete_image{
				position:absolute;
				top:-5px;
				right:-6px;
			}
/***END GALLERY***/







