/* Playground Top Container */
#playgroundHeader 
{
    margin-top: 40px;
    margin-bottom: -65px;
}

#playgroundHeader .topContainerLoggedOut .linktoRegister A {
    height: 250px;
    width: 520px;
    left:70px;
    top:30px;
    float:left;
    position: relative;
    text-decoration: none;
}

#playgroundHeader .topContainerLoggedIn .linktoVirtualWorld A {
    height: 250px;
    width: 520px;
    left:70px;
    top:30px;
    float:left;
    position: relative;
    text-decoration: none;
}

#playgroundHeader .topContainerLoggedOut .linktoRegister A SPAN, #playgroundHeader .topContainerLoggedIn .linktoVirtualWorld A SPAN {
    visibility: hidden;
}

#playgroundHeader .topContainerLoggedIn {
    position: relative;
    width: 890px;
    height: 368px;
    margin: auto;
    background: url(../images/playground/gamesTopContentBG.png);
    z-index:3;
}

#playgroundHeader .topContainerLoggedOut {
    position: relative;
    width: 890px;
    height: 368px;
    margin: auto;
    background: url(../images/playground/gamesTopContentBGLoggedOut.png);
    z-index:3;
}

#playgroundHeader .register {
    height: 340px;
    width: 300px;
    right: 0px;
    top:30px;
    float:right;
    position: relative;
}

/* Playground Content Container */
#playgroundContent {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

#playgroundContent .bottomContainer .contentHolder .innerContent {
    border-left: solid #96b800 5px;
    border-right: solid #96b800 5px;
    padding: 0px;
    padding-bottom: 0px;
    background-color:White;
    width: 787px;
    margin: auto;
}

#playgroundContent .bottomContainer .bottomBorder {
    position: relative;
    background: url(../images/layout/common/reg_bottomborder.png);
    height: 15px;
    width: 798px;
    margin: auto;
}

#playgroundContent .bottomContainer .topBorder {
    position: relative;
    background: url(../images/layout/common/reg_topborder.png);
    height: 15px;
    width: 797px;
    margin: auto;
    margin-top: 50px;
}

#playgroundContent .bottomContainer  {
    margin: auto;
}

#playgroundContent UL.navigation {
    list-style: none;
    padding: 0px;
    margin: 0px;
    height: 81px;
	margin-left: 13px;
}

#playgroundContent UL.navigation LI {
    float: left;
}

#playgroundContent UL.navigation LI A {
    display: block;
    border-right: 1px solid #FFF;
    height: 65px;
	width: 151px;
	text-decoration: none;
}

#playgroundContent UL.navigation LI A SPAN {
    visibility: hidden;
}

#playgroundContent UL.navigation LI.tab-games A {
    background: url(../images/playground/playGroundTabSrprite.png) 0px 0px;
}

#playgroundContent UL.navigation LI.tab-games A:HOVER, #playground UL.navigation LI.tab-games A.active {
    background: url(../images/playground/playGroundTabSrprite.png) 0px -65px;
}

#playgroundContent UL.navigation LI.tab-wallpaper A {
    background: url(../images/playground/playGroundTabSrprite.png) 616px 0px;
}

#playgroundContent UL.navigation LI.tab-wallpaper A:HOVER, #playground UL.navigation LI.tab-wallpaper A.active {
    background: url(../images/playground/playGroundTabSrprite.png) 616px -65px;
}

#playgroundContent UL.navigation LI.tab-ebooks A {
    background: url(../images/playground/playGroundTabSrprite.png) 460px 0px;
}

#playgroundContent UL.navigation LI.tab-ebooks A:HOVER, #playground UL.navigation LI.tab-ebooks A.active {
    background: url(../images/playground/playGroundTabSrprite.png) 460px -65px;
}

#playgroundContent UL.navigation LI.tab-ecards A {
    background: url(../images/playground/playGroundTabSrprite.png) 304px 0px;
}

#playgroundContent UL.navigation LI.tab-ecards A:HOVER, #playground UL.navigation LI.tab-ecards A.active {
    background: url(../images/playground/playGroundTabSrprite.png) 304px -65px;
}

#playgroundContent UL.navigation LI.tab-activities A {
   background: url(../images/playground/playGroundTabSrprite.png) 150px 0px;
}

#playgroundContent UL.navigation LI.tab-activities A:HOVER, #playground UL.navigation LI.tab-activities A.active {
   background: url(../images/playground/playGroundTabSrprite.png) 150px -65px;
}

#playgroundContent .tab-content {
    margin-right: -19px;
    margin-left: 13px;
}

#playgroundContent .tab-content .item {
    float: left;
    margin-right: 19px;
    margin-bottom: 19px;
    background: url(../images/layout/playground/bg_panel.png) no-repeat;
    height: 102px;
    width: 240px;
    overflow: hidden;
}

#playgroundContent .item A {
    display: block;
    padding: 7px;
    color: #FFFFFF;
    text-decoration: none;
}

#playgroundContent .item IMG {
    float: left;
    width: 88px;
    margin-left: 1px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#playgroundContent .item SPAN.title {
    margin-left: 98px;
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 58px;
    line-height: 1.4em;
}

#playgroundContent .item SPAN.link {
    margin-left: 94px;
    display: block;
}

#playgroundContent .item SPAN.link-play {
    width: 68px;
	height: 31px;
	background: transparent url(../images/layout/playground/btn_start.png) no-repeat 0 0;
}

#playgroundContent .item SPAN.link-subscription-required {
    width: 132px;
	height: 31px;
	background: transparent url(../images/layout/playground/btn_subscribe.png) no-repeat 0 0;
}

#playgroundContent .item SPAN.link-download {
    width: 104px;
	height: 31px;
	background: transparent url(../images/layout/playground/btn_download.png) no-repeat 0 0;
}