@charset "utf-8";
/* CSS Document */
#cart{
	width:715px;
	height:auto;
	float:left;
	margin:10px;
}

#guide{
	color:#333333;
	font-size:15px;
	
	
	width:715px;
}
#guide #top_guide{
	width:715px;
	height:6px;
	background:url(../images/top_conner_cart_03.jpg);
}
#guide #bottom_guide{
 width:699px;
 height:20px;
 border: 1px solid #cccccc;
 border-top:none;
 border-bottom:none;
 background:##f9f9f9;
 padding-left:14px;

}
table#cart_table{
	border: 1px solid #cccccc;
    border-collapse: collapse;
    border-spacing: 0;
	width:715px;
	border-color:#cccccc;
}
table#cart_table td, th{

padding: 5px 10px 5px 15px;
font-size: 11px;
}
tr#thead{
background:#f0f0f0;	
font-size:12px;
text-align:left;
}
.col1,.col2{
	color:#0176c7;
}
.col4{
	color:#398bd1;	
	font-weight:bold;
}
.col1 input{
width:100px;
height:29px;
border:1px solid #CCC;
background:url(../images/bg_text_box_cart_03.jpg) repeat-x;
}
.col1 a{
 text-decoration:none;
 color:#0176c7;
}
.col1 a:hover{
	color:#F00;	
}
#total_price_cart_text{
text-align:right;
font-style:italic;
font-weight:bold;
}
#total_price_cart_value{
color:#ee3124;
font-weight:bold;
}
#navigation_button{
 float:right;
 margin-right:30px;
 margin-bottom:10px;
}
.cart_button{
	display: block;
	width:98px;
	height:24px;
	margin-left: 3px;
	background:url(../images/bg_cart_button.png) no-repeat;
	border:none;
	color:#FFFFFF;
	line-height: 23px;
	text-indent: 10px;
	font-size:11px;
	float:left;
	text-decoration: none;

}