/* CSS Document - copyright all mirtech */
/* SLIMA-NET webPlus 서지, 목차 상세화면 ============================================================================= */
@charset "utf-8";	

	/* 서지상세화면 */
	#search_report {
		color: #706e6e;
		}
		
		/* contents_title */
		#contents_title {
			padding: 4px;
			}
			#contents_title #title {
				border: 1px solid #ccc; background-color: #FFFFFF;
				padding: 15px;
				text-align:left;
				color: #ff3399; font-weight: bold; font-size: 14px;
				}


		/* 서지정보 */
		#contents_info {
			position: relative;
			clear:both;
			}
			#contents_info ul {
				float:left;
				}

				/* 책표지 */
				#contents_image {
					padding:20px 0 20px 20px;
					vertical-align: top;	/* IE8,FF 깨짐현상 수정 20090818 강성호 */
					}
					#contents_image #BookImage {
						text-align:center;
						}
						#contents_image #BookImage img {
							border:3px solid #999999;
							}
					#contents_image #BookPreView {
						text-align:center;
						}


				/* 주요서지 */
				#contents_data {
					padding:20px;
					table-layout:fixed;
					vertical-align: top;	/* IE8,FF 깨짐현상 수정 20090818 강성호 */
					}
					#contents_data th {
						width:120px;
						padding: 3px;
						vertical-align: top;
						color: #706e6e;
						text-align: left; /* IE8 깨짐현상 수정 20090515 강성호 */
						}
					#contents_data td {
						padding: 3px;
						vertical-align: top;
						color:#706e6e;
						}
						#contents_data a {
							color: #0066CC; line-height: 120%;
							}
						#contents_data a:hover {
							color: #0066CC; text-decoration: underline;
							}


		/* 타기관 소장사항 */	
		#BookOwnedMulti {
			clear:both;
			padding-top: 10px;	/* 상단여백 10px */
			text-align:left;
			}

			
		/* 연간물 소장사항  */
		#SerialData {
			clear:both;
			padding-top: 20px;	/* 상단여백 20px */
			text-align:left;
			}
			#SerialData #SerialDataReceipt {
				text-align:right;
				}
				#SerialData #SerialDataReceipt span {
					color:#74A6AB; 
					background-color:#efefef;
					padding: 5px; 
					border: 1px solid #cccccc;
					}


		/* 단행본 소장사항 or 연간물 제본사항 */
		#BookOwned, #BookOwnedSub {
			clear:both;
			padding-top: 10px;	/* 상단여백 10px */
		}
		#BookOwned #btn_top {
			text-align:right;
		}
			/* 소장사항 */
			.BookLocName {
				color:orange;
				}
			/* 청구기호 */
			.BookCallNumber {
				font-size:16px;  color:#cc3333;
				}

			/* 소장사항 table */
			#bibliograph_info {
				margin-bottom: 30px;	/* 하단여백 30px */
				}
				#bibliograph_info table {
						width: 100%; text-align: center;
						border-collapse: collapse;
						border: 1px solid #cccccc;
						}
						#bibliograph_info table tr th {
							font-weight: normal;
							background-image: none;
							background-color: #eeeeee;
							height: 18px; padding: 5px 0px 2px 0px;
							}
						#bibliograph_info table tr td {
							background-color: #ffffff;
							padding: 4px 5px 3px 5px; margin: 0px;
							}

								

		/* 목차파일정보, 참고사항, 관련자료 */
		#BookContentsFile, #BookReference, #BookReferenceFile {
			padding-top: 20px;	/* 상단여백 20px */
			clear: both;
			}
			#BookReference #BookReference_text {
				margin:9px 5px 5px 0;
				border:1px solid #cccccc;
				padding:5px 5px 5px 23px
				}
			#BookReference table tr td {
				padding: 5px 0px 5px 10px ;
				line-height:180%;
				}
					
		/* Tag */
		#tag_list {
			margin-bottom: 30px;	/* 하단여백 30px */
		}
							
		/* 책소개, 저자소개, 목차  */
		#contents_story {
			border: 1px solid #ccc;
			padding: 15px; line-height: 18px;
			margin-bottom: 30px;	/* 하단여백 30px */
			}


			
			
		/* 서지리뷰 */
		#BookReview {
			padding-top: 30px;	/* 상단여백 30px */
			}
			#contents_review {
				border: 1px solid #ccc;
				padding: 10px; line-height: 18px;
				margin-bottom: 30px;	/* 하단여백 30px */
				}


				/* 내용이 없을때 */
				#contents_review #contents_none {
					padding: 5px; 
					border-bottom: 1px dotted #cccccc;
					}
					#contents_review #contents_none_btn {
						padding-top: 5px;
						text-align: right; 
						}


				/* 내용이 있을때 */
				#contents_review #review_name {
					text-align: right; padding: 10px;
					}
				#contents_review #review {
					padding: 0px 7px 0px 7px; 
					border-bottom: 1px dotted #cccccc; 
					line-height: 18px;
					}
					#contents_review #review a {
						color:#706e6e;
						}
						#contents_review #review a:hover {
							text-decoration: underline;
							}
						
				#contents_review li p {
					padding: 7px 0px 10px 0px; 
					text-align: right;
					}
				#contents_review #review_more {
					padding: 10px;
					text-align: center; 
					}
					#contents_review #review_more a {
						color: #0066CC;
						}
						#contents_review #review_more a:hover {
							color: #0066CC; text-decoration: underline;
							}
						
				#contents_review #btn_bottom {
					padding: 10px 0px 5px 0px;
					text-align: right; 
					}


	
		/* 서지문의 */
		#Information {
			padding-top: 30px;	/* 상단여백 30px */
			}
			#contact_info table {
				text-align: center;
				border: 1px solid #cccccc;
				}
				#contact_info table tr th {
					font-weight: normal;
					background-color: #eeeeee;
					padding: 5px;
					}
				#contact_info table tr td {
					background-color: #ffffff;
					padding: 5px;
					}








	/* 목차 상세화면 전용 */
	#BookContentsList {
		clear:both;
		padding-top: 20px;
		}

		#BookContentsList #Article {
			color:#834CAC; padding-left: 3px;
			}
			#BookContentsList .SubArticleTitle {
				color: #FFA147;
				}
			#BookContentsList ul {
				padding: 7px;
				line-height: 18px;
				}
		#BookContentsList a { font-size: small; color:#1E95D4; text-decoration:none; cursor:hand; padding-right:5px;}		
		#BookContentsList a:link { font-size: small; color:#1E95D4; text-decoration:underline; }
		#BookContentsList a:hover { font-size: small; color:#0099FF; text-decoration:none; }
		#BookContentsList a:visited { font-size: small; color:#1E95D4; text-decoration:underline; }

		

				
