.sprite {
	background-image: url('../img/sprite1.png');
	background-color: transparent;
	background-repeat: no-repeat;
	display: inline-block;
}

.sprite2 {
	background-image: url('../img/sprite2.png');
	background-color: transparent;
	background-repeat: no-repeat;
	display: inline-block;
}

/*====================================== reset.css is here ====================*/
body,div,ul,ol,li,form,input,p,td { margin:0; padding:0;}
table {	border-collapse:collapse; border-spacing:0;}

img {border: 0;}
/*====================================== reset.css is here =====================*/


@charset "utf-8";
/* CSS Document */


/* Primary Styles
---------------------------------*/
html {
	min-width: 1024px;
}

body {
	/*background: url('../img/bg_head.jpg') repeat-x;*/
	background-color: #f2f4f8;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #464646;
	margin: 0;
	padding:0;
}

.clear {
	clear: both; 
	font-size: 0px;
	line-height: 0px; 
	display: block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a:link {
	color: #325c88;
	text-decoration: none;
}

a:hover {
	color: #18324d;
	text-decoration: underline;
}

a:visited {
	color: #325c88;
	text-decoration: none;
}

.outer {
	margin: 0 auto;
	position: relative;
}

h1 {
	display: inline-block;
	color: #464646;
	font-weight: bold;
	font-size: 1.313em;
	margin: 0;
	padding: 0;
}


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

.hidden,
div.hidden {
	display: none;
}

.visible {
	display: block;
}

.dld_sticky_at_scroll {
	position: absolute;
	top: 5px;
	right: 0;
	color: #fff;
}

.dld_sticky_at_scroll .left {
	display: inline-block;
	font-size: 17.85px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 0 15px 0 0;
	margin: 0 5px 0 0;
	background: url('../img/arrow-right-1.png') no-repeat;
	background-position: right center;
}

.dld_sticky_at_scroll .right {
	display: inline-block;
}



.mb10 {
	margin-bottom: 10px;
}

.mb14 {
	margin-bottom: 14px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb60 {
	margin-bottom: 60px;
}

.mt8 {
	margin-top: 8px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mlr10 {
	margin-left: 10px;
	margin-right: 10px;
}

.mlr_c_1 {
	margin-left: 90px;
	margin-right: 90px;
}

.mr10 {
	margin-right: 10px; 
}

img.opac {
	opacity: 0.25;
	filter: alpha(opacity=25); /* For IE8 and earlier */
    transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -webkit-transition: opacity 0.6s;
}

img.opac:hover {
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */	
}
/* ///// general styles  */

.wrapper {
	width: 958px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	border: 1px solid #e6e8eb;
	border-top: 1px solid #fff;
	min-height: 500px;
}

.wrapper_1 {
	padding: 0 10px 10px 10px;
}

.inner_1 {
	float: left;
	vertical-align: top;
}

.inner_1 .w_1 {
	width: 768px;
}

.inner_2 {
	float: left;
	padding-left: 10px;
	vertical-align: top;
}

.inner_2 .w_1 {
	width: 160px;
}



.divider {
	display: block;
	height: 1px;
	background-color: #f2f3f5;
}

.wrap_header {
	height: 100px;
	width: 100%;
	overflow-x: hidden;
	background: url('../img/bg_head.jpg') repeat-x;
	z-index: 9900;
}

header {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

.wrap_up_header_r {
    position: absolute;
    width: 100%;
    height: 25px;
    top: 0;
    right: -100%;
	background-color: #18324d;
	overflow-x: hidden;
}

.wrap_up_header {
	height: 25px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #18324d;
	width: 310px;
}

#foot_aux {
	display: none;
}

#watch_aux {
	display: none;
}

.register,
.register a {
	color: #abb1b8;  /*is sharp text*/
	font-size: 12px;
	line-height: 24px;
	padding-left: 9px;
}

.register a {
	font-weight: bold;
}

.register a:hover {
	color: #fff;
}

.logo {
	position: absolute;
	top: 26.5px;
	left: 0px;
}

.logo img {
	width: 220px;
	height: 47px;
}


/*
* footer
*/
.wrap_footer {
	width: 100%;
	background-color: #18324d;
}

footer {
	width: 960px;
	color: #a8adb5;
	margin: 0 auto;
	margin-top: 28px;
	text-align: center;
}

.footer_menu ul {
	display: inline-block;
	list-style: none;
	margin: 10px 0 10px 0;
}

.footer_menu ul li {
	display: inline-block;
}

.footer_menu ul li a {
	display: inline-block;
	color: #a8adb5;
	font-size: 0.875em;
	font-weight: 600;
}

.footer_menu ul li a:hover {
	color: #fff;
}


.footer_menu ul li + li:before{
    content: " | ";
    padding: 0 5px;
}

.copyright {
	font-size: 0.875em;
	padding: 0 0 10px 0;
}

/*
* footer
*/





.search {
	position: absolute;
	top: 49px;
	right: 120px;
}

.search input[type="text"] {
    border: none;
    float: left;
    font-family: inherit;
    height: 26px;
    width: 153px;
    color: #144373;
    font-size: 0.75em;
    font-weight: 600;
    padding-left: 10px; 
    -webkit-appearance: none;
    -webkit-border-radius: 0; 
    border-radius: 0;    
}

.btn_submit {
	display: inline-block;
	height: 26px;
	width: 26px;
	background-color: #fff;

}
.search input[type="submit"] {
    border: none;
    cursor: pointer;
    height: 15px;
    width: 20px;
    margin-top: 5px;
    background-position: 0 0;
	/*background: url('../img/sprite1.png') no-repeat 0 0; */   
}

.menu_cat_head {
	position: absolute;
	top: 38px;
	right: 0;
}

.menu_cat_head ul li {
	display: inline-block;
	height: 40px;
	vertical-align: bottom;
}

.menu_cat_head a.win {
	display: inline-block;
	width: 32px;
	height: 34px;
	margin-top: 6px;
	margin-right: 20px;
	background-position: 0 -16px;
	/*background: url('../img/sprite1.png') no-repeat 0 -16px; */
}

.menu_cat_head a.win:hover {
	background-position: -33px -16px;
	/*background: url('../img/sprite1.png') no-repeat -33px -16px; */
}

.menu_cat_head a.mac {
	display: inline-block;
	width: 32px;
	height: 40px;
	background-position: 0 -50px;
	/*background: url('../img/sprite1.png') no-repeat 0 -50px; */
}

.menu_cat_head a.mac:hover {
	background-position: -33px -50px; 
	/*background: url('../img/sprite1.png') no-repeat -33px -50px; */
}


/*breadcrumbs*/
nav {
	position: relative;
}

nav ul#bread {
	list-style: none;	
	display: inline-block;
	height: 30px;
	padding: 3px 0 0 23px; 
}

nav ul#bread li {
	display: inline-block;
}

nav ul#bread li a {
	display: inline-block;
	font-size: 0.75em;
	font-weight: bold;
	color: #464646;
}

nav ul#bread li a.active {
	color: #325c88;
}

nav ul#bread li a.active:hover {
	color: #325c88;
}

span.sepa {
	display: inline-block;
	font-size: 0.75em;
	font-weight: bold;	
	color: #c3c8cb;
	margin: 0 5px;
}

#wrap_bring_cats,
.bring_cats,
#show_cats {
	display: inline-block;
}


a.bring_cats {
	position: absolute;
	top: 0;
	left: -9px;
	width: 33px;
	height: 30px;
	background-position: 0 -90px; 
	/*background: url('../img/sprite1.png') no-repeat 0 -90px; */
}

/*a.bring_cats .hovered {
	background-position: -33px -90px; 
}*/

#show_cats {
	position: relative;
}

#show_cats ul.list_cats_ajax {
	position: absolute;
	top: -20px;
	left: 24px;
	z-index: 55;
}


#show_cats ul.list_cats_ajax li {
	position: relative;
	display: block;
	width: 208px;
	background-color: #ccc;
	font-weight: 600;
}

#show_cats ul.list_cats_ajax li a {
	display: inline-block;
	width: 198px;
	padding: 6px 0 6px 10px;
	color: #fff;
	font-size: 0.9em;
	text-decoration: none;
	background-color: #08416C;
}

#show_cats ul.list_cats_ajax li a:hover {
	background-color: #325c88;
}


/*subcats level 2*/
#show_cats ul.list_cats_ajax li ul {
	display: none;
}

#show_cats ul.list_cats_ajax li:hover ul {
	position: absolute;
	display: block;
	left: 208px;
	top: 0;
}

/*breadcrumbs*/


.block_1 {
	display: inline-block;
}

/* index */
.block_1.w_b_1_1 {
	width: 379px;
}

/* dld page */
.block_1.w_b_1_2 {
	width: 300px;
}

.block_1 .title {
	display: block;
	position: relative;
	height: 33px;	
	color: #898e91;
	font-weight: bold;
	font-size: 1.188em;
	border-bottom: 1px solid #f2f3f5;
	cursor: pointer;
}

.latest {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-position: 0 -120px;
	margin-top: 7px;
}

.popular {
	display: inline-block;
	width: 17px;
	height: 24px;
	background-position: -33px -120px;
	margin-top: 6px;
}

.theTitle {
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 30px;
}

.block_1 .content {
	margin-top: -5px;
}

.block_1 .content .sepa {
	display: inline-block;
	margin: 0 6px;
}

.block_1 .content .nr {
	display: inline-block;
	margin-right:  6px;
}

.block_1 .content ul {
	margin-left: -10px;
}

.block_1 .content ul li {
	display: block;
	font-size: 0.875em;
	color: #464646;	
	height: 16px;
	margin: 10px 0;
}

.block_1 .content ul li img {
	vertical-align: middle;
}

.block_1 .content ul li a {
	font-weight: 600;
	padding-left: 6px;
}

.block_1 .content ul li a:hover {
	color: #325c88;
	text-decoration: underline;
}

.block_1 .more {
	display: block;
	text-align: right;
	margin: -5px 10px 0 0;
}

.block_1 .more a {
	display: none;
	font-weight: bold;
	font-size: 0.875em;
}

/* block_2 index */
.block_2 {
	margin-bottom: 40px;
}

/* index page */
.block_2.w_b_2_1 {
	width: 245px;
}

.block_2 .title {
	border-bottom: 1px solid #f8f9f9;
	padding-bottom: 3px;
}

.block_2 .title a {
	font-weight: bold;
	font-size: 1.125em;
	color: #898e91;
	text-decoration: none;
}

.block_2 .content ul {
	width: 109%;
	margin-left: -10px;
}

.block_2 .content ul li {
	position: relative;
	display: block;
	height: 49px;
	padding: 0;
	margin: 11px 0;
}

.block_2 .content ul li:hover {
	background-color: #e9f0fe;
}

.block_2 .content ul li a {
	height: 49px;
}


.block_2 .content ul li a:hover {
	color: #325c88;
	text-decoration: none;
}

.block_2 .content ul li a img {
	position: absolute;
	top: 5px;
	left: 0;
}

.block_2 .content ul li a span {
	position: absolute;
	top: 1px;
	left: 42px;
	font-weight: 600;
	font-size: 1.370em;	
}

.block_2 .content ul li a .license {
	position: absolute;
	top: 29px;
	left: 42px;
	font-weight: 600;	
	font-size: 0.875em;
	color: #898e91;	
}

.block_2 .more {
	display: block;
	text-align: right;
	margin-top: -5px;
}

.block_2 .more a {
	font-weight: bold;
	font-size: 0.875em;
}


/* product */
.title_section {
	position: relative;	
	display: block;
	width: 938px;
	height: 38px;
}

.title_section img.icon {
	display: inline-block;
}

.h1_title_section {
	display: inline-block;
	vertical-align: top;	
	padding: 0 0 0 10px;
	margin: -5px 0 0 -5px;
}

.title_section_under {
	position: absolute;
	left: 40px;
	bottom: 0;
	display: inline-block;
	font-size: 0.750em;
	color: #898e91;
	margin: 0;
}


.dld_btn_wrapper {
	display: inline-block;
	position: absolute;
	top: -2px;
	right: 0;
}

/* dld btn */
.dld_btn {
	display: inline-block;
	background-color: #fcb200; 
	border-bottom: 2px solid #d1930e;
}
.dld_btn:hover {
	background-color: #de9f17;
	border-bottom: 2px solid #b37c06; 
}
.dld_btn .dld_link a {
	display: inline-block;
	font-size: 1em;
	font-weight: 800;
	color: #18324d;
}

.dld_btn a:hover {
	text-decoration: none;
}

.dld_btn .dld_link a span.size {
	display: inline-block;
	font-weight: normal;
	font-style: italic;
	color: #8e6203;
}

/* dld btn page product */
.dld_btn .dld_link.st_1_1 a {
	padding: 8px 40px;
}

.dld_btn .dld_link.st_1_2 a {
	padding: 8px 35px;
}

/* dld btn page choose dld */
.dld_btn .dld_link.st_2 a {
	padding: 7px 67px;
}

.dld_link_sub {
	display: block;
	color: #18324d;
	padding: 0;
	font-weight: 600;
	font-size: 0.750em;
	text-align: center;
}

/* dld btn subcat */
.dld_btn_s {
	display: inline-block;
	background-color: #d9dbdd; 
	border-bottom: 2px solid #c3c8cb;
}
.dld_btn_s:hover {
	background-color: #fcb200;
	border-bottom: 2px solid #d1930e; 
}
.dld_btn_s .dld_link_s a {
	display: inline-block;
	font-size: 1em;
	font-weight: 800;
	color: #464646;
	padding: 7px 26px;
}

.dld_btn_s a:hover {
	text-decoration: none;
}

.dld_btn_s .dld_link_s a span.size {
	display: inline-block;
	font-weight: normal;
	font-style: italic;
	color: #464646;
}
/* dld btn subcat */


/* product left */
.inner_1_1_p {
	padding-right: 10px;
}

.inner_1_1_p.w_p_1 {
	width: 628px;
}
/* product left */

/* product right */
.inner_1_2_p {
}

.inner_1_2_p.w_p_2 {
	width: 300px;
}
/* product right */

/* full width, no sidebar */
.inner_1_1_p.w_all_1 {
	width: 100%;
}

.wrap_1 {
	border: 1px solid #f2f3f5;
	border-top: 0;
}


/* tabs */
.wrap_tabs_1 {
	position: relative;
}

ul.tab {
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 0;
	list-style-type: none;
}

ul.tab li {
    display: inline;	
}

ul.tab li.current .windows {
	display: inline-block;
	width: 17px;
	height: 17px;
	background-position: 0 -144px;
	margin-top: 2px;
}

ul.tab li a.windows {
	display: inline-block;
	width: 17px;
	height: 17px;
	background-position: -17px -144px;
}

ul.tab li a.windows:hover {
	background-position: 0 -144px;
}

ul.tab li.current .mac {
	display: inline-block;
	width: 17px;
	height: 20px;
	background-position: 0 -161px;
}

ul.tab li a.mac {
	display: inline-block;
	width: 17px;
	height: 20px;
	background-position: -17px -161px;
}

ul.tab li a.mac:hover {
	background-position: 0 -161px;
}

	/* tabs */


ul.subtab {
	display: inline-block;
	width: 100%;
	list-style-type: none;
	background-color: #fff;
	border-bottom: 1px solid #f2f3f5;
}

ul.subtab li {
	display: inline;
	margin: 0;
	border-bottom: 0;	
}


ul.subtab li.current div.subtab_title {
	display: inline;
	color: #898e91;
	font-size: 1.125em;
	font-weight: bold;
	border: 1px solid #f2f3f5;
	border-bottom: 1px solid #fff;
	padding: 8px 10px;
}

ul.subtab li.current {
	color: #c3c8cb;
	background: white;
	border-bottom: 1px solid #fff;	
	cursor: default;
}

ul.subtab li a {
	display: inline-block;
	color: #c3c8cb;
	font-size: 1.125em;	
	padding: 8px 10px;
}

ul.subtab li a:hover {
	color: #325c88;
	text-decoration: none;
}

/*tabs*/

.wrap_read_more {
	padding-top: 10px;
}

a#read_more {
	width: 361px;
	padding: 0 10px;
	text-align: center;
	font-weight: bold;
	font-size: 0.875em;
}

a#read_more:hover {
	text-decoration: none;
	color: #325c88;
}

a#read_less {
	margin-top: -15px;
}

.arrow_down {
	display: inline-block;
	width: 13px;
	height: 8px;
	background-position: 0 -181px;
	margin-left: 5px;
}

div.review {
	width: 361px;
	float: left;
	padding: 0 10px;
}

.review .subtitle {
	font-weight: bold;
	margin: 0 0 5px 0;
}


p {
	color: #464646;
	font-size: 14px;
	line-height: 20px;
}

.wrap_1 ul li {
	color: #464646;
	font-size: 14px;
	line-height: 20px;	
}

.wrap_1 ul li:before {
    content: "• ";
    color: #464646;
}


div.review_right {
	width: 227px;
	float: left;
}

.img_bar {
	width: 207px;
	text-align: center;
	margin-top: 4px;
	padding: 0 10px;
}

.img_bar_1 {
	display: block;
	margin-bottom: 10px;
	text-align: center;
}

.img_bar_1 img {
	opacity: 0.25;
	filter: alpha(opacity=25); /* For IE8 and earlier */
    transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -webkit-transition: opacity 0.6s;
}

.img_bar_1 img:hover {
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

#theWatch {
	width: 100%;
}

.save_list {
	display: block;
	top: 0;
	left: 0;
	padding-left: 10px;
}

a.button {
	display: inline-block;
	background-color: #f2f3f5;
	border: 1px solid #f2f3f5;
	color: #464646;
	font-weight: 600;
	text-decoration: none;
	padding: 9px 39px;
	font-size: 0.750em;	
}

a.button:hover {
	background-color: #325d88;
	border-color: #325d88;
	color: #fff;
}

a.button.removeWatchlist {
	position: relative;
	color: #325c88;
	border: 1px solid #325c88;
}

a.button.removeWatchlist:hover {
	background-color: #f2f3f5;
	border-color: #325d88;
}

div.watch_ok {
	position: absolute;
	top: 13px;
	right: 13px;
	display: inline-block;
	width: 11px;
	height: 9px;
	background-position: 0 -189px;
}


/* prod tech details */
.tech {
	display: block;
	font-size: 0.875em;
}

.tech_2 {
	display: inline-block;
	font-weight: bold;
	width: 180px;
	padding: 7px 0 7px 10px;
}

.tech_3 {
	display: inline-block;
}

.tech_bg_clr_1 {
	background-color: #e9f0fe;
}

div.os_ok {
	display: inline-block;
	width: 11px;
	height: 9px;
	background-position: 0 -189px;
	margin-top: 3px;
}

/* prod tech details */

.award_img {
	display: inline-block;
	width: 146px;
	float: left;
	margin-left: 20px;
}

.award_text {
	display: inline-block;
	float: left;	
	width: 256px;
	font-size: 0.875em;
	margin-left: 20px;
	padding-top: 5px;
	vertical-align: middle;
}


/* prod sidebar */
.top_head {
	display: block;
	font-size: 1.125em;
	font-weight: bold;
	color: #898e91;
	vertical-align: top;
}

.top_row {
	display: block;
	height: 55px;
	position: relative;
	margin-bottom: 16px;
}

.top_icon_32 {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

.top_icon_32 .rank_top {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 5px;	
}

.top_icon_32 img.rank_icon {
	position: absolute;
	left: 16px;
	top: 7px;
}

.top_title {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 40px;	
}

.top_title a {
	font-weight: 600;
	font-size: 1.313em;
}

.top_title a:hover {
	color: #18324d;
}

.top_subtitle {
	display: inline-block;
	position: absolute;
	top: 26px;
	left: 40px;	
	font-size: 0.750em;	
	line-height: 1.2em;
}


/* ////////// TOOLTIP ////////// */
.tooltip {
	display: none;
	position: absolute;
	background-color: #133f6e;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	padding: 8px 16px;	
	max-width: 400px;
	line-height: 18px;
}


a.arrow_1 {
	position: relative;
	display: inline-block;
}

a.arrow_1:after {
	left: 100%; 
	top: 50%;
	border: solid transparent; content: " "; 
	height: 0;
	width: 0; 
	position: absolute; 
	pointer-events: none; 
	border-color: rgba(50, 92, 136, 0); 
	border-left-color: #325c88; 
	border-width: 9px; 
	margin-top: -9px; 
}


/*icon for tooltip*/
.tooltip_1 {
	display: inline-block;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0 0 0 4px;
	background-position: 0 -449px;
	vertical-align: bottom; 	
}

.tooltip_1:hover {
	background-position: -20px -449px;	
}


/*icon for tooltip*/
div.masterTooltip {
	display: inline-block;
	width: 12px;
	height: 12px;
	padding: 0;
	margin: 0 0 0 4px;
	/*background: url("../img/more-info.png") no-repeat; */
	vertical-align: bottom; 
}

div.masterTooltip:hover {
	/*background: url("../img/more-info-hover.png") no-repeat; */ 
}
/* ////////// TOOLTIP ////////// */


.content {
	padding: 0 10px 0 10px;
}



/* div tables */
.tbl {
	display: table;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #f2f3f5;
	font-weight: bold;
	font-size: 1.125em;
}

.tbl_row {
	display: table-row;
	border: 1px solid #f2f3f5;
}

.tbl.highl .tbl_row.highlighted {
	background-color: #e9f0fe;
}

.tbl.highl .tbl_row:hover {
	background-color: #e9f0fe;
}

.tbl_row.tbl_head:hover {
	background-color: #f2f3f5 !important;
}

.tbl_head {
	font-weight: bold;
	color: #898e91;
	background-color: #f2f3f5;
}

.tbl_head:hover {
	background-color: #f2f3f5;
}

.tbl_cell {
	display: table-cell;
	border-top: 1px solid #f2f3f5;
	border-bottom: 1px solid #f2f3f5;
	vertical-align: middle;
	padding: 5px 10px;
}

.dld_icon_1 {
	display: inline-block;
}

.dld_icon_1 a {
	display: inline-block;
	width: 27px;
	height: 36px;
	background-position: 0 -198px;	
}

.safe {
	position: relative;
	display: inline-block;
	font-weight: bold;
	color: #06a212;
}

.safe .clean {
	position: absolute;
	top: 3px;
	right: -300px;
}

.tbl.clean .tbl_cell.icon {
	width: 32px;
	height: 32px;
	padding: 20px 10px;
}

.tbl.clean .tbl_cell {
	vertical-align: top;
}

.tbl.clean .tbl_cell.pdt_1 {
	padding-top: 15px;
}

.tbl.clean .date {
	color: #898e91;
	font-size: 12px;
}

.tbl_cell .is_infected,
.tbl_cell .is_clean {
	display: inline-block;
}

.tbl_cell .is_clean {
	color: #06a212;
}

.tbl_cell .clean_ic {
	display: inline-block;
	width: 15px;
	height: 13px;
	background-position: 0 -234px;
	padding-right: 5px;
}

/*simple table av scan page*/
.tbl_2 {
	display: table;
}

.tbl_2 .tbl_row {
	display: table-row;
	border: 0;
}

.tbl_2 .tbl_cell {
	display: table-cell;
	border: 0;
	padding: 3px 20px 3px 0;
	color: #464646;
	font-size: 0.875em;
}
/*simple table av scan page*/

/* subcategory */
.tbl_s {
	display: table;
	width: 100%;
	border: 1px solid #f2f3f5;
}

.tbl_s_row {
	display: table-row;
	width: 100%;
}

.tbl_s_cell {
	display: table-cell;
	vertical-align: top;
	padding: 30px 0;
	border-bottom: 1px solid #f2f3f5;
}

.tbl_s_cell.thead {
	padding: 0;
}

.tbl_s_row.thead {
	width: 100%;
	background-color: #f2f3f5;
}

.tbl_s_cell.thead {
	padding: 5px 0 0 0;
}

.cat_filter {
	display: inline-block;
	color: #898e91;
	font-weight: bold;
	font-size: 1.125em;
	padding-left: 10px;
}

.filt_wrap {
	display: inline-block;
}

.view_mode {
	display: inline-block;
	padding: 0 10px 5px 0;
}

button.view_less {
	display: inline-block;
	border: 0;
	width: 22px;
	height: 18px;
	background-position: 0 -269px;
}

button.view_more {
	display: inline-block;
	border: 0;
	width: 22px;
	height: 18px;
	background-position: 0 -251px;
}

button.view_less:hover,
button.view_more:hover {
	cursor: pointer;
}

.tbl_s_cell.sec_1 {
	width: 32px;
}

.tbl_s_cell.sec_1 img {
	padding: 2px 0 0 10px;
}

.tbl_s_cell.sec_2 {
	width: 218px;
}

.sec_2 .title a {
	font-weight: bold;
	font-size: 1.313em;
}

.sec_2 .subtitle,
.sec_2 .subtitle_2 {
	color: #464646;
	font-size: 0.8em;
	padding-bottom: 3px;
}

.sec_2 .date_update {
	color: #898e91;
	font-size: 0.8em;
}

.sec_3 {
	width: 150px;
	text-align: center;
}

.sec_4 {
	width: 250px;
	position: relative;
}

.sec_4 .dld_btn_s {
	position: absolute;
	top: 30px;
	right: 10px;
}

.sec_4 .watchl_s {
	display: inline-block;
	position: absolute;
	top: 80px;
	right: 70px;
}
/* subcategory */

/* category */
.column {
	display: inline-block;
}

ul.cats_list {
	list-style: none;
	width: 440px;
}

ul.cats_list.the_1 {
	margin-right: 40px;
}

ul.cats_list li {
	display: block;
	position: relative;
	padding: 10px 0;
	border-bottom: 1px solid #D8DFEA;
}

ul.cats_list li .cat_icon {
	display: inline-block;
	width: 35px;
	height: 28px;
	background-position: 0 -287px;
}

ul.cats_list li a {
	font-weight: 600;
	font-size: 1.375em;
	position: absolute;
	top: 10px;
	left: 43px;
}

ul.cats_list li a:hover {
	color: #18324d;
}

button.expand {
	display: inline-block;
	position: absolute;
	top: 24px;
	right: 20px;
	border: 0;
	width: 19px;
	height: 12px;
	background-position: -19px -425px;
	cursor: pointer;
}

button.is_exp {
	display: inline-block;
	position: absolute;
	top: 24px;
	right: 20px;
	border: 0;
	width: 19px;
	height: 12px;
	background-position: 0 -425px;
}

button.expand:hover {
	background-position: -19px  -437px;
}

button.is_exp:hover {
	background-position: 0 -437px;
}

ul.cats_list_2 {
	display: none;
	list-style: none;
	width: 300px;
	margin-left: 50px;
}

ul.cats_list_2 li {
	display: block;
	position: relative;
	padding: 10px 0 10px 0;	
	width: 350px;
	margin: 0 0 0 30px;
	border-bottom: 1px solid #D8DFEA;
}

ul.cats_list_2 li a {
	font-weight: 600;
	font-size: 1.375em;
	position: absolute;
	top: 10px;
	left: 43px;
}

ul.cats_list li a:hover,
ul.cats_list_2 li a:hover {
	text-decoration: none;
}
/* category */

/* loader_section */
.loader_section {
	position: relative;
	width: 610px;
	height: 70px;
	background-color: #e9f0fe;
	border: 1px solid #325c88;
}

.loader_section .title {
	padding: 5px;
}

.loader_section .subtitle {
	padding: 5px;
}

#seconds {
	font-weight: bold;
}
/* loader_section */

.inner_1_dld {
	width: 300px;
	font-size: 0.875em;
}

.inner_2_dld {
	width: 300px;
	margin-left: 10px;
}

/*pop-up*/
.popup_container {
	position: fixed;
	display: none;
	top: 0;
	left: 0;	
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 1;
}

.ie8 .popup_container {
	position: fixed;
	display: none;
	top: 0;
	left: 0;	
	width: 100%;
	height: 100%;
	background: url('../img/trans-black-50.png') repeat;
	z-index: 1;
}

.show_popup {
	position: fixed;
    top: 45%;
 	left: 45%;
	z-index: 3;		
	display: none;
	background: #fff;
    border: 1px solid #464646;
	width: 686px;
	height: 357px;	
	margin-top: -150px;
	margin-left: -250px;
}

.show_popup .pop_head {
	font-size: 21px;
	font-weight: bold;
	width: 686px;
	height: 43px;
	background-position: 0 -108px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}

.show_popup .pop_head .title {
	display: inline-block;
	margin-top: 8px;
}

.show_popup .social_login {
	position: absolute;
	top: 130px;
	left: 180px;
}

.social_login a {
	position: relative;
}

.social_login a .loader_1 {
	display: none;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 14px;
	right: -35px;
	background: url('../img/loader_1.gif') no-repeat;
}

.social_login a.fb {
	display: inline-block;
	width: 330px;
	height: 55px;
	background-position: 0 -315px;
	margin-bottom: 10px
}

.social_login a.google {
	display: inline-block;
	width: 330px;
	height: 55px;
	background-position: 0 -370px;
}

.close {
	position: absolute;
	top: 8px;	
	right: 10px;
	cursor: pointer;
}

.close_title {
	display: none;
	position: absolute;	
	color: #fff;
	right: -100px;
	top: -45px;	
	padding: 3px 7px;
}

.ie8 .close_title {
	display: none;
	position: absolute;
	color: #fff;
	right: -100px;
	top: -45px;	
	padding: 3px 7px;
}
/*pop-up*/

.address_contact {
	display: none;
}


/*members*/
.m_inner_left {
	width: 200px;
}

.m_inner_right {
	border: 1px solid green;
	width: 700px;
}

.members .m_inner_left ul {
	list-style-type: none;
}

.members .m_inner_left ul li {
	display: block;
	margin: 0 0 10px 0;
}

.members .m_inner_left ul li a {
	display: inline-block;
	background-color: #F3F3F3;
	border: 1px solid #D4D5D6;
	width: 198px;
	padding: 10px 0;
}

.m_list_wrap {
	
}

.m_list_wrap .m_list {
	display: table;
	border-collapse: collapse;
	width: 700px;
}

.m_list .row {
	display: table-row;
}

.m_list .row .cell {
	display: table-cell;
}

.m_list .row .cell.sec_1 {
	width: 32px;
}

.m_list .row .cell.sec_1 img {
	padding: 2px 0 0 10px;
}

.m_list .row .cell.sec_2 {
	width: 318px;
	position: relative;
}

.m_list .row .cell.sec_2 a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	font-size: 1.313em;
}

.m_list .row .cell.sec_2 .subtitle_1 {
	display: block;
	color: #464646;
	font-size: 0.8em;
	padding: 25px 0 0 0;
}

.m_list .row .cell.sec_2 .subtitle_2 {
	display: block;
	color: #464646;
	font-size: 0.8em;
	padding-bottom: 20px;	
}

.m_list .row .cell.sec_3 {
	width: 118px;
}


span.green {
	color: green;
}