﻿.contentIcons
{
	display: block;
}

.contentIcons .icon
{
	float: left;
	padding: 0 1px 0 1px;
	width: 16px;
	border: 1px solid transparent;
}

.contentIcons .icon:hover
{
	border: 1px outset #a1b0c5;
}

.contentIcons .x
{
	width: 56px;
	line-height: 16px;
	color: White;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	height: 18px;
}

.contentIcons .x:hover
{
	text-decoration: underline;
}

.contentIcons .x span
{
	vertical-align: middle;
}

.contentIcons .x img
{
	vertical-align: middle;
	border-width: 0;
}

.contentIcons .button
{
    width: 56px;
	line-height: 12px;
	color: #3a435d;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	height: 14px;
	background: #a1b0c5;
	border: 2px outset #a1b0c5;
	margin-right: 5px;
	font-size: 11px;
}