.attachments-panel
{
	float:left;
	width:210px;
	border-top:0;
	margin-top:5px;
	margin-left:5px;
	min-height:90px;
	padding-bottom:15px;
	background-color:White;
	border:solid 1px #C0D4FA;
	background-repeat:repeat-x;
	background-position:center bottom;
	background-image:url(../media/img/bg/box-document.gif);
}

.attachments-panel .attachments-header
{
	color:White;
	font-weight:bold;
	line-height:25px;
	padding-left:5px;
	background-color:#CE003D;
}

.attachments-panel .attachments-body
{
	margin: 2px;
}

.attachments-panel .attachments-body .item
{
	
	
}


.related-galleries
{
	float:left;
	width:210px;
	border-top:0;
	min-height:70px;
	margin-top:5px;
	margin-left:5px;
	min-height:90px;
	padding-bottom:15px;
	background-color:White;
	border:solid 1px #C0D4FA;
	background-repeat:repeat-x;
	background-position:center bottom;
	background-image:url(../media/img/bg/box-document.gif);
}

.related-galleries .header
{
	color:White;
	font-weight:bold;
	line-height:25px;
	padding-left:5px;
	background-color:#CE003D;
}

.related-galleries .item
{
	
}





.attachments-panel .datalist
{
	width:100%;
}

.attachments-panel .datalist .item
{
	margin: 2px 0px 2px 0px;
}

.attachments-panel .datalist .item .icon
{
	float: left;
	width: 60px;
	height: 60px;
	border: solid 1px #DEDEDE;
}

.attachments-panel .datalist .item .icon-small
{
	height: 20px;
	width: 20px;
	float: left;
}

.attachments-panel .datalist .item .text
{
	padding-top: 8px;
	height: 60px;
	margin-left: 70px;
}

.attachments-panel .datalist .item .text-small
{
	height: 20px;
	margin-left: 30px;
}

.attachments-panel .datalist .item .text .name
{
}

.attachments-panel .datalist .item .text .description
{
	padding-top: 2px;
}

