/* item details */
div.rakuten_details {
	clear: both;
	width: 100%;
	margin-left : auto;
	margin-right : auto;
	margin-bottom: 30px;
	text-align : left ;
	border: 1px solid #dfdfdf;
}

div.rakuten_m_details {
	clear: both;
	margin-left : auto;
	margin-right : auto;
	margin-bottom: 0.8em;
	text-align : left ;
	border: 1px solid #dfdfdf;
}

div.rakuten_details p {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

div.rakuten_details div.rakuten_image {
	float: left;
	text-align : center;
	width: 20%;
	margin: 20px 16px 0px 20px;
	padding: 2px;
}

div.rakuten_details div.rakuten_info {
	float: left;
	width: 66%;
	padding: 3px;
	margin: 10px 0px 0px 0px;
}

div.rakuten_details p.rakuten_caption{
	padding: 3px;
}

div.rakuten_details p.rakuten_itemname{
	margin: 5px 0px 5px 0px;
}

div.rakuten_details font.rakuten_time{
	font-size: 0.7em;
}

div.rakuten_details font.rakuten_warn{
	font-size: 0.8em;
	text-align: left;
}

div.rakuten_details p.rakuten_logo a img {
	margin: 3px;
	border: none;
}

div.rakuten_details div.rakuten_image a img {
	border: none;
}

div.rakuten_details em {
	font-weight: bold;
	font-style: normal;
}

div.rakuten_details:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;

}

div.rakuten_credit {
	background: url(http://know-space.net/wp-content/themes/web/img/rakuten-credit.png);
	background-position: right center;
	background-repeat: no-repeat;
	height: 21px;
	margin: 0px 7px 7px 0px;
}

/* search result */

ul.rak_tablist li {
	list-style: none;
	display: inline;
}

ul.rak_tablist li a {
	background-color: #eee;
	border: 1px solid #333;
	padding: 4px;
}

ul.rak_tablist li a.rak_active {
	color: #fff;
	font-weight: bold;
	background-color: #669999;
	border: 1px solid #333;
}

div.rak_form_contents {
	background-color: #fff;
	margin-top: 15px;
}

div#rakuten_tempcode.active {
	background-color: #fff;
	padding: 5px;
	margin: 5px;
}

ul.rakuten_itemlist{
	padding-left: 0;
	margin-left: 0;
}

ul.rakuten_itemlist li{
	list-style: none;
	padding: 10px 10px;
	width: 100px;
	height: 150px;
	float: left;
}

/* tool tips */
font.rakuten_warn a:hover {
	background: #ffffff;
	text-decoration: none;
} /*BG color is a must for IE6*/

a.tooltip span {
	display: none;
	padding: 2px 3px;
	margin-left: 8px;
	width: 300px;
}

a.tooltip:hover span {
	display: inline;
	position: absolute;
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #6c6c6c;
}
