﻿/* link to product pages */
.shopOnline{
	display:block;
	height: 32px !important;
	height:49px;
	background-image: url(cart.gif);
	background-repeat: no-repeat;
	padding-left:60px;
	padding-top:15px;
	padding-bottom:5px;
	font-size: 14px;
    color:#555555;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 1px #D99F4E;
}
.shopOnline:hover{
	color:#DD7700;
	text-decoration: underline;
}