div.shipping {
	text-align: right;

}

div.shipping h3 {
	color: #cc6600;

}

div.shipping div.method {
	text-align: right;
	margin-bottom: 20px;
	height: 40px;
}

div.shipping div.method a {
	display: block;
	padding: 10px;
	border: 1px solid #93bf2a;
	margin-left: 80px;
	width: 300px;
	text-decoration: none;
	float: right;

}

div.shipping div.method a:hover {
	background: #def3f9;
}

html body#checkout div.shipping div.sel_ship a {
	background: #93bf2a url(../images/cart/selected.jpg) left no-repeat;
	color: white;
	text-decoration: none;
	font-weight: 700;
}