@charset "utf-8";


/*-----Overlay----*/

.overlay-container {
		width:500px;
		height:300px;
		background:#fff;
		padding:0;
		margin:0;
	}
	
.overlay-container	.title {
	width:100%;
	height:50px;
	margin-bottom:10px;
	padding:0;
	border-bottom:1px dashed #ccc;
	}
	
.overlay-container	p.title01 {
	font:bold 18px arial italic;
	margin-bottom:5px;
	color:#000;
	}
	
.overlay-container    p.sub-title01 {
	font:bold 16px arial italic;
	margin-bottom:5px;
	color:#000;
	}

.brief-info {
width:350px;
height:auto;
float:left;
}

.brief-info p {
margin-bottom:5px;
}

.photo-holder-overlay {
width:111px;
height:150;
margin-right:10px;
float:left;
}

.actions {
width:204px;
height:auto;
float:right;
border:1px thin #ccc;
}

.actions ul li {
margin:0;
}

.actions ul li {
list-style: none;
line-height:2px;
display:block;
background:url(../images/overlay-btn-bg.jpg) no-repeat;
width:204px;
height:28px;
margin-top:15px;
}	

.actions ul li div{
width:240px;
height:28px;
}	
																		
																					
.actions ul li a{
font:bold 12px arial;
text-decoration: none;
color:#000;
text-align:center;
padding-top:5px;
}

																																																																									
.actions ul li:hover{
text-decoration:none;
color:#000;
background:url(../images/overlay-btn-bg.jpg) no-repeat;
background-position:0 -38px;
}

.actions ul li a:hover {
color:#000 !important;
text-decoration:none !important;
}

