body, div, p, h1, h2, h3, h4, h5, h6, th, td, input, select, textarea, a, li {
  font-family: verdana, arial, sans-serif;
}

body, th, td, input, select, textarea, p, li {
  font-size: 10px;
}

code, pre {
  font: 10px "courier new", courier, monospace;
}

form {
	display: inline;
	margin: 0px;
}

p {
	margin-top:0px;
}

#siteTitle {
	font-size: 28px;
	width: 300px;
	height: 75px;
}

#upsellModal{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 200;
	background: url('/images/clear.gif');
}

#upsellModalBack{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 199;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#deliveryInfo dt {
	background: #eee;
	padding: 3px;
	margin-bottom: 4px;
	cursor: pointer;
	border: 1px solid black;
}

img {
  border: 0px;
}

hr {
  height: 1px;
}

th {
  text-align: left;
}

.small {
	font-size: 9px;
}

.stroke {
	border: #000 1px solid;
}

.headerGradient {
	background-image:url(../images/backgrounds/head.jpg);
	background-repeat:repeat-x;
}

.lfsText {
	color:#8b8a8a;
}

a.pinkLink {
	color:#fe6195;
	text-decoration:underline;
	font-weight:normal;
}

a.pinkLink {
	color:#fe6195;
	text-decoration:underline;
	font-weight:normal;
}

a.pinkLink:hover {
	color:#ff0658;
	text-decoration:none;
	font-weight:normal;
}

.logoBorder {
	border:#c19268 2px solid;
}