/* tags */

div.tags {
	width: 600px;
	margin: 0;
	padding: 0;
}

div.tags div.tags-head {
	height: 32px;
	margin: 0;
	padding: 0;
	background-image: url('../img/note-head.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
}

div.tags p.tags-body {
	margin: 0;
	padding: 0 25px;
	background-image: url('../img/note-body.gif');
	background-position: top center;
	background-repeat: repeat-y;
	text-align: justify;
}

div.tags div.tags-foot {
	height: 38px;
	margin: 0;
	padding: 0;
	background-image: url('../img/note-foot.gif');
	background-position: top center;
	background-repeat: no-repeat;
}

div.tags p.tags-body span.tags-title {
	display: inline-block;
	font-size: 16px;
	fonr-weight: normal;
	margin: 0;
	padding: 3px 6px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-opera-border-radius: 6px;
	color: #309030;
}

div.tags p.tags-body a {
	display: inline-block;
	font-size: 18px;
	fonr-weight: normal;
	margin: 3px 6px;
	padding: 3px 6px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-opera-border-radius: 6px;
}

div.tags p.tags-body a:link,
div.tags p.tags-body a:visited {
	color: #a08060;
	border: #a08060 solid 1px;
}

div.tags p.tags-body a:hover,
div.tags p.tags-body a:active {
	color: #c0a060;
	border: #c0a060 solid 1px;
}

/* category information note */

div.category-note {
	width: 600px;
	margin: 0;
	padding: 0;
}

div.category-note div.category-note-head {
	height: 32px;
	margin: 0;
	padding: 0;
	background-image: url('../img/note-head.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
}

div.category-note p.category-note-body {
	margin: 0;
	padding: 0 25px 3px 25px;
	background-image: url('../img/note-body.gif');
	background-position: top center;
	background-repeat: repeat-y;
}

div.category-note div.category-note-foot {
	height: 38px;
	margin: 0;
	padding: 0;
	background-image: url('../img/note-foot.gif');
	background-position: top center;
	background-repeat: no-repeat;
}

/* item information table */

div.item-list {
	
}

div.item-list p.notfound {
	margin: 1em;
	text-align: center;
}

div.item-list div.item-summary,
div.item-list div.item-description {
	margin: 0 0 10px 0;
	padding: 0 0 25px 0;
	width: 600px;
	background-image: url('../img/item-foot.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
}

div.item-list table {
	margin: 0;
	padding: 0;
	width: 600px;
	background-image: url('../img/item-body.jpg');
	background-position: top center;
	background-repeat: repeat-y;
}

div.item-list caption {
	width: 600px;
	height: 60px;
	margin: 0;
	padding: 0;
	background-image: url('../img/item-head.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	caption-side: top;
	text-align: left;
	color: #ffffff;
}

div.item-list caption a {
	display: block;
	width: 360px;
	margin: 0;
	padding: 20px 0 0 100px;
	color: #ffffff;
	font-size: large;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

div.item-list caption a:link    { color: #ffffff; }
div.item-list caption a:visited { color: #ffffff; }
div.item-list caption a:hover   { color: #ffeecc; }
div.item-list caption a:active  { color: #ffeecc; }

div.item-list caption a span.shop-name {
	font-size: medium;
	font-weight: normal;
}

div.item-list th, div.item-list td {
	margin: 0;
	padding: 0;
	line-height: 100%;
	text-align: left;
	vertical-align: top;
}

div.item-list td.info {
	padding: 10px 20px 0 10px;
}

div.item-detail td.info {
	/*
	background-image: url('/img/grid10c.gif');
	background-position: bottom left;
	background-repeat: repeat;
	*/
	vertical-align: top;
}

div.item-detail td.info p.summary {
	font-size: 12px;
	line-height: 150%;
	margin: 15px 0 30px 0;
}

div.item-list td.image {
	padding: 10px 0 0 20px;
	width: 200px;
	vertical-align: middle;
	text-align: center;
}

div.item-list td.image {
	padding: 10px 0 0 20px;
	width: 400px;
	vertical-align: middle;
	text-align: center;
}

div.item-list td.image.thumbnail {
	width: 200px;
}

div.item-list th.name {
	padding-bottom: 2px;
	font-weight: bold;
}

div.item-list td.summary {
	padding-bottom: 2px;
	text-align: right;
	font-size: 14px;
}

div.item-list td.description {
	padding: 10px 10px 2px 10px;
	text-align: center;
}

div.item-list td.description img {
	margin: 0;
}

div.item-list td.description p {
	margin: 15px 5px;
	padding: 0;
	font-size: 14px;
	line-height: 140%;
	text-align: left;
}

div.item-list div.price-etc {
	text-align: right;
}

div.item-list td.price-etc {
	padding: 0 20px 5px 20px;
	text-align: right;
}

div.item-list .price {
	font-size: 16px;
	font-weight: bold;
	color: #ff0000;
	text-shadow: #000000 1px 1px 0;
}

div.item-list .price span.number {
	font-size: 21px;
	margin-right: 3px;
}

div.item-list div.price-unit {
	margin: 15px 0;
	text-align: left;
}

div.item-list span.discount,
div.item-list span.item-note {
	color: #AA0000;
	font-size: 14px;
}

div.item-list div.add-cart {
	margin: 15px 0 0 0;
	text-align: left;
}

div.item-list .inline-form {
	margin: 0 0 0 5px;
}

div.item-list .inline-form select,
div.item-list .inline-form input {
	margin: 5px 0 0 5px;
}

div.item-list div.add-cart .inline-form,
div.item-list div.add-cart .inline-form select,
div.item-list div.add-cart .inline-form input {
	margin-left: 0;
}

div.item-list input.push {
	width: 10.5em;
}

div.item-list p.go-detail,
div.item-list div.button,
div.item-list div.related-items {
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 12px;
	line-height: 100%;
	text-align: center;
}

div.item-list p.name {
	font-weight: bold;
}

div.item-list p.summary {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 14px;
	line-height: 140%;
	text-align: left;
}

div.item-list div.select {
	text-align: right;
}

div.item-list td:first-child {
	padding-left: 20px;
}

/* related items */

div.related-items a img {
	width: 60px;
	height: auto;
	vertical-align: bottom;
	border: #ffffff solid 5px;
}

div.related-items a:link img,
div.related-items a:visited img {
	border-color: #ffffff;
}

div.related-items a:hover img,
div.related-items a:active img {
	border-color: #e0c0a0;
}

/* link tag */

div#item-link-block {
	margin: 0;
	padding: 5px 0 0 0;
	width: 600px;
	background-image: url('../img/item-body.jpg');
	background-position: top center;
	background-repeat: repeat-y;
}

p#item-link-open {
	margin: 0 10px;
	padding: 5px 10px 0 10px;
	background: none;
	border-top: #808080 1px dotted;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
	color: #AA0000;
}

div#item-link {
	display: none;
	margin: 0 10px;
	padding: 5px 10px 0 10px;
	background: none;
	border-top: #808080 1px dotted;
}

div#item-link-title {
	font-size: 12px;
}

input#item-link-input {
	display: none;
	font-size: 12px;
	font-family: sans-serif;
}

div#item-link-copy {
	margin: 10px 0 0 0;
	padding: 0;
	display: none;
	font-size: 12px;
}

textarea#item-link-textarea {
	width: 100%;
	font-size: 12px;
	font-family: monospace;
}

div#item-link-render {
	margin: 0;
	padding: 0;
	display: none;
	text-align: center;
	font-size: 12px;
	color: #555555;
	line-height: 150%;
}

span#item-link-preview a:link,
span#item-link-preview a:visited,
span#item-link-preview a:hover,
span#item-link-preview a:active {
	color: #0000ff;
}

span#item-link-preview img {
	border: none;
	vertical-align: top;
}

/* tell me */

div.tellme {
	text-align: left;
	word-break: break-all;
}

div.tellme a {
	display: inline;
}

