/* CSS Document /// NUTRITION PRODUCTS */

table.cart {
	padding: 3px;
	margin: 3px 3px 15px 0;
	border-collapse: collapse;
	background: #eee;
	text-align: left;
	width: 100%;
}

table.cart td {
	padding: 5px;
	vertical-align: top;
}

.rightborder {
	border-right: 1px solid #666;
}

td.fivePercent {
	width: 5%;
}

td.tenPercent {
	width: 10%;
}

td.fifteenPercent {
	width: 15%;
}

td.twentyFive {
	width: 25%;
}

td.fiftyPercent {
	width: 50%;
}

.start {
	background-color: #eee;
	padding: 5px;
	font-weight: bold;
}

td.start {
	text-align: right;
	width: 140px;
}

tr.newCat {
	background-color: #1E649F;
	color: #fff;
	font-weight: bold;
	text-align: left;
}

tr.newCat td {
	padding: 5px;
}

tr.newCat h2 {
	color: #fff;
	font-size: 1.5em;
	padding: 0;
	margin: 0;
}

.alignRt {
	text-align: right;
}

tr.start td {
	padding: 3px;
}

tr.odd {
	background-color: #DBEEFD;
}

/* Main Image Titles ---------------------------------------------*/

#titleProduct {
	position: relative;
	background: url(../../images/title_nutrition.gif) top left no-repeat;
	width: 740px;
	height: 41px;
}

#titleProduct h1 {
	font: 14pt/16pt Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 10px 0 0 30px;
	margin: 0;
}

.product {
	color: #3c833c;
}

/* Replacing colors /// Overrides basic stylesheet */

#main2Col h2 , #mainCol h2 {
	display: block;
	text-align: left;
	font: 18pt "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3c833c;
	border-bottom: 1px solid #3c833c;
	padding: 0 0 5px 0;
	margin: 0;
}

.topText {
	font-size:22px;
	font-family:"Arial Narrow",Arial, Helvetica, sans-serif;
	color:#3c833c;
	border-bottom: #3c833c 1px solid;
}

#prodboxtop {
	position: relative;
	background: url(../../images/subbox_top_nutrition.gif) top left no-repeat;
	padding: 0;
	margin: 0;
}

#prodboxtop h2 {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: bold;
	color: #fff;
	padding: 5px 0 5px 7px;
	margin: 0;
}

#prodboxmiddle {
	position: relative;
	background: url(../../images/subbox_middle.gif) top left repeat-y;
	padding: 1px 0 5px 0;
	margin: 0;
}

#prodboxmiddle h2 {
	background: url(../../images/subbox_divider_nutrition.gif) top left repeat-y;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: normal;
	color: #fff;
	padding: 5px 0 5px 7px;
	margin: 0;
}

#prodboxmiddle p, #prodboxmiddle li {
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #666;
	padding: 3px 5px 2px 7px;
}

#prodboxbottom {
	position: relative;
	background: url(../../images/subbox_bottom.gif) top left no-repeat;
	height: 48px;
	padding: 0;
	margin: 0;
}

#prodboxmiddle UL.sideMenuBullet
{    
    PADDING:0px;
    MARGIN-LEFT: 22px;
    MARGIN-RIGHT: 22px;
    LIST-STYLE-TYPE: square;
}

#prodboxmiddle UL.sideMenuBullet LI
{
	border-bottom:dotted 1px #ccc;
	padding:1px 0px 0px 0px;
	margin:0px;
}
#prodboxmiddle UL.sideMenuBullet A
{
	display:block;
	width:170px;
	margin-left:0px;
	padding:1px 0px 1px 2px;
}
#prodboxmiddle UL.sideMenuBullet A:hover
{
	background-color:#3c833c;
	text-decoration:none;
	color:#fff;
}
