﻿.pmWrap { display: block; width: 2000px; }

.pmItem { display: block; float: left; overflow: hidden; text-decoration: none; }
.pmItemWrap { display: block; width: 2000px; }

.pmItemWrap { font-size: 0.8em; line-height: 1.7em; }
.pmItemWrap > * { float: left; }
.pmItemWrap a { text-decoration: none; font-weight: bold; color: white; }
.pmItemWrap div, .pmItemWrap span { margin: 10px 0 0 0; padding: 10px; }
.pmItemWrap ul { margin: 10px 0 0 0; padding: 4px 10px 4px 10px; }
.pmItemWrap ul li { margin: 0; padding: 0; list-style: none; }

.pmItemWrap .light { background: url(../img/backgroundWhite.png); border: solid 1px white; }
.pmItemWrap .light a { color: white; }
.pmItemWrap .light a:hover { text-decoration: underline; }

.pmItemWrap .dark { background: url(../img/backgroundBlack.png); border: solid 1px black; }
.pmItemWrap .dark a { color: black; }
.pmItemWrap .dark a:hover { text-decoration: underline; }