



.smartstaytextwidget {
	background-color: #FFF;
	height:100%;
}

.textwdgethead {
    background-color: #ADD0E5;
    
  
    display: block;
    float: left;
	clear:both;
	/*width:100%;*/
    /*width: 218px;*/
	margin:0;
	padding:0;
	padding-right:5px;
	
	
}

.textwdgethead h1,
.textwdgethead h2,
.textwdgethead h3,
.textwdgethead h4 {
	color:#FFF;
	margin-bottom: 5px;
    margin-left: 10px;
    margin-top: 4px;
	
}

.textwdgethead h1 {
	font-weight:400;
}

.textwdgetcontent {
	 margin-left: 10px;
	 width:195px;
	   margin-top: 6px;
	    display: block;
    float: left;
}




#sidebar .smartstaytextwidget {
	background:none;

}

#sidebar .textwdgetcontent  {
	 margin-left: 0px;
	 width:100%;
	 color:#FFF;
}


#sidebar .textwdgethead {
	background:none;
	padding:0;
}

#sidebar .textwdgethead h1,
#sidebar .textwdgethead h2,
#sidebar .textwdgethead h3,
#sidebar .textwdgethead h4 {
	color:#FFF;
	margin-bottom: 0px;
    margin-left: 0px;
    margin-top: 0px;
	
}