@CHARSET "UTF-8";

.downloads {
	text-align: center;
}

.download {
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border: 1px solid gainsboro;
	float: left;
	font-size: small;
	margin-top: 10px;
	margin-right: 10px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	width: auto;
	height: auto;
}

.product {
	float: left;
	margin-top: 25px;
	width:100%;
}

.product_description
{
	padding: 5px;
}

.download img {
	border: none;
}

.download .buy {
	margin-top: 10px;
}

.download .buy .default {
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	background: #CCCCCC;
	border: 1px solid;
	color: #FFFFFF;
	padding: 5px;
	text-transform: uppercase;
	text-decoration: none;
	filter: progid : DXImageTransform.Microsoft.Gradient
}

.download .buy .default:hover {
	background: #666666;
}

.postarea a,.postarea a:visited,.postcomments a,.postcomments a:visited
	{
	color: ;
	text-decoration: none;
}

/*

.button {
	margin-top: 10px;
	text-align: center;
	width: auto;
}
#cart {
	background: #F7F7F7 none repeat scroll 0 0;
	border: 1px solid gainsboro;
	padding: 10px;
}

#numbers {
	margin-bottom: 10px;
}
*/