@CHARSET "UTF-8";


table.menu {
}

table.menu tr td {
	border: 0;
}

table.menu tr td a {
	text-decoration: none;
	color: gray;
	font-size: 0.9em;
	font-weight: bold;
	line-height:0.9em;
}

table.results {
	width: 618px;
	table-layout: fixed;
	padding-top: 5px;
	border-spacing: 0px;
}

.content {
	width: 613px;
	text-align:left;
}

table.results tr td{
	padding:5px;
}

.strong {
	font-size: 1.1em;
	font-weight: bold;
}

table.results tr.even{
	background-color: #F7F7F7;
}

td.evenleft {
	border-left: 1px solid #E5E5E5;
	width: 100px
}

td.oddleft {
	width: 100px;
}

td.evenright {
	border-right: 1px solid #E5E5E5;
	width: 140px;
}

tr.oddrightmiddle {
}

td.evenrightmiddle {
	border-right: 1px solid #E5E5E5;

}

div.itemlisting {
	border-left: 1px solid #E5E5E5;
	height:80px;
	padding:10px;
	font-weight: bold;
}

tr.even td {
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

.swap {
width: 245px;
height: 100px;
}

.swapshort {
width: 190px;
}

.swapinput {
width: 45px;
}

.swaptext {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration:none;
	padding-top:3px;
	padding-bottom:3px;
	display:block;
}

.rightalign{
	text-align: right;
}

.criteria{
	margin-top: 0;
	padding: 0;
	margin-left: 20px;
}

.disclaimer {
	font-size: 0.65em;
	width: 400px;

	padding-left: 10px;
}


table.labelcontainer td {
		margin:0;
		padding:0;
		color:gray;
		font-size:11px;
		font-family: Verdana;
		background-color:#FFFFCD;
	}

table.labelcontainer td.labelheader {
		font-size:1.1em;
	}

table.labelcontainer {
	width: 470px;
	margin: 3px;
}

table.labelcontainer tr th {
	background: #4e5f2b;
	color: white;
	text-align: right;
}

table.labelcontainer tr th.close a{
	color: #FFFFCD;
	text-decoration:none;
}
table.labelcontainer tr th.close {
	border-left: 2px solid white;
	text-align:center;
	background-color:#1564a9;
}

table tr td.separator {
	background: #1564a9;
	height: 3px;
}

th.separator {
	border-right:2px solid white;
	border-left: 2px solid white;
}

table.labelcontainer tr th.separator {
	height: 2px;
	font-size: 1px;
	background:#1564a9;
}

table.label tr td {
	border-top: 1px solid gray;
}

table.label tr td.noborder {
	border: 0;
}

.border  {
	border-top: 1px solid gray;
}

table.label tr.labelminiheader {
	font-weight: bold;
	font-size: 0.85em;
}

.labelheader {
	font-size: 1.1em;
	font-weight: bold;
}

.labelheader noborder {
	font-size: 1.1em;
	font-weight: bold;
	font-size:17px;
}

.labelimage {
	border-top: 0;
	border-left: 1px solid #4e5f2b;
	border-right: 1px solid #4e5f2b;
	border-bottom: 1px solid #4e5f2b;
	float:right;
}

table.label {
	width: 340px;
}

@media print {
	table {padding:0;}
	.separator{display:none;}
	.close{display:none;}

}


#brandcell {
	background-color: #1564a9;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	text-align: center;
}

.rule {
	/*IE specific css in index.jsp, because it doesn't work in css files, and because IE doesn't work right */
	width:500px;
	border-top-width: 1px;
    border-top-style: solid;
    border-color: gray;
    margin: 0px 2%;
}

#searchcontainer {
	background-color: #F7F7F7;
	padding: 5px;
	margin: 5px;
	border: 1px solid #E5E5E5;
}

#searchcontainer .header {
	font-size: 1.3em;
	font-weight: bold;
}

#facts {
	table-layout:fixed;
	width:100%;
	border-collapse: collapse;
	margin-top: 5px;
	margin-bottom: 5px;
}

#facts th {
	text-align: left;
	padding:3px;
}

#facts td {
	text-align: left;
	padding:3px;
}

.factdescription {
	padding-left: 15px;
}

th.healthfact {
	border-top: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

th.lifestylefact {
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;

}

td.healthfact {
	border-right: 1px solid #E5E5E5;
}


div.healthfact{
	border-top: 1px solid #E5E5E5;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

div.lifestylefact {
	border-top: 1px solid #E5E5E5;
	padding-bottom: 3px;
	margin-bottom: 3px;
}




