@charset "utf-8";

/**
 * All About Splenda
 */
div.products {
	min-height: 340px;
}

* html div.products {
	height: 340px;
}

div.product-holder {
	float: left;
	width: 328px;
	/*margin-right: 10px;*/
	padding-bottom: 35px;
	*padding-right: 10px;
}

div.product-holder h4,
div.product-holder ul {
	margin: 10px 0;
}

* html div.products table h4 {
	font-size: 100%;
}

div.product-holder h4 {
	height: 40px;
	text-align: center;
}

div.product-holder p {
	text-align: center;
	height: 140px;
}

div.product-text ul {
	text-align: center;
	height: 50px;
}

div.product-text ul li {
	list-style-type: none;
}


div.product-text a {
margin-left: 38%;
*margin-left: 36%;

}

div.middle-product a {
margin-left: 38% !important;
*margin-left: 33% !important;
 }

div.middle-product {
	border-left: 1px dotted #454974;
	border-right: 1px dotted #454974;
	padding: 0 15px;
	margin-right: 0;
}

div.middle-holder {
	margin: 0 20px 0 0;
	width: 328px;
}

div#about-featured-boxes {
	clear: both;
}

/**
 * Overwrites the Box main class
 */
div.main-content div.generic-featured-box {
	float: left;
	width: 320px;
	margin-right: 20px;
}

div.main-content div.box-content h4 {
	height: 65px;
}

div.main-content div.box-text {
	width: 150px;
}

div.main-content p.box-text {
	height: 80px;
}

/**
 * Product details
 */

ul.prod-detail li {
	background: url('../images/generic-arrow.gif') 0 1px no-repeat;
	list-style: none;
	vertical-align: middle;
	margin-bottom: 7px;
	margin-left: -21px;
	padding-left: 21px;
}

div.box-image {
	margin-left: 13px;
	margin-top: 15px;
}


/* Boxes */


div.box1 h4 {
	width: 300px;
	position: relative;
	z-index: 999;
	margin-bottom: 0;
}

div.box1 p.box-text {
	margin-top: -10px;
	_position: absolute;
}

div.box1 div.box-image {
	margin-top: 45px;
	_margin-top: -20px;
	_margin-bottom: 25px;
	_margin-left: 82px;
}

div.box1 p.box-link {
	margin-top: 40px;
	_margin-top: 105px;
	width: 230px;
	_position: absolute;
}





div.box2 h4 {
	width: 300px;
	position: relative;
	z-index: 999;
	margin-bottom: 0;
}

div.box2 p.box-text {
	margin-top: -10px;
	_position: absolute;
}

div.box2 div.box-image {
	margin-top: 35px;
	_margin-top: -30px;
	_margin-left: 82px;
	_padding-bottom: 25px;
}

div.box2 p.box-link {
	margin-top: 40px;
	_margin-top: 105px;
	width: 230px;
	_position: absolute;
}
