/* ============================================================================================== */
/* START LIBRARY LAYOUT CONTENTS */

#library_wrapper {
	width				: 600px;
	margin				: 0px;
	padding				: 0px;
}

#library_header{
	margin				: 0px;
	background			: #FFFFFF;
}

.library_total {
	font-size			: 12px;
	color				: #000000;
	margin-bottom		: 10px;
	text-align			: right;
}

.library_index {
	color				: #000000;
	text-align			: left;
	margin				: 10px 0px 10px 0px;
	padding				: 3px 5px 3px 5px;
	background-color	: #99ccff;
	border				: 1px solid #6699CC;
}

.library_index a {
	font-size			: 11px;
	color				: #000000;
	text-decoration		: none;
	padding 			: 3px;
}

.library_index a:hover {
	font-size			: 11px;
	color				: #000000;
	text-decoration		: none;
	background			: #FFFFCC;
	padding 			: 3px;
}


#library_thumb {
	width				: 140px;
	margin				: 0px;
	padding				: 0px;
	float				: left;
}

.library_thumb {
	float				: left;
	padding				: 2px;
	margin				: 0px 0px 10px 0px;
	border				: 1px solid #999999;
	width				: 130px;
	vertical-align		: text-top;
	display				: block;
}

#library_details {
	width				: 72%;
	float				: right;
}


.library_head {
	color				: #000000;
	font-size			: 11px;
	font-weight			: bold;
	line-height			: 150%;
}

.library_text {
	color				: #000000;
	font-size			: 11px;
	font-weight			: none;
}


#libraryButton { 
	float				: left;
	margin				: 0px 0px 10px 0px;
	width				: 100%;
	height				: 24px;
}

.libraryButton {
	float				: left;
	margin				: 0px 8px 0px 0px;
	padding-top			: 0px;
	width				: 80px;
	height				: 24px;
	text-align			: center;
	line-height			: 25px;
	display				: block;
	}

a.libraryButton, a.libraryButton:link, a.libraryButton:visited, .chosen {
	color				: #003366;
	background-color	: #99ccff;
	border				: 1px solid #6699CC;
	font-family			: Arial, Helvetica, Sans-Serif;
	font-style			: normal;
	font-size			: 10px;
	text-transform		: uppercase;
	text-decoration		: underline;
	text-align			: center;
	float				: left;
	margin				: 0px 0px 10px 0px;
	padding				: 0px;
	width				: 80px;
	height				: 24px;
	}

a.libraryButton:hover {		
	color				: #003366;
	background			: #FFFFCC;
	border				: 1px solid #6699CC;
	font-family			: Arial, Helvetica, Sans-Serif;
	font-style			: normal;
	font-size			: 10px;
	text-transform		: uppercase;
	text-decoration		: underline;
	text-align			: center;
	float				: left;
	width				: 80px;
	height				: 24px;
	}

a.libraryButton:active, .chosen {
	color				: #FFFFFF;
	background			: #000000;
	}


/* END LIBRARY LAYOUT CONTENTS */
/* ============================================================================================== */

