@charset "euc-jp";

/*左メニューショッピングカート部分*/
#wagon {
	float: left;
	width: 200px;
	margin-bottom: 10px;
}
#wagon .top {
	background-image: url(../../img/ec/common/wagon_bg_top.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 190px;
	font: bold 12px/30px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-left: 10px;
	color: #FFFFFF;
}

#wagon .wagonarea {
	width: 188px;
	padding-right: 4px;
	padding-left: 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #013469;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #013469;
	border-left-color: #013469;
}
#wagon .inbox {
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	width: 186px;
	padding-top: 5px;
	padding-bottom: 2px;
}
#wagon .content {
	width: 178px;
	padding: 4px;
}



#wagon .bottom {
	background-image: url(../../img/ec/common/wagon_bg_bottom.jpg);
	height: 10px;
	width: 200px;
}


#wagon img {
	font-size: 0px;
	line-height: 0px;
	vertical-align: bottom;
}

#wagon ul {
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 5px;
}

#wagon li {
	margin-bottom: 3px;
	margin-left: 5px;
	height: 17px;
}

#wagon li a { color: #013469; 
}

#wagon li a:hover {
	color: #FF9900;
}

#wagon .icon01{
	background-image: url(../../img/ec/common/wagon_icon01.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

#wagon .icon02{
	background-image: url(../../img/ec/common/wagon_icon02.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

#wagon .icon03{
	background-image: url(../../img/usedparts/wagon_icon03.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
