html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	outline: none;
	-webkit-appearance: none;
}
a {
	text-decoration: none;
}

ul.disc {
	margin-left: 25px;
	list-style: disc;
}

.hide {
	display: none;
}
.block {
	display: block;
}
.inline {
	display: inline;
}
.inline-block {
	display: inline-block;
}
.table {
	display: table;
}
.table-cell {
	display: table-cell;
}

.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.fixed {
	position: fixed;
}

.m-center {
	margin-left: auto;
	margin-right: auto;
}

.f-l {
	float: left;
}
.f-r {
	float: right;
}
.clear {
	clear: both;
}

.no-overflow {
	overflow: hidden;
}

.a-right {
	text-align: right;
}
.a-center {
	text-align: center;
}
.a-justify {
	text-align: justify;
}

.v-a-middle {
	vertical-align: middle;
}

.uppercase {
	text-transform: uppercase;
}

.b {
	font-weight: bold;
}
.i {
	font-style: italic;
}

a.underline {
	text-decoration: underline;
}
a.underline:hover {
	text-decoration: none;
}
a .underline {
	text-decoration: underline;
}
a:hover .underline {
	text-decoration: none;
}

a.hover:hover {
	text-decoration: underline;
}
a:hover .hover {
	text-decoration: underline;
}

.pointer {
	cursor: pointer;
}

.debug {
	box-shadow: 0 0 1px red;
}
.imgitems {
}
.imgitems div {
    font-size: 15px;
    overflow: hidden;
}
.imgitems div a {
    float: left;
    margin-bottom: 0!important;
    margin-right: 20px;
    margin-top: 0!important;
}
.imgitems div a img {
    border: medium none;
    box-shadow: none;
}
.imgitems div > div {
    font-family: Arial,sans-serif;
    line-height: 25px;
    padding-top: 20px;
}
.imgitems div > div > div {
    color: green;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
}
