﻿#products li {
	list-style-type: none;
}
#products a, a:link, a:visited {
	color: #008000;
	text-decoration: underline;
	display: inline;
	font-weight: bold;
	font-family: arial, Helvetica, sans-serif;
}
#products p {
	font-family: verdana;
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 22px;
}
#products {
	margin: 0px;
	border: 1px outset #000000;
	background-color: #ECEEF0;
	padding: 18px;
	font-size: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.red-bold {
	color: red;
	font-weight: bold;
}

#product_image {
	background-image: url('images/products/quadoffset.jpg');
	background-repeat: no-repeat;
	width: 500px;
}
img.img-product:hover {
	background-image: url('titanium-drivers/quadoffset_large.jpg');
}
h4 {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0px;
}

.small-italics-red {
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
	font-family: "myriad Pro", tahoma;
}

#products h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: "myriad Pro";
	font-weight: 100;
	font-size: 22px;
	text-decoration: none;
}

.golfbag-product {
	border: 2px inset #000000;
	float: left;
	padding: 0px;
	margin: 5px 15px 7px 10px;
}

.smalltext {
	font-size: 13px;
	font-family: "myriad Pro", corbel, calibri;
}

.img-border {
	border: 2px inset #000000;
	float: left;
	padding: 0px;
	margin: 0px 15px 5px 0px;
}

.blue {
	color: #66CCFF;
	font-size: 13px;
}
.burgendy {
	color: #800000;
}

