#leftSide h2 {
	position: relative;
}
#leftSide h2 span.inq {
	position: absolute;
	right: 10px;
	top: 5px;
	color: #fff;
}
#springData {
	margin-bottom: 25px;
	width: 260px;
	float: left;
}

#springData dt {
	display: inline;
}

#springData dd {
	border: 1px solid #C3C0A3;
	padding: 10px;
}

#springData dd dl {
	margin: 0px;
	padding: 0px;
	float: none;
	width: 238px;
	background-image: url(../../images/common/dotline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#springData dd dt {
	width: 90px;
	font-weight: bold;
	font-size: 120%;
	margin: 0px;
	float: left;
	clear: left;
	padding: 5px;
}

#springData dd dd {
	width: 128px;
	font-weight: bold;
	font-size: 120%;
	margin: 0px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
}


#spaTable {
	padding: 0px;
	border: 1px solid #C3C0A3;
	border-collapse: collapse;
	width: 535px;
}

html[xmlns] #spaTable {
	border: 1px solid #C3C0A3;
	border-collapse: collapse;
	width: 534px;
	padding-left:0px;
	margin-left: 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#spaTable th {
	border: 1px solid #C3C0A3;
	padding: 5px;
	background-color: #E8E8D0;
	font-weight: bold;
	width: 25%;
}

#spaTable td {
	border: 1px solid #C3C0A3;
	padding: 5px;
	text-align: center;
}

#spaTable th.nocolor {
	background-color: #CCCCCC;
}

#spaTable td.daycolor {
	background-color: #FFCCCC;
	font-weight: bold;
}

#spaTable td.nightcolor {
	background-color: #D0D0E8;
	font-weight: bold;
}

.efficacy {
	margin-bottom: 25px;
}

.efficacy dt {
	font-weight: bold;
	float: left;
	width: 150px;
	padding-right: 10px;
	margin-bottom: 5px;
	background-image: url(../../images/common/dotline.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-left: 5px;
	clear: left;
}

.efficacy dd {
	float: left;
	width: 360px;
	background-image: url(../../images/common/dotline.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}


#springImg {
	padding-bottom: 15px;
}

#springImg li {
	list-style-type: none;
	float: left;
}

.springNews {
	margin:0 0 3em;
	padding: 2em 1em 1em;
	border: 1px solid #C3C0A3;
}
.springNews dt {
	font-weight: bold;
	cursor: pointer;
	/*border:solid 1px #999966;*/
	padding:0em 2em;
	margin-bottom: 1em;
	position: relative;
  background-image: url("../../images/common/arrow2.gif");
  background-repeat: no-repeat;
  background-position: 0.9em center;
}
.springNews dt:hover {
	opacity: 0.5;
}
.springNews dd {
	display: none;
	padding-left: 10px;
	margin-bottom: 2em;
}
.indentList {
	list-style: none;
}
.indentList li {
	text-indent: -1em;
	margin-left: 1em;
}

.springNews dd .indentList {
	padding-left: 1em;
	margin-bottom: 1.5em;
}
