.image
{
	padding:11px;
	background-color:#eee;
	border-radius:4px;
	text-align:center;
}

.image img
{
	border-radius:3px;
}

.description
{
	padding:0px 5px;
}

.enlarge
{
	text-align:right;
	margin-top:3px;
}


.support
{
	margin-top:25px;
	background-color:#eeeeee;
	border:1px solid #dddddd;
	border-radius:4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f4f4f4');
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f4f4f4));
	background: -moz-linear-gradient(top, #f7f7f7,  #eeeeee);
}


.support h3
{
	color:#3390CD;
	font-size:22px;
	padding:0px;
	margin:0px;
	margin-bottom:12px;
}

.support h3 strong
{
	color:#ffffff;
	padding:0px 5px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3B99D3', endColorstr='#2984BC');
	background: -webkit-gradient(linear, left top, left bottom, from(#3B99D3), to(#2984BC));
	background: -moz-linear-gradient(top, #3B99D3,  #2984BC);
	border-radius:4px;
	text-shadow: -1px -1px 1px #1A72A5;
}

.support p
{
	color:#444;
	font-size:16px;
}
