.attachments-panel
{
	background-color:#fff;
	margin:5px;
	margin-bottom:20px;
}

.attachments-panel .attachments-header
{
	color:#1F2C88;
	background-color:#fff;
	font-weight:bold;
	line-height:25px;
	padding-left:5px;
	border-bottom:dotted 1px #666666;
}

.attachments-panel .attachments-body
{
	margin: 2px;
}

.attachments-panel .attachments-body .item
{
	border-bottom:dotted 1px #e1e1e1;
	padding:10px 0 2px 5px;
}


.related-galleries
{
	background-color:#fff;
	margin:5px;
	margin-bottom:20px;
}

.related-galleries .header
{
	color:#1F2C88;
	background-color:#fff;
	font-weight:bold;
	line-height:25px;
	padding-left:5px;
	border-bottom:dotted 1px #666666;
}

.related-galleries .item
{
	margin-top:5px;
}





.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;
}

