


/* unselected quotes */

/*

#content .table-shippingQuotes  tr#unselected .shipcheckColumn a {
	border:  none;
	text-decoration: none;
	position: relative;
	top:  3px;
	display: block;
	width:26px;
	height:22px;
	background:url(../_images/btn-shipping.gif) no-repeat -26px 0;
}
*/

#content .table-shippingQuotes  tr#unselected .shipcheckColumn a {
	border:  none;
	text-decoration: none;
	position: relative;
	display: block;
	width:20px;
	height:18px;
	background:url(../_images/btn-shipping-unselected-noborder.gif) no-repeat 0 0;
	top: 5px;
	left: 3px;
}


#content .table-shippingQuotes tr#unselected .shipcheckColumn a:hover{
	background:url(../_images/btn-shipping-selected3.gif) no-repeat 0 0;
}

/* the selected quote */

#content .table-shippingQuotes tr#selected .shipcheckColumn a {
	border:  none;
	text-decoration: none;
	position: relative;
	top: 5px;
	display: block;
	width:22px;
	height:18px;
	background: url(../_images/btn-shipping-selected3.gif) no-repeat 0 0;
	left: 3px;
}


/*
#content .table-shippingQuotes  tr#selected .shipcheckColumn a:hover{
	background: url(../_images/btn-shipping-selected2.gif) no-repeat 0 0;
}
*/

#content .shipping-details {
	width:55%;
}
	
	
#content .checkout-details {
	width:44%;
}

#content .shipping-details table tr#selected {
		background-color: #1f0a0b;
}

#content .shipping-details input.update {
	width:68px;
	height:22px;
	padding-bottom:1px;
	border:none;
	background:url(../_images/btn-update2.gif) no-repeat 0 0;
	font:normal 11px Arial, Helvetica, sans-serif;
	letter-spacing:0.04em;
	vertical-align:middle;
	text-indent:18px;
	color:#c7954e;
}
#content .shipping-details input.update:hover {
	background:url(../_images/btn-update2.gif) no-repeat -68px 0;
	border:none;
	color:#a67130;
}

#product-description .dimensions {
	text-align:right;
	margin-top:2em;
	line-height:2;
	color:#e3bb5a;
}

#content .shippinginfo {
	text-align: left;
	font:normal 14px/1.2 Arial, Helvetica, sans-serif;
	clear:both;
}



blockquote.laotzu {
	width: 380px;
	float: left;
}

blockquote.musashi {
	width: 410px;
	float: left;
}

blockquote.suntzu {
	width: 280px;
	float: left;
}
