/* THESE SYLES - OCTOBER 2006 - BY FRANCIS BISCHETTI/WEB PRODUCTION HERBALIFE */
/* THESE SYLES - OCTOBER 2006 - BY FRANCIS BISCHETTI/WEB PRODUCTION HERBALIFE */


/* START CATALOG STYLES */
/* START CATALOG STYLES */


.catalog { 
/* USE PADDING INSTEAD OF MARGIN TO FIX MAC SAFARI BUG - DOESN'T READ TOP MARGIN */
background: transparent;
padding: 0px;
margin: 0px;
}



	.catalog .pagination { 
	margin: 0; 
	padding: 0; 
	border: 1px solid #b4cdd6; 
	}

	.catalog .pagination h3,
	.catalog .pagination h4
	{ 
	color: #005b7f; 
	margin: 2px 8px; 
	padding: 2px 0px;	
	}

	.catalog .pagination p { font-weight: bold; margin: 3px 8px; padding: 3px 0px; }
		/* ABOVE P OVERWRITES ANY NEW_PRIMARY P TAGS */
	.catalog .pagination p a:link,
	.catalog .pagination p a:visited,
	.catalog .pagination p a:hover,
	.catalog .pagination p a:active { font-weight: bold; }


		.catalog .pagination table.main { width: 100%;
		background: #f5f9fe; 
		padding: 0px;
		}
			.catalog .pagination table.main td {
			padding: 0px;
			}
				.catalog .pagination table.main td p.left { text-align: left; }
				.catalog .pagination table.main td p.center { text-align: center; }
				.catalog .pagination table.main td p.right { text-align: right; }



	/* products_wrap div seems to want a border for stability, margins around it, etc */
	.catalog .products_wrap { 
	border-right: 1px solid #b4cdd6; 
	border-left: 1px solid #b4cdd6; 
	background: #fff;
	}


		.catalog .products_wrap .rowspace {
		height: 10px;
		overflow: hidden;
		}

		.catalog .catalog_img { display: block;
		width: 80px;
		height: 80px;
		margin: 6px auto 6px auto;
	}


		/* TOTAL WIDTH = 551PX - 2px (above borders) = 549 = 183 + 183 + 183 */
		.catalog .products_wrap p { margin: 2px 10px; padding: 2px 0px; text-align: center; }


		.catalog .products_wrap .div1 { 
		display:inline; 
		float:left; 
		width: 183px; 
		height:150px;
		background:none; 
		background-position:center top; 
		background-repeat:no-repeat;
		}

			.div1-over 
			{ 
			display:inline; 
			float:left; 
			width: 183px; 
		height:150px;
			background:url('../images/BG-green.gif'); 
			background-position:center top; 
			background-repeat:no-repeat;  
			}


.formInput02 {
	font-size: 11px;
	background-color: #F3F7FC;
	text-align: left;
	border: 1px solid #CCCCCC;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}


/* END CATALOG STYLES */
/* END CATALOG STYLES */

