/*   
File Name: global-designs-card.css
Description: Application Stylesheet for Card
*/


body {
	position:relative;
}
/* rules for barker */

.card-research .barker-container {
	width:162px;
	position:relative;
}
.card-research .big-barker-container {
	width:255px;
	position:relative;
}
.card-research .big-ribbon, .multi-layout-card-c2a-skin .big-ribbon{
	background:url('../graphic/new_barker_lg.png') transparent 0 0 no-repeat;
	height:53px;
	width:53px;
	position:absolute;
	top:0;
	right:-2px;
} 

.sm-barker-container {
    background: url("/pa/components/modules-app/APS-credit-cards/featured-products-aps-cc-module/1.0/graphic/new-barker-card-sm.png") no-repeat scroll 0 0 transparent;
    height: 25px;
    position: absolute;
    right: 23px;
    top: -1px;
    width: 25px;
    z-index: 2;
}
 
.xsm-barker-container {
    background: url("../graphic/barkers/new-barker-card-xsm.png") no-repeat scroll 0 0 transparent;
    height: 25px;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 25px;
    z-index: 2;
}
 
.ie-7 .compare-drawer .sm-barker-container,  .ie-8  .compare-drawer .sm-barker-container{
    right: 22px;
}
.card-research .small-ribbon, .card-options-module .beige-title-bar-skin .small-ribbon, .med-barker-container{
	background:url('../graphic/new_barker.png') transparent 0 0 no-repeat;
	height:43px;
	width:43px;
	position:absolute;
	top:0;
	right:-1px;
	margin-top:-1px;
	cursor:pointer;
}
.card-research .spanish-ribbon {
	background:url('../graphic/new_barker_sp.png') transparent 0 0 no-repeat;
}
.card-research .spanish-ribbon-lg {
	background:url('../graphic/new_barker_lg_sp.png') transparent 0 0 no-repeat;
}
.card-research sup.sm {
	font-size:8px;
}

/* rules for barker */

.compare-drawer {
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #9B9B9B;
    border-radius: 6px 6px 0 0;
	z-index:11014;
    border-right: 1px solid #9B9B9B;
    border-top: 1px solid #9B9B9B;
    bottom: 20px;
    color: #666666;
    display: none;
    font-family: Verdana,Arial,sans-serif;
    font-size: 9pt;
    overflow: hidden;
    position: fixed;
    right: 6px;
    white-space: normal;
    width: 152px;
}
.compare-drawer .arrow-icon {
	float:left;
	height:100%;
	width:20px;
}
	.compare-drawer .arrow-icon.closed {
		background:url("../graphic/compareDrawer_sprite.png") no-repeat scroll 0 -39px transparent;
	}
	.compare-drawer .arrow-icon.open {
		display:none;
		background:url("../graphic/compareDrawer_sprite.png") no-repeat scroll 0 -87px transparent;
		position:relative;
		left:-4px;
	}
.compare-drawer .card-image {
	height:56px;
	width:90px;
	position:relative;
	z-index:2;
}
.compare-drawer .placeholder {
	background:none repeat scroll 0 0 #EEEEEE;
	border:1px solid #CCCCCC;
	border-radius:7px 7px 7px 7px;
	height:54px;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:88px;
}
.compare-drawer .remove-card {
	background:url(../graphic/compareDrawer_sprite.png) no-repeat;
	height:15px;
	width:15px;
	position:absolute;
	cursor:pointer;
	top:1px;
	right:0;
}
.compare-drawer .slot {
	height:50px;
	margin:15px 0 19px 22px;
	position:relative;
	width:77%;
}
.compare-drawer .slot-container {
	display:none;
	height:335px;
	overflow:hidden;
	width:98%;
}
.compare-drawer .tab-slider {
    background: none repeat scroll 0 0 #DC1431;
    border-radius: 6px 6px 0 0;
    bottom: 30px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    height: 26px;
    line-height: 23px;
    margin: 3px 4px;
    padding: 7px 16px;
    text-indent: -7px;
    width: 112px;
}     
.compare-drawer .compare-drawer-submit {
    margin: 0 0 0 18px;
	padding-left:23px;
	padding-right:23px;
}
.ie-7 .compare-drawer, .ie-8 .compare-drawer {
	padding:5px 0 0 2px;
	width:150px;
}
.ie-7 .tab-slider, .ie-8 .tab-slider {
	height:26px;
	width:112px;
}
.ie-8 .compare-drawer {
	padding:0px 0 0 2px; 
}
.ie-8 .tab-slider {
	position:relative;
	top:0;
	left:-2px;
}
.no-bottom-border {
	border-bottom:none;
}     
html .card-view-module .all-skin #card-gallery-view .card-tile div.hover {
    left: -33px;
    z-index: 1000;
}