/* CSS Document */
#woodworking_tools {
	border:1px solid #00562d;
}
#cart {
	position:absolute;
	top:30px;
	left:0px;	
	width:550px;
	height:500px;		
	overflow:auto;
	margin:0 5px;		
}
#cart h1 {
	font-size:12px;
	margin:10px;
}
table {
	width:530px;
	border-collapse:collapse;
	margin-left:2px;
	
}
td, th {
	border:1px solid #cfcfcf;
		
}
th {
	font-size:10px;
	padding:2px;
}
td {
	font-size:10px;
	padding:2px;
}
table tr .center {
	text-align:center;
}
.right {
	text-align:right;
	padding-right:3px;
}
table tr .delete {
	width:20px;
	text-align:center;	
}
p {
	font-size:10px;
}
#check_out, #empty_cart, #continue_shopping {
	border:none;
	line-height:50px;
}
#check_out input {
	position:relative;
	top:-13px;
}
#empty_cart_img {
	position:relative;
	top:-12px;
}
.border_none {
	border:none;
}
.msg {
	color:red;
}
#spacer {
	line-height:15px;
}
img {
	border:none;
}

