#shipping {
	margin-top:15px;
}

#shipping_options {
	margin-left:10px;
	margin-bottom:30px;
	margin-top:10px;
	width:400px;
}
#shipping_location {
	width:230px;
}

.small_note {
	margin-bottom:10px;
	font-size:10px;	
}

.shipping_location_txt {
	border-bottom:1px solid #CCC;
	color:#000;
	font-size:14px;
	padding:5px;
	margin-bottom:5px;
	text-align:center;
}
.shipping_location_btns {
	margin-top:5px;
	text-align:center;
}

.shipping_title {
	border-bottom:2px solid #CCC;
	margin-bottom:5px;
}

.shipping_label {
	float: left;
    font-weight: bold;
    padding-bottom: 3px;
    text-align: right;
    width: 100px;
}

.carrier_option {
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
	padding-bottom:3px;
	width:400px;
}

.carrier_option_radio {
	float:left;
	width:20px;	
}

.carrier_option_service {
	float:left;
	width:300px;	
}

.carrier_option_cost {
	float:left;
	width: 80px;	
}