/***********************/
/* start admin part    */
/***********************/

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* set up the overall width of the menu div, the font and the margins with a relative position*/
#dl_conf_menu 
{
	
}

/* remove the bullets and set the margin and padding to zero for the unordered list */
#dl_conf_menu ul 
{
	width: 550px;
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
}

#dl_conf_menu ul a
{
  display: block;
  float: right;
  border-right: 1px solid #fff;
  color: #fff;
  background: #036;
}

#dl_conf_menu ul a:hover
{
    color: #000;
    background: #69C;
}
/* float the list so that the items are in a line */
#dl_conf_menu ul li 
{
    display: inline;
}

/* style the links to be 150px wide by 25px high. Set the background color and the font size. */
#dl_conf_menu ul li a, 
#dl_conf_menu ul li a:visited 
{

}

/* Get rid of any default table style */
table {

}

/* make the dropdown ul invisible */
#dl_conf_menu ul li ul {

}

/* set the foreground color of the main menu li on hover and the border to trigger IE */
#dl_conf_menu ul li:hover a, 
#dl_conf_menu ul li a:hover
{

}

/* make the sub menu ul visible and position it beneath the first list item */
#dl_conf_menu ul li:hover ul, 
#dl_conf_menu ul li a:hover ul
{

}

/* make the sub menu ul li the full width with padding and border. Add an auto scroll bar */
#dl_conf_menu ul li:hover ul li, 
#dl_conf_menu ul li a:hover ul li
{
    display: inline;
}
/* hack the widht for IE5.5 */
/* html #dl_conf_menu ul li a:hover ul li {width:140px; w\idth:139px;}*/

/* style the background and foreground color of the submenu links */
#dl_conf_menu ul li:hover ul li a, 
#dl_conf_menu ul li a:hover ul li a
{

}

/* style the background and forground colors of the links on hover */
#dl_conf_menu ul li:hover ul li a:hover,
#dl_conf_menu ul li a:hover ul li a:hover
{

}

/*//////////////////////////////////////////////////////////////*/

h1.dl_admin_h1 {
font-size:16px;
text-align:center;
}

h2.dl_admin_h2 {
font-size:14px;
text-align:right;
}

h3.dl_admin_h3 {
font-size:12px;
font-weight: bold;
text-align:center;
}

#dl_admin_menu{
margin:0;
padding:0;
}

#dl_admin_menu table th{
	text-align: right;
	border-bottom: 1px solid Black;
}

#dl_admin_menu table .odd{

	background-color: ThreedLightShadow;
}

#dl_admin_menu table .even{
	background-color: transparent;
}

#dl_na_extension_container{
	width:120px;
}

#extension_add{
	width:100px;
}

.dl_admin_conf_menu .dl_nothingtoedit{
font-family:"MS Sans Serif", Geneva, sans-serif;
color:red;
font-size: 14px;
font-weight: bold;
}

/*****************************/
/* start edit config style  */
/****************************/

.dl_conf_list {
clear: both;
margin:0;
padding: 0;
width: 100%;

}

.dl_conf_list dl{
margin:0;
padding: 0;
width: 100%;
height: 100%;

}

.dl_conf_list dt{
	margin: 3px 0 3px 0;
	padding: 0 0 5px 0;
	float: right;
	clear: right;
	width: 40%;
	height: 2.5em;
}

.dl_conf_list dd{
margin: 3px 0 3px 0;
padding: 0 0 5px 0;
width: 59%;
height: 2.5em;
float: right;
}

.dl_conf_list dt.dl_conf_list_desc ,.dl_conf_list dd.dl_conf_list_desc {
height: 100px;
}

/***********************/
/* start user  part    */
/***********************/

* html .dl_clearfix {
height:1%;
}

.dl_clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.dl_clearfix {
display:block;
}

.dl_floatbox {
overflow:hidden;
}

.dl_fieldset {
width:99%;
text-align:right;
float:right;
}

#dl_user_main {
width:99%;
}

#dl_user_main h3{
font-size: 13px; 
text-decoration: underline;
}

.dl_user_form {
padding: 0 0 0 0;
width: 100%;
}

#new_downloads_date{
width:20%;
text-align: center;
}

#new_downloads_days{
width:20%;
text-align: center;
}

#dl_user_search {
padding-bottom:30px;
padding-top:10px;
text-align:center;
}

#dl_navcontainer {
font-size:10px;
height:1.5em;
list-style-type:none;
margin:0;
padding-bottom:2em;
width:100%;
}

#dl_navlist li {
display:inline;
margin:0;
padding:0;
width:auto;
}

#dl_navlist li a,#dl_navlist li a:link {
color:#555;
display:inline;
padding:3px 15px;
text-decoration:none;
}

#dl_navlist li a:hover {
background:#eee;
border-bottom:3px solid #bbb;
color:#039;
cursor:pointer;
}

#dl_navlist li a#current,#dl_navlist li a#current:link {
border-bottom:3px solid #999;
color:#000;
cursor:default;
font-weight:11px;
}

#dl_navlist li a#current:hover {
background:#eee;
border-bottom:3px solid #f90;
}

/*************************************/
/* start categories output container*/
/*************************************/
#dl_categorycontainer {
	width: 98%;
}

#dl_categorycontainer dl.description{
	width: 98%;
	font-size: 10px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 8px 0;
}

#dl_categorycontainer .description dt{
	float: right;
	clear: right;
	width: 50px;
	padding: 2px 0 0 5px;
	margin: 0;
	height: 1.5em;
	font-size: 9px;
}

#dl_categorycontainer .description dd.name{
	float: right;
	width: 50%;
	padding: 2px 5px 0 5px;
	margin: 0;
	text-align: right;
	height: 1.5em;
	font-size: 10px;
}

#dl_categorycontainer .description dd.content{
	float: right;
	width: 20%;
	padding: 2px 0 5px 0;
	margin: 0;
	text-align: center;
	height: 1.5em;
	font-size: 10px;
}

#dl_categorycontainer dl.folder-odd{
	width: 98%;
	font-size: 10px;
	clear: both;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background-color: #E3E3E3;
}

#dl_categorycontainer dl.folder-even{
	width: 98%;
	font-size: 10px;
	clear: both;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#dl_categorycontainer dt{
	float: right;
	clear: right;
	width: 50px;
	padding: 2px 0 0 5px;
	margin: 0;
	height:40px;
}

#dl_categorycontainer dd a{
	text-decoration: none;
	font-weight: bold;
}

#dl_categorycontainer dd.catinfo{
	float: right;
	width: 50%;
	padding: 2px 5px 0 5px;
	margin: 0;
	height:40px;
}

#dl_categorycontainer dd.count{
	float: right;
	width: 20%;
	padding: 2px 0 0 0;
	margin: 0;
	text-align: center;
	height:40px;
}

/*************************************/
/* start download output container*/
/*************************************/
.dl_outputcontainer{
	width: 98%;
	margin: 2em 0 2em 0;
} 

.dl_outputcontainer img{
border: none;
} 

.dl_outputcontainer .dl_desc{
	padding: .2em 0 .7em 0;
	text-align:right;
}

.dl_outputcontainer:hover {
	background-color: #F8F8F8;
}

 .dl_outputcontainer h2{
 text-align: right;
 font-size: 13px;
 font-weight: bold;
}
 
.dl_outputcontainer .dl_file_info {
	float: right;
	padding:0;
	margin:0;
	width:62%;
	font-size: 10px;
}

.dl_outputcontainer .dl_file_info dt{
	width: 30%;
	float:	right;
	clear:	right;
	margin:	0;
	padding:	0 0.2em 0.2em 0.2em;
	border-top: 1px dotted #999;
	font-weight: bold;
	text-align:	right;
	height: 20px;
}

.dl_outputcontainer .dl_file_info dd {
	float:	right;
	margin: 0;
	width:	65%;
	padding:	0 0.2em 0.2em 0.2em;
	border-top: 1px dotted #999;
	height: 20px;
	overflow: hidden;
}

.dl_outputcontainer .dl_thumb{
	float:right;
	width: 33%;
	text-align: center;
}

.dl_outputcontainer .dl_modlinks a{
display: inline;
}


.dl_outputcontainer a{
	padding: 8px 5px 0 0;
	margin: 0;
	text-decoration: none;
	color: Black;
}

.dl_outputcontainer a:hover{
	padding: 8px 5px 0 0;
	margin: 0;
	text-decoration: none;
	color: red;
}

.dl_outputcontainer_modlinks{
width: 60%;
height:18px;
clear: right;
	float: right;
}
/*********************************/
/* start add/edit download style */
/********************************/

.dl_file_list {
clear: both;
margin:0;
padding: 0;
width: 100%;
}

.dl_file_list dl{
margin:0;
padding: 0;
width: 100%;
}

.dl_file_list dt{
	margin: 3px 0 3px 0;
	padding: 0 0 5px 0;
	float: right;
	clear: right;
	width: 40%;
	height: 2.5em;
}

.dl_file_list dd{
margin: 3px 0 3px 0;
padding: 0 0 5px 0;
font-size: 10px;
width: 59%;
height: 2.5em;
float: right;
}

.dl_file_list dt.dl_file_list_desc ,.dl_file_list dd.dl_file_list_desc {
height: 100px;
}
/*************************************/
/* start download rating container*/
/*************************************/

.dl_user_logo,#dl_user_newamount {
text-align:center;
}

#dl_rating {
margin-top:1em;
}

#dl_rating select{
width: 10%;
text-align: center;
}

.dl_user_form {
margin-top:1em;
}
/************************/
/* start sort menu links*/
/************************/
#dl_usersort_links {
	text-align: center;
	font-size: 10px;
}

#dl_usersort_links li {
list-style:none;
display:inline;
padding-right:5px;
margin:0;
}

/***********************/
/* start search output */
/***********************/


#dl_search{
   clear: right;
	overflow: hidden;
}

.dl_searchbox{
	font-size: 9px;
	margin: 1.5em 1em;
	padding: 0.5em;
	text-align: right;
	width: auto;
	float: right;
	overflow: hidden;
}

.dl_searchbox option{
	width: 35px;
}

.dl_search_output{
	margin: 2.0em 0 0 0;
	padding: 0.5em;
	text-align: right;
	width: 87%;
	overflow: hidden;
}

.dl_search_list dl{
	margin: 0;
	padding: 15px 0 0 0;
	width: auto%;
}

.dl_search_list dd{
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 0;
	font-size: 10px;
	background-color: #FFFFE8;
	border: 1px dashed Gray;
}

/*********************/
/* start info blocks */
/*********************/

.dl_user_info_float h3{
	font-weight: bold;
}
.dl_user_info_float dl{
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	width: 26%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	border: 1px dashed Black;
	float: right;
}

.dl_user_info_float dt{
	margin: 0;
	padding: 0 5px 5px 0;
	float: right;
	clear: right;
	width: 16px;
	height: 16px;
}

.dl_user_info_float dd{
	margin: 0;
	padding: 5px 0 5px 0;
	font-size: 9px;
	width: auto;
	height: auto;
}

/*********************/
/* start stats block */
/*********************/

.dl_stats_blockcontent dl{
margin:0;
padding: 0;
width: 100%;
}

.dl_stats_blockcontent dt{
	margin: 0;
	padding: 0 5px 5px 0;
	float: right;
	clear: right;
	width: 16px;
	height: 16px;
}

.dl_stats_blockcontent dd{
margin: 0;
padding: 0 0 5px 0;
font-size: 10px;
width: auto;
height:16px;
}

/*********************/
/* start lastx block */
/*********************/

.dl_lastx_blockcontent dl{
margin:0;
padding: 0;
width: 100%;
}

.dl_lastx_blockcontent dt{
	margin: 0;
	padding: 0 5px 5px 0;
	float: right;
	clear: right;
	width: 16px;
	height: 16px;
}

.dl_lastx_blockcontent dd{
margin: 5px;
padding: 0 0 5px 0;
font-size: 12px;
width: auto;
height:16px;
}

/*********************/
/* start cat nav path*/
/*********************/
#dl_user_catnavpath{
	font-size: 11px;
	margin-bottom: 2em;
	background-image: url(../pnimages/user/next.png);
	background-position: right;
	background-repeat: no-repeat;
	padding: 0 0 0 30px;
}

#dl_user_catnavpath a{
color: Black;
line-height: 1.5em;
text-decoration: none;
background: none;
}

#dl_user_catnavpath a:hover{
text-decoration: underline;
color:#ec9c3c;
}

/*************************/
/* start subcat container*/
/*************************/
.dl_childs_container{
	font-size: 9px;
	padding: 5px 0  5px 0;
	margin-bottom: 1em;
}

.dl_childs{
	padding: 9px;
	margin-right: 5px;
}

.dl_childs a{
text-decoration: none;
}

.dl_childs a:hover{
text-decoration: underline;
color: #ec9c3c;
}

/*************************/
/* start footer*/
/*************************/

#dl_footer{
	text-align: center;
}

/*************************/
/* start hook*/
/*************************/
#dl_hook_container{
	text-align: right;
	border: 2px solid Gray;
	background-color: #FBFBEE;
	padding: 6px;
	display: block;
	float: right;
	width: 98%;
}
