@import url("common.css");
@import url("lightbox.css");

h1 {
	width: 300px;
	margin: 0 0 26px 0;
	font-size: 18px;
	line-height: 24px;
}

h2 {
	clear: both;
}

#detail {
	float: right;
	width: 300px;
	padding: 0 0 0 20px;
	border-left: 1px solid #F0F1F2;
}

#detail h3,
#detail h4 {
	margin: 16px 0 10px 0;
}

#detail ol {
	margin: 10px 0 16px 30px;
}

#price {
	margin: 20px 0 0 0;
	border-bottom: 1px solid #D7D8D9;
	padding-bottom: 5px;
	color: #333333;
}

#price span {
	color: #990000;
	font-size: 16px;
}

#detail .remark,
#detail .copyright,
#spec {
	clear: both;
	margin: 26px 0;
}

#detail .copyright {
	font-size: 10px;
}

#spec p {
	margin: 4px 0;
}

#spec p:nth-child(even) { background-color: #FFFFFF; }

#spec strong {
	display: block;
	margin: 10px 0 5px 0;
	border-bottom: 1px solid #F0F1F2;
	font-size: 9px;
}

#buy {
	height: 55px;
	margin: 0 0 0 -1px;
	padding: 20px 20px;
	background: url(/library/image/buy.png) no-repeat;
}

#buy div {
	float: left;
	padding: 12px 10px 0 0;
}

#buy input[type="text"] {
	width: 25px;
	margin: 5px;
}

#buynow {
	margin: 5px 0 0 0;
}

#buynow:hover {
	opacity: 0.9;
}

/*   Showcase   */

#showcase {
	float: left;
	overflow: hidden;
	width: 600px;
}

#view {
	overflow: hidden;
	width: 600px;
	height: 450px;
}

#view img { float: left; border: 0px; }

#thumbnail {
	height: 45px;
	margin: 2px 0;
	padding: 0;
	list-style-type: none;
}

#thumbnail li {
	float: left;
	width: 60px;
	height: 45px;
}
#thumbnail li {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 50;
	-webkit-transition: opacity 0.5s;
}
#thumbnail li:hover,
#thumbnail li.act {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 100;
	-webkit-transition: opacity 0.5s;
}

#extra_comment {
	clear: both;
}

.item_table.recommend {
	width: 700px;
	height: 150px;
	background: url(/library/image/recommend.png) no-repeat 0 20%;
}