.content {
	overflow: hidden;
}

#col-left {
	width: 420px;
	float: left;
}

#col-right {
	width: 380px;
	float: left;
}

#instructions {
	display: none;
	margin: 20px 0px 0px 160px;
}

	#instructions a {
		font-size: 1.4em;
		text-indent: 18px;
		display: block;
		background: url(images/g-pdf.gif) no-repeat 1px 2px;
		text-decoration: none;
	}

#more-products {
	margin: 20px 0px 0px 160px;
}

	#more-products a {
		font-size: 1.6em;
		font-weight: bold;
		text-decoration: none;
	}

h2 {
	font-size: 1.8em;
	color: #282560;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
}

#price {
	font-size: 1.8em;
	line-height: 20px;
	color: #282560;
}

	#price .save {
		font-size: 0.6em;
		font-weight: bold;
	}

#cart {
	height: 40px;
}

	#cart a {
		display: block;
		width: 82px;
		height: 20px;
		background: url(images/b-addtocart.gif) no-repeat 0px 1px;
		text-indent: -999em;
		outline-style: none;
	}

	#cart a:hover {
		background-position: 0px -19px;
	}

	#cart .trigger {
		font-size: 1.0em;
		color: #EC297B;
		position: relative;
		top: -20px;
		left: 110px;
		cursor: pointer;
	}

#product-info p {
	font-size: 1.4em;
}

	#product-info .question {
		color: #EC297B;
	}

	#product-info .p-title {
		font-weight: bold;
		margin: 0px 0px 0px 0px;
	}

#points {

}

	#points li {
		background: url(images/g-bullet-star.gif) no-repeat -1px 2px;
		font-size: 1.4em;
		font-weight: bold;
		line-height: 20px;
		padding: 0px 0px 0px 22px;
	}


/* Shipping Information */

#shipping-info {
	border: 1px solid #EC297B;
	margin: 0px 0px 20px 0px;
	display: none;
}

	#shipping-info p {
		font-size: 1.0em;
		margin: 20px 20px 0px 20px;
	}

	#shipping-info table { 
		border-top: 1px solid #999; 
		border-left: 1px solid #999; 
		margin: 0px 0px 0px 20px;
	}
	
	#shipping-info table tr {
		border-bottom: 1px solid #999;	
	}

	#shipping-info table td {
		border-right: 1px solid #999;
	}

	#shipping-info table tr {
		border: 1px solid #999;
		height: 20px;
	}

	#shipping-info table td {
		vertical-align: middle;
		padding: 0px 0px 0px 5px;
	}

	#shipping-info table .method {
		width: 150px;
	}

	#shipping-info table .price {
		width: 100px;
	}

	#shipping-info .trigger {
		font-size: 1.0em;
		color: #EC297B;
		cursor: pointer;
		margin: 0px 0px 18px 20px;
		display: block;
		line-height: 20px;
	}
