h1 {
	color: #6699FF;
	font-family: Arial;
	font-weight:bold;
	font-size: medium;
	margin: 0 0 4px 2px;
	padding:0;
}

img {
	border: 0;
}

form {
	margin: 1;
	padding: 1;
}

#container {
	width: 200px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #F1C83C;
	padding: 4px;
	background-color:#ededed;
	
}

#breadcrumbs {
	color: #6699FF;
	font-family: Arial;
	font-size:11px;
	margin: 0 0 8px 8px;
}

#breadcrumbs a, #breadcrumbs a:visited, #breadcrumbs a:link, #breadcrumbs a:active {
	color: #6699FF;
	text-decoration:none;
}

#breadcrumbs a:hover {
	text-decoration:underline;
}

#listingcontainer {
	background-image:none;
	padding: 1px;
	background-color:#ffffff;
}

#listingheader {
	background-color:#ffffff;
	padding-left: 2px;
	padding-right: 2px;
	color: #476BB3;
	font-weight:bold;
	font-family:Arial;
	font-size:12px;
	text-align:right;
}

#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 {
	background-color:#ffffff;
	padding-top: 1px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	text-align:left;
	float: left;
}

#headersize {
	padding-top: 1px;
	padding-bottom: 4px;
	background-color:#ffffff;
	padding-left: 4px;
	padding-right: 4px;
	text-align:right;
	float: right;
}

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

#listing a {
	display:block;
	padding: 2px 0px 0px 2px;
	font-size: 11px;
	color: #6285CA;
	font-family:Arial;
	text-decoration:none;
	width:524px;
	text-align:right;
	
}

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

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

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

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

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

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

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

#copy {
	width: 300px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:x-small;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
}

#copy a {
	text-decoration: underline;
	color: #777777;
}

.b {
	background-color: #ffffff;
	
}

.w {
	background-color:#eeeeee;
}

.mod {
	float:right;
}

.size {
	float:right;
}

