/* defaul*/
body{
	margin:0;
	padding:0;
	color:#222;
	font:normal 11px Verdana;
	background:#1e3e5c url(/images/body_bg.png) repeat-x;
}

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

a, a:active, a:visited{
	color:#2B5983;
	outline:none;
	text-decoration:none;
}

a:hover {text-decoration:underline;}

.clear {clear:both;}

/* header */
.header{
	width:980px;
	margin:0 auto;
	overflow:hidden;
	padding-bottom:10px;
	background:#000 url(/images/header_bg.png) repeat-x top left;
}

.topHat{
	color:#fff;
	height:25px;
}

.topHat a, .topHat a:visited  {color:#bbb;}
.topHat a:hover {color:#fff; text-decoration:none;}

.topHat .ict{
	float:left;
	padding:0;
	margin:5px 0 0 10px;
}

.topHat .user{
	padding:0;
	float:right;
	margin-top:5px;	
}

.topHat .user a {padding:0 7px;}

.topHat ul li {
	float:left;	
	padding:0 7px;
	margin-right:10px;
}

.topHat ul li:hover a{color:#fff;}
.topHat ul li:hover,
.topHat .user a:hover {
	color:#fff;	
	background:#c00;
	-moz-border-radius:4px;
	-webkit-border-radius:4px; 
}

.cfohint a:link, .cfohint a:visited {
	color:#fff;
	font-weight:bold;
}

.cfohint a, .cfohint a {color:#fff;}

.logo{
	float:left;
	width:153px;
	height:90px;
	margin:10px 0 0 20px;
	background:transparent url(/images/cio_logo.png) no-repeat left top;
}

.banner728{
	width:728px;
	height:90px;
	float:right;
	cursor:pointer;
	margin:10px 20px 0 0;
	background: #fff;
	position:relative;
}

.blockBanner, .banner468{position:relative;}

/* main menu */
.main_menu{
	width:980px;
	height:30px;
	margin:0 auto;
	background:url(/images/mainmenu_bg.png) repeat-x;
}

.main_menu .top_line{
	height:2px;
	background:url(/images/menu_top.png) repeat-x left top;
}

#menu li{
	float:left;
	color:#fff;
	height:25px;
	padding:3px 0 0 0;
	background:url(/images/sep_menu.png) no-repeat left center;
}

#menu li a{
	font-size:12px;
	color:#a3a3a3;
	display:block;
	padding:3px 20px; 
}

#menu li a:hover{
	color:#fff;
	text-decoration:none;
}

.nav{
	margin:0;
	padding:0;
	z-index:100;
	position:relative;
}

.nav li{
	margin:0;
	padding:0;
	position:relative;
}

#menu li:hover a, #menu li.sfHover a {color: #fff;}
#menu li:hover ul a, #menu li.sfHover ul a,
#menu li:hover ul a:hover, #menu li.sfHover ul a:hover {
	font-size:11px;
	color: #959595;	
}

.nav ul {
	margin:0;
	left:-1px;
	padding:0;
	top:-999em;
	z-index:200;
	width:150px;
	overflow:hidden;
	position:absolute;
	border-bottom:1px solid #070708;
	background:#000 url(/images/header_bg.png) repeat-x left -40px;
}

.nav li:hover ul, .nav li.sfHover ul{
	left:0;
	top:28px;
	margin:0;
	padding:0;
}

.nav ul li a{
	margin:0;
	float:none;
	padding:3px 0 0 0;
	border-bottom:1px solid #2b2d30;
}

.nav ul li a:hover{
	margin:0;
	padding:3px 0 0 0;
 	background:#2b2d30;
}

.nav ul a {
	margin:0;
	padding:0;
	width:150px;
	height:20px;
	display:block;
  	white-space:nowrap;
}

.nav ul a:hover{
	height:20px;
	color:#959595;
	background:#2b2d30;
}

/*footer */
.footer_top{
	height:2px;
	background:url(/images/footer_top.png) repeat-x left top;
}

.footer{
	clear:both;
	height:200px;
	background:#454545 url(/images/footer.png) repeat-x left top;
}

.ft_tags{
	overflow:hidden;
	background:#121212;
	padding:9px 10px 5px 10px;
}

.ft_tags a, .ft_tags a:visited {color:#808080;}

.ft_tags a:hover {text-decoration:none; color:#b7b7b7;}

.ft_tags .rss {
	float:right;
	width:25px;
	height:20px;
	cursor:pointer;
	background:transparent url(/images/footer_rss.png) no-repeat;
}

.ft_middle_line{
	height:3px;
	background:url(/images/footer_middle_line.png) repeat-x;
}

.footer .links {
	float:left;
	width:350px;
	height:163px;
	overflow:hidden;
	background:url(/images/footer_line.png) repeat-y right top;
}

.footer .links .l{
	width:130px;
	float:left;
	margin:0 20px;
}

.footer .links a{
	display:block;
	color:#616161;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	margin:10px 0 20px 0;
	text-transform:uppercase;
}

.footer .links a:hover {color:#C7C7C7;}

.footer .links img{
	border:none;
	margin-right:10px;
}

.footer .media{
	float:left;
	margin-left:10px;
}

.footer .media h1{
	color:#616161;
	font-size:13px;
	text-transform:uppercase;
}

.footer .media a {color:#717171;}

.footer .media a:hover{
	color:#9a9a9a;
	text-decoration:none;
}

.ft_bottom_line{
	clear:both;
	height:2px;
	background:url(/images/footer_bottom_line.png) repeat-x;
}

.bottom{
	color:#343434;
	overflow:hidden;
	padding:8px 10px;
	background:#121212;
}

.bottom .property {margin:5px 0;}

.bottom #counters{
	width: 100px;
	height: 15px;
	margin: 0 auto;
	text-align: center;
}

.bottom .ri{
	float:right;
	overflow:hidden;
	margin-top:-20px;
}

.bottom .t, .bottom .f, .bottom .g, .bottom .r{
	width:24px;
	height:24px;
	float:right;
	display:block;
	margin-left:10px;
	background:url(/images/follow_twitter.png);
}

.bottom .f {background:url(/images/follow_facebook.png);}
.bottom .g {background:url(/images/follow_google.png);}
.bottom .r {background:url(/images/follow_rss.png) no-repeat;}

/* main site */
.mainSite{
	width:980px;
	margin:0 auto;
	overflow:hidden;
	background:#fff;
	position:relative;
}

.sidebar{
	width:300px;
	float:left;
}

.sidebar h1{
	margin:0;
	font-size:13px;
	font-weight:bold;
	border-bottom:1px solid #c00;
}

.sidebar h1 a, .sidebar h1 a:visited {
	color:#222;
	font-size:14px;
	text-decoration:none;
}

.sb_box {
	width:300px;
	float:right;
	margin-top:10px;
	border:1px solid #bbb;
	background:url(/images/sidebar_bg.png) repeat-x left bottom;
}

.pr_box {padding:10px 0;}

.pr_box .icon, .pr img{
	float:left;
	margin:0 10px 10px 5px;
	border:1px solid #b8b8b8;
}

.pr_box p{
	color:#333;
	margin:0;
	font-weight:bold;
}

.pr_box span {
	display:block;
	color:#494949;
}

.overadpr{
	z-index:1000;
	position:absolute;
}

.mainbar{
	float:left;
	width:630px;
	margin:20px 20px 20px 10px;
}

.mainbar h1,
.blockOneNews .breadcrumbs {
	font-size:12px;
	margin:0 0 10px 0;
	padding-bottom:5px;
	text-transform:uppercase;
	border-bottom:1px solid #cc0000;
}

.blockOneNews .breadcrumbs p {margin:0;}

.mainbar h1 a, .mainbar h1 a:hover, .mainbar h1 a:visited {
	color:#333;
	text-decoration:none;
}

.mainbar h1 span {
	color:#555;
	padding-left:12px;
	font-weight:normal;
	background:url(/images/sep_breadcrumbs.png) no-repeat 2px 3px;
}

.mainbar h1 .rss {
	width:16px;
	height:16px;
	float:right;
	display:block;
	background:url(/images/rss_out.png) no-repeat left top;
}

.mainbar h1 .rss:hover {background-image:url(/images/rss_on.png);}

/*adverts main bar start*/
.mainbar1{
	width:630px;
	float:left;
	margin:20px 20px 20px 10px;
}

.mainbar1 h1{
	font-size:12px;
	margin:0 0 10px 0;
	padding-bottom:5px;
	text-transform:uppercase;
	border-bottom:1px solid #cc0000;
}

.mainbar1 h1 a, .mainbar h1 a:hover, .mainbar h1 a:visited {
	color:#333;
	text-decoration:none;
}

.mainbar1 h1 span {
	color:#555;
	padding-left:12px;
	font-weight:normal;
	background:url(/images/sep_breadcrumbs.png) no-repeat 2px 3px;
}

.mainbar1 h1 .rss {
	width:16px;
	height:16px;
	float:right;
	display:block;
	background:url(/images/rss_out.png) no-repeat left top;
}

.mainbar1 h1 .rss:hover {background-image:url(/images/rss_on.png);}
/*adverts main bar end*/

/* list */
.list li,
.blockOneNews .prlist {
	clear:both;
	margin:20px 10px 0 10px;
	overflow:hidden;
	padding-bottom:20px;
	background:url(/images/sep_list.png) no-repeat center bottom;
}

.list .icon,
.blockOneNews .prlist img {
	float:left;
	padding:1px;
	margin-right:20px;
	border:1px solid #b8b8b8;
}

.list .title,
.blockOneNews .prlist a {
	margin:0;
	display:block;
	font-size:13px;
	font-weight:bold;
}


.blockOneNews .prlist .date {color:#777;}

.blockOneNews .prlist em {font-style:normal; display:block; margin-top:10px;}

.list .c, .list .d, .list .v{
	float:left;
	color:#777;
	font-size:10px;
	padding-left:17px;
	margin:7px 5px 0 0;
	background:url(/images/list_comments.png) no-repeat left bottom;
}
.list .v {background-image:url(/images/list_user.png);}
.list .d {background-image:url(/images/list_time.png); clear:right;}

.list .c a, .list .c a:hover{
	color:#777; 
	text-decoration:none;
}

/* pagination */
.pagination{
	overflow:hidden;
	margin:30px auto;
}

.pagination .previous, .pagination .next, #allnews{
	float:left;
	padding:5px 10px;
	margin-right:20px;
	border:1px solid #b8b8b8;
	background:url(/images/sidebar_bg.png) repeat-x left bottom;
}

.pagination .next {margin-left:20px;}

.pagination .pagesLinks {float:left;}

.pagination .pagesLinks a, .pagination .pagesLinks span{
	float:left;
	width:28px;
	margin:0 4px;
	display:block;
	padding:5px 0;
	text-align:center;
	border:1px solid #b8b8b8;
	background:url(/images/sidebar_bg.png) repeat-x left bottom;
}

.pagination .pagesLinks span, .pagination .pagesLinks a:hover{
	color:#fff;
	border-color:#4F4F4F;
	background:url(/images/page_on.png) repeat-x left top;
}

.pagination .next a{
	padding-right:10px;
	background:url(/images/pointer_blue.png) no-repeat right 4px;
}

.pagination .previous a{
	padding-left:10px;
	background:url(/images/pointer_blue_left.png) no-repeat left 4px;
}

.pagination .pagesLinks span {font-weight:bold;}

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

/* right colum */
.banner336 {margin:20px 0 10px 0;}

.sb{
	width:300px;
	margin:20px 0;
	background:#EFEFEF;
	border:1px solid #d5d5d5;
}

.sb h2 {
	padding:1px;
	margin:5px; 
	color:#b8c687;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	background:#fff;
	border:1px solid #333;
	
}

.sb h2 div{
	padding:4px;
	border:1px solid #333;
	background:url(/images/sb_header.png) repeat-x left top;
}

.sb ul {
	margin:10px;
}

.sb ul li {margin:10px 0;}

.sb ul li a {
	padding-left:10px;
	background:url(/images/pointer_red.png) no-repeat left 3px;
}

.sb ul li a:hover {background-image:url(/images/pointer_redlight.png);}

.sb .cover{
	float:left;
	width:100px;
	margin:5px 10px;
	border:1px solid #bbb;
}

.sb_slideshow{
	width:300px;
	padding-bottom:10px;
	margin:20px 0;
	text-align:center;	
	background:#121212 url(/images/footer.png) repeat-x left top;
}

.sb_slideshow p{
	color:#fff;
	margin:10px 10px 20px 10px;
	padding:10px;
	font-size:13px;
	font-weight:bold;
	background:url(/images/sep_cfo.png) no-repeat center bottom;
}

.sb_slideshow .frame{
	width:10px;
	float:left;
	height:160px;
	margin:15px 10px;
	background:url(/images/sb_slideshow_framebox.png) repeat-y left top;
}

.sb_slideshow .right {float:right;}

.sb_slideshow img{
	width:250px;
	margin:5px auto;
	border:1px solid #506D89;
}

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

.sb .videonews li{
	padding-left:20px;
	margin:15px 0;
	background:url(/images/videonews.png) no-repeat left 2px;
}

.sb ul.videonews li a {background:none; padding:0;}

.pr_holder {
	clear:both;
	float:none;
	margin:30px 0 0 0;
	background:#efefef;
}

.pr_holder h1, .prHat {
	margin:5px; 
	color:#fff;
	padding:4px;
	font:bold 12px Arial;
	border:1px solid #333;
	text-transform:uppercase;
	background:url(/images/sb_header.png) repeat-x left top;
}

.pr_holder .pr_box {
	padding:0;
	float:none;
	width:290px;
	border:none;
	margin:0 auto;
	background:none;
}

.pr_holder .pr_box .icon {margin-left:0;}

.pr_box p,.prTitle{
	color:#333;
	margin:0;
	font-weight:bold;
	overflow:hidden;
}

.pr_box span {
	display:block;
	color:#494949;
}
/* inactive pr*/
.prContent{clear:both; overflow:hidden;}
.slogan{margin-top:5px; display:block;}

.blic p{
	color:#444;
	text-align:center;
	font-weight:bold;
}

.blic form {margin:10px 5px;}

.blic ul li {
	margin:20px 0;
	background:none;
}

.blic .bar{
	float:left;
	padding:1px;
	border:1px solid #bbb;
}

.blic .inner {
	width:10px;
	height:17px;
	background:url(/images/blicbar.png) repeat-x left top;
}

/* search box */
.search {
	text-align:right;
	position:relative;
}

.search input.sword {
	width:110px;
	height:18px;
	background:#ddd;
	margin:4px 5px 0 0;
	border:1px solid #4DA4F2;
}

#search_btn {
	width:22px;
	height:21px;
	float:right;
	border:none;
	cursor:pointer;
	margin:4px 15px 0 0;
	background:url(/images/search.png) no-repeat left top;
}

#search_btn:hover {background-position:-22px top;}

#options {
	top:28px;
	right:0;
	color:#bbb;
	width:300px;
	height:28px;
	z-index:1000;
	display:none;
	position:absolute;
	background:#000 url(/images/header_bg.png) repeat-x left -80px;
	width:330px;
}

#options label {
	float:left;
	color:#bbb;
	margin:0 3px;
	display:block;
}


ul li#clubcio a, ul li#clubcio a:visited {color:#E35D5D;}
ul li#clubcio a:hover {color:#fff}

/* white papers */
.whitepapers h1 {
    margin:20px 0;
    color:#2B5983;
    font-size:16px;
	border:none;
}

.whitepapers .icon {padding:1px;margin-right:15px;border:1px double #ddd;}

.whitepapers .reg {text-align:center;}

.whitepapers .reg p {
    color:#404040;
    margin:40px 0;
    font-weight:bold;
    text-align:center;
}

.whitepapers .reg ul li {
    width:400px;
    margin:10px auto;
}

.whitepapers .reg ul li label {
    float:left;
    color:#444;
    width:100px;
    display:block;
    text-align:right;
    margin-right:10px;
}

.whitepapers .reg ul li input {
    height:18px;
    width:250px;
    border:1px solid #bbb;
}

.whitepapers .reg ul li select {width:250px; height: 20px; font-size: 12px;}

.whitepapers .reg ul li span {color:#c00;}

.whitepapers .more {
    padding-left:10px;
    background:url(/images/pointer_blue.png) no-repeat left 4px;
}

.whitepapers .btn {
    color:#fff;
    width:100px;
    height:25px;
    border:none;
    padding:5px 0;
    margin:0 auto;
    text-align:center;
    background:url(/images/bg_long.gif) no-repeat;
}

.whitepapers .btn a {
    color:#fff;
    outline:none;
    text-decoration:none;
}

.whitepapers .resume {margin:20px 10px; font-size:11px;}
.whitepapers .resume a{font-weight: bold; font-size: 12px;}
.whitepapers .resume img{float: left;}
.whitepapers .resume .right a, .whitepapers .breadcrumbs{display: none;}
.whitepapers .hr{background: url(../images/sep_list.png) no-repeat 50% 100%; clear: both; margin: 20px 10px 0px; height: 20px;}

/* PR Zone */
.przonetitle {
	color:#2b5983;
	font-size:20px;
	margin-bottom:30px;
	line-height: 24px;
}

/* White Papers & Sponsored Links*/
.wp_holderwide{
	width: 614px;
	margin-bottom: 20px;
	float: left;
}

.wp_holderwide .header{
	width: 614px;
	color:#222;
	font:bold 14px Verdana;
	border-bottom:1px solid #c00;
	background: transparent;
	padding: 0;
}
.wp_holderwide .header a {color:#2F383B;}

.wp_holder{
	float:left;
	width:295px;
}

.wp_holder ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.wp_holder ul li {
	height:35px;
	margin:20px 0;
	position: relative;
}
.wp_holder ul li.wphp{height: 105px;}

.wp_holder ul li a {padding-left: 8px; font:normal 12px Arial, Verdana, sans; color:#0F538C; background:url(../images/pointer_blue.png) no-repeat left 4px;}
.wp_holder ul li a:hover {color:#197DCF;}

.wp_holder ul li a.more{
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 11px;
	color: #686868;
	background-image: none;
}

.wp_holder ul li img{
	float: left;
	padding: 2px;
	border: 1px solid #bbb;
	margin-right: 10px;
}

.wp_left{margin-right: 20px;}

#wp_list{height: 260px;}

#wp_prev{
	width: 16px;
	height: 16px;
	border: none;
	cursor: pointer;
	margin-left: 485px;
	background:url(../img/navigation_home.png) no-repeat 0 0;
}

#wp_prev.ina{background-position: -32px 0;}

#wp_next{
	width: 16px;
	height: 16px;
	border: none;
	cursor: pointer;
	margin-left: 5px;
	background:url(../img/navigation_home.png) no-repeat -16px 0;
}
#wp_next.ina{background-position: -48px 0;}

/* UNCLICKABLE BANNERS WORKAROUND */
#clickable728{
	width: 728px;
	height: 90px;
	z-index: 1000;
	position: absolute;
	top:0;
	left:0;
	background: url(http://idg.bg/img/ads/728x90.gif) top left no-repeat;
}

#clickable300,
#clickable336{
	width: 300px;
	height: 250px;
	z-index: 1000;
	position: absolute;
	top:0;
	left:0;
	background: url(http://idg.bg/img/ads/336x280.gif) top left no-repeat;
}

#clickable468{
	width: 468px;
	height: 60px;
	z-index: 1000;
	position: absolute;
	top:0;
	left:0;
	background: url(http://idg.bg/img/ads/468x60.gif) top left no-repeat;
}

.bulletin h1{
	background: url(http://cfo.cio.bg/images/pointer_red_double.png) no-repeat left 4px;
        text-indent: 15px;
	color: #691010;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font: normal 13px Verdana;
	text-transform: uppercase;
	border-bottom: 1px solid #BBB;
}

.bulletin li{
	list-style-type: none;
	text-align:center;
	margin-bottom:10px;
}

.bulletin label{
	font-size: 11px;
	color:#2B5983;
}

.bulletin input[type="text"]{
	color: #555;
	font-size: 11px;
	background: #dedede;
	margin: 4px 5px 0 0;
}

.abon{
	font-size: 11px;
	color: white;
	width: 100px;
	height: 25px;
	background: url(../images/btn_black.gif);
	border: none;
	cursor: pointer;
}

.subscribed{
	font-size:12px;
	color:#2B5983;
	margin-bottom: 5px;
}

.err_bull{
	font-size:10px;
	color: #7d0f0f;
	margin-bottom:5px;
	text-align:center;
}

#txt_email{
	width: 180px;
	border: 1px solid #9C9C9C;
	border-radius: 3px;
	padding-bottom:3px;
}

/* JOB OFFER */
.carrersvip {
	width:99%;
	margin:20px 0px;
	overflow:hidden;
	border:1px solid #70935A;
}

.carrersvip h1 {
	margin:0;
	padding:5px 10px;
	background:#dadada;
	font:normal 11px Verdana;
	text-transform:uppercase;
	border-bottom:1px solid #70935A;
}

.carrersvip a:link, .carrersvip a:visited {
	margin:5px;
	color:#478B1F;
	display:block;
	overflow:hidden;
	font:bold 12px Verdana;
	padding:10px 10px 5px 30px;
	background:url(http://computerworld.bg/images/vip.png)no-repeat left 7px;
}

.carrersvip p {
    margin:0 30px;
    padding:0 0 15px 5px;
    font: normal 11px Verdana;
    border-bottom: 1px dotted #B8B8B8;
}
