@import url(/CMSPages/GetCSS.aspx?stylesheetname=DavidJonesCommon);

/*********************************
	David Jones
	Dark Layout CSS Styles: Home and DJ Card
**********************************/
div.wrapper{
	width: 1010px;
}


/*================================
	Reset
=================================*/
body, html{
	background-color: #333333;
}


/*================================
	Footer
=================================*/
.footerWrapper{
	border-top: 1px black solid;
	background-color: #ffffff;
	height: 31px;
}

.footer{
	left: 90px;

	position: relative;
	top: 10px;
	width: 795px;
}

.footer ul{
	list-style: none;
}


.footer ul li{
	display: inline;
	padding: 0 30px 0 0;
}


/*================================
	Popup
=================================*/
#overlay{
	background-color:#fff;
	/*cursor:pointer;*/
	display:none;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
    z-index:10000;
    
    opacity:0.60;
	filter:alpha(opacity=60);
	-moz-opacity:0.60;	
	-khtml-opacity:0.60;
}

#popup{
	display:none;
	left: 50%;
	margin: 0 0 0 -159px;
	position:absolute;
	top: 220px;
    width:318px;
    z-index:10001;
}
	
#popup img.yesButton{
	left: 61px;
	position: absolute; 
	top: 85px;
}

#popup img.noButton{
	left: 178px;
	position: absolute; 
	top: 85px;
}

#popup .questionContent{
	height: 145px; 
	width: 318px;
}

#popup .questionContent .closeLink{
	color: #ccc;
	position: relative;
	text-align: center;
	top: -30px;
}

#popup .questionContent .closeLink a{
	color: #ccc;
}


/*================================
	Left Nav
=================================*/
.leftNav{
    background-color: #191c1f;
    float:left;
    padding:0 ;
    position:relative;
    margin-left:10px;
    _margin-left:5px;
    margin-right:7px;
    width: 148px;
}

.leftNav ul{
	color: #fff;
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 148px;
}

.leftNav li{
	background: transparent url(/App_themes/DavidJones/Images/bg_divider_dotted.gif) no-repeat center bottom;
	padding: 5px 15px 8px 15px;
	margin:0;
	color: #fff;
	font-size:11px;
	list-style-type: none;
	width: 118px;
}

.leftNav li.last{
	background-image: none;
}

.leftNav li a{
	color: #fff;
	text-decoration: none; 
}

.leftNav li a:hover{
	color: #FFFF00;
} 

.leftNav .cardmembers li a:hover{
	color: #000
}

.leftNav img{
}

.leftNav .cardmembers{
	background: url(/App_themes/DavidJones/Images/bg_cardMembers.gif) repeat-y 0 0;
	margin:0;	
	width: 148px;
}

.leftNav .cardmembers h4{
	background: url(/App_themes/DavidJones/Images/bg_cardMembers_hdr.gif) no-repeat 0 0;
	color: #fff;
	padding: 13px 18px 5px;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

.leftNav .cardmembers ul{
	background: url(/App_themes/DavidJones/Images/bg_cardMembers_bottom.gif) no-repeat left bottom;
	padding-bottom: 18px;
}

.leftNav .cardmembers ul li{
	background-image: none;
	line-height:13px;
	padding: 7px 18px 0;
	width: 112px
}

/*================================
	Images
=================================*/
img.djHeader{
	margin: 0 0 10px 0;
}

img.lock{
    left:82px;
    position:relative;
    top:-169px;
}

img.smallCard{
	left: -3px;
	margin-bottom: 5px;
	position: relative;
}

img.amex{
	height: 391px;
	width: 293px;
}

img.learnmore{
	position: absolute;
	left: 739px;
	top: 492px;
	z-index: 500;
}

img.applyNow{
	position: absolute;
	left: 849px;
	top: 492px;
	z-index: 501;
}

img.learnMoreDC{
	left: 486px;
	position: absolute;
	top: 345px;
}

img.applyNowDC{
	left: 576px;
	position: absolute;
	top: 345px;
}

img.loginDC{
	left: 662px;
	position: absolute;
	top: 345px;
}

/* 
 * Not sure if these are being used any more. 
 * If they are then uncomment.
 *

img.cta1{
	bottom: 13px;
	left: -23px;
	position: absolute;
}

img.cta2{
	bottom: 13px;
	left: 0;
	position: absolute;
}

*/

img.learnmoreLarge{
	left: 28px;
	position: absolute;
	top: 120px;
}

img.applyNowLarge{
	left: 161px;
	position: absolute;
	top: 120px;
}

/*================================
	Panel Items
=================================*/

/* The Container for the panels ------- */
.bottompanel{
	display: block;
	height:158px;
	overflow:hidden;
	padding: 10px 0 0 33px;	
	position: relative;
	margin-bottom:10px;
	width: 988px;
}

.bottompanel a{
	color: #666;
}

.bottompanel a:hover{
	color: #ff0;
}

/* The base for all ------- */
.panelItem{
    background:#333;
    display:block;
    float:left;
    margin:0 10px 0 0;
}

.panelItem .content{
    display:block;
    position:relative;	
}


/* Absolute fixed position panel options */
.panelItem .fixedLeft h3,
.panelItem .fixedRight h3{
	font-size:12px;
	font-weight:bold;
	padding:0 0 10px;
	position: absolute;
	top: 20px;
}

.panelItem .fixedLeft p,
.panelItem .fixedRight p{
	font-size:11px;
	position: absolute;
	top: 42px;
}
	
.panelItem .fixedLeft img,
.panelItem .fixedLeft a,
.panelItem .fixedRight img,
.panelItem .fixedRight a 
{
	position: absolute;
}

.panelItem .fixedLeft h3,
.panelItem .fixedLeft p,
.panelItem .fixedLeft a{
	left: 5px
}

.panelItem .fixedLeft img{
	right: 0;
}

.panelItem .fixedLeft img.overhang{
	right: -20px
}

.panelItem .fixedRight h3{
	text-align:right;
}
	
.panelItem .fixedRight img{
	left: 0;
}

.panelItem .fixedRight img.overhang{
	left: -20px;
}

.panelItem .fixedRight h3,
.panelItem .fixedRight p,
.panelItem .fixedRight a{
	right: 5px;
	text-align: right;
}


/* Individual items ------- */
/* Single */
.singlePanel{ 
    background-image:url(../App_Themes/DavidJones/images/bg_bottom_panel.gif);
    height:157px;
    overflow:hidden;
    padding:1px 5px 7px;
    width:222px;
}

.singlePanel .fixedLeft p,
.singlePanel .fixedRight p{
	width: 120px;
}

/* Double */
.doublePanel, .doubleAmexPanel{
    background-image:url(../App_Themes/DavidJones/images/bg_bottom_doublePanel.gif);
    height:164px;
    overflow:hidden;
    padding:1px 0 0 4px;
    width:476px;
}

.doubleAmexPanel{
background: none;}

.doubleAmexPanel .content{
	background: url(../App_Themes/DavidJones/images/bg_bottom_doubleAmexPanel.gif) no-repeat;
}
	
.doublePanel .fixedLeft p,
.doublePanel .fixedRight p{
	width: 250px;
}
.doublePanel .content,.doubleAmexPanel .content{
	height:157px;
    overflow:hidden;
    padding:0;
    width:476px;	
	
}

/* Triple */
.triplePanel, .tripleAmexPanel{
    background-image:url(../App_Themes/DavidJones/images/bg_bottom_tripplePanel.gif);
    height:164px;
    overflow:hidden;
    padding:1px 4px 0;
    width:718px;
}

.tripleAmexPanel{
	background: none;}

.triplePanel .fixedLeft p,
.triplePanel .fixedRight p{
	width: 380px;
}

.tripleAmexPanel .content{
	background-image:url(../App_Themes/DavidJones/images/amex_Triple.gif);
	height:157px;
    	overflow:hidden;
    	padding:0;	
	width: 718px;
	
}

.tripleAmexPanel .content a img{
	display: none;
}

.tripleAmexPanel .content a{
	display: block;
	height: 20px;
	position:absolute;
	top:120px;
	width: 80px
}
.tripleAmexPanel .content a.learnMoreLink {
	left:266px;
}
.tripleAmexPanel .content a.applyNowLink {
	left:369px;
}

/* Full length (4) */
.fullLengthPanel{
    background-image:url(../App_Themes/DavidJones/images/bg_bottom_fullPanel.gif);
    height:161px;
    overflow:hidden;
    padding:4px 4px 0;
    width:960px;
}

.fullLengthPanel .fixedLeft p,
.fullLengthPanel .fixedRight p{
	width: 510px;
}
.fullLengthPanel .content{
	width: 959px;
	
}

/* Flash panel options */


/*
*
* From above
*
img.cta1{
	bottom: 13px;
	left: -23px;
	position: absolute;
}

img.cta2{
	bottom: 13px;
	left: 0;
	position: absolute;
}

*
* Normal
* 

.LargepanelItem{
	background: url(../App_Themes/DavidJones/images/bottom_left_tile.gif) 0 0 no-repeat #333;
	display: block;
	float: left;
	height: 133px;
	left: -15px;
	margin: 0 7px 0 0;
	padding: 25px 0 16px 0;
	position: relative;
	text-align: right;
	width: 480px;
}

.panelItem{
	background: url(../App_Themes/DavidJones/images/bg_bottom_panel.gif) 0 0 no-repeat #333;
	display: block;
	float: left;
	height: 133px;
	margin: 0 10px 0 0;
	padding: 25px 10px 16px 0;
	position: relative;
	text-align: right;
	width: 222px;
}
*/
/* Double light panel */
/*.LargepanelItem.light, .LargepanelItem.light2{
	background: url(../App_Themes/DavidJones/images/bottom_left_tile_light.png) 0 0 no-repeat #333;
	left: 0;
	padding: 25px 13px 16px 0;
	width: 467px;
}
*/
/* Re adjust double light panel when on right side */
/*.LargepanelItem.light2{
	left: -15px;
}

.LargepanelItem.light h1, .LargepanelItem.light2 h1 {
	font-size:12px;
	font-weight:bold;
	padding:0 0 10px;
	text-align:right;
}

.panelItemPlaceholder{
	background-color: #333333;
	display: block;
	float: left;
	height: 133px;
	margin: 0 10px 0 0;
	padding: 25px 10px 16px 0;
	position: relative;
	text-align: right;
	width: 222px;
}

.panelItem .last{margin:0;}

.panelItem h1{
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding: 0 0 10px 0;
}
*/
/*================================
	Misc
=================================*/
#flashcontent{
	float: left;
	height: 418px;
	width: 482px; /* keep it small to prevent wrapping */
}

.djstorecardInfo{
	font-size: 12px;
	left: 117px;
	position: absolute;
	top: 345px;
	width: 327px;
}

.djaexBenefits{
	font-size: 12px;
	left: 488px;
	position: absolute;
	top: 375px;
}

.djregBenefits{
	font-size: 12px;
	left: 118px;
	position: absolute;
	top: 375px;
}

.watchLinks{
	left: 7px;
	position: absolute;
	top: 280px;
}

.watchLinks a{
	color: #ffffff;
}

.watchLinks a:hover{
	color: #FFFF00;
}

.djstorecardInfo a{
	color: #000000; 
	font-size: 11px;
	font-weight: bold;
}

.djaexBenefits ul{
	list-style: none;
	margin: 10px 0 0 0;
}

.djstorecardInfo ul{
	list-style: none;
	margin: 10px 0 0 0;
}

.storeCard{
	left: 118px;
	position: absolute;
	top: 232px;
}

.amexCard{
	left: 486px;
	position: absolute;
	top: 232px;
}	

h1.dream{
	margin: 0;
	padding: 31px 0 0 297px;
}

.terms{
	font-size: 10px;
	left: 118px;
	top: 	590px;
	position: absolute;
	width: 783px;

}

.terms a{
	color: #000;
}

.termsHome{
	color: #fff;
	font-size: 10px;
	left: 150px;
	position: relative;
	top: 10px;
	width: 783px;
}

.termsHome a{color: #fff;}

.contentDC{
	background: #cccccc url(../App_Themes/DavidJones/images//bg_dream_choice.jpg) 0 0 no-repeat;
	margin:0;
	height: 674px;
	padding: 0;
	position: relative;
}

.headline{
	background:transparent url(../App_Themes/DavidJones/Images/headline.png) no-repeat scroll 0 0;
	height: 59px;
	padding: 27px 0 0 165px;
	position: absolute;
	top: 421px;
	width: 841px;
	}

.djcard{
	background: url(../App_Themes/DavidJones/images//credit_card.png) 0 0 no-repeat;
	height: 293px;
	left: 615px;
	position: absolute;
	top: 277px;
	width: 391px;
	z-index: 100;
}

.djaexBenefits ul li{
	background: url(../App_Themes/DavidJones/images//list_box.gif) 0 7px no-repeat;
	display: block;
	line-height: 18px;
	padding: 0 0 0 10px;
        width: 400px;
}

.djaexBenefits ul li.doubleLines{
	background: url(../App_Themes/DavidJones/images//list_box.gif) 0 7px no-repeat;
	display: block;
	line-height: 18px;
	padding: 0 0 0 10px;
}

.djstorecardInfo ul li{
	background: url(../App_Themes/DavidJones/images//list_box.gif) 0 7px no-repeat;
	display: block;
	line-height: 18px;
	padding: 0 0 0 10px;
}

.djstorecardInfo ul li.doubleLines{
	background: url(../App_Themes/DavidJones/images//list_box.gif) 0 7px no-repeat;
	display: block;
	line-height: 18px;
	padding: 0 0 0 10px;
}

li.twolines{
	background: url(../App_Themes/DavidJones/images//list_arrow.gif) 0 2px no-repeat;
	display: block;
	line-height: 17px;
	padding: 0 0 0 25px;
	margin-top: 10px;
	font-style: italic;
}
.singleAmexPanel {	
	/*background:transparent url(../App_Themes/DavidJones/images/bg_bottom_panel.gif) repeat scroll 0 0;*/
    height:163px;
    padding:1px 0 0 5px;
    width:227px;
}
.singleAmexPanel .content {
    background:transparent url(/App_Themes/DavidJones/Images/single_tile.gif) no-repeat scroll 0 0;
    height:157px;
    overflow:hidden;
    padding:0;
    position:relative;
    width:222px;
}
.singleAmexPanel .content img.learnmoreLarge {
    left:33px;
    position:absolute;
    top:135px;
}
.singleAmexPanel img.applyNowLarge {
    left:120px;
    position:absolute;
    top:135px;
}
.triplePnl {
    position:relative;
    top:1px;
    width:718px;
}
.bottompanel .triplePnl a {
    left:264px;
    position:relative;
    top:120px;
    z-index:99;
}
.bottompanel .triplePnl .applyNowLarge {
    left:278px;
}
.bottompanel .triplePnl .triplePnlBg {
    position:absolute;
    top:0;
    left:0;
}
.bottompanel .singlePnl {
    position: relative;
}
.bottompanel .doublePnl {
    width:476px;
}