html {
    overflow-x: hidden;
    overflow-y: scroll;
}

html, body, div, span, img, ul, li {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea, p {
	font: 12px "微软雅黑",arial,"宋体";
}

li {
    list-style: none outside none;
}

.ml-top-fixed-div {
	height: 35px;
	position: relative;
	width: 100%;
	z-index: 500;
}

.ml-top-fixed-inner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.ml-top-bar {
	background-color: #EEEEEE;
	background-image: url("top-bar.png")/*tpa=http://www.koloofood.com/themes/default/images/nav-bar/top-bar.png*/;
	background-position: 0 0;
	border-bottom: 1px solid #D2D2D2;
    height: 29px;
    position: relative;
    z-index: 501;
}

.ml-top-bar .logo{
	margin-top:5px;
	color:#FFF;
	float:left;
}

.ml-top-bar-menus{
	margin-top:5px;
	float:right;
}

.ml-top-bar-menus li {
	float: left;
	padding-left:5px;
}

.ml-top-bar-menus a {
	color:#FFF;
}

.ml-top-bar-menus a:hover {
	color:#FFCC00;
}

.ml-row {
	margin-left: -10px;
}

.ml-span3 {
	width: 287px;
	float: left;
	margin-left: 10px;
}

.ml-span9 {
	width: 683px;
	float: left;
	margin-left: 10px;
}

.ml-bottom-fixed-div {
	height: 65px;
	position: relative;
	width: 100%;
	z-index: 500;
}

.ml-bottom-fixed-inner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

.ml-bottom-bar{
	background-image: url("footer.png")/*tpa=http://www.koloofood.com/themes/default/images/footer/footer.png*/;
	min-height:65px;
}

.ml-bottom-content{
	padding-top:25px;
	color: #FFCC66;
}

.ml-copyright{
	float:left;
}

.ml-bottom-content a {
	color: #FFF;
}

.ml-bottom-content a:hover {
	color: #FFCC00;
}

/*override bootstrap*/
legend{
	font-size: 15px;
}

.label{
	font-size: 11px;
	font-weight: normal;
}

.form-actions{
	border: none;
	background-color: transparent;
}

form{
	margin:0 0 0px;
}

.div-h100{
	height:100px;
}

.debug-border{
	border:1px solid red;
}

.debug-border-h1500{
	border:1px solid red;
	height:1500px;
}