#left {
	float: left;
	width: 168px;
	background-color: #1BA6E0;
	padding-bottom: 1em;
}

#left h2.byCategory {
	margin-left: 7px;
	margin-top: 6px;
	margin-bottom: 6px;
	width: 150px;
	height: 21px;
	background: url(../img/headers/select-by-category.gif);
}

#left h2.fromList {
	width: 150px;
	height: 21px;
	background: url(../img/headers/select-from-list.gif);
	margin-bottom: 8px;
}


#alpha {
	background: #fff;
	padding-bottom: 6px;
}

#frmAlpha {
	padding: 8px;
	background-color: #fcaa51;
}

#frmAlpha select {
	width: 100%;
	color: #113ba6;
	background-color: #f3fbfe;
	font-size: 110%;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
}

#productsList {
	margin-left: 15px;
	list-style: none;
	margin-top: 0;
	_margin-top: -10px;
}

#productsList ul {
	list-style: none;
}

#productsList li {
	display: none;
}

#productsList li.current {
	display: block;	
}

#productsList li.current li {
	display: block;
	margin-bottom: 0.3em;
	padding-left: 10px;
	background: url(images/white.gif) no-repeat;
}

#productsList li.current strong {
	display: none;
}

#productsList li.current li strong {
	display: inline;
	cursor: pointer;
	color: #fff;
}

#productsList li.current li ul {
	display: none;
	margin-bottom: 0.2em;
}

#productsList li.current li.current ul {
	display: block;
}

#productsList li.current li strong.current {
	color: #ffffff;
}

#productsList li.current li li {
	margin-bottom: 0;
	margin-top: 0.3em;
	padding-left: 14px;
	padding-right: 10px;
	background: url(images/pill.gif) no-repeat;
}


#productsList a,
#productsList a:link,
#productsList a:visited,
#productsList a:hover,
#productsList a:visited:hover {
	color: #fff;
	text-decoration: underline;
}

#productsList a.current,
#productsList a.current:link,
#productsList a.current:visited,
#productsList a.current:hover,
#productsList a.current:visited:hover {
	text-decoration: none;
	font-weight: bold;
	color: #b3e5fa;
}

.infoblock {
	padding: 8px;
	border-bottom: 6px solid white;
}

.infoblock p {
	margin: 0;
	margin-bottom: 0.8em;
}

.infoblock h2 {
	display: block;
	width: 150px;
	height: 22px;
	margin: 0;
	margin-bottom: 0.4em;
	background-repeat: no-repeat;
}

#bonus {
	color: #fff;
	background-color: #FCAA51;
	padding-bottom: 6px;
	height: 185px;
	overflow: hidden;
	font-size: 110%;
}

#bonus h2 {
	background-image: url(images/free-bonus-pills2.gif);
}

#bonus a, #bonus a:visited, #bonus a:hover {
	color: #fff;
	text-decoration: underline;
}

#bonus input.txt {
	border: 1px solid #D6985F;
	background-color: #FCCC99;
	color: #113ba6;
	font-size: 93%;
	padding: 0.2em 0.6em;
	margin-top: 3px;
	font-family: sans-serif;
	width: 135px;
}

#bonus span.email, #bonus span.birthday {
	display: block;
	margin-right: 0.5em;
}

#bonus span label {
	display: block;
	font-size: 90%;
}

#bonus input.img {
	margin: -3px 0 0 0;
}

#bonus form p {
	margin-bottom: 0;
}

#bonus p.clear {
	margin-top: 10px;
}