﻿.icon,
.icon_view,
.icon_add,
.icon_add_blue,
.icon_add_orange,
.icon_delete,
.icon_edit,
.icon_cancel,
.icon_save,
.icon_email,
.icon_map,
.icon_reward,
.icon_coupon,
.icon_help,
.icon_pdf,
.icon_error,
.icon_mail,
.icon_fax,
.icon_phone,
.icon_startlist
{
	padding-left: 20px;
	margin: 2px 5px 0;
	vertical-align:baseline;
}

.link_icon { margin: 0px 3px -2px 0; vertical-align:baseline;}

.icon_startlist{ background: url(icons/startlist.png) no-repeat 0% center; }
.icon_view { background: url(icons/view.png) no-repeat 0% center; }
.icon_add { background: url(icons/add.png) no-repeat 0% center; }
.icon_add_blue { background: url(icons/add_blue.png) no-repeat 0% center; }
.icon_add_orange { background: url(icons/add_orange.png) no-repeat 0% center; }
.icon_delete { background: url(icons/delete.png) no-repeat 0% center; }
.icon_edit { background: url(icons/pencil.png) no-repeat 0% center; }
.icon_cancel { background: url(icons/cancel.png) no-repeat 0% center; }
.icon_save { background: url(icons/disk.png) no-repeat 0% center;}
.icon_back { padding-left: 20px; background: url(icons/back.png) no-repeat 0% center; margin-top: 5px; }

.icon_email { background: url(icons/email.png) no-repeat 0% center; }
.icon_map { background: url(icons/map.png) no-repeat 0% center;padding-left: 17px; }
.icon_reward { background: url(icons/money.png) no-repeat 0% center; }
.icon_coupon { background: url(icons/coupon.png) no-repeat 0% center; }
.icon_help { background: url(icons/help.png) no-repeat 0% center; }
.icon_pdf { background: url(icons/pdf.png) no-repeat 0% center; margin-top: 5px; }
.icon_error { background: url(icons/error.png) no-repeat 0% center; margin-top: 5px; }

.icon_mail { background: url(icons/house.png) no-repeat 0% center; }
.icon_fax { background: url(icons/fax.png) no-repeat 0% center; }
.icon_phone { background: url(icons/telephone.png) no-repeat 0% center; }

.icon_button
{
	font: 13px "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	padding: 3px;
	cursor: pointer;
	margin: 1px;
	background-image: url(images/btn_bg.gif);
	background-repeat:repeat-x;
	border: solid 1px black;
	height:30px;
}

