/**
 * MageWorx
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the MageWorx EULA that is bundled with
 * this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.mageworx.com/LICENSE-1.0.html
 *
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@mageworx.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade the extension
 * to newer versions in the future. If you wish to customize the extension
 * for your needs please refer to http://www.mageworx.com/ for more information
 * or send an email to sales@mageworx.com
 *
 * @category   skin_default
 * @package    MageWorx_Downloads
 * @copyright  Copyright (c) 2009 MageWorx (http://www.mageworx.com/)
 * @license    http://www.mageworx.com/LICENSE-1.0.html
 */

/**
 * Downloads extension
 *
 * @category   skin_default
 * @package    MageWorx_Downloads
 * @author     MageWorx Dev Team <dev@mageworx.com>
 */


.downloadTitle { color: #444444; padding: 0 0 7px 0; text-transform: uppercase; text-align: left; font: 20px "ltc-bodoni-175",serif; }
.downloads-links-block p {margin:0; padding:3px 0; }
.downloads-links-block ul { margin:0; padding:0; overflow:auto; }
/*.downloads-links-block ul li { width:260px; padding:10px; margin:5px 20px; border:1px solid #DFDFDF; display:inline; float:left; }*/

.downloads-links-block ul li {
  display: inline-block;
  list-style-type: none;
  margin: 34px 0 0 48px;
  padding: 0;
  width: 122px;
  vertical-align: top;
}
.downloads-links-block li h3 {
  font-size: 13px;
  margin: 0;
  text-transform: none;
  font-family: Helvetica,Arial,Sans-Serif;
}
.downloads-links-block ul li a {
  font-size: 13px;
  font-style: italic;
}
.downloads-links-block .file-desc {color: #4C4D4F;
font-size: 13px;
line-height: 1.6;}

.downloads-links-block h5 { margin:3px 0;}

.downloads-links-block {
	margin:0;
    border: solid 0px #DFDFDF; 
    padding: 0;
}
.downloads-links-block .head {
    padding-bottom: 4px;
}
.downloads-links-block table {
    padding-left: 5px;
}
.downloads-links-block td {
	padding-right: 5px;
}
.downloads-links-block span {
	padding-left: 5px; 
	color: #EF5E2C;
	font-style: italic;
}
