body { 
	background-color: #f1f1f1;
}

h1 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: medium;
	margin: 0 0 10px 8px;
	padding:0;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

#container {
	width: 660px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	
}

#breadcrumbs {
    text-decoration: none;
    padding: 15px;
    background: linear-gradient(20deg, #4d0101, #000000, #5a0100, #000000);
}
#breadcrumbs a {
    color: #fff;
    font-size: 14px;
}


#breadcrumbs a:hover {
	text-decoration:underline;
}

#breadcrumbs strong {
    color: #fff;
    font-size: 15px;
}

#listingheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #000;
    padding: 10px;
}

#listingheader a, #listingheader a:active, #listingheader a:visited, #listingheader a:link {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}

#listingheader a:hover {
	text-decoration: underline;
	color: #fff;
	padding-right:10px;
	padding-top:5px;
	height:25px;
}


#headerfile {
	text-align:left;
	float: left;
	padding-left:20px;
}

#headersize {
	text-align:right;
	width: 75px;
	float: left;
}

#listing {
	
}

#listing a {
display: block;
    font-size: 12px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-align: right;
    line-height: 25px;
}
.main-download a {
    border-bottom: 1px solid #e40514;
    padding: 15px 15px 15px;
}
.main-download {
    background-color: #000000;
}

#listing a:hover {
	background-color:#ffffff;
}

#listing a img {
	float:left;
	margin-right: 4px;
	width: 27px;
}

.banner_contant {
    background-image: url(/download/dlf/bg-img-download.jpg);
    background-size: cover;
}
.banner_blk .banner_contant {
    position: absolute;
    left: 0;
    right: 0;
    top: 0%;
    transform: translateY(-50%);
}

#listing a strong {
width: 300px;
    float: left;
    cursor: pointer;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    margin-left: 20px;
}

#listing a em {
	float: left;
	width: 190px;
	text-align:right;
	cursor:pointer;
}
#listingcontainer {
    margin-bottom: 75px;
}

#listing a span {
	position: absolute;
	margin-left: -151px;
	margin-top: -2px;
}

#listing a span img {
	width: 150px;
	background-color:#CCCCCC;
	visibility: hidden;	
}

#listing a:hover span img {
	border: 1px solid #666666;
	visibility: visible;
}

#upload {
	border: 1px solid #666;
	display:block;
	margin-top: 10px;
	font-size:small;
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	width:568px;
	background-color: #E9F0FF;
}

#uploadtitle {
	background-color: #DBE6FE;
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #333;
	
}

#uploadcontent {
	padding: 2px 5px 2px 5px;
}


#copy {
	width: 600px;
	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: #666666;
}

.b {
	background-color: #ffffff;
	
}

.w {
	background-color:#FFFFFF;
}

.mod {
	float:right;
}

.size {
	float:right;
}

.upload-error{
	padding:2px 0;
}

.upload-error strong{
	color:#993333;
}