/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img
{
	border: none;
}
a
{
    text-decoration:none;
}
.left
{
    float: left;
}

.right
{
    float: right;
}

.clear
{
    clear: both;
}

.fleft
{
    float: left;
}

.fright
{
    float: right;
}


.warningMessage
{
    color: #F4A83D !important;
    font-weight:bold;
}

.errorMessage
{
    color: red !important;
    font-weight: bold;
}
.successMessage
{
    color: Green !important;
    font-weight: bold;
}

.hide
{
    display: none;
}

.it
{
    font-style: italic;
}

.bold
{
    font-weight: bold;
}

.gray
{
    color: Gray;
}

.roundedCorner
{
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.whiteC
{
    color: White;
}

.blackLine
{
    height: 1px;
    border-top: 1px solid black;
}

.whiteLine
{
    height: 1px;
    border-top: 1px solid white;
}

.greyLine
{
    height: 1px;
    border-top: 1px solid #9F9F9F;
}
img
{
    vertical-align: middle;
}

.uberstrikeColor
{
    color: #2a87c2;
}

.uberstrikeYellow
{
    color: #FEC42C !important;
}

/* uberstrike mune */

#uberstrikeMenu
{
    margin: 5px;
}

#uberstrikeMenu a
{
    margin-left: 2px;
}

#uberstrikeMenu .selectedTab
{
    background: #D1D1D1;
    border: 1px solid #D1D1D1;
    box-shadow: none; /*    padding: 4px 9px;*/
    text-shadow: 1px 1px 0 #D7D7D7;
}

/* GENERICS*/

.standard_button
{
    display: inline-block;
    height: 21px;
    line-height: 18px;
    padding: 0px 8px;
    background: #303030;
    color: #FFFFFF;
    border: 1px solid #6A6A6A;
    font-weight: bold;
    cursor: pointer;
    background: url("/CommonChannel/Content/images/cmuneHeader_Background_reverse.jpg");
}

.standard_button:active
{
    background-color: #555555;
    background-image: none;
    color: #cccccc !important;
}

.facebookButton
{
    -moz-box-shadow: inset 0px 1px 0px 0px #8b9dc1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #8b9dc1;
    box-shadow: inset 0px 1px 0px 0px #8b9dc1;
    background-color: #5972A7;
    border: 1px solid #1a356e;
    display: inline-block;
    color: #ffffff !important;
    font-weight: bold !important;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none !important;
    text-shadow: 1px 1px 0px #474747;
    cursor: pointer;
}

.facebookButton:hover
{
    background-color: #627AAD;
}

.facebookButton:active
{
    box-shadow: none;
    background-color: #4F6AA3;
}

.macAfeeButton
{
    width: 266px;
    height: 32px;
    display: inline-block;
    background-image: url('/CommonChannel/Content/images/unityMcAfee.png');
}

.macAfeeButton:hover
{
    background-position: 0px -30px;
}

.orangeBlack
{
    -moz-box-shadow: inset 0px 1px 0px 0px #fff6af;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fff6af;
    box-shadow: inset 0px 1px 0px 0px #fff6af;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );
    background: -moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
    background-color: #ffec64;
    border: 1px solid #ffaa22;
    color: #333333;
    text-shadow: 1px 1px 0px #ffee66;
    cursor: pointer;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 9px;
    text-decoration: none;
}
.orangeBlack:hover
{
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64) );
    background: -moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
    background-color: #ffab23;
}
.orangeBlack:active
{
}

.redWhite
{
    -moz-box-shadow: inset 0px 1px 0px 0px #f29c93;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f29c93;
    box-shadow: inset 0px 1px 0px 0px #f29c93;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
    background: -moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
    background-color: #fe1a00;
    border: 1px solid #d83526;
    color: #ffffff;
    text-shadow: 1px 1px 0px #b23e35;
    cursor: pointer;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 9px;
    text-decoration: none;
}
.redWhite:hover
{
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
    background: -moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
    background-color: #ce0100;
}
.redWhite:active
{
}

.silver
{
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
    background: -moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
    background-color: #f9f9f9;
    border: 1px solid #dcdcdc;
    color: #333333;
    text-shadow: 1px 1px 0px #ffffff;
    cursor: pointer;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 9px;
    text-decoration: none;
}
.silver:hover
{
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
    background: -moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
    background-color: #e9e9e9;
}
.silver:active
{
}

.darkGray
{
    -moz-box-shadow: inset 0px 1px 0px 0px #808080;
    -webkit-box-shadow: inset 0px 1px 0px 0px #808080;
    box-shadow: inset 0px 1px 0px 0px #808080;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #737273), color-stop(1, #3d3b3d) );
    background: -moz-linear-gradient( center top, #737273 5%, #3d3b3d 100% );
    background-color: #737273;
    border: 1px solid #323232;
    color: #FFFFFF;
    cursor: pointer;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 9px;
    text-decoration: none;
}
.darkGray:hover
{
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d3b3d), color-stop(1, #737273) );
    background: -moz-linear-gradient( center top, #3d3b3d 5%, #737273 100% );
    background-color: #3d3b3d;
}
.darkGray:active
{
}

.blueWhite
{
    -moz-box-shadow: inset 0px 1px 0px 0px #bee2f9;
    -webkit-box-shadow: inset 0px 1px 0px 0px #bee2f9;
    box-shadow: inset 0px 1px 0px 0px #bee2f9;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf) );
    background: -moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100% );
    background-color: #63b8ee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 20px;
    padding: 3px 9px;
    border: 1px solid #4877b5;
    display: inline-block;
    color: #ffffff;
    font-family: segoe ui, Arial;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}
.blueWhite:hover
{
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee) );
    background: -moz-linear-gradient( center top, #468ccf 5%, #63b8ee 100% );
    background-color: #468ccf;
}
.blueWhite:active
{
}

.Continue, .Continue:visited
{
    background: #ffab23;
    display: inline-block;
    padding: 5px 10px 6px;
    color: #fff;
    font-size: 14px;
    padding: 8px 24px 9px;
    background-color: #ffb515;
    text-decoration: none;
    font-family: segoe ui, Arial;
    font-size: 24px;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    cursor: pointer;
}

.Continue:hover
{
    background-color: #111;
    color: #fff;
    background-color: #fc9200;
}
.Continue:active
{
    top: 1px;
}

.greenWhite
{
    -moz-box-shadow: inset 0px 1px 0px 0px #caefab;
    -webkit-box-shadow: inset 0px 1px 0px 0px #caefab;
    box-shadow: inset 0px 1px 0px 0px #caefab;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
    background: -moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
    background-color: #77d42a;
    border: 1px solid #268a16;
    display: inline-block;
    color: #ffffff;
    font-family: segoe ui, Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 0px 15px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #575757;
    cursor: pointer;
}

.greenWhite:hover
{
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
    background: -moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
    background-color: #5cb811;
}

.greenWhite:active
{
    position: relative;
    top: 1px;
}

/* Unity */

.unity_logo
{
    vertical-align: middle;
}
body
{
    font-size: 0.8em;
    font-family: "Segoe Ui" , "Arial" , "Helvetica" , "Verdana" , "sans-serif" , "Helvetica Neue" , "Lucida Grande";
    margin: 0px;
    padding: 0px;
}

#page
{
}

p
{
    padding: 6px 0px;
}

#creditBundlePage
{
    /* background-color: #414141;*/
}

#creditBundlePage .header
{
    height: 37px;
    line-height: 37px;
    color: #a6a6a6;
}


#creditBundlePage .worflowTree
{
    height: 35px;
    background-color: #313131;
    color: #a6a6a6;
}

#creditBundlePage .worflowTree .step
{
    float: left;
    line-height: 25px;
    margin: 5px 30px 0px 10px;
    background-repeat: no-repeat;
    background-image: url("/CommonChannel/Content/images/opacBtn.png");
}

#creditBundlePage .worflowTree .step .num
{
    width: 25px;
    height: 25px;
    line-height: 23px;
    color: #363636;
    font-weight: bold;
    text-align: center;
}

#creditBundlePage .worflowTree .step.selected
{
    color: #D3A60C;
    background-image: url("/CommonChannel/Content/images/yellowBtn.png");
}

#creditBundlePage .worflowTree .step span
{
    margin-left: 5px;
    font-weight: bold;
}

#creditBundlePage #paymentStep
{
    /*    min-height: 120px;     border: black;     padding: 10px;*/
}

#creditBundlePage #paymentStep .pack
{
    width: 204px;
    height: 177px;
    float: left;
    margin: 4px;
    border: 1px #6A6A6A solid;
}

#creditBundlePage #paymentStep .pack .packTitle
{
    position: absolute;
    top: 0px;
    width: 204px;
    text-align: center;
    color: White;
    background: url("/CommonChannel/Content/images/opacity70.png");
}



#creditBundlePage #paymentStep .pack .packTitle .price
{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 5px 0px;
}


#creditBundlePage #paymentStep .pack .packTitle .price img
{
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}

#creditBundlePage #paymentStep .pack .packTitle .bonus
{
    font-size: 14px;
    text-align: center;
    padding-bottom: 5px;
    color: #FFC600;
    font-weight: bold;
}

#creditBundlePage #paymentStep .pack .packTitle .name
{
    font-weight: bold;
    height: 20px;
}


#creditBundlePage #paymentStep .pack .packTitle .packName
{
    font-weight: bold;
    color: #FFC600;
    text-decoration: underline;
}

#creditBundlePage #paymentStep .pack .packTitle .packName:hover
{
    color: #FFC600;
}

#creditBundlePage #paymentStep .pack .packInfo
{
    color: white;
    position: absolute;
    top: 134px;
    right: 0px;
    font-size: 20px;
    font-weight: bold;
}

#creditBundlePage #paymentStep .bundle
{
    padding: 1px 5px;
}


#creditBundlePage #paymentStep #arrowAndContinue
{
    padding: 50px 0px;
    text-align: right;
}

#creditBundlePage #paymentStep #selectPaymentStepContent .nextXLargeBtn
{
    margin: 10px;
}

#creditBundlePage #paymentStep .footer a
{
    text-decoration: underline;
    color: Gray;
}

#creditBundlePage .mini_label:hover
{
    color: #2a87c2;
}


.header
{
    text-indent: 10px;
    font-size: 14px;
    font-weight: bold;
}

.previousBtn
{
    width: 73px;
    height: 43px;
    cursor: pointer;
    line-height: 40px;
    background: url("/CommonChannel/Content/images/previous.png") no-repeat;
    text-indent: 20px;
    color: Black;
    font-size: 18px;
    font-weight: bold;
}

.nextBtn
{
    width: 73px;
    height: 43px;
    cursor: pointer;
    line-height: 43px;
    background: url("/CommonChannel/Content/images/next.png") no-repeat;
    color: Black;
    font-size: 18px;
    font-weight: bold;
    text-indent: 10px;
}

.nextLargeBtn
{
    width: 93px;
    height: 43px;
    cursor: pointer;
    line-height: 43px;
    background: url("/CommonChannel/Content/images/nextLarge.png") no-repeat;
    color: Black;
    font-size: 14px;
    font-weight: bold;
}

.nextLargeBtn:active
{
    /* background:none #CACACA;*/
}

.nextXLargeBtn
{
    width: 250px;
    height: 43px;
    cursor: pointer;
    line-height: 43px;
    background: url("/CommonChannel/Content/images/nextXLarge.png") no-repeat;
    color: Black;
    font-size: 14px;
    font-weight: bold;
    text-indent: 10px;
}
.nextXLargeBtn .label
{
    display: inline-block !important;
    width: 130px !important;
    float: left;
}

.nextXLargeBtn .imageContainer
{
    display: inline-block !important;
    width: 85px;
    text-align: right;
}

.nextXLargeBtn img
{
    vertical-align: middle;
    position: relative;
    bottom: 2px;
}

.paymentBtn .facebookPrice
{
    line-height: 20px;
    padding-left: 10px;
    padding-top: 12px;
    text-align: right;
    text-indent: 2px;
    width: 60px;
    font-size: 14px;
}

.paymentBtn .facebookPrice img
{
    margin-left: -1px;
    vertical-align: middle;
}

.paymentBtn .usdPrice
{
    line-height: 20px;
    padding-left: 3px;
    padding-top: 12px;
    text-align: right;
    text-indent: 2px;
    font-size: 14px;
    display: inline-block;
    width: 70px;
}


.facebookCreditConversion
{
    color: White;
    font-size: 14px;
    color: White;
    font-weight: bold;
    width: 130px;
}

.facebookCreditConversion img
{
    bottom: 2px;
    position: relative;
    vertical-align: middle;
}


/** SixRewards **/

/** Bundle **/
#selectBundleStep
{
    padding: 10px;
}

#bundlesSelection
{
    width: 410px;
}

#bundlesSelection .bundle
{
    padding: 1px 0px;
    margin-left: 10px;
    font-size: 14px;
}

#bundlesSelection .label
{
    width: 150px;
}

#bundlesSelection .label:hover
{
    color: #2a87c2;
}


#bundlesDisplay
{
    width: 270px;
    z-index: 100;
}

#bundlesDisplay #bundlesInfos
{
    height: 370px;
}

#bundlesDisplay img
{
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}


.bundleArrow
{
    width: 215px;
    height: 110px;
    background: url("/CommonChannel/Content/images/BundleTransaction/arrow.png") no-repeat;
    position: absolute;
    left: -100px;
    top: -45px;
}

.bundleOrangeArrow
{
    width: 215px;
    height: 110px;
    background: url("/CommonChannel/Content/images/BundleTransaction/arrowOrange.png") no-repeat;
    position: absolute;
    left: -100px;
    top: -45px;
}

.creditBundleArrow
{
    width: 215px;
    height: 110px;
    background: url("/CommonChannel/Content/images/BundleTransaction/arrow.png") no-repeat;
    position: absolute;
    right: 160px;
    top: -55px;
}

.creditBundleOrangeArrow
{
    width: 215px;
    height: 110px;
    background: url("/CommonChannel/Content/images/BundleTransaction/arrowOrange.png") no-repeat;
    position: absolute;
    right: 160px;
    top: -55px;
}

#selectBundleStep #bundlesDisplay .panel_overlay
{
    height: 210px;
    width: 269px;
    background-color: #5C5C5C;
    opacity: 0.9;
    border-radius: 5px;
}


#selectBundleStep #bundlesItems
{
    color: white;
    font-weight: bold;
    padding: 10px;
    position: absolute;
    top: 0px;
}

.trustPaymentIcons
{
    width: 300px;
    height: 25px;
    background: url("/CommonChannel/Content/images/BundleTransaction/trustIcons.png") no-repeat;
}

.portalTrustPaymentIcons
{
    width: 249px;
    height: 25px;
    background: url("/CommonChannel/Content/images/BundleTransaction/portalTrustIcons.png") no-repeat;
}

.securePaymentImage
{
    width: 138px;
    height: 39px;
    background: url("/CommonChannel/Content/images/BundleTransaction/securePayment.png") no-repeat;
}

#selectBundleStep .footer a
{
    color: gray;
    text-decoration: underline;
}

#accountLinkagePanel .icon
{
    width: 136px;
    height: 30px;
    cursor: pointer;
}

#accountLinkagePanel .icon:hover
{
    background-position: 0px -30px;
}

#accountLinkagePanel .icon:active
{
    background-position: 0px -60px;
}

#accountLinkagePanel .facebook
{
    background: url("/CommonChannel/Content/images/Icon_facebook.png") no-repeat;
}

#accountLinkagePanel .cmune
{
    background: url("/CommonChannel/Content/images/Icon_cmune.png") no-repeat;
}

#accountLinkagePanel .macappstore
{
    background: url("/CommonChannel/Content/images/Icon_mac.png") no-repeat;
}
