.item table {
	border-collapse: collapse;
}

.item th, .item td {
	padding: 4px;
	border: 1px solid #666;
}
.item th {
	text-align: right;
	vertical-align: middle;
}
ul, li, sli {
	margin: 0; padding: 0; list-style: none;
}
ul {
	margin: 1em 0;
}

li {
	padding-left: 20px;
	background: url(img/bullet.gif) 3px 50% no-repeat;
}
sli {
	padding-left: 30px;
	background: url(img/bullet.gif) 3px 50% no-repeat;
}

/* Alert stuff */
al {
	/* border-bottom: 1px dotted #ccc; */
	padding: 6px; margin: 0;
	margin-bottom: 2px;
	color: #ff9900;
	font-size: 1.3em;
}

/* Product stuff */

h3 {
	font: 2em Arial, sans-serif;
	clear: left;
	margin: 0;
	padding: 1em 0 0.5em 0;
}
h4 {
	/* border-bottom: 1px dotted #ccc; */
	padding: 6px; margin: 0;
	margin-bottom: 2px;
	color: #ff9900;
	font-size: 1.2em;
}

.product-left {
	float: left;
	width: 44%;
}
.product-right {
	margin-left: 48%;
        width: 42%
}

.productnumber {
	color: #666;
	font-size: 0.7em;
}
.productimage {
	border: 2px solid #fff;
	padding: 10px;
}

.barker {
	line-height: 150%;
}

.cost {
	font-size: 2em;
	margin: 0;
}
.disclaimer {
	color: #666;
	margin: 0;
}
.cart-button {
	float: right;
	margin: 1em 1em 0 0;
}

/** Links Page Stuff **/
.weblink {
	font-size: 2em;
	margin: 0;
}

.webitem table {
	border-collapse: collapse;	
}

.webitem th, .webitem td {
	padding: 4px;
}

.webitem th {
	text-align: right;
	vertical-align: middle;
}
