@charset "UTF-8";

#look-book-container {
	position: fixed;
	left: 0;
	bottom: 0;
	border: 0;
	width: 100%;
	height: auto;
	background-color: #F2F1F0;
	z-index: 100;
}

#look-book-button {
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	background-color: #958E89;
	background-image: url("/images/commons/look-book-toggle-bg.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 48px;
	cursor: pointer;
	height: 17px;
	line-height: 17px;
}

#look-book-content {
	height: 74px;
}

#look-book {
	width: 700px;
}

#look-book-download {
	display: inline-block;
}

#look-book {
	height: 74px;
	display: inline-block;
	margin: 0;
	padding: 0;
}



/*============================== LOOK BOOK FORM */

#look-book-form {
	border: 0;
	width: 692px;
	height: 320px;
	background-color: #C2BDB9;
	margin-left: 1024px;
}

#look-book-form-header {
	position: relative;
}

#look-book-form-close {
	position: absolute;
	top: 4px;
	left: 4px;
	cursor: pointer;
}

#lb-form {
	width: 692px;
	height: 261px;
}