@charset "utf-8";
/* CSS Document */

#content-left {
	background: url(../img/downloads/left_panel_downloads.jpg) no-repeat;
	background-color:#EBEBEB;
	width: 366px;
	height:437px;
	float: left;
 	margin-left: 17px;
}

#downloads-navigation {
	width: 105px;
	float: left;
	margin: 0px;
	margin-left: 20px;
	margin-top: 50px;
}


/*LEFT NAV*/
#left-nav {
	width: 103px;	
}

#left-nav-mid  {
	background: url(../img/downloads/left_nav_mid.jpg) repeat-y;
	height: 164px;
	width: 103px;
	padding-top: 10px;
}

#left-nav-mid ul {
  margin-left: 0;
  padding-left: 0;
  text-align:left;
  padding-left:5px;
}

#left-nav-mid ul li a {
	font-size:12px;
	display: inline-block;
	padding-top: 5px;
	vertical-align: middle;
	height: 40px;
	width:95px;
	border-bottom: 1px;
	border-bottom-style:dotted;
	border-bottom-color:#999;
	font-weight:bold;
	color: #000;
}

#left-nav-mid ul li a:hover {
	background:url(../img/downloads/left_nav_hover.jpg) no-repeat;
	font-weight:bold;
	color: #fff;
	width:95px;
}

#left-nav-mid ul li {
	display: inline-block;
	vertical-align:middle;
	height: 45px;
	width: 90px;
	padding-left: 0px;
	padding-top: 5px;
}

.first_nav {
	border-top: 1px;
	border-top-style:dotted;
	border-top-color:#999;
}

/*REMOVE to activate applications*/
#left-nav-mid ul li.first_nav a:hover {
	background:none;
	font-weight:bold;
	color: #fff;
	width:95px;
}

#left-nav-mid ul li.first_nav a {
	font-weight:bold;
	color: #000;
	width:95px;
} 
/*END OF REMOVE to activate applications*/


/*MOST POPULAR*/
#most-popular {
	background: url(../img/downloads/most_popular.jpg) no-repeat;
	height: 192px;
	width: 104px;
	margin-top: 5px;
}

#most-popular ul{
  margin-left: 0;
  padding-left: 25px;
  text-align:left;
}

#most-popular ul li a {
	color:#69F;
	display:inline-block;
	width: 70px;
	height: 35px;	
	border-bottom: 1px;
	border-bottom-style:dotted;
	border-bottom-color:#69F;
	border-bottom-width:medium;
	font-size:9px;
	font-weight:bold;
	margin-top:5px;
}

#content-right img {
	width: 150px;
	height:149px;
	margin-top: 150px;
}
