@charset "utf-8";
/* CSS Document */

#cart_widget_wrap {
	display: inline;
	float: left;
	clear: right;
	width: 189px;
	margin: 15px 12px 15px 0;
	padding: 3px 5px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	background-image:url(../images/blue_bk.jpg);
}

	#cart_widget_wrap h2 {
		text-align: center;
		color: #fff;
		padding-bottom: 3px;
	}
	
	#cart_widget_wrap table {
		border-collapse: collapse;
		width: 170px;
	}

		#cart_widget_wrap tr {
			line-height: 140%;
		}
		
		#cart_widget_wrap td {
			text-align: right;
			font-size: 95%;
		}
		
			#cart_widget_wrap .td_hd {
				font-weight: bold;
				color:#CCC;
			}
			
			#cart_widget_wrap .td_val {
				text-align: left;
				padding-left: 12px;
			}
		
	#cart_widget_wrap p {
		font-size: 70%;
		color: #CCC;
		line-height: 110%;
	}
	
	#cart_widget_wrap ul {
		list-style-type: none;
		margin: 7px 0 0 2px;
	}
	
		#cart_widget_wrap li {
			display: inline;
			width: 98px;
			padding: 0;
			margin: 0;
		}
		
		#cart_widget_wrap a {
			width: 90px;
			display: inline;
		}
		
	#widget_center {
		color: #fff;
		padding: 5px;
		border: 1px solid #666;
	}

#cart_widget_btns p span a {
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
}	
#cart_widget_btns a.btn_check {
	background-image: url(../images/r_btn_sm.png);
	background-position: top right;
	background-repeat: no-repeat;
	display: block;
	margin: 4px 0 0 45px;
	padding-right: 4px;
	text-decoration: none;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
}

#cart_widget_btns a.btn_check span {
	background-image: url(../images/l_btn_sm.png);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	line-height: 12px;
	padding: 6px 4px 5px 10px;
}

#cart_widget_btns a.btn_check span:hover {
	background-position: bottom left;
}

#cart_widget_btns a.btn_check:hover {
	background-position: bottom right;
	color: #006;
}