
body {
color: #ffffff;
font-family: Tahoma;
font-size: 10px;
margin: 0;
background: #000 url(/p/bg1.gif);
}

a {
color: #ffffff;
}

a:link {
color: #ffffff;
}

a:active {
color: #ffffff;
}

a:visited {
color: #ffffff;
}


h1 {
	font-weight:bold;
	font-size: 15px;
	margin: 0 0 10px 0px; 
	padding:0;
}

table {
	border: 0;
	border-spacing: 0;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

#container {
/*	max-width: 600px; */
	margin-left: -7px;
	margin-top: -15px;
}

#breadcrumbs {
	font-size:small;
	margin: 0 0 8px 0px;
}

#breadcrumbs a, #breadcrumbs a:visited, #breadcrumbs a:link, #breadcrumbs a:active {
	text-decoration:none;
}

#breadcrumbs a:hover {
	text-decoration:underline;
}

#listingcontainer {
padding-top:4px;
font-size:100%;
}

#listingheader {
	font-weight:bold;
	font-size:small;
	text-align:right;
	padding-bottom:2px;
}

#listingheader a, #listingheader a:active, #listingheader a:visited, #listingheader a:link {
	text-decoration: none;
}

#listingheader a:hover {
	text-decoration: underline;
}


#headerfile {
	text-align:left;
	float: left;
	width: 420px; 
}

#headersize {
	text-align:right;
	width: 75px;
	float: left;
}

#listing {
}

#listing a {
	display:block;
	font-size:small;
	color: #ffffff;
	text-decoration:none;
	text-align:right;
	padding: 2px;
	margin-left: -4px;
}

#listing a:hover {
	background:#EF7101;
}

#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: -151px;
	margin-top: -2px;
}

#listing a span img {
	width: 150px;
	background: #CCCCCC;
	visibility: hidden;	
}

#listing a:hover span img {
	border: 1px solid #666666;
	visibility: visible;
}


.b {
	background: url(/p/head1.gif) #300000 center left no-repeat;
	
}

.w {
}

.mod {
	float:right;
}

.size {
	float:right;
/*	color:#ff8000;  */
}


.topofpage {
	font-weight: bold;
	color: #ff9600;
}

.bg1 {
background: #808080 url(/p/bg1.gif);
}

