/* item details */
div.rakuten_details {
	clear: both;
	width: 440px;
	margin-left : auto;
	margin-right : auto;
	margin-bottom: 0.8em;
	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: 3px;
}

div.rakuten_details div.rakuten_image {
	float: left;
	text-align : center;
	margin: 10px 10px 10px 10px;
	padding: 2px;
}

div.rakuten_details div.rakuten_info {
	float: left;
	width: 270px;
	padding: 3px;
}

div.rakuten_details p.rakuten_caption{
	padding: 3px;
}

div.rakuten_details p.rakuten_itemname{
	margin: 5px;
}

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 {
	border: none;
	text-align: right;
	font-size: 95%;
	margin: 0.7em;
}

/* 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;}
