/**
 * Ceon Sage Pay Direct CSS Stylesheet.
 *
 * @package     ceon_sage_pay_direct
 * @author      Conor Kerr <zen-cart.sage-pay-direct@ceon.net>
 * @copyright   Copyright 2006-2012 Ceon
 * @link        http://ceon.net/software/business/zen-cart/sage-pay-direct
 * @version     $Id: stylesheet_ceon_sage_pay_direct.css 1009 2014-03-29 16:48:05Z $
 */

.CeonSagePayDirectFormGadgetError { background: #ff6633; }
.CeonSagePayDirectCardIcon { margin-right: 4px; margin-bottom: 4px; }
label.inputLabelPayment { margin-bottom: 0.5em; }

iframe#ceon-sage-pay-direct-3d-secure-iframe {
	border: none;
	width: 100%;
	height: 450px;
}
#threed-secure-necessary-intro img.CeonSagePayDirect3DSecureIcon {
	float: right;
	clear: right;
	margin-left: 1em;
	margin-bottom: 2em;
}

.CeonSagePayDirectCardsAcceptedSideboxCardIcon { margin-left: 4px; margin-bottom: 4px; }
.CeonSagePayDirectCardsAcceptedSidebox3DSecureIcon { margin-left: 4px; margin-bottom: 4px; }
.CeonSagePayDirectCardsAcceptedSidebox div { clear: left; }
#ceon-sage-pay-direct-cards-accepted-sidebox-powered-by-ceon { margin-top: 4px; }
#ceon-sage-pay-direct-cards-accepted-sidebox-powered-by-ceon img { border: none; }
.CeonSagePayDirectCardsDisabledLabel {
   color: darkgrey;
   background-color: grey;
   display:none;
}
.tokenTooltip {
	display: none;
	border:2px solid #CCC;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(153,153,153,1);
	-moz-box-shadow: 10px 10px 5px 0px rgba(153,153,153,1);
	box-shadow: 10px 10px 5px 0px rgba(153,153,153,1);
    background: #FFF;
    margin-left: 28px;
    padding: 10px;
    position: absolute;
    z-index: 1000;
    width:250px;
    height:140px;
}
.inputLabelPayment:hover .tokenTooltip {
    display: block;
}