div.floated {
	float: right;
	clear: right;
}

.right {
	float: right;
}

.left {
	float: left;
}

div.right {
	width: 600px;
}

div.left {
	width: 300px;
}

ul#keywords {
	width: 250px;
/*	#margin-top: 15px;*/
}

ul#keywords li {
	margin-bottom: 10px;
	list-style-position: inside;
	list-style-image: url(/images/pink_bullit.png);
}

ul#keywords li a {
	padding-left: 10px;
}


ul#products {
	width: 600px; /* margin right buffer */
	margin-right: 0px;
	_margin-right: -36px;
	float: right;
	margin-top: 40px;
}

ul#products li {
	border: 1px solid #606060;
	float: left;
	width: 261px;
	height: 119px;
	margin-right: 36px;
	margin-bottom: 10px;
	list-style: none;
	position: relative;
}

ul#products li.product {
	line-height: 119px;
	text-align: center;
	overflow: hidden;
}

ul#products li.product a {
	font-size: 12px;
	color: #DF3479;
	text-decoration: none;
}

ul#products li.product a:hover {
	text-decoration: underline;
}

ul#products li.product a img {
	float: left;
}

ul#products li#free_sample {
	text-align: center;
	background: #DF3479;
}

ul#products li#free_sample a {
	position: relative;
	top: 35px;
}