/* ================== */
/* = Home Page  = */
/* ================== */

#breadcrumb-wrap {
	display: none;
}


.homeV3  .box  {
   border:none;
   background:#eee url(/images/oecd/box_grey_home_l.gif) repeat-y left top;
   margin-top:3px;
}
.homeV3  .box .content {
   background: url(/images/oecd/box_grey_home_r.gif) repeat-y right top;/**/
   padding-bottom:40px;
   padding-top:30px;
   margin-left:80px;
}
.homeV3 .box .top,
.homeV3 .box .top div,
.homeV3 .box .bottom,
.homeV3 .box .bottom div {
   background-image: url(/images/oecd/box_home.gif);
   height: 10px;
   margin:0;
}
.homeV3 .box .top div{
 position: absolute;
   right: 16px;
    top: 11px;
}
.news {
   width:782px; margin:auto;
   /*outline:1px solid green;*/
}
.news:first-child {
   margin-bottom:20px;
   padding-bottom:25px;
   border-bottom:1px solid #999;
}
.news .item {
   float:left;
   width: 260px;
   text-align:center;
   /*outline:1px solid red;   */
}
   
.news .item.middle div{
   border-right:1px solid #999;
   border-left:1px solid #999;   
}
.news .item div{
   padding:0 8px;
   height:285px;
   /*margin:0 8px;
   outline:1px solid red;*/
}  

.news img {
   display:block;
   border:1px solid #ccc;
   margin:0 auto 12px auto;
}
.news p{
   text-align:left;
   font-size:11px;
}
.news h3 a {
   display:block;
   text-decoration:none;
   font-size:12px;
   font-weight:normal;
   margin:0 10px;
   height:210px;
}
.news a:hover {
   text-decoration:underline;
}

.soon ul{
   margin:18px 0 0 20px;
}

.soon li{
   margin-bottom:20px;
   line-height:1.1em;
   text-align:left;
}
.soon li.last{
   margin-bottom:0px;
}
.soon a.more{
   text-decoration:underline;
   font-size:1em;
   font-style:italic;
}
 
.clearfix {
	float:left;
	clear:left;
	}



/*HOME
---------------------*/
.homeV3 .box h1{
   color:#999;
   font-size:14px;
   padding-left:20px;
   margin-bottom:10px;
   background:none;
   font-weight:normal;
   text-align:left;
}
/*---------------------*/

#home #content .main {
	padding-bottom:0;
}