@charset "UTF-8";

body,td,th,p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #333333;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 16px;
	color: #32D401;
}
.product_back {
	background-image: url(images/product_back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.product_thumbs_back {
	background-image: url(images/product_thumb_back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 5px;
}
.dotted_border {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}
