img {
	border: 0;
}

#listingcontainer {
	/* background-image:url(bg.gif); */
	padding: 10px;
}

#listingheader {
	color: #000;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:right;
}

#headermodified {
margin-right: -55px;
}

#listingheader a, #listingheader a:active, #listingheader a:visited, #listingheader a:link {
	text-decoration: none;
	color: #476BB3;
}

#listingheader a:hover {
	text-decoration: underline;
	color: #476BB3;
}


#headerfile {
	text-align:left;
	float: left;
	width: 200px; 
}

#headersize {
	text-align:right;
	width: 30px;
	float: left;
}

#listing {
	border: 1px solid #f0f0f0;
}

#listing a {
	display:block;
	padding: 2px 5px 2px 5px;
	font-size:small;
	color: #ccc;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	width:450px;
	text-align:right;
	height: 30px;
	
}

#listing a:hover {
	background-color:#fff5c4;
}

#listing a img {
	float:left;
	margin-right: 4px;
}



#listing a strong {
	width: 400px;
	float:left;
	cursor:hand;
	cursor:pointer;
	text-align:left;
}

#listing a em {
	float: left;
	width: 75px;
	text-align:right;
	cursor:hand;
	cursor:pointer;
}

#listing a span {
	position: absolute;
	margin-left: -51px;
	margin-top: -2px;
}

#listing a span img {
	width: 50px;
	background-color:#CCCCCC;
	visibility: hidden;	
}

#listing a:hover span img {
	border: 1px solid #666666;
	visibility: visible;
}

.b {
	background-color: #fed992;
	
}

.w {
	background-color:#FFFFFF;
}

.mod {
	float:right;
}

.size {
	float:right;
}

