/* Begin Spreadshop icons */

.tag,
.delicious,
.recommend
{
	height:22px;
	width:22px;
}
.refresh
{
	height:16px;
	width:16px;
}
.tag
{
	background:url(../Images/Icons/favorites.png) no-repeat;
}
.delicious
{
	background:url(../Images/Icons/delicious.png) no-repeat;
}
.recommend
{
	background:url(../Images/Icons/recommend.png) no-repeat;
}
.button.basket
{
	background:#fff url(../Images/Icons/basket.png) no-repeat;
}
.button.delete
{
	height:16px;
	width:16px;
	background:#fff url(../Images/Icons/delete.png) bottom left no-repeat;
}
.mvc .box a.delete
{
	height:19px;
	width:16px;
	background:url(../Images/Icons/delete.png) 0 3px no-repeat;
}
.mvc .checkout-login .section p a.help
{
	background:transparent url(../../Common/images/Icons/icon_help.png) scroll 0pt 45% no-repeat;
}
.error,
.system-error
{
	background:#f3d0d0 url(../Images/Icons/error.png) 0.5em 0.3em no-repeat;
}
.pending
{
	background:#f7f8c9 url(../Images/Icons/exclamation.png) 0.5em 0.3em no-repeat;
}
.info
{
	background:#e3f6ff url(../Images/Icons/information.png) 0.5em 0.3em no-repeat;
}
.success
{
	background:#e2f6ce url(../Images/Icons/accept.png) 0.5em 0.3em no-repeat;
}
.refresh
{
	background:url(../../Common/images/Icons/arrow_refresh.gif) bottom left no-repeat;
}

/* End Spreadshop icons */