/* ===================================================
	listing 
   ===================================================*/
.listing 
{
	padding-bottom:1.5em;
	background: transparent;
}
.listing h1, .listing p {margin:0 10px;}
.listing .titlebar 
{
	padding-bottom:0.4em;
	padding-top:0.4em;
	background-color: #FD0002;
	border-bottom:1px solid #CCC;
}

.listing .rightcontent 
{
	position:relative;
	left:120;
}

.listing .panel 
{
	padding-bottom:0.5em;
	padding-top:0.5em;
	background-color: #D0EAff;
	border-bottom:1px solid #CCC;
}

.listing h1 
{
	color: #FFF;
	font-weight:Bold;
	font-size:1.2em;
}

.listing p 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 16px; 
	color: #000000
}

.listing .item
{	
	padding-bottom:0.2em;
	padding-top:0.2em;
	border-bottom:1px solid #CCC;
}

.listing .leftcontent 
{
	float:left;
	width:45%;
}

.listing .folder
{
	padding-left:20px;
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

