/*
Site: actier
Page: item
*/

/* --- item --- */

table#item {
	margin: 5px 0 25px 0;
	border-collapse: collapse;
}

table#item td {
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}





/* --- item-detail --- */

div#img-large {
	width: 520px;
	float: left;
	padding: 15px 0 20px 0;
}

div#img-large img {
	border-top:1px solid #800000;
	border-right:1px solid #800000;
	border-bottom:1px solid #800000;
	border-left:1px solid #800000;
}

div#img-loupe {
	width: 40px;
	float: left;
	padding: 15px 0 20px 0;
	text-align: right;
}

div#img-thumbnail {
	width: 120px;
	float: right;
	padding: 15px 0 20px 0;
}

div#img-thumbnail p {
	margin-bottom: 6px;
}

div#img-thumbnail img {
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
}

div#item-info {
	width: 280px;
	float: left;
	padding-bottom: 25px;
}

div#item-cart {
	width: 370px;
	float: right;
	padding-bottom: 25px;
}

table#item-detail {
	width: 100%;
	margin: 5px 0 30px;
	border-collapse: separate;
}

table#item-detail th {
	background-color: #eaeaea;
	border-bottom: 1px solid #999;
	padding: 4px;
}

table#item-detail td {
	border-bottom: 1px dotted #999;
	padding: 4px;
}

div#cart-btn {
	border: 1px solid #eab499;
	margin-bottom: 25px;
	padding: 5px 10px 5px 10px;
	background-color: #f4eae0;
}

div#cart-btn form {
	text-align: center;
}

.item-txt {
	vertical-align: top;
}
