/* Responsive Site */

@media screen and (max-width: 1010px) {
    div#right_bar {

	float:none;

	width:100%;

	max-width:310px;

	margin-top:10px;

	}
	
#banner_728 {

	display:none;

	}
}
@media screen and (max-width: 590px) {
#featured{ 
  width:100%; 
}

#featured .ui-tabs-panel{ 
  display:none
}

#featured ul.ui-tabs-nav{ 
  /*left:44%; 
  background:url('../images/unselect.png') top left repeat-y;*/ 
}

#featured li.ui-tabs-selected{ 
  /*background:url('../images/selected-item.png') top left no-repeat;*/
}

#featured li.ui-tabs-nav-item a{ 
  /*background: #fff url(../images/cocoonbg.jpg) repeat-y;*/
}

.listing_img {
    float: left;
    max-width: 253px;
    width: 100%;
}

.search_pg {
    float: left;
}
.main {
  float: left;
  width: 100%;
}
.sidebar {
  float: none;
  width: 100%;
}

}

@media screen and (max-width: 950px) {

.footer-img {
	display:none;
}

#left_bar {
  width: 100%;
}

#right_bar {
  float: none;
  padding: 0px;
}

}
