#delivery_options_new{
	height: 80px;
	width: 84px;
	/*min-height: 29px;
	min-width: 184px;*/
	cursor: pointer;
	background: url(../../images/get_btn_wifi.gif) no-repeat center center;
	border: 0;
	float:right;
	text-align:right;
}
#delivery_options_new:hover {
	background: url(../../images/get_btn_wifi.gif) no-repeat center center;
}
div.htmltooltip {
	position: absolute; /*leave this and next 3 values alone*/
	z-index: 1000;
	left: -1000px;
	top: -1000px;
	background: #ffffff;
	border: 5px solid grey;
	color: black;
	padding: 3px 3px 3px 8px;
	width: 400px; /*width of tooltip*/
	font-size: 0.8em;
}
#delivery_options_new_smart{
	height: 80px;
	width: 84px;
	/*min-height: 29px;
	min-width: 184px;*/
	cursor: pointer;
	background: url(../../images/get_delivery.gif) no-repeat center center;
	border: 0;
	float:right;
	text-align:right;
}
#delivery_options_new_smart:hover {
	background: url(../../images/get_delivery.gif) no-repeat center center;
}

.as-seen-on {
	width: 100%;
	float: left;
	display: inline-block;
	background-color: #efefef;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	height: 70px;
	text-align: center;
	margin: 0;
	padding: 0;
}

.as-seen-on li {
	float: none;
	display: inline;
	position: relative;
	height: 70px;
	line-height: 70px;
	vertical-align: middle;
	list-style: none;
	margin: 0px 15px 0px 15px;
	padding: 0;
}
