/*
# ------------------------------------------------------------------------
# Extensions for Joomla 2.5.x - Joomla 3.x
# ------------------------------------------------------------------------
# Copyright (C) 2011-2014 Ext-Joom.com. All Rights Reserved.
# @license - PHP files are GNU/GPL V2.
# Author: Ext-Joom.com
# Websites:  http://www.ext-joom.com 
# Date modified: 21/01/2014 - 13:00
# ------------------------------------------------------------------------
*/

a.ext_downloadHide,
a.ext_downloadButton {
	display: inline-block;
	background: none repeat scroll 0 0 #F8F8F8;
	color: #666666;
    padding: 4px 14px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	font-size: 14px;
	cursor: default;
    line-height: 20px;
	text-align: center;
	border: 1px solid #D5D5D5;
	border-radius: 2px;
	vertical-align: middle;
	text-decoration: none;
}
a.ext_hide {
	display: none !important;
}
a.ext_downloadButton {
	display: none ;	
}
a.ext_show {
	display: inline-block;
	background: none repeat scroll 0 0 #7AB800;
	color: #FFF;
	box-shadow: none;
	text-shadow: none;
	border:0;
	cursor: pointer;
}