/**
 * Magestore
 * 
 * NOTICE OF LICENSE
 * 
 * This source file is subject to the Magestore.com license that is
 * available through the world-wide-web at this URL:
 * http://www.magestore.com/license-agreement.html
 * 
 * DISCLAIMER
 * 
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 * 
 * @category    Design
 * @package     Magestore_AffiliateplusBanner
 * @copyright   Copyright (c) 2012 Magestore (http://www.magestore.com/)
 * @license     http://www.magestore.com/license-agreement.html
 */
 
/** ---------------- Banner view page ---------------- */

.share_twitter iframe{
    width: 88px !important;
}

.share_facebook .fb_button{
    background: url("images/fb_share_button.png") no-repeat;
    border: none;
    height: 20px;
    width: 59px;
    cursor: pointer;
    position: relative;
    color: #FFF;
    font-size: 12px;
    padding-top: 2px;
    padding-left: 16px;
}

html[lang="fr"] .share_facebook .fb_button, html[lang="es"] .share_facebook .fb_button, html[lang="it"] .share_facebook .fb_button { font-size: 9px; padding-left: 22px; }

.banner-share .share_facebook .fb_button{
    bottom: 2px;
    margin-top: -7px;
}

.banner-share-social { position: absolute; right: 0; top: 0; display: block; }
.banner-share-social .share_facebook button { margin-top: -10px; }
.banner-share .button-code-action{
    float: left;
    margin-bottom: 7px;
}

#banner-view-list li.banner-view-item{
    font-size: 18px; font-family: "DINCompPro-CondMedium", Arial, Helvetica; font-weight: normal; color: #353535;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ececec;
}
.global-share span {
	float: left;
}

#banner-view-list li.banner-view-item .banner-title-container { padding: 1px 0px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec; }

#banner-view-list li.banner-view-item .banner-title {
    padding: 19px 20px; background-color: #F2F2F2;
}

#banner-view-list li.banner-view-item .banner-title table {  }

#banner-view-list li.banner-view-item .banner-preview{
    padding: 10px;
    float:left;
    width:100%;
    overflow: auto;
}

#banner-view-list li.banner-view-item .banner-preview a { width: 100%; text-align: center; display: block; }

#banner-view-list li.banner-view-item .banner-share{
    margin-top: 20px;
}
#banner-view-list li.banner-view-item .banner-share p { padding: 0px; }
#banner-view-list li.banner-view-item .banner-share textarea { width: 100%; padding: 20px; border-radius: 0px; min-height: 150px;  }

#banner-view-list table td._70 {
    width: 70%;
}

#banner-view-list table td._30 {
    width: 30%;
    text-align: right;
}

#banner-custom-link-form{
    text-align: left;
}
