@import url(common.css);
@import url(outline.css);

#product h2 {
	font-size: 20px;
	font-weight: bolder;
	line-height: 24px;
	margin-top: 15px;
}

#product h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	margin-top: 30px;
}

#product ul {
	margin-top: 15px;
}

#product li {
	display:inline;
}

#product p {
	font-size: 12px;
	line-height: 16px;
	margin-top: 15px;
}

#product .inner {
	float: right;
	width: 290px;
}

/****************************************************************************************************/

#cart {
	float: left;
	width: 530px;
	margin-top: 15px;
	padding: 5px;
	font-size: 12px; line-height: 18px; color: #FFFFFF;
	background-image: url(img/store/bg_cart.png); background-repeat: x-repeat;
}

#cart form {
	float: left;
}

#cart .cart {
	width: 390px;
}

#cart .L {
	float: left;
}

#cart .R {
	float: right;
}

#cart .fm-model {
	width: 130px;
	margin-right: 10px;
}

#cart .fm-id {
	width: 210px;
	margin-right: 10px;
}

#cart .fm-stock {
	width: 60px;
	margin-right: 5px;
}

#cart .btn-buy {
	height: 18px; width: 60px;
	border: 0;
	cursor: pointer;
	background-image: url(img/store/btn_buy.png); background-repeat: no-repeat; background-position: 0px 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#card {
	margin-bottom: 10px;
	padding: 7px;
	background-image: url(img/store/bg_card.png); background-repeat: y-repeat;
}

#card .card-inner {
	padding: 7px;
	border-right:  1px solid #CCCCCC;
	border-bottom: 1px solid #999999;
	background-image: url(img/store/bg_card_inner.png); background-repeat: no-repeat;
	background-color: #4b7e70;
}

#card .link {
	margin-top: 7px;
	padding-left: 15px;
	font-size: 12px; line-height: 12px;
	background-image: url(img/store/icon.png); background-repeat: no-repeat;
}

#card a {
	color: #FFFFFF;
}

#member {
	margin-top: 20px;
}

#member p {
	margin-top: 5px;
	padding-left: 5px;
	font-size: 12px; line-height: 16px;
	background-color: #EFEFEF;
}

#register {
	margin-top: 10px;
	padding: 5px;
	background-color: #FFFFFF;
}

#register p {
	float: left;
	width: 100%;
	font-size: 12px; line-height: 10px;
}

#register .line {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px dotted #999999;
}

#register .label {
	float: left;
	font-size: 10px;
}

#register .value {
	float: right;
}

/****************************************************************************************************/

#genre {
	background-color: #efefef;
	padding-bottom: 5px;
}

#genre p {
	font-size: 10px;
	line-height: 14px;
	background-color: #FFFFFF;
	padding: 7px;
	margin: 5px 5px 0px 5px;
}

#table {
}

#table h5 {
	font-size: 12px;
	font-weight: normal;
	margin-top: 15px;
	line-height: 14px;
}

#table table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 5px;
}

#table th {
	background-color: #666666;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	border: 1px solid #999999;
	text-align: center;
}

#table td {
	font-size: 10px;
	border: 1px solid #999999;
	text-align: center;
}

#table p {
	font-size: 10px;
	line-height: 12px;
	margin-top: 3px;
}

#content h4 {
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
	background-repeat: no-repeat;
	line-height: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 5px;
	margin-top: 15px;
	margin-bottom: 7px;
}

#staff {
	float: left;
	width: 255px;
	margin-top: 10px;
}

#staff h4 {
	background-image: url(img/bar/purple.png);
}

#knot {
	float: right;
	width: 255px;
	margin-top: 10px;
}

#knot h4 {
	background-image: url(img/bar/yellow.png);
}

#catalogue {
	width: 450px;
}

#catalogue h4 {
	background-image: url(img/bar/green.png);
}
