/* 
* Reunir.com - CSS 
* @version 2.0
* @creation date 2008-11-13
* @update date 2008-11-13
* @author Reunir.com
* Description : promo section
*/

/* Containers
--------------------------------------------------------------------------------------- */
#col-center{
float:left;
margin-right:8px;
width:698px;
}
#col-right{
float:left;
width:252px;
}

#col-center h2{
  margin-bottom : 10px;
}


table{
border-collapse: collapse;
font-size:11px;
margin:0 auto;
width:698px;
margin-bottom : 30px;
}

th{
background:#acc9ec;
color:#fff;
height:54px;
vertical-align:middle;
text-align:center;
border-right:1px solid #fff;
}

td{
border-bottom:1px solid #acc9ec;
border-left:1px solid #acc9ec;
border-right:1px solid #acc9ec;
padding:5px;
vertical-align:middle;
text-align:center;
}

th#photo-name{width:240px;}
th#city{width:65px;}
th#dpt-country{width:88px;}
th#location{width:59px;}
th#nbr-halls{width:44px;}
th#nbr-chambers{width:63px;}
th#capacity{width:53px;}
th#capacity-housing{width:77px;}

.photo-name a, .desc a.more-infos{font-weight:normal;}

.odd-top td{
background:#f0f5fc url(../../../images/common/global/border_horizontal_blue.gif) repeat-x top left;
border-top:10px solid #fff;
}
.odd-bottom td{
background:#f0f5fc url(../../../images/common/global/border_horizontal_blue.gif) repeat-x bottom left;
border-bottom:10px solid #fff;
}

.even-top td{
background:#fff url(../../../images/common/global/border_horizontal_blue.gif) repeat-x top left;
border-top:10px solid #fff;
}
.even-bottom td{
background:#fff url(../../../images/common/global/border_horizontal_blue.gif) repeat-x bottom left;
border-bottom:10px solid #fff;
}

td.photo-name img{
float:left;
margin:5px;
}
td.photo-name span{
float:right;
margin:5px 0 5px 0;
width:120px;
}

.even-bottom td .date, .odd-bottom td .date{
color:#eb6a27;
float:left;
margin-right:10px;
width:70px;
}
.even-bottom td .date strong, .odd-bottom td .date strong{font-size:20px;}
.even-bottom td .date em, .odd-bottom td .date em{font-style:normal;}

.even-bottom td .desc, .odd-bottom td .desc{
float:left;
width:600px;
margin:0;
padding:0;
text-align:left;
}

.table-footer{
float:left;
height:30px;
line-height:30px;
text-align:right;
width:100%;
}
.table-footer a{
background:url(../../../images/common/global/results_next.gif) center right no-repeat;
margin-right:5px;
padding-right:15px;
}
