﻿a.large_button, span.large_button
{
	cursor:pointer;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	background-repeat: no-repeat; 
	background-position: left bottom;
/*	height: 22px;*/
	width: 170px;
	text-decoration: none;
	display: block;
	padding-left: 35px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 1px;
	margin: 0px;
	border: none;
	float: none;
	margin-bottom:4px;
	text-align:left;
}

a.large_button, span.large_button
{
	position:relative;
	cursor:pointer;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	background-repeat: no-repeat; 
	background-position: left bottom;
	width: 170px;
	text-decoration: none;
	display: block;
	padding-left: 35px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 1px;
	margin: 0px;
	border: none;
	float: none;
	margin-bottom:4px;
	text-align:left;
	top:0px;
}

button.large_button 
{
	background-color:transparent;
	position:relative;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat; 
	background-position: left bottom;
	width: 170px;
	text-decoration: none;
	text-align:left;
	display: block;
	padding-left: 32px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 1px;
	margin: 0px;
	border: none;
	float: none;
	cursor:pointer;
	top:-2px;
}

.large_button:hover 
{
  color: #FF6700;
}


.lb_send { background-image : url('/img/buttons/send.gif'); }
.lb_delete { background-image : url('/img/buttons/delete.gif'); }

.lb_add_cart { background-image : url('/img/buttons/add_cart.gif');}
.lb_cart { background-image : url('/img/buttons/cart.gif');}
.lb_pdf { background-image : url('/img/buttons/pdf.gif');}
