/* general lists style */

li {
	list-style: square;
	color: #cc0000;
	padding: 0 0 3px 0;
}

/* left navigation */

#lnav li a.selected {
	color: #014274;
	font-weight: bold;
}

#lnav li a.open {
	color: #014274;
	text-decoration: none;
	background: url(images/arrow_down.jpg) top left no-repeat;
}

#lnav li a.subnav {
	font-size: 10px;
	background: none;
}

#lnav li a.subnav-selected {
	color: #014274;
	font-weight: bold;
	font-size: 10px;
	background: none;
}

/* lists styles */

#list-data th {
	/*background: #C75747;*/
	background: #5381A1;
	color: #fff;
	padding: 7px 0 7px 10px;
}

#list-data th a {
	color: #fff;
}

/* details styles */


.highlighted-row{
	background: #dedede;
}

.list-ing td{
	font-size: 13px;
	border-bottom: 1px solid #ddd;
	padding: 3px 10px 3px 1px;
}
.list-ing p{
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 2px;
}

.ingredients-xstandard p{
	font-size: 13px;
}