@CHARSET "UTF-8";

/**
 * bAlbums
 */
#bAlbums {
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius: 5px;
	
	overflow: hidden;
	height: 1%;
	margin-bottom: 10px;
	width: 650px;
	padding: 0px;
	float:left;
	}
.topCornersNoRound {
-moz-border-radius-topleft: 0;
-moz-border-radius-topright: 0;
}
	
	#bAlbums h1,
	#bAlbums h2 { 
		border-bottom:1px solid #d9d9d9;
		padding: 0 10px 10px 15px;
	}
	
	#bAlbums h3 {
		font-size: 12px;
		padding: 0 10px 10px 15px;
	}
	
		#bAlbums .abold { font-weight: normal; }
		#bAlbums .abold a { font-weight: bold; }

		#bAlbums h3 .to {
			background:#FFFFFF url(/images/to.png) no-repeat scroll right top;
			display:inline-block;
			height:5px;
			overflow:hidden;
			text-indent:-9999px;
			vertical-align:middle;
			width:14px;
		}

	#bAlbums ul {
		height:1%;
		overflow:hidden;		
	}
	
	#bAlbums #Albums-Photos-list {
		margin-left: 15px;
		margin-right: 15px;
	}
		#bAlbums #Albums-Photos-list li { 
			float: left; 
			display: inline;
			margin-right: 10px;
			margin-top: 10px;
			width:100px;
			height: 140px;
			overflow: hidden;
			}
			#bAlbums #Albums-Photos-list li .albums-photo-img {
				display: block;
				border:  1px solid #d9d9d9;
				padding:5px;
				/*height: 115px;
				overflow: hidden;*/
				}
	
			#bAlbums #Albums-Photos-list li	.albums-photo-delete {
				border:  none;
				padding:0px;
				position:relative;
			}

	#bAlbums .center { text-align:center; }
	#bAlbums .notFound { padding: 20px; }
	
/*	#bAlbums div { margin: 15px; }*/
	#bAlbums div dt { margin-top: 10px; }
	
	#bAlbums .buttonGreen { margin: 10px; }
	
#BodyText { 
	float: left;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	width: 630px; 
	margin-bottom: 0px;
	overflow: hidden;
}

.commentsLink {
	border: 0px;
	border-top: 1px solid #DADADA;
	margin-top: 20px;
}

.buttonBlock {
	text-align: center;
	margin-top: 10px;
}
.buttonBlockIndex {
	overflow:hidden;
	margin: 10px;
	margin-top: 20px;
}

