



html {overflow:hidden;}
img { -ms-interpolation-mode:bicubic }
body {
	padding: 0 !important;
}
h4 {
	margin: 0;
	padding: 10px 0;
}
P {
	margin: 0;
	padding: 5px 0;
}
ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
a, a:visited {
	color:#008bb6;
}
ul li	{list-style: url(/zkdemo/img/Centigrade-Widget-Icons/Bullet-10x10.png) disc}
ul ul li	{list-style: url(/zkdemo/img/z-bullet2.gif) circle}
ul ul ul li	{list-style: url(/zkdemo/img/z-bullet3.gif) square}
.demo-header .z-north-body {
	background:transparent url(/zkdemo/img/Centigrade-Widget-Icons/GradientGray.png) repeat-x scroll 0 0;
}
.demo-categorybar {
	position: relative;
	overflow: hidden;
	
}
.demo-categorybar-body {
	margin: 0px;
	width: 100%;
	overflow: hidden;
	zoom: 1;
}
.demo-categorybar-body-scroll {
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
}
.demo-categorybar-right-scroll {
	background-color: transparent;
	background-image: url(/zkdemo/img/g-scroll-right.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	border-bottom:1px solid #B7B7B7;
	cursor:pointer;
	position:absolute;
	right:0;
	top:37px;
	width:18px;
	z-index:10;
	height:25px;
}
.demo-categorybar-right-scroll:hover {
	background-position:-18px 0;
}
.demo-categorybar-left-scroll {
	background-color: transparent;
	background-image: url(/zkdemo/img/g-scroll-left.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: -18px 0;
	border-bottom:1px solid #B7B7B7;
	cursor:pointer;
	left:0;
	position:absolute;
	top:37px;
	width:18px;
	z-index:10;
	height:25px;
}
.demo-categorybar-left-scroll:hover {
	background-position:0px 0;
}
.demo-seld {
	background:transparent url(/zkdemo/img/g-category-seld.png) no-repeat scroll 0 0;
}
.demo-over.demo-seld {
	background:transparent url(/zkdemo/img/g-category-over-seld.png) no-repeat scroll 0 0;
}
.demo-over {
	background:transparent url(/zkdemo/img/g-category-over.png) no-repeat scroll 0 0;
}
.demo-search-inp {
    padding: 2px 0 1px 18px;
	background: white url(/zkdemo/img/search.png) no-repeat scroll 0 0;
}
.demo-category {
	margin-top: 10px; float:left; height: 80px; width: 90px;
	text-align:center;
	cursor: pointer;
}
.demo-category-img {
	width: 48px;
	height: 48px;
}
.demo-category-text {
	color: #1c5178; font-size:10px
}
.demo-logo {
	padding: 10px 10px 0 10px;
	float:left;
}
div.demo-items {
	border: 0; background: white;
}
.demo-items .z-listbox-body {
	overflow-x: hidden;
}
.demo-items .z-listcell-cnt img {
	width:24px;
	height:24px;
}
.demo-items .z-listcell-cnt {
	padding-left: 5px;
}
.demo-main-cnt {
	padding-left: 5px;
}
.demo-main-desc {
	padding-bottom: 5px;
}
.pointer {
	cursor:pointer;
}
.edition-field, .edition-field:visited {
	color: #346B93;
	text-decoration: none;
	font-style: italic;
}
a.edition-field:hover {
	text-decoration: underline;
}