﻿* {
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	font-size: 0.77em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #fff;
}
a:link, a:visited, a:hover {
	color: #456;
	text-decoration: underline;
}
p {
	margin-bottom: 6px;
}
h1, h2, h3, h4, h5, h6 {
	color: #237399;
	padding-bottom: 5px;
	padding-top: 3px;
	font-weight: 700;
	text-align: left;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 107%;
}
h5, h6 {
	font-size: 100%;
}
td {
	padding: 3px 6px;
	text-align: left;
}
.price {
	color: #369303;
	font-weight: 700;
	line-height:1.7em;
}
.listPrice {
	color:#777;
	text-decoration:line-through;
}
.addcarticon {
	line-height: 1.7em;
	display: inline-block;
	background: url(../../images/icons/icon_addToCart20x20.gif) no-repeat left 50%;
	padding-left: 23px;
}