﻿/*
  intro.css
  Copyright (c) 2009 wikibook
*/

@charset "utf-8";


#intro-menu {
	padding-top: 130px;
	background: url(../images/sub_right.gif) repeat-y 0 0;
}

#intro-menu h3 {
	padding: 60px 0 0 10px;
	margin: 0;
	font-size: 16px;
	background: url(../images/sub_horizontal_dot.gif) no-repeat 0 bottom;
	display:none;
}

#intro-list {
	margin: 0;
	padding: 0;
}

#intro-list ul {
	margin: 0;
	padding: 0 10px 0 0;
	text-align: left;
	background: url(../images/sub_horizontal_dot.gif) no-repeat 0 bottom;
}

#intro-list ul li {
	display: inline;
	margin: 0;
	padding: 0;
	/*background: url(../images/left/left_bu02.gif) no-repeat 0 0 ;*/
	/*background-position: 0px 9px;*/
	
}

#intro-list ul li a {
	font-weight: bold;
	display: block;
	margin-right: 5px;
	margin-left: 5px;
	padding: 5px;
	padding-top: 7px;
	background: url(../images/sub_horizontal_dot.gif) no-repeat 0 top;
	text-decoration: none;
}

#intro-list ul li a:hover,
#intro-list ul li a:visited:hover {
  background: #f2ead0 url(../images/sub_horizontal_dot.gif) no-repeat 0 top;
  text-decoration: none;
}

#intro-list ul li ul {
	padding: 0;
	background: url(../images/_.gif) no-repeat 0 bottom;
}

#intro-list ul li ul li {
	margin: 0;
	padding: 0;
	/*background: url(../images/left/left_bu03.gif) no-repeat 0 0 ;*/
	/*background-position: -15px 0;*/
}

#intro-list ul li ul li a {
	font-weight: normal;
	display: block;
	margin-right: 5px;
	margin-left: 10px;
	padding: 5px;
	padding-top: 7px;
	background: url(../images/sub_horizontal_dot.gif) no-repeat -5px top;
	text-decoration: none;
	
}
#intro-list ul li ul li a:hover,
#intro-list ul li ul li a:visited:hover {
  background: #f2ead0 url(../images/sub_horizontal_dot.gif) no-repeat -5px top;
  text-decoration: none;
}






#book-wrapper {
	padding-top: 30px;
	background: url(../images/intro_top.gif) repeat-x 0 0;
}

#book {
	padding: 0 300px 30px 20px;
	background: url(../images/intro_bottom.gif) repeat-x 0 bottom;
	background-color: #dfd6b7;
	

}

#book h2 {
	color: #333;
	font-size: 30px;
}

#book h3 {
	color: #524b35;
	font-weight: normal;
	font-size: 16px;
}

#intro {
	padding: 10px 250px 0 20px;
	
}

#book-detail {
  position: absolute;
  text-align: center;
  top: 20px;
  right: 35px;
  width: 212px;
}

#book-detail .thumbnail {
	height: 238px;
	width: 190px;
	padding: 11px;
	background: url(../images/book-shadow.png) no-repeat 0 0;
}

#book-detail .thumbnail img {
	background: none;
	border: 0;
	padding: 0;
}

#book-detail .stats {
	border-top: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	margin: 0 10px 0 10px;
	padding: 8px;
	color: #888;
}

#book-summary-wrapper {
	
}

#book-summary {
	margin: 0 20px;
}

#book-summary h4 {
	margin: 0;
	padding: 60px 0 5px 0;
	font-size: 24px;
	font-family: "Gulim", "돋움","Bookman Old Style", "Book Antiqua", Georgia, Times, serif;
	color: #555;
	background: url(../images/h4-underline.gif) repeat-x bottom; 
}

#book-summary h4 img {
	cursor:pointer;cursor:hand;
}

#book-summary h4 a {
	color: #555;
}

#book-summary ul li {
	text-indent: 20px;
}

#book-summary ul li ul li {
	text-indent: 40px;
}

#summary-contents {
	
}

#summary-contents ol {
	padding: 15px;
}

#summary-contents ol li {
	font-family: "Gulim", "돋움", Georgia, Times, serif;
	
	padding:0 0 5px 13px;
	background: url(../images/icon1.gif) no-repeat 0 0 ;
	background-position: 0 4px;
}

#summary-contents ul {
	
}

#summary-contents ul li {
	background: url(../images/icon3.gif) no-repeat 0 0 ;
	background-position: 20px 5px;
}

#summary-contents ul li ul li {
	background: url(../images/icon2.gif) no-repeat 0 0 ;
	background-position: 45px 5px;
}
