ul {
    display:block;
    list-style-position:outside;
    margin:0;
    padding:0;
}
li {
	list-style-type: none;
}



/*
#itemtext {
	/*height:140px;
	font-size: 2.2em;
	display: table;
	overflow: visible;
}
#itemtext p {
	display: table-cell; 
	vertical-align: middle; 
	color: #666666;
	font-weight: 600;
}

.column {
	margin: 0 5px;
	overflow: hidden;
	float: left;
	display: inline;
}
*/
.row {
	/* width: 1080px; */
	width: auto;
	margin: 0 auto;
	overflow: hidden;
}
.row .row {
	margin: 0 -5px;
	width: auto;
	display: inline-block;
}
#item {
	background-color: #464646;
	padding-top: .5em;
	padding-bottom: .5em;
	overflow: hidden;
	zoom: 1;
	border-top: 1pt solid #cccccc;
}
#item:hover {
	background-color: #666666;
}
.itemtext {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 2.2em;
    vertical-align: middle;
    font-weight: 600;
    margin: 0 5px;
    color: #DDCC88;
}
.itemtext:hover {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #99CC44;
}

.w170px { width:170px; }
.w530px { width:530px; }




.image {
    width: 150px;
    /* height: 150px; */
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	margin-left: .6em;
	margin-right: .6em;
	background-size: 140px;
	float:right;
}
