/* CSS Document */
.artistCell a, .artistCell a:link {
	text-decoration: underline;
}
#listTable {
	width: 610px;
	font-size: .9em;
}
.listRow {
	padding-top: 0px;
	padding-bottom: 12px;
}
.listCell {
	text-align: left;
	vertical-align: top;
	padding: 6px 9px 6px 9px;
}
.grey {
	background: #171717;	
}
.black {
	background: transparent;	
}
td#artist {
	font-size: 1em;
}
td#thumb {
	width: 35px;
	padding: 6px 0px 3px;
	text-align: center;
}
td#flag {
	padding: 0px, 3px;
}
td#description {
	width:;	
}
#type, #size, #condition, #date {
	font-size: .9em;
}
td#type {
	width: 50px;
	font-style: italic;
	font-variant: normal;
}
#type, .legend {
	text-transform: uppercase;	
}
td#size {
	width: 50px;
}
td#condition {
	font-size:;
}
td#date {
	width: 30px;
}
td#price {
	width: 40px;
}
.bold {
	font-weight: bold;
}
.legend {
	font-size: 1em;
	letter-spacing: .2em;
	text-align: left;
}
img#thumb {
	background: #CCCCCC;
	border: thin solid #FFFFFF;
	width: 120px;
	height: 156px;
}
#linkImg {
}
#linkImg a {
	background: url(http://punkrockposters.net/images/exists.gif) -23px 0px no-repeat;
	display: block;
	width: 23px;
	height: 15px;
}
#linkImg a:hover {
	background: url(../images/nav_home.gif) 0px 0px no-repeat;
}
.thisPage {
	color: #000000;
	background: #FFCC00;
	padding: 1px;
	font-weight: bold;
}
.smallSymbol {
	text-transform: small caps; 
	font-size: 80%;
}
.soldFlag {
	color: red; 
	font-weight: bold;
}