/* Copyright (C) 2010 YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * This CSS file is for customization purpose only
 */ 

a.download-button {
	float: right;
	display: inline-block;
	height: 19px;
	padding: 8px;
	background: -moz-linear-gradient(center top, #f0f0f0, #989898);
	background: -webkit-linear-gradient(center top, #f0f0f0, #989898);
	background: linear-gradient(center top, #f0f0f0, #989898);
	color: #555555;
	font-weight: bold;
	text-shadow: 0 1px 1px #ffffff;
	line-height: 100%;
	border: #888888 1px solid;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 0 3px #ffffff inset;
	text-decoration: none;
}

a.download-button:hover {
	background: -moz-linear-gradient(center top, #989898, #f0f0f0);
	background: -webkit-linear-gradient(center top, #989898, #f0f0f0);
	background: linear-gradient(center top, #989898, #f0f0f0);
}

a.download-button span {
	display: inline-block;
	height: 100%;
	padding: 4px 30px 0 0;
	background: url('../images/misc/download.png') no-repeat right 0;
}

.download-link {
	display: inline-block;
	padding: 0 0 0 25px;
	background: url( '../images/components/com_subscriptions/download.png' ) no-repeat 0 0;
}
