@charset "utf-8";
/* CSS Document */
.nav_inquiry_basket a {
	color:#fff !important;
}
#page_basket{
	padding:20px 10px;
}
.basket_tool{
	height:18px;
	font-size:0;
	letter-spacing:-3px;
	padding:10px 0 10px 10px;
}
.basket_tool span,.basket_tool a{
	display:inline-block;
	font-size:12px;
	letter-spacing:0;
}
.basket_tool span{
	padding:0 10px;
}
a.inquiry_btn,a.delete_btn{
	width:98px;
	height:18px;
	background:url(../images/button.png) no-repeat;
}
a:hover.inquiry_btn,a:hover.delete_btn{
	background:url(../images/button.png) no-repeat;
}
a.inquiry_btn{
	width:98px;
	background-position:0 -50px;
}
a.delete_btn{
	width:58px;
	background-position:0 -250px;
}
a:hover.inquiry_btn{
	background-position:-98px -50px;
}
a:hover.delete_btn{
	background-position:-58px -250px;
}
#basket_list{
	width:100%;
	background-color:#eee;
}
#basket_list th{
	height:30px;
	color:#444;
	font-size:14px;
	border-top:#fff 1px solid;
	background-color:#ddd;
}
#basket_list tr:hover{
	background-color:#dfe8f7;
}
#basket_list td{
	line-height:30px;
	border-top:#fff 1px solid;
	border-bottom:#fff 1px solid;
}
td.basket_td1{
	text-indent:10px;
}
.basket_td1 a{
	color:#444;
	text-decoration:none;
}
.basket_td1 a:hover{
	color:#1959c3;
	text-decoration:underline;
}
.basket_td2{
	width:100px;
	text-align:center;
	border-left:#fff 1px solid;
}
.basket_td2 a{
	color:#444;
}
.basket_td2 a:hover{
	text-decoration:none;
}