/*
* used in /user/profile and /member
*/
#profileStyle
{
  clear: both;


}
#profileStyle .teaser
{



}


#profileStyle input
{
  margin-left:0px;
  margin-top:5px;
}



/* userprofile */

#profileedit
{
  clear: both;

}
#profileedit .teaser
{
	width:500px;
}
#profileedit .teaser li 
{
	margin-bottom:5px;
}
#profileedit .teaser li label
{
	margin-right:15px;
}

#profileedit .teaser li input
{	

}

div.profile_left{
	width:220px;
	float:left;
	}
	
div.profile_center{
	margin-left:235px;
	width:420px;
	}

div.profile_center .teaser{
	border:0px solid #FFFFFF;
	width:410px;
	}
div.profile_center .teaser h2
{
    border-bottom: dotted 1px #ccc;	
    font-size:11px;
	text-transform: uppercase;
	margin-bottom:8px;
}	
	
div.profile_center img{
	border:1px solid #d8d8d8;
	background-color:#FFFFFF;
	padding:1px;
	margin:0px 10px 10px 0px;
	}
div.avatar_control a, div.avatar_control a:link, div.avatar_control a:visited,div.avatar_control a:active{
	clear:both;
	color:#245B74;
 	background:url(../images/subnavi_pointer2.gif) no-repeat left top;
 	background-position:4px 2px;
	padding:0 0 0 13px;
	}
div.profile_center .profile_view{

	width:420px;
	margin:0px;
	padding:0px;
	}
div.profile_left .teaser{
	width:218px;
	margin:0px;
	margin-bottom:2px;
	padding:3px;
	}
	
div.profile_left .teaser a{	
 	background:url(../images/subnavi_pointer2.gif) no-repeat left top;
 	background-position:4px 2px;
	margin:0 0 0 0;
	padding:0 0 0 13px;
	color:#245B74;
}
div.profile_left .teaser h2
{
    border-bottom: dotted 1px #ccc;	
    font-size:11px;
	text-transform: uppercase;
	margin-bottom:8px;
}	
#profile
{ 
  clear: both;

}

#profile a, #profile a:link, #profile a:active, #profile a:visited
{ 
  color:#245B74;

}

ul#profile
{
  float: left; 
  list-style: none;
  
}

ul#profile li
{
  clear: both;
  float: left;
}

ul#profile label
{
  float: left;

}

ul#profile:after
{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

ul.teaser-list
{
  float: left; 
  list-style: none;
}

ul.teaser-list li
{
  float: left;
}

.profileTeaser
{
  float: left;
  width: 45px;
  padding-bottom:2px;
  margin-left:10px;
  margin-right:10px;
  overflow:hidden;
}

.profileTeaser img
{
  display: block;
  margin-left:0px;
  border:1px solid #CCCCCC;
  background-color:#FFFFFF;
  padding:1px;
}

div.profile_footer{
  clear:both;
  float:left;
  width:650px;
  margin-top:9px;
  }
div.profile_footer a, div.profile_footer a:link, div.profile_footer a:visited, div.profile_footer a:active{
	color:#245B74;

	}
div.profile_footer .teaser{
  clear:both;
  width:640px;
    margin:0px;
    margin-bottom:10px;
    border:none;
  }

div.profile_footer .teaser h2
{
    border-bottom: dotted 1px #ccc;	
    font-size:11px;
	text-transform: uppercase;
	margin-bottom:8px;
}	
#profileStyle .teaser h3
{
    font-size:11px;
}
#profileStyle .teaser h2
{
    border-bottom: dotted 1px #ccc;	
    font-size:11px;
	text-transform: uppercase;
	margin-bottom:8px;
}

  
td.profile_label{
	width:110px;
	padding:3px;
 	font-weight:bold;
 	vertical-align:top;

	}
td.profile_content{
 	vertical-align:top;
	padding:3px;
	}
	
table.profile_table{
	margin-top:100px;
	}