/* Cart */
div#cart {
  top: -18px;
  left: 450px;
  bottom: 10px;
  position: relative;
}
/* Products */
.row .title {
  display: inline;
}
.radio {
  display: inline;
}
div.products {
	padding: 20px 0;
}
div.products div.prod-box {
	width: 89px;
	margin: 0 21px 20px 0;
	text-align: center;
	float: left;
	display: inline;
}
div.products div.last-prod-box {
	margin-right: 0;
}
div.products div.prod-box span.in-cart {
	display: block;
	width: 20px;
	height: 21px;
	background: url(../images/in-cart-icon.png) no-repeat 0 0;
	position: absolute;
	margin: 60px 0 0 70px;
	cursor: pointer;
}
div.products div.prod-box span.local {
	display: block;
	width: 48px;
	height: 45px;
	background: url(../images/local-icon.png) no-repeat 0 0;
	position: absolute;
	margin: 0;
	cursor: pointer;
}
div.products div.prod-box span.mostly-local {
	display: block;
	width: 50px;
	height: 47px;
	background: url(../images/mostly-local-icon.png) no-repeat 0 0;
	position: absolute;
	margin: 0;
	cursor: pointer;
}
div.products div.prod-box span.limited-offer {
	display: block;
	width: 50px;
	height: 47px;
	background: url(../images/limited-offer-icon.png) no-repeat 0 0;
	position: absolute;
	margin: 0px 0 0 40px;
	cursor: pointer;
}
div.products div.prod-box h3 {
	font-size: 93%;
	color: #7bb148;
	margin-bottom: 2px;
	min-height:28px;
	height:auto !important;
	height:28px;
}
div.products div.prod-box h3 a {
	padding: 2px;
}
div.products div.prod-box h3 a:link {
	color: #7bb148;
	text-decoration: none;
}
div.products div.prod-box h3 a:visited {
	color: #999;
	text-decoration: none;
}
div.products div.prod-box h3 a:hover {
	color: #fff;
	background-color: #7bb148;
}
div.products div.prod-box p {
	font-size: 93%;
}

/* Product Popup */
div#product-popup { 
	border: none; 
}

div.prod-popup {
	width: 316px;
	z-index: 1000;
}
div.prod-popup div.title {
	background: url(../images/prod-pop-top.png) no-repeat 0 0;
	height: 41px;
	width: 316px;
	overflow: hidden;
}
div.prod-popup div.title h1 {
	margin: 0;
	padding: 17px 0 0 20px;
	font-size: 108%;
	font-weight: bold;
	color: #fff;
	float: left;
	display: inline;
}
div.prod-popup div.title p.close {
	margin: 17px 20px 0 0;
	float: right;
	display: inline;
}
div.prod-popup div.title p.close a {
	display: block;
	background: url(../images/close-x.png) no-repeat 0 50%;
	padding: 0 0 0 20px;
}
div.prod-popup div.title p.close a:link, div.prod-popup div.title p.close a:visited {
	color: #fff;
	text-decoration: none;
}
div.prod-popup div.title p.close a:hover {
	color: #fe5217;
}
div.prod-popup div.prod-details {
	background: url(../images/prod-pop-bkg.png) repeat-y 0 0;
	width: 276px;
	overflow: hidden;
	padding: 10px 20px;
}
div.prod-popup div.prod-details div.img {
	width: 90px;
	margin: 0 10px 0 0;
	float: left;
	display: inline;
}
div.prod-popup div.prod-details span.in-cart {
	display: block;
	width: 20px;
	height: 21px;
	background: url(../images/in-cart-icon.png) no-repeat 0 0;
	position: absolute;
	margin: 60px 0 0 70px;
	cursor: pointer;
}
div.prod-popup div.prod-details span.local {
	display: block;
	width: 48px;
	height: 45px;
	background: url(../images/local-icon.png) no-repeat 0 0;
	position: absolute;
	margin: 0;
	cursor: pointer;
}
div.prod-popup div.prod-details span.mostly-local {
	display: block;
	width: 50px;
	height: 47px;
	background: url(../images/mostly-local-icon.png) no-repeat 0 0;
	position: absolute;
	margin: 0;
	cursor: pointer;
}
div.prod-popup div.prod-details span.limited-offer {
	display: block;
	width: 50px;
	height: 47px;
	background: url(../images/limited-offer-icon.png) no-repeat 0 0;
	position: absolute;
	margin: 0px 0 0 40px;
	cursor: pointer;
}
div.prod-popup div.prod-details div.description {
	width: 170px;
	margin: 0;
	float: right;
	display: inline;
}
div.prod-popup div.prod-details div.description p {
	font-size: 93%;
	line-height: 150%;
}
div.prod-popup div.prod-details div.description p a:link, div.prod-popup div.prod-details div.description p a:visited {
	color: #7bb148;
	text-decoration: underline;
}
div.prod-popup div.prod-details div.description p a:hover {
	text-decoration: none;
}
div.prod-popup div.prod-popup-add {
	background: url(../images/prod-pop-btm.png) no-repeat 0 0;
	height: 52px;
	width: 216px;
	padding: 10px 0 10px 100px;
}
div.prod-popup div.prod-popup-add a.flat-btn {
  margin: 0 0 6px;
  float: left; 
  display: inline;
}
div.prod-popup div.prod-popup-add label {
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 93%;
	font-weight: bold;
	color: #04242d;
	vertical-align: middle;
	margin: 0 10px 0 0;
	padding: 3px 0 0 0;
	float: left;
	display: inline;
}
div.prod-popup div.prod-popup-add input.txt {
	width: 20px;
 	vertical-align: middle;
 	margin: 0 8px 0 0;
 	text-align: center;
 	float: left;
 	display: inline;
}
div.prod-popup div.  input.btn {
	vertical-align: middle;
}
div.prod-popup div.update-or-remove {
	display: block;
	float: left;
	padding: 3px 0 0;
}
div.prod-popup div.update-or-remove label {
	float: left;
	clear: left;
	margin: 5px 3px 0 17px;
	padding: 0;
}
/* @end */