#mainBox #content .entryContainer{
	width:600px;
}
.listBox{
	width:590px;
	margin:0px 0px 20px 0px;
	float:none
}
.listBox .borderBox{
	border-left:1px solid #f1ece2;
	border-right:1px solid #f1ece2;
	border-bottom:1px solid #f1ece2;
	width:588px;
}

* html .listBox .borderBox{
	width:590px;
}
.notice{
	width: 334px;
	height:30px;
	color: #666;
}

.listBox *{font-family: verdana;font-size:12px;}
.listBox .borderBottomorange{
	width:588px;
	background-color:#FAF9F5;
}
.listBox .contentArea{
	overflow:hidden;
	width:568px;
	margin:10px;
/*	background-color:#FAF9F5;*/
}

.listBox .BKContentBoxTMorangeBig{
	width:580px;
}
.BKContentBoxOnline{
	margin-top:7px;
	float:right;
	margin-right:5px;
}
.listBox .leftContent{
	float:left;
	width:130px;
	padding-left: 10px;
}
.register .listBox .leftContent,
.register .contentAreaMargin{
	position:relative;
}
.listBox .rightContent{
	float:right;
	width:438px;
	position: relative;
	margin-top:10px;
	margin-left:10px;
}

.register .contentAreaMargin .imageArrow{
	left:2px;
}
.register .leftContent .imageArrow{
	left:10px;
}
.register .imageArrow{
	width:132px;
	height:9px;
	background-image:url(/images/bubble/imageBubbleArrow.png);
	position:absolute;
	top:91px;
}

.boxLite{
	width:140px;
	float:left;
	margin-right:10px;
}
.clearFloat .anchorLink{width:1px;height:1px;display:block;}
.boxLite .borderBottomorange{
	width:138px !important;
	margin-bottom: 0px;
	overflow: hidden;
}
.boxLite .BKContentBoxTMorangeBig{
	width:130px;
}

.boxLite .contentArea{
	margin:0px;
	width:120px;
	margin-left:10px;
	margin-top:0px;
	margin-bottom: 5px;
}
.boxLite .contentArea p, .listBox .rightContent p{
	margin: 0px;
}

.boxLite .ContentBoxShadowBottom{
	background-image: url('/css/bk/ContentBox/bottomBoxShadow140.png') !important;
}
.imageBorder{
	width:130px;
	height:130px;
	border:1px solid #f1ece2;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	overflow:hidden;
	margin-top:10px;
	position:relative;
	margin-bottom:10px;
}
.register .imageBorder{
	height:80px;
}
.imageContainer{
	width:150px;
	height:130px;
	margin:0px;
	margin-left:-10px;
	text-align:center;
	background-color:#fff;
	position:relative;
	line-height:126px;
	overflow:hidden;
}
.register .imageContainer{
	height:80px;
}
.userImage{
	position:relative;
	vertical-align:middle;
	/*width:60px;
	height:60px;*/
}
.genderImage{
	width:18px;
	height:18px;
	position:relative;
	vertical-align:middle;
}
.relationship{
	vertical-align:middle;
	line-height:18px;
	height:18px;
	position: absolute;
	right:20px;
	top:0px;
}
.relationship span{
	font-weight: bold;
}
.footer{
	padding-left:10px;
	height:26px;
	line-height: 26px;
	vertical-align: middle;
	border-top:1px solid #f1ece2;
}
.footer p{
	margin:0px;
	font-size:11px;
}
.footer .footerInfo{
	position: absolute;
	right:20px;
	bottom:0px;
}
.positioned{
	position:relative;
}
.fontBold{
	font-weight:bold;
}
.fontItalic{
	font-style: italic;
}

.noBorder{
	border:none;
}

.searchListEntryContent{
	margin-top: 10px;
}
.searchListEntryContent div{
	margin-top: 5px;
}

.searchListEntryContent .left{
	float:left;
	width:70px;
}
.searchListEntryContent .right{
	float:left;
	width:348px;
}

.iconBar{
	width:138px;
	padding-top: 4px;
	height: 22px;
}

.boxLite .iconBar{
	border-top:1px solid #f1ece2;
	margin-top:5px;
}
.iconBar .icon{
	width:26px;
	text-align: center;
	margin-bottom: 0px;
	float:left;
}

.listSwitch{
	background-image: url("/images/buttons/list.png");
	width:27px;
	height:27px;
	display: inline-block;
	position:relative;
	vertical-align: middle;
}
.listSwitchActive{
	background-image: url("/images/buttons/listHover.png");
}
.listSwitch:hover{
	background-image: url("/images/buttons/listHover.png");
}

.gallerySwitch{
	background-image: url("/images/buttons/gallery.png");
	width:27px;
	height:27px;
	display: inline-block;
	position:relative;
	margin-left:5px;
	vertical-align: middle;
}
.gallerySwitchActive{
	background-image: url("/images/buttons/galleryHover.png");
}
.gallerySwitch:hover{
	background-image: url("/images/buttons/galleryHover.png");
}
.center{
	text-align:center;
	
}
.center .templateButton,.searchListEntryContent .center .templateButton,.center .centerContainer{
	margin-right:0px;
	margin-left:0px;
	float: none;
	display: inline-block;
}