#locate {
	font-size: 1.1em;
	width: 650px;
}

#email_zoom {
	font-size: 1.1em;
}

#cart {
	width: 280px;
}

#map {
	margin-top: 14px;
}

/* location of the cart and query relative to the map and search */
#float_right {
	float: right;
	margin-right: 10px;
}

.minicart_desc {
	display: none;
	position: absolute;
	background-color: #fbfbfb;
	font-size: 1em;
	padding: 2px;
	border: 1px solid #999;
	margin-left: 8px;
}

#weathermap {
	margin-top: 25px;
}

#get_help_bm {
	font-size: 1.28em;
	float: left;
	margin: 3px 0 5px 0px;
}

#samplelink {
	font-size: 1.1em;
  float:right;
	margin-right: 21px;
	margin-top: 25px;
}

#weatherLegend {
	font-size: 1.1em;
	margin-top: 15px;
}

#weatherRadius {
	width: 80px;
	font-size: 1.2em;
}

#weatherAddress {
	width: 450px;
	font-size: 1.2em;
}


#weather_meta {
	width: 280px;
	margin-top: 20px;
	min-height: 310px;
}

table.meta_results_table {
	width: 100%;
	text-align: center;
}

.cart_link {
	font-size: 0.9em;
}

/* shoppingcart */

#cart_preview {
	min-height: 150px;
	width: 280px;
}

#cart {
background-color:#fff;
border:1px solid #333;
}

#cart h2 {
background: #B02B2C; 
color:#fff;
font-size: 1.1em;
line-height:2em;
margin: 0pt;
padding-left: 0 0 0 0.5em;
}

#cart a.checkout  {
padding-left:1em;
display: block;
font-weight: bold;
text-decoration: none;
}

#cart h2 a {
background: transparent url(/img/store/icon_cart.png) center scroll left no-repeat;
color:#fff;
padding-left:10px;
}

#cart ul {
width: 270px;
margin: 5px;
padding: 0;
list-style: none;
text-align: right;
}

#cart ul li ul {
margin: 0;
white-space: nowrap;
}

#cart ul li ul li {
display: inline;
padding: 0 5px 0 5px;
}

#cart ul.total {
border-top:1px solid #333;
text-align:right;
}

#cart ul.total li {
padding: 0 5px 0 5px;
font-weight:bold;
}

#cart table {
	width: 266px;
	margin-left: 7px;
}

#cart td.mini_total {
	text-align: right;
	padding: 0 1px;
}

td.td_right {
	text-align: right;
}

div .toomanyobs {
	background-color: #c22;
	padding: 10px;
	margin-top: 10px;
}
div .toomanyobs a {
	color: #fff;
}

#sample_price {
  float:top;
	margin-right: 30px;
	margin-top: 7px;
}
