/*
	usage: files browsing
*/

/*----------------------------------------------------------------------------------
  Main layout
----------------------------------------------------------------------------------*/

.frame-catalogue-results {background: url(../../images/def/browse/frame-catalogue_delimiter.gif) 156px 0 repeat-y;}
.frame-col-catalogue-1 {
	float: right;
	padding-left: 12px;
	width: 677px;
}
.frame-col-catalogue-2 {
	float: left;
	width: 145px;
}

/*----------------------------------------------------------------------------------
  Navigation appearance
----------------------------------------------------------------------------------*/

/* --[Common menus]-------------------------------------------------------------- */

.menu-blue-1 {margin: 1em 0;}
.menu-blue-1 li {
	display: block;
	list-style-type: none;
	margin: 0.5em 0;
}
.menu-blue-1 li a {
	background: url(../../images/def/browse/button-blue-2_middle.gif) 0 center repeat-x;
	color: #00537d;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
.menu-blue-1 li a span {
	background: url(../../images/def/browse/button-blue-2_left.gif) 0 center no-repeat;
	display: block;
}
.menu-blue-1 li a span span {
	background: url(../../images/def/browse/button-blue-2_right.gif) right center no-repeat;
	padding: 5px;
}
.menu-blue-1 li a:hover, .menu-blue-1 li.active a {
	background-image: url(../../images/def/browse/button-blue-3_middle.gif);
	color: #fff;
}
.menu-blue-1 li a:hover span, .menu-blue-1 li.active a span {background-image: url(../../images/def/browse/button-blue-3_left.gif);}
.menu-blue-1 li a:hover span span, .menu-blue-1 li.active a span span {background-image: url(../../images/def/browse/button-blue-3_right.gif);}

/* --[Isolated navigation elements]---------------------------------------------- */

.button-blue-2, .button-blue-3, .button-white-1 {
	background: url(../../images/def/browse/button-blue-2_middle.gif) 0 center repeat-x;
	color: #00537d;
	display: inline-block;
	font-weight: bold;
	padding: 0.6em 0;
	margin: 0 0.2em;
	position: relative;
	text-decoration: none;
}
.button-blue-2 span, .button-blue-3 span, .button-white-1 span {
	background: url(../../images/def/browse/button-blue-2_left.gif) 0 center no-repeat;
	padding: 0.6em 0;
}
.button-blue-2 span span, .button-blue-3 span span, .button-white-1 span span {
	background: url(../../images/def/browse/button-blue-2_right.gif) right center no-repeat;
	padding: 0.6em 8px;
}
.button-blue-2 span span span, .button-blue-3 span span span, .button-white-1 span span span {
	background: #c1dfef;
	padding: 0;
}
.button-blue-2:hover, .button-blue-3 {
	background-image: url(../../images/def/browse/button-blue-3_middle.gif);
	color: #fff;
}
.button-blue-2:hover span, .button-blue-3 span {background-image: url(../../images/def/browse/button-blue-3_left.gif);}
.button-blue-2:hover span span, .button-blue-3 span span {background-image: url(../../images/def/browse/button-blue-3_right.gif);}
.button-blue-2:hover span span span, .button-blue-3 span span span {background: #00537d;}

.button-blue-10 {
	background-image: url(../../images/def/browse/button-blue-10_middle.gif);
	color: #fff;
}
.button-blue-10 span {background-image: url(../../images/def/browse/button-blue-10_left.gif);}
.button-blue-10 span span {background-image: url(../../images/def/browse/button-blue-10_right.gif);}
.button-blue-10 span span span {background: #005f8f;}

.block-trans-1_top {
	background: url(../../images/def/browse/block-trans-1_top.png) 0 0 no-repeat;
	padding-top: 1px;
	width: 870px;
}
.block-trans-1_bottom {
	background: url(../../images/def/browse/block-trans-1_bottom.png) 0 bottom no-repeat;
	padding-top: 8px;
	padding-bottom: 9px;
	position: relative;
}
.block-trans-1_middle {
	border: 2px solid #aaa;
	border-width: 0 2px;
	padding: 1px 10px;
	min-height: 150px;
}
* html .block-trans-1_middle {height: 150px;}

.button-white-1 {
	background-image: url(../../images/def/browse/button-white-1_middle.gif);
	color: #989898;
	cursor: auto;
}
.button-white-1 span {background-image: url(../../images/def/browse/button-white-1_left.gif);}
.button-white-1 span span {background-image: url(../../images/def/browse/button-white-1_right.gif);}
.button-white-1 span span span {background: #fff;}

/*----------------------------------------------------------------------------------
  Content appearance
-----------------------------------------------------------------------------------*/

/* --[Headers]-------------------------------------------------------------------- */

/* --[Common text]---------------------------------------------------------------- */

.text-download-started-1, .text-download-finished-1 {
	background: url(../../images/def/browse/text-download-started-1_icon.gif) 0 center no-repeat;
	color: #663800;
	display: inline-block;
	font-weight: bold;
	padding: 0.7em 0 0.7em 31px;
}
.text-download-finished-1 {
	background: url(../../images/def/browse/text-download-finished-1_icon.gif) 0 center no-repeat;
	color: #1b7003;
}
.text-margnifier-1 {
	background: url(../../images/def/browse/text-magnifier-1.png) 0 center no-repeat;
	color: #00537d;
	padding: 0 0 0 22px;
}
* html .text-margnifier-1 {height: 1em;}

.text-topfiles-1 {
	position: relative;
	float: left;
	margin: 0;
	top: 0.3em;
}
.text-topfiles-2 {
	margin: 0 0 0 2.5em;
	float: left;
}

table.table-list-1, table.table-filelist-1 {width: 100%;}
table.table-list-1 tr.odd th, table.table-list-1 tr.odd td, table.table-filelist-1 tr.odd th, table.table-filelist-1 tr.odd td {background: #F7F7F7;}
table.table-list-1 th, table.table-filelist-1 th {
	font-weight: normal;
	overflow: hidden;
	padding: 7px 8px 5px 8px;
	text-align: left;
}
table.table-list-1 th, table.table-list-1 td, table.table-filelist-1 th, table.table-filelist-1 td {
	background: none;
	border: 2px solid #ececec;
	border-width: 1px 0;
	color: #000;
	vertical-align: top;
}
table.table-list-1 th h2, table.table-filelist-1 th h2 {
	font-size: 1.35em;
	font-weight: bold;
	margin: 0;
}
table.table-list-1 td.icon, table.table-filelist-1 td.icon {
	overflow: visible;
	text-align: center;
}
table.table-list-1 td.features, table.table-filelist-1 td.features {
	padding: 7px 5px 3px 0;
	vertical-align: top;
	width: 125px;
}

table.table-filelist-1 td.icon {
	padding: 7px 5px 5px 0;
	width: 125px;
}
table.table-filelist-1 th {width: 379px;}
table.table-filelist-1 th div, table.table-wallpapers-1 th div {
	overflow: hidden;
	width: 379px;
}
table.table-filelist-1 td.cell-banner, table.table-filelist-1 div.block-banner {
	overflow: hidden;
	width: 635px;
}
table.table-filelist-1 th p.text-link {
	float: left;
	margin: 0.45em 0 0 10px;
}

table.table-filelist-2 {font-size: 0.9em;}
table.table-filelist-2 th, table.table-filelist-2 td {
	background: none;
	border: none;
	color: #000;
	padding: 5px 10px 5px 26px;
	vertical-align: top;
}
table.table-filelist-2 th {
	font-weight: normal;
	text-align: left;
	overflow: hidden;
	width: 185px;
}
table.table-filelist-2 th div.content {
	overflow: hidden;
	width: 185px;
}
table.table-filelist-2 th h2 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.2em;
}
table.table-filelist-2 th.first, table.table-filelist-2 td.first {padding-left: 10px;}
table.table-filelist-2 td.icon {
	overflow: visible;
	text-align: center;
	vertical-align: middle;
}

table.table-filelist-3 th {width: 149px;}
table.table-filelist-3 th div.content {width: 149px;}
table.table-filelist-3 th h2 {
	font-size: 1.15em;
	margin: 0;
	text-align: center;
}
table.table-filelist-3 th, table.table-filelist-3 td {padding: 4px 6px 4px 22px;}
table.table-filelist-3 th.first, table.table-filelist-3 td.first {padding-left: 6px;}
table.table-filelist-3 td p {margin: 0;}
table.table-filelist-3 td p.text-timestamp-1 {
	color: #00537D;
	font-size: 0.9em;
	font-style: italic;
	margin-bottom: 0.5em;
}

table.table-filelist-4 td {
	padding: 0 5px;
	text-align: center;
}
table.table-filelist-4 td .block-file {overflow: hidden;}
table.table-filelist-4 h2 {
	font-size: 1.15em;
	font-weight: bold;
	margin-top: 0;
}
table.table-filelist-4 .block-feature-3 {margin-bottom: 0.3em;}

table.table-downloadlist-1 .block-thumb-1, table.table-downloadlist-1 .block-thumb-1 img {width: 90px;}
table.table-downloadlist-1 td.icon {width: 100px;}
table.table-downloadlist-1 th {width: 540px;}
table.table-list-1 td.features {width: 200px;}

table.table-downloadlist-1 tr.row-started th, table.table-downloadlist-1 tr.row-started td {
	background: #fff7d4;
	border: 1px solid #ffdb2c;
	border-width: 1px 0;
}
table.table-downloadlist-1 tr.row-finished th, table.table-downloadlist-1 tr.row-finished td {
	background: #e1ffd9;
	border: 1px solid #9ede8c;
	border-width: 1px 0;
}

ul.list-categories-1 {margin: 0 117px;}
ul.list-categories-1 li {
	float: left;
	list-style-type: none;
	text-align: center;
	width: 200px;
}
ul.list-categories-1 li a {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 auto;
	text-decoration: none;
	width: 86px;
}
/*ul.list-categories-1 li a span.block-icon {opacity: 0.75;}
ul.list-categories-1 li a:hover span.block-icon {opacity: 1;}*/
ul.list-categories-1 li a span.block-icon {
	background: none transparent 0 0 no-repeat;
	display: block;
	height: 70px;
	/*position: relative;*/
	width: 100%;
}
ul.list-categories-1 li a:hover span.block-icon, ul.list-categories-1 li.active a span.block-icon {background-position: 0 -70px;}
ul.list-categories-1 li.item-audio a span.block-icon {background-image: url(../../images/def/browse/icon-category-1-1.png);}
ul.list-categories-1 li.item-video a span.block-icon {background-image: url(../../images/def/browse/icon-category-2-1.png);}
ul.list-categories-1 li.item-software a span.block-icon {background-image: url(../../images/def/browse/icon-category-3-1.png);}
ul.list-categories-1 li a span.block-label {
	display: block;
	padding-top: 0.3em;
}

/* --[Forms]---------------------------------------------------------------------- */

/* --[Tooltip templates]--------------------------------------------------------- */

.tooltip-1 {
	background: #00537D;
	border: 1px solid #CCC;
	padding: 6px;
}
.tooltip-1 img {vertical-align: middle;}

/* --[Tooltip instances]--------------------------------------------------------- */

.tooltip-imgrollover {
	display: block;
	overflow: hidden;
	visibility: hidden;
}
.tooltip-imgrollover img {
	display: block;
	left: 6px !important;
	top: 6px !important;
}
/*.holder-tooltip-imgrollover {position: relative;}*/

/* --[Various blocks]------------------------------------------------------------ */

.block-alphabet-1 {line-height: 200%;}
.block-alphabet-1 a {
	font-size: 1.2em;
	text-transform: uppercase;
}
.block-alphabet-1 a span span {
	padding-left: 11px;
	padding-right: 11px;
}
.block-alphabet-1 a span span span {padding: 0;}
.block-alphabet-2 a {
	margin: 0 0.2em 0 0;
	text-transform: uppercase;
}

.block-archive-2 {
	background: url(../../images/def/browse/block-archive-2.gif) 0 0 no-repeat;
	height: 20px;
	width: 20px;
}
.block-archive-2_protected {
	background: url(../../images/def/browse/block-archive-2_protected.gif) 0 0 no-repeat;
	height: 20px;
	width: 17px;
}
.block-rating18-2 {
	background: url(../../images/def/browse/block-rating18-2.gif) 0 0 no-repeat;
	height: 20px;
	width: 21px;
}
.block-archive-3 {
	background: url(../../images/def/browse/block-archive-3.gif) 0 0 no-repeat;
	height: 16px;
	width: 17px;
}
.block-archive-3_protected {
	background: url(../../images/def/browse/block-archive-3_protected.gif) 0 0 no-repeat;
	height: 16px;
	width: 13px;
}

.block-hr-1, .block-hr-2 {
	background: #c1dfef;
	line-height: 0.001em;
	height: 1px;
	margin: 1em 0;
}
.block-hr-1 hr {display: none;}
* html .block-hr-1 {font-size: 0.001em;}

.block-rating18-3 {
	background: url(../../images/def/browse/block-rating18-3.gif) 0 0 no-repeat;
	height: 16px;
	width: 17px;
}
.block-archive-2 span, .block-archive-2_protected span, .block-rating18-2 span, .block-archive-3 span, .block-archive-3_protected span, .block-rating18-3 span, .block-rating-2 span {
	left: -200px;
	position: absolute;
	top: -2000px
}
.block-feature-2, .block-feature-3 {
	float: left;
	margin: 0.3em 5px 0.3em 0;
	overflow: hidden;
	position: relative;
}
.block-feature-3 {margin: 0 5px 1em 0;}
.block-rating-2 {
	background: url(../../images/def/browse/block-rating-2.gif) 0 0 no-repeat;
	height: 17px;
	margin: 0;
	width: 98px;
}
.block-rating-2_value-1 {background-position: 0 -17px;}
.block-rating-2_value-2 {background-position: 0 -34px;}
.block-rating-2_value-3 {background-position: 0 -51px;}
.block-rating-2_value-4 {background-position: 0 -68px;}
.block-rating-2_value-5 {background-position: 0 -85px;}
.block-thumb-1 {
	background: #fff;
	border: 1px solid #999;
	font-size: 0.001em;
	padding: 1px;
	width: 120px;
}
.block-thumb-1 img {
	vertical-align: middle;
	width: 120px;
}

.block-filelist-2_middle {
	background: url(../../images/def/browse/block-filelist-2_middle.gif) 0 0 repeat-y;
	width: 870px;
}
.block-filelist-2_top {background: url(../../images/def/browse/block-filelist-2_top.gif) 0 0 no-repeat;}
.block-filelist-2_bottom {
	background: url(../../images/def/browse/block-filelist-2_bottom.gif) 0 bottom no-repeat;
	padding: 10px 1px;
}
.block-filelist-2_colsnum-1 {width: 210px;}
.block-filelist-2_colsnum-2 {width: 430px;}
.block-filelist-2_colsnum-3 {width: 650px;}

.block-filelist-3_middle {background: url(../../images/def/browse/block-filelist-3_middle.gif) 0 0 repeat-y;}
.block-filelist-3_top {background: url(../../images/def/browse/block-filelist-3_top.gif) 0 0 no-repeat;}
.block-filelist-3_bottom {
	background: url(../../images/def/browse/block-filelist-3_bottom.gif) 0 bottom no-repeat;
	padding: 5px 1px;
}
.block-filelist-3_colsnum-1 {width: 166px;}
.block-filelist-3_colsnum-2 {width: 343px;}
.block-filelist-3_colsnum-3 {width: 520px;}
.block-filelist-3_colsnum-4 {width: 695px;}
.block-filelist-3_instance-1 {margin-bottom: 3em;}

.block-filelist-4_middle {width: 210px;}
.block-filelist-4_top {padding: 0;}
.block-filelist-4_bottom {
	overflow: auto;
	padding: 5px 0 5px 5px;
	position: relative;
	height: 650px;
	width: 205px;
}
.block-filelist-4_middle table.table-filelist-4 {width: 185px;}
.block-filelist-4_middle table.table-filelist-4 td {width: 175px;}
.block-filelist-4_middle table.table-filelist-4 td .block-file {
	border-bottom: 1px solid #cdcdcd;
	padding: 8px 0;
	width: 175px;
}
.block-filelist-4_middle table.table-filelist-4 td .block-file_last {border-bottom: none;}

.block-topfiles-1 {margin: 1.5em 0 2.5em;}

/* --[Others]--------------------------------------------------------------------- */

.text-pager-1 .button-blue-2, .text-pager-1 .button-blue-3, .text-pager-1 .button-white-1 {text-transform: lowercase;}
