/* CSS Document */

#profile_item {
	width: 700px;
	height: auto;
	margin: 0 auto;
	border: solid 2px #212121;
	overflow: hidden;
}
	#profile_header {
		width: 678px;
		height: 25px;
		padding: 0 10px;
		margin: 0 1px;
		background-image: url(../images/column_bg.gif);
		background-position: left;
		background-repeat: repeat-x;
		overflow: hidden;
	}
	
		#profile_leftTitle {
			width: 273px;
			height: 25px;
			overflow: hidden;
			float: left;
			line-height: 25px;
			font-weight: bold;
			text-align: right;
			color: #E5B700;
			display: inline;
		}
		
		#profile_rightTitle {
			width: 270px;
			height: 25px;
			overflow: hidden;
			float: left;
			line-height: 25px;
			font-weight: bold;
			color: #E5B700;
			display: inline;
		}
		
		#profile_edit {
			width: 80px;
			height: 25px;
			overflow: hidden;
			float: right;
			line-height: 25px;
			color: #E9DA72;
		}
		
	#profile_body {
		width: 700px;
		height: 500px;
	}
	
		#profile_general {
			width: 278px;
			height: 380px;
			margin: 1px;
			float: left;
			display: inline;
			
		}
		
			#profile_general_header {
				width: 258px;
				height: 28px;
				padding: 0 10px;
				margin-bottom: 10px;
				background-image: url(../images/profile_section.gif);
				background-position: top;
				background-repeat: repeat-x;
				background-color:  #302F30;
				overflow: hidden;
				line-height: 25px;
				font-weight: bold;
				color: #E5B700;
			}
			
			.profile_general_picture {
				width: 180px;
				height: 235px;
				margin: 0 auto;
				overflow: hidden;
				margin-bottom: 10px;
				border: 1px solid #E5B700;
			}
			
			.profile_datalabel_general {
				width: 40px;
				height: 23px;
				float: left;
				text-align: right;
				clear: left;
				overflow: hidden;
			}
			
			.profile_datafield_general {
				width: 150px;
				height: 23px;
				padding-left: 5px;
				float: left;
				font-weight: bold;
				overflow: hidden;
			}
		
		#profile_professions {
			width: 278px;
			height: 120px;
			margin: 1px;
			float: left;
			clear: left;
			overflow: hidden;
			display: inline;
		}
		
			#profile_professions_header {
				width: 258px;
				height: 28px;
				padding: 0 10px;
				margin-bottom: 5px;
				background-image: url(../images/profile_section.gif);
				background-position: top;
				background-repeat: repeat-x;
				background-color:  #302F30;
				overflow: hidden;
				line-height: 25px;
				font-weight: bold;
				color: #E5B700;
			}
			
			.profile_datalabel_professions {
				width: 30px;
				height: 23px;
				float: left;
				text-align: right;
				clear: left;
				overflow: hidden;
			}
			
			.profile_datafield_professions {
				width: 220px;
				height: 23px;
				padding-left: 5px;
				float: left;
				font-weight: bold;
				overflow: hidden;
			}
		
		
		#profile_loot {
			width: 419px;
			height: 380px;
			margin: 1px;
			margin-left: 0px;
			float: right;
		}
		
			#profile_loot_header {
				width: 399px;
				height: 28px;
				padding: 0 10px;
				margin-bottom: 5px;
				background-image: url(../images/profile_section.gif);
				background-position: top;
				background-repeat: repeat-x;
				background-color:  #302F30;
				overflow: hidden;
				line-height: 25px;
				font-weight: bold;
				color: #E5B700;
			}
			
			#profile_loot_body {
				width: 419px;
				height: 345px;
				overflow: hidden;
			}
			
				.profile_rowContainer_loot {
					width: 65%;
					height: 23px;
					float: left;
					line-height: 25px;
				}

                                .profile_rowContainer_lootDate {
					width: 25%;
					height: 23px;
					float: right;
					line-height: 25px;
				}
			
		#profile_misc {
			width: 100%;
			height: 120px;
			margin: 1px;
			margin-left: 0px;
			float: left;
			overflow: hidden;
			display: inline;
		}
		
			#profile_misc_header {
				width: 100%;
				height: 28px;
				padding: 0 10px;
				margin-bottom: 5px;
				background-image: url(../images/profile_section.gif);
				background-position: top;
				background-repeat: repeat-x;
				background-color:  #302F30;
				overflow: hidden;
				line-height: 25px;
				font-weight: bold;
				color: #E5B700;
			}
			
			.profile_datalabel_misc {
				width: 150px;
				height: 23px;
				float: left;
				text-align: right;
				overflow: hidden;
			}
			
			.profile_datafield_misc {
				width: 150px;
				height: 23px;
				padding-left: 5px;
				float: left;
				font-weight: bold;
				overflow: hidden;
			}
		
		.profile_datarow {
			width: auto;
			height: 23px;
			padding: 0 10px;
			color: #FFFFCC;
		}
		
#profile_edit_buttons {
	width: 700px;
	height: 40px;
	padding-top: 10px;
	margin: 0 auto;
	margin-top: 20px;
	border: solid 2px #212121;
	text-align: center;
	overflow: hidden;
}
