body {
	font: 0.75em Verdana, sans-serif, Helvetica;
	background: #f2f2f2;
	margin: 0;
	padding: 0;
/*	font-size: 12px; */
}

a:link, a:visited {
	color: #005dab;
}

a:hover {
	color: #00325d;
}

.dp, .dp a {
	color: #ccc;
}

ul {
	list-style: none;
}

.clear {
	clear: both;
}

.mirrors li {
	float:left;
	background-color:#EEE;
	border:1px solid #DDD;
	width:354px;
	height:20px;
}
.mirrors li:hover {
	background-color:#FEFEFE;
	border:1px solid #DDD;
}
.mirrors li a:hover {
	font-weight:bold;
}
#container {
	width: 100%;
	text-align: center;
}

#main {
	width: 750px;
	text-align: left;
	margin: 0 auto;
	background: #fff;
	border-left: 1px solid #7397ab;
	border-right: 1px solid #7397ab;
}

#header {
	height: 100px;
	background: url(/bibivu/tpl/pbidir/images/top.png) repeat-x;
}

#header p {
	padding: 0;
	margin: 10px 0 0 15px;
}

#logo {
	margin: 0;
	padding: 0;
	width: 250px;
	height: 55px;
	background: url(/bibivu/tpl/pbidir/images/pbidir.png) no-repeat;
	font-size: 1px;
}

#logo a {
	display: block;
	width: 150px;
	height: 55px;
	text-decoration: none;
	color: #fff;
}

form {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

#banner {
	text-align: center;
}

#banner img {
	padding: 1px;
	border: 1px solid #ddd;
	margin: 10px auto;
}

input, select, textarea {
	vertical-align: middle;
	border:1px solid #000000;
	padding:2px;
}
input.required, select.required, textarea.required{
	border:1px solid #FF0000;
}

h1 {
	font: bold 1.8em "Arial Narrow", sans-serif, Helvetica;
	color: #0075d8;
	margin: 0.2em 0;
	padding: 0;
}

h2 {
	font: bold 1.1em Verdana, sans-serif, Helvetica;
	color: #a20000;
	margin: 0.2em 0;
	padding: 0;
}

#popular h1 {
	margin-left: 10px;
}

#softicons {
	height: 85px;
	background: url(/bibivu/tpl/pbidir/images/shadow.png) repeat-x;
	padding: 5px 0;
}

#softicons ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#softicons li {
	display: block;
	float: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	border-left: 1px solid #a8a8a8;
}

#softicons li.first {
	voice-family: "\"}\"";
	voice-family: inherit;
	border-left: none;
}

#content {
/*	clear: left;*/
	padding: 1em;
	vertical-align:top;
}

#softlist {
	width: 100%;
}

/* stats column */
#stats {
	float: right;
	width: 22%;
	padding-left: 10px;
}

#stats .box {
	border:1px solid #CCC;
}
#stats .box h2 {
	margin:0;
	border-bottom:1px solid #CCC;
	padding:4px;
	background-color:#DFDFDF;
}
#stats .box ol {
	margin: 0;
	padding:4px;
	font-size: 0.9em;
	list-style:none;
}

#stats .box li {
	padding: 0;
	margin: 0;
}
/*			Home page: List of categs			*/

#cats {
	float: left;
	width: 74%;
	border-right: 1px solid #eee;
	padding-right: 10px; 
}

#cats ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

html>body #cats ul {
	width: 100%;
}

#cats li {
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 5px;
}


#cats li img {
	float: left;
	display: block;
	margin: 0 5px 0 0;
}

.categ {
	height: 50px;
}

.categname {
	font: bold  18px Arial, sans-serif, Helvetica;
	padding: 5px 0 0 0;
}


/*			Separation			*/

div.separ {
	clear: both;
	height: 3px;
	background: #a70000;
	border-bottom: 2px solid #eee;
}

div.separ hr {
	display: none;
}

div.separ_comment {
	clear: both;
	height: 2px;
	background: #a70000;
	border-bottom: 1px solid #eee;
	margin-bottom:10px;
}

div.separ_comment hr {
	display: none;
}

/*			Footer			*/

#footer {
	clear: both;
	font-size: 0.85em;
	color: #666;
	padding:5px;
}

/*			Software list			*/

.breadcrumbs {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}

.breadcrumbs li {
	display: inline;
	padding: 0 10px;
	background: url(/bibivu/tpl/pbidir/images/bullet.gif) 0 50% no-repeat;
}

.desc {
	background: url(/bibivu/tpl/pbidir/images/decr.gif) 0 65% no-repeat;
	padding-left: 10px;
}

.asc {
	background: url(/bibivu/tpl/pbidir/images/cres.gif) 0 65% no-repeat;
	padding-left: 10px;
}

table.packages {
	width: 100%;
	border-collapse: collapse;
}

table.packages th {
	background: #eee;
	padding: 5px;
	text-align: center;
}

table.packages td {
	border-bottom: 1px solid #666;
	padding: 1em 0;
}

table.packages th.name {
	text-align: left;
	width: 40%;
}

table.packages td.name {
	width: 40%;
}

table.packages th.added, table.packages td.added {
	text-align: center;
	width: 15%;
}

table.packages th.rating, table.packages td.rating {
	text-align: center;
	width: 15%;
}

table.packages th.counter, table.packages td.counter {
	text-align: center;
	width: 15%;
}

table.packages th.links {
	text-align: center;
	width: 15%;
}

table.packages td.links {
	width: 15%;
}

table.packages table {
	width: 100px;
	margin: 0 auto;
}

table.packages table td {
	border: none;
	margin: 0 10px;
}

table.packages ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

table.packages li {
	padding: 0 0 0.2em 15px;
	margin: 0;
	background: url(/bibivu/tpl/pbidir/images/bullet.png) 0 65% no-repeat;
/*	font-size: 0.9em; */
}

table.packages .quickdesc {
/*	font-size: 11px; */
}

table.packages h1 a {
	font: bold 12px Verdana, sans-serif, Helvetica;
	color: #a00000;
}

/*				Details		*/

tr.highlight {
	background: #CCC;
}

div.downlinks {
	margin:0 10px 10px 0;
}

div.downlinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.downlinks li {
	padding: 0.2em 0;
	margin: 0;
	font-size:15px;
}

/*			Admin			*/

ul.adminbar {
	margin: 0;
	padding: 3px;
	list-style: none;
	background: #eef4f6;
}

ul.adminbar li {
	margin: 0;
	display: inline;
	background: url(/bibivu/tpl/pbidir/images/separ.png) 0 75% no-repeat;
	padding: 0 5px;
}

ul.adminbar li.first {
	background: url(/bibivu/tpl/pbidir/images/bullet.gif) 0 75% no-repeat;
	padding: 0 0 0 10px;
}

.search_text{
	height:20px;
	background-image: url(/bibivu/tpl/pbidir/images/search.gif);
	background-position: 2px;
	background-repeat: no-repeat;
	padding:4px 0px 0px 20px;
}
.search_button{
	height:24px;
	margin-left:5px;
}
#search_form{
	margin:10px;
}
.rating_bar{
	height: 14px;
	background-color: #FBFFAA;
	border-right:1px solid #FF3300;
	text-align:right;
	padding:1px 2px 1px 1px;
}
.container_rating_bar{
	background-color: #EAEAEA;
	border:1px inset #B863E4;
	width:101px;
	text-align:left;
}

/*   votes   */
.vote_box{
	background-color: #EAEAEA;
	border:1px inset #B863E4;
	width:101px;
	height: 14px;
}
.vote_vote a, .vote_vote{
	float:left;
	width:9px;
	text-decoration:none;
	text-align:right;
	color:#000;
}
#vote_10{
	width:19px;
}
.vote_selected{
	border-right:1px solid #FF3300;
}
.vote_selected_back{
	background-color: #FBFFAA;
}
.window{
  border:1px solid #DEDEDE;
  text-align:center;
  background-color:#FAFAFA;
  vertical-align:middle;
}
.error_message{
	border:1px solid #FF0000;
	background-color:#FFFFCC;
	color:#FF0000;
	font-size:12px;
	padding:2px;
	font-weight:bold;
	margin:4px;
}
/*   comments   */
#comment_form_div{
	font-size:10px;
}
#submit_comment{
}

.button{
	font-size:12px;
	color:#797979;
	font-weight:bold;
	border:1px solid #EBEBEB;
	background-color:#F5F5F5;
	text-decoration:none;
	padding:2px;
}
.button:hover{
	color:#000000;
}
.comment_form{
	width:100%;
}
.textareabox{
	width:100%;
	height:100px;
}
.comment_message{
	font-size:10px;
	border: 1px solid #EBEBEB;
	margin:4px 4px 10px 4px;
}
.comment_header{
	width:100%;
	background-color:#F5F5F5;
	height:16px;
	border-bottom: 1px solid #EBEBEB;
}
.comment_user{
	text-align:left;
	float:left;
	padding:2px;
	text-decoration:none;
}
.comment_user a{
	text-decoration:none;
}
.comment_date{
	text-align:right;
	float:right;
	padding:2px;
}
.comment_actions{
	text-align:right;
	float:right;
	padding:2px;
}
.comment_body{
	clear:both;
	margin:2px;
	padding:4px;
	font-size:12px;
}

/*   admin   */
.admin_menu{
	border: 1px solid #EBEBEB;
	background-color:#F5F5F5;
/*	height:16px;	*/
	margin:0 0 5px 0;
	text-align:center;
	font-weight:bold;
}
.admin_menu ul{
	padding:0 0 0 10px;
	margin:0px;
	list-style:none;
	font-weight:bold;
}
.admin_menu ul li{
	float:left;
	padding-left:10px;
}

.admin_menu ul li a{
	font-weight:normal;
}

/*   list    */
.list{
	border:1px double #EBEBEB;
	width:100%;
	margin:0px;
	padding:0px;
	border-spacing:0px;
	font-size:12px;
}

.list .row{
	border-spacing:0px;
	width:100%;
	height:16px;
	clear:both;
}

.row_odd{
	background-color:#F3F3F3;
}
.row_even{
}
.row_hover{
	background-color:#E1E8FF;
}
.row_highlight{
	background-color:#D9D9FF;
}

.list .pc_bsd_version, 
.list .tab_head {
	background-color:#CCC;
	font-weight:bold;
	text-align:left;
	height:25px;
	padding-left:5px;
	border-top:1px solid #A1A1A1;
	border-bottom:1px dashed #A1A1A1;
}

.list .head{
	font-weight:bold;
	background-color:#F5F5F5;
	text-align:center;
	height:25px;
}
.list .head .row a{
	color:#000000;
}
.list .tab_head{
	background-color:#F5F5F5;
}
.list .foot{
	font-weight:bold;
	background-color:#F5F5F5;
}

.list .foot .field{
	margin:0px;
	padding:2px 0 2px 0;
	border-top:1px solid #000;
}
.list .field{
	margin:0px;
	padding:0px 2px 0px 2px;
}
.list .field_edit{
	text-decoration:none;
}
.list td{
/*	border-left:2px solid #F5F5F5; */
/*	border-bottom:2px solid #F5F5F5; */
	border:1px solid #F5F5F5;
	padding:1px;
}
th.headerSortUp, th.headerSortDown{
	background-color: #E1E8FF;
}
th.headerSortUp a, th.headerSortDown a{
	color:#FFFFFF;
	text-decoration:none;
	padding-left: 10px;
}
th.headerSortDown a{
	background: url(/bibivu/tpl/pbidir/images/decr.gif) 0 65% no-repeat;
}

th.headerSortUp a{
	background: url(/bibivu/tpl/pbidir/images/cres.gif) 0 65% no-repeat;
}
.form{
	padding:10px;
	border:1px double #EBEBEB;
	overflow:auto;
}
.form_field{
	padding:4px;
	border-top:1px solid #EBEBEB;
	border-bottom:1px solid #EBEBEB;
	clear:both;
}
.form_field_label{
	width:100px;
	float:left;
}
.form_field_input{
	margin-left:100px;
}

.show_related_table{
	cursor:pointer;
}
/* divBOX */
#FP_divBOX{
	display:block;
	overflow:visible;
	margin:5px 0 5px 0;
	padding:5px;
}
#divBox_load {
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
	 /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}


.pbi_images{
	float:right;
	width:102px;
/*	border:1px solid #CCC; */
	height:145px;
	overflow:hidden;
	padding:1px;
	float:left;
	padding:2px;
}
.pbi_image{
	border:none;
	max-width:100px;
	max-height:100px;
	vertical-align:baseline;
	border:1px solid #CCC;
}
.pbi_description{
	margin-bottom:20px;
	clear:left;
}
.pbi_releases{
	clear:both;
	margin-bottom:20px;
}
.pbi_info{
	float:right;
	margin:5px;
	border:1px solid #CCC;
	padding:0;
}

.pbi_info .table_info{
	font-size:10px;
	float:right;
	padding:2px;
}

.pbi_info .table_info th{
	text-align:left;
	padding:4px;
}

.pbi_icon{
	float:left;
	margin:2px;
}
.pbi_main_icon{
	border:none;
	width:48px;
	padding-bottom:2px;
}
#subscribe_pbi{
	font-weight:bold;
	text-align:center;
}
#alternative_pbi{
	text-align:center;
}
.pbi_legend{
	width:20px;
	float:left;
	padding-right:5px;
	border:0px;
}

.languages{
	float:right;
	border:1px solid #EBEBEB;
	background-color: #EBEBEB;
	padding:5px;
}

.language_flag{
	margin:5px;
}

.link_image{
	float:left;
	padding-right:5px;
}
.link_image_small{
	padding-right:2px;
	width:25px;
	float:left;
}
.login_username{
	background-image: url(/bibivu/tpl/pbidir/images/login/username.gif);
	background-position: 2px;
	background-repeat: no-repeat;
	padding-left:20px;
}
.login_password{
	background-image: url(/bibivu/tpl/pbidir/images/login/password.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding-left:20px;
}
.client_download{
	padding:10px 5px 15px 5px;
	clear:both;
	background-color:#D6ECFC;
}
.client_download img{
	position:absolute;
	padding-top:45px;
	padding-left:75px
}
.client_download a{
	text-decoration:none;
	font-weight:bold;
	clear:both;
}