@charset "utf-8";
/* CSS Document */

#AlbumShowLeft {
	width: 72%;
	overflow: hidden;
	float: left;
	position: relative;
	/*background-color:#CCFF00;*/
}

#AlbumShowRight {
	width: 28%;
	overflow: hidden;
	float: right;
	position: relative;
	/*background-color:#CCFFEE;*/
}

/********************************************
	Listaázási blokkok
********************************************/
#ListBlock {
	float: left;
	width: 100%;
	height: 100px;
	overflow: hidden;
	position: relative;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#ListBlockLeft {
	/*
	background-image: url(../common/graph/photo/preview80.jpg);
	background-repeat: no-repeat;*/
	float: left;
	height: 100px;
	width: 100px;
	overflow: hidden;
	position: relative;	
}


#ListBlockRight {
	float: left;
	position: relative;
	width: 370px;
	height: 100px;
	overflow: hidden;
}

#ListBlockButton {
	float: right;
	position: relative;
	width: 30px;
	height: 100px;
	overflow: hidden;
	text-align: center;
}

.ListBlockLine {
	float: left;
	position: relative;
	width: 352px;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	/*background-color: #99FF00;*/
	margin-top: 2px;
}
