
/* the overlayed element */
.apple_overlay {
    /* initially overlay is hidden */
    display:none;
    /* growing background image */
    /* 
        width after the growing animation finishes
        height is automatically calculated
    */
    width:758px;        
    min-height: 520px;
    *height:520px;
	max-height: 900px;
    padding: 20px 40px 40px;
 
}

.apple_overlay_big {
    display: none;
    width: 900px;
    height: 560px;
    padding: 20px 40px 40px;
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}


.apple_overlay_ir {
    display: none;
    width: 900px;
    min-height: 560px;
    padding: 20px 40px 40px;
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}


.apple_overlay_llc {
    display: none;
    width: 930px;
    height: auto;
    padding-top: 20px;
	padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}


.apple_overlay-small {

    display: none;
    width: 400px;
    min-height: 150px;
    padding: 20px 40px 40px;
}


#pv-head {
    border-bottom: 1px solid silver;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

#overlay-big div.contentWrap,
#overlay div.contentWrap {
	max-height: 850px;
    overflow: auto; 
}


#pv-container {

    width: 640px;
    background: #ffffff;
    margin: 0 auto; /*Center container on page*/
    background-color: #fff;
}

#pv-container_game {
    padding-top: 20px;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
}

#pv-page{
}
#pv-page ul{
    
    color: #616161;

}

#pv-content-Text ul {
    margin-bottom: 15px;
    margin-left: 40px;
    margin-right: 20px;
    list-style: disc;
    list-style-position: outside;
}



#overlay {
    background: #fff;
    border: 3px #b9b9b9;
}

div.pv-media {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 5px;
}

#pv-page p, #pv-page h3, #pv-page h2,
#pv-page h1, #pv-page h4{
    padding-left: 0px;
    margin-left: 0px;
    
}



#pv-container {
    
    overflow: auto;
}

#pv-close-window {
    text-align: right;
}

/* default close button positioned on upper right corner */
/*.close {
    position:absolute; right:40px; top:15px;
    cursor:pointer;
    height:35px;
}*/

.close {
 	text-align: right;
    cursor:pointer;
    height:35px;
}




.pv-item{padding:20px;}

div#news {
    margin-bottom: 30px;
}

.game_tabs {
    margin-top: 20px;
    margin-left: 30px;
}

.tabs li {
    float: left;
    margin-right: 20px;
    color: #424242;
    width: 160px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.tabs li a {
    color: #424242;
}

.tabs li a.current {
    display: block;
    background: url(/images/uploads/site_images/gametab_selected.jpg) no-repeat;
    height: 44px;
    margin-bottom: -24px;
    margin-top: -15px;
    color: #fff;
    padding-top: 15px;
}
