@charset "utf-8";

#orderDetails {
	width: 458px;
	height: 100px;
	position: relative;
	float: right;	
}

#orderDetails-fukidashi {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 107px;
	height: 73px;
	background-image: url(../img/orderDetails/orderDetails_fukidashi_bg.gif);
	background-repeat: no-repeat;
}

#orderDetails-fukidashi p {
	position: absolute;
	left: 7px;
	top: 10px;
	color: #000;
	font-size: 85%;
	line-height: 123.1%;
	text-align: center;
	margin:0;
}

#orderDetails-fukidashi p span {
	color: #ff0000;
	font-size: 108%;
	font-weight: bold;
}

#orderDetails-main {
	position: absolute;
	left: 107px;
	top: 0px;
	width: 351px;
	height: 73px;
	background-image: url(../img/orderDetails/orderDetails_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#orderDetails-link-box {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 351px;
	height: 19px;
	font-size: 85%;
}

#orderDetails-link {
	list-style-type: none;
	float:right;
}

#orderDetails-link li {
	float:left;
}

#orderDetails-link li.sitemap {
	margin: 0 0 0 5px;
	padding: 0 0 0 13px;
	background-attachment: scroll;
	background-image: url(../img/orderDetails/sitemap_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#orderDetails-link li.guide {
	margin: 0 0 0 5px;
	padding: 0 0 0 13px;
	background-attachment: scroll;
	background-image: url(../img/orderDetails/guide_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#orderDetails-link li.quastion {
	margin: 0 0 0 5px;
	padding: 0 0 0 13px;
	background-attachment: scroll;
	background-image: url(../img/orderDetails/quastion_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#orderDetails-link li.logout {
	margin: 0 0 0 5px;
}

#orderDetails-link li a:link {
	color: #339933;
	text-decoration: underline;
}

#orderDetails-link li a:active {
	color: #66CC33;
	text-decoration: underline;
}

#orderDetails-link li a:visited {
	color: #339933;
	text-decoration: underline;
}

#orderDetails-link li a:hover {
	color: #66CC33;
	text-decoration: underline;
}

#orderDetails-link li.logout a:link,
#orderDetails-link li.logout a:active,
#orderDetails-link li.logout a:visited,
#orderDetails-link li.logout a:hover {
	color: #000;
	text-decoration: underline;
}

#orderDetails-main table {
	padding: 2px;
	position: absolute;
	top: 26px;
	right: 166px;
	width: 136px;
	text-align: right;
}

#orderDetails-main table td.orderTxt {
	width: 70px;
	font-size: 85%;
}

#orderDetails-main table td.orderTotal {
	color: #ff0000;
	font-weight: bold;
}

#orderDetails-main table td span {
	font-size: 85%;
}

#orderDetails-button {
	width: 154px;
	position: absolute;
	top: 25px;
	right: 6px;
}

#otodokebi {
	position: absolute ;
	top: 76px ;
	left:0;
	width: 448px ;
	padding:5px;
	font-size: 10px ;
	color: #666 ;
	line-height: 1.1;
	background: #FFFBC2 ;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;

}

#otodokebi strong{
	font-weight: bold;
	color: #f00 ;
}
#otodokebi span{
	color: #f00 ;
}

