/* Container vs Float Error Correction */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */

#main-inner { width: 100%; float: left; overflow: visible; }

#left-outer { float: left; width: 212px; }
#left-inner { width: 100%; float: left; overflow: visible; }

#content-outer { margin-left: 230px; }
#content-inner { width: 100%; float: left; overflow: visible; }

/* Search Panel */
#search-panel-outer { width:212px; height:32px; background: url("../Images/nav-searchbg.gif") no-repeat top left; margin: 10px 0 5px 0; display:block; }
#search-panel-inner { overflow: hidden; width: 100%; }
#search-form-outer { margin: 4px 8px 8px 8px; }
#search-form-inner { overflow: hidden; width: 100%; }
.SearchFieldset { border: 1px solid #cccccc; padding: 0; margin: 0; } /* Use HideFieldset/Legend if required for the design */
.SearchKeywords { border-radius:8px; padding:2px 0 2px 5px; font-size:0.8em }
.SearchButton { padding: 0; margin: 0; cursor: pointer; width:27px; height:27px; background: url("../Images/nav-searchbuttonbg.gif") no-repeat; border: 0; padding-bottom:4px; font-weight:bold }
.oDataSearchFormInputText { display: inline; }
.oDataSearchFormButton { display: inline; margin-top:-10px; }
.buttonwrap { width:27px; height:27px; float:right; margin-top:-23px; margin-right:-3px; }

/* Side Nav */
.oSideNavigation {margin:0;}
.oNavigationItemChild { padding: 3px 0 0 15px!important; }

/* Promotion Slider */
.lister-slider.lister-omega .title { color:#000; position:absolute; width:230px; top:134px; left: 0px; font-weight:bold; padding:3px 10px 0 10px; background:  url("../Images/promotion-bg.png"); border-top: 1px solid #FFF; font-size:14px; }

/*carousel*/
.lister-carousel.lister-omega #thumbNav {
    position: absolute;
    text-align: center;
    top: 15px;
    width: 100%;
	margin-left: 255px;
}
.lister-carousel.lister-omega .pagination-outer {
	width:auto
}