
/*  ---  LIST ---  */
table.cal_list{
		border-collapse:collapse;
		}

td.label_list, td.info_list, td.cat {
		vertical-align:top;	
		border-bottom:1px dotted #666666;
		padding-top:5px;
		padding-bottom:5px;
		}


.label_list {
		font-size:10px;
		}
	
td.label_list {
		width:130px;
		padding-top:8px;
		}

	
.info_list {
		font-size:12px;
		width:350px;
		}


.catcolor {
		display:block;
		width:6px;
		height:12px;
		margin-top:5px;
		}
		
.select {
		width:100%;
		text-align:right;
		}
		
/* SINGLE */

.single{
		text-align:left;
		color:  #666666;
		}

.img_single{
		float:left;
		margin-right:10px;
		}

.org_single{
		padding-bottom:10px;
		border-bottom:1px dotted #666666;
		font-size:11px;
		}

.org_single .label{
		float:left;
		margin-right:5px;
		font-weight:bold;
		
		}	

/* SHORTLIST */
	
.more_short, .more_short a:link, .more_short a:visited{
font-size:10px;
color: #666666;
}

.more_short a:hover{
color:#F78320;
}		
	
	
