/*
 * File: commerce.css
 *
 * Purpose: This file is for styles shared between commerce pages (billing info, review cart and confirmation)
 * if the styles are shared beyond that point (such as in OUS) it should be in commerce-upsell.css in rootapp.
 */


/* Game Container (Shared between multiple sub-pages) */
.games {
    border:1px solid #b2d0ec;
    background:#EBF8FB;
    margin-bottom:10px;
    padding:6px 6px 6px 16px;
    overflow: hidden;
    font-size:1.4em; /* 14px */
    line-height:20px;
}
.games>p {
    padding-bottom:10px;
}
.games .billingInfoError {
    color:#FF0000;
    font-weight:bold;
    font-size:14px;
    padding-top:6px;
    padding-bottom:12px;
}
.alreadyPurchasedContainer {
    background:#EBF8FB url(/images/global/warning-triangle-24x24.gif) 10px 10px no-repeat;
    padding-left:40px;
}
.games .alreadyPurchased {
    display:none;
}
.alreadyPurchasedContainer div.alreadyPurchased {
    display:block;
}
.alreadyPurchasedContainer div.alreadyPurchased.billingInfo {
    border-bottom:1px solid #B2D0EC;
    padding-top:8px;
    padding-bottom:6px;
    margin-bottom:6px;
}
.alreadyPurchasedContainer div.alreadyPurchased span {
    font-size:14px;
}
.alreadyPurchasedContainer div.alreadyPurchased span.purchasedGames {
    font-weight:bold;
}
.games p.currentlyHave {
    float:left;
    padding-right:16px;
}
.games div.gameList {
    float:left;
}
.games .clearCart {
    clear:both;
}
.subscriptionPlan {
    background:transparent url(/commerce/images/plans/op-plan.gif) no-repeat scroll left top;
    height:100px;
    line-height:normal;
    padding:0 5px;
    text-align:center;
    width:175px;
}
.subscriptionPlanRadioButton {
    clear:both;
    display:block;
    font-size:11px;
    margin:0 auto;
    text-align:center;
}
.subscriptionPlan .renewal {
    clear:both;
    display:block;
    font-size:12px;
    font-weight:bold;
    line-height:150%;
    margin:0 auto;
}
.subscriptionPlan .renewal .period {
    display:inline;
    font-size:12px;
    font-weight:bold;
    line-height:150%;
    margin:0 auto;
}
.subscriptionPlan .renewal .timeFrame {
    display:inline;
    font-size:12px;
    font-weight:bold;
    line-height:150%;
    margin:0 auto;
}
.subscriptionPlan .cost {
    clear:both;
    color:#0099FF;
    display:block;
    font-size:24px;
    font-weight:bold;
    margin:0 auto;
}
.subscriptionPlan .cost .currency {
    display:inline;
    font:inherit;
    margin:0 auto;
}
.subscriptionPlan .cost .renewalPrice {
    display:inline;
    font:inherit;
    margin:0 auto;
}
.subscriptionPlan .interval {
    clear:both;
    color:#0099FF;
    display:block;
    font-size:14px;
    margin:0 auto;
}
#subscription-plans-header {
    margin:0;
    padding-bottom:20px;
    padding-top:20px;
    text-align:center;
}
#subscription-plans {
    padding-top:20px;
    text-align:center;
}
#subscription-plans-table {
    margin:0 auto;
}
#subscription-billing {
    clear:both;
}
#subscription-billing-confirmation {
    clear:both;
    text-align:center;
    padding-top:20px;
}
#subscription-confirmation-header {
    border-bottom:1px dotted #0094FF;
    color:#0094FF;
    font-size:16px;
    font-weight:bold;
    margin:12px auto;
    padding:10px;
    width:60%;
}
#subscription-billing-confirmation div.play-now-block a {
    background:transparent url(/commerce/images/buttons/subscription-confirmation-play-now.gif) no-repeat scroll left top;
    clear:both;
    display:block;
    height:29px;
    line-height:normal;
    margin:60px auto;
    padding:0;
    width:96px;
}
#subscription-billing-confirmation p {
    margin:5px auto;
}
#subscription-billing-confirmation ul {
    border-bottom:1px dotted #0094FF;
    border-top:1px dotted #0094FF;
    list-style: disc url(/commerce/images/misc/bullet-blue.gif) inside;
    margin:auto;
    text-align:left;
    width:60%;
}
