.attachments-panel
{
	float:left;
	width:235px;
	border-top:none;
	margin:5px;
	min-height:90px;
	padding-bottom:15px;
	background-color:White;
	border:solid 1px #ddd;
}

.attachments-panel .attachments-header
{
	color:#333;
	font-weight:bold;
	line-height:25px;
	padding-left:5px;
	background:url(../media/img/bg/box-bgHeader.gif) no-repeat;
}

.attachments-panel .attachments-body
{
	margin: 2px;
}

.attachments-panel .attachments-body .item
{
	
	
}


.related-galleries
{
	float:left;
	width:235px;
	border-top:none;
	margin:5px;
	min-height:90px;
	padding-bottom:15px;
	background-color:White;
	border:solid 1px #ddd;
}
.related-galleries .header
{
	color:#333;
	font-weight:bold;
	line-height:25px;
	padding-left:5px;
	background:url(../media/img/bg/box-bgHeader.gif) no-repeat;
}
.related-galleries .item
{
	
}


.links-container
{
	float:left;
	width:235px;
	border-top:none;
	margin:5px;
	min-height:90px;
	padding-bottom:15px;
	background-color:White;
	border:solid 1px #ddd;
}
.links-header
{
	color:#333;
	font-weight:bold;
	line-height:25px;
	padding-left:5px;
	background:url(../media/img/bg/box-bgHeader.gif) no-repeat;
}



.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;
}

