/* This CSS Document is for the side navigation bar only*/

.navp, .navm, .navpb, .navmb
{
	background: url(/images/new/iconlist.gif) 780px -2px no-repeat;
    overflow:hidden;
    white-space:nowrap;
    height:26px;
    cursor:pointer;
    border: solid 1px #4c8628;
    vertical-align:middle;
    padding-left:12px;
    padding-top:5px;  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#4c8628;
	font-weight: bold;
    text-decoration: none;    
}

.navm
{
	background: url(/images/new/iconlist.gif) 780px -32px no-repeat;
    border-bottom: none;
}

.navpb
{
	background: url(/images/new/iconlist.gif) 780px -62px no-repeat;
}

.navmb
{
	background: url(/images/new/iconlist.gif) 780px -92px no-repeat;
    border-bottom: none;
}

.sub1, .sub2
{
    height:20px;
    margin:3px 0px 3px 30px;
    padding:2px;
	border:solid 1px #eef4f9;
/*	background-color:#eef4f9; */
    /* easy rounded corners for modern browsers */ 
    -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}
.sub2{margin-left:0px;}

.sub-off
{
    display:none;
    border-left: solid 1px #4c8628;
    border-right: solid 1px #4c8628;  
}
.sub-on
{
    display:block;
    border-left: solid 1px #4c8628;
    border-right: solid 1px #4c8628;  
}

.subIcon, .subSKU, .subDesc, .subPrice
{
	float:left;
	width:28px;
	text-align:left;
	padding:2px;	
}
.subSKU {width:80px;}
.subDesc {width:560px;}
.subPrice {width:60px;text-align:right;}


a.sider
{
    line-height:150%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;	
	font-weight: bold;
}
a.sider:hover
{
    line-height:150%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;	
	font-weight: bold;
}
.promo{background:url('/images/nav/Right-Arrow.png') no-repeat left center; padding:5px 0px 5px 22px;vertical-align:middle;}
.sh1{font-size:13px;font-weight:bold;margin:10px 0px;}
