/* Achieve Safety Store Styles */

form {
	font: 0.75em Tahoma, Arial, Helvetica, sans-serif;
}

.button img {
	border: 0;
}

.buttonright {
	float: right;
}

table#cart, table#checkout {
	width: 99%;
	padding: 0;
	margin: 0 auto;
	border-collapse: collapse;
}

table#cart th, table#checkout th {
	padding: 3px;
	color: #000000;
}

table#cart td, table#checkout td {
	padding: 3px;
	border: 1px solid #999999;
	background-color: #f1f1f1;
	color: #000000;
}

table#details td.cost {
	text-align: center;
}

table#cart th.left , table#cart td.left, table#checkout th.left , table#checkout td.left {
	text-align: left;
}

table#cart th.right, table#cart td.right, table#checkout th.right, table#checkout td.right {
	text-align: right;
}

table#cart td.center, table#checkout td.center {
	text-align: center;
}

table#cart td img {
	border: 0;
}

.field_short {
	float: left;
	width: 45px;
	color: #000;
	margin-left: 15px;
}

.field_short2 {
	float: left;
	width: 85px;
	color: #000;
	margin-left: 15px;
}

.data input {
	border: 1px solid #999999;
	padding: 2px;
	font-size: 0.8em;
}

.cards img {
	vertical-align: middle;
}