/*****sidebar*****/
.sidebar{
	width: 195px;
	float: right;
	margin: 10px 10px 0 23px;
	_margin-right:2px;
	right:0;
	font-size:11px;
}
.sidebar .widget{
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
	padding: 15px 0;
	margin: 0 0 -1px 0;
	
	width:195px;
}

.sidebar .widget p, .sidebar .widget ul{
	margin: 0 0 5px 0;
}
.sidebar .widget h6{
	font-size:1.3em;
	font-weight:normal;
	margin: 0 0 10px 0;
	color: rgb(0,56,150)	
}

.connectWithWalmart {
    font-size:1.3em;
	font-weight:normal;
	margin: 0 0 10px 0;
	color: rgb(0,56,150)
}

.sidebar .widget ul {
	left:0;
	padding: 0;
	margin:0 0 0 16px;
	list-style: disc;
}
.sidebar .widget  li{
	padding: 5px 0 0;
	margin:0;
}
.sidebar .widget .moreLink{font-weight:bold;}
.sidebar .lastWidget{
border-bottom: 1px solid #dfdfdf;
}
/*  BEGIN Links Of Interest */
/*  *********************** */

#linksOfInterest {
	/*width: 195px;*/
	padding: 10px 0 0 10px;
}

#linksOfInterest ul {
    margin: 0;
    padding: 0;
}

#linksOfInterest li {
	position: relative;
	margin-left: 15px;
	vertical-align: middle;
}

#linksOfInterest .nestedList {
	background: #FFFFFF;
	border: solid 1px #CCCCCC;
	padding: 6px;
	width: 113px;
}

#linksOfInterest li ul {
	position: absolute;
	top: -4px;
	left: 80px;
	display: none;
}

#linksOfInterest li:hover ul {
	display: block;
}

/*  ********************* */
/*  END Links Of Interest */
