/**
 * 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>
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800|Open+Sans+Condensed:300,300italic,700);

.downloads-links-block {
	margin-top: 0;
	margin-bottom: 0;
    border: none !important;  /*solid 1px #DFDFDF*/
    padding: 0;  
}
.downloads-links-block .head {
    padding-bottom: 0 !important;
	border: none !important; 
}

.downloads-links-block h4 {
	font-size:12px; text-transform:uppercase; background:none !important; padding:0 0 40px 0!important; color:#313131; font-family:'Open Sans', Arial, Helvetica, sans-serif; border:  none !important; 
}

 .downloads-item .item-link {
	float: left; display:inline; border: solid thin #fff !important;  padding: 0 !important; background-image: none !important;  
} 

 .downloads-item .item-link a {
   padding:0 0 3px 15px !important; background:url("https://dev.conestogawood.com//skin/frontend/default/conestoga/images/icon-li-arrow.png") no-repeat 0 5px !important; font-size:11px !important; color:#6e6e6e !important; text-transform:none !important; font-weight: 500 !important;  
 }
 
 
 
  .downloads-item .item-link a:hover {
	 color:#b8bf0d !important; 
 }

.downloads-item .item-icon, .downloads-item .item-info {
    display: inline-block;
	padding: 10px 0  0 !important;
}

.downloads-links-block .downloads-item .item-icon {
    width: 0;
    height: 0;
    padding-top: 0;
	visibility: hidden;
}

.downloads-links-block .downloads-item .item-description {
    padding-left: 0;
}

.downloads-links-block .category-title {
    font-weight: bold;
}

.downloads-links-block .category-files {
    padding: 0 0 10px 10px;
}

.downloads-links-block .access-notice {
    padding-top: 15px;
}

.downloads-links-block span {
	padding-left: 5px; 
	color: #EF5E2C;
	font-style: italic;
}

#downloads_video_overlay {
    cursor: pointer;
    opacity: 0.8;
    display: block;
    position: fixed;
    bottom:0;
    right: 0;
    background: #000000;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#downloads_video_popup {
    z-index: 1001;
    width: 600px;
    height: auto;
    position: fixed;
}

#downloads_video_popup .popup-cont {
    background: #ffffff;
    border-radius: 8px;
    padding: 13px 0;
}

#downloads_video_popup .spinner {
    display: none;
    background: url(../../../images/mageworx/downloads/spinner.gif) no-repeat center center;
    height: 70px;
}

#downloads_video_popup .spin {
    display: block !important;
}

#downloads_video_popup .close-button {
    background: transparent url(../../../images/mageworx/downloads/close-button.png) 0 0 no-repeat;
    position: absolute;
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    top: -15px;
    left: 585px;
}
