body {
    font-family: Verdana;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}
div,p{
    margin: 0px;
    padding: 0px;
}
img{
    -ms-interpolation-mode: bicubic;
} 
a{
    color:#32679B;
}
a img {
    border: none;
}
#root{
    width:965px;
    margin: 0 auto;
}
#header{
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 30px;
    text-align: center;

    color: #4d4d4d;
    font-size: 1em;
}
#bottom{
    height: 20px;
}
#languages{
    margin-top: 10px;
    height: 14px;
}
#languages a{
    margin-left: 4px;
    margin-right: 4px;
}
#languages img{
    width: 16px;
    height: 11px;
    margin-left: 3px;
    margin-right: 3px;
}
#languages img.active{
    width: 22px;
    height: 14px;
    margin-left: 0px;
    margin-right: 0px;
}
.top{
    width: 100%;
}

.leftColumn{
    width:195px;
    margin-right: 35px;
    padding-left: 20px;
    float: left;
}
.centerColumn{
    width:475px;
    margin-right: 25px;
    float: left;

}
.rightColumn{
    width:195px;
    margin-right: 20px;
    float: left;



}
.clear{
    clear: both;
}
.gameImage{
    background-repeat: no-repeat;
    background-position: 250px 0px;
    height: 310px;

}

.gameMenu{
    height: 33px;
    padding-top: 6px;
}

.gameMenu ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.gameMenu li{
    float: left;
    margin: 0px;
    margin-right: 20px;
}
.gameMenu a{
    color: #32679b;
    font-size: 1.15em;
    font-weight: normal;
}
.gameMenu a.active{
    color: gray;
    text-decoration: none;
    cursor: default;

}
ul.accentList{
    font-size: 0.95em;
    line-height: 1.15em;
    list-style-image: url("images/star.gif");
    list-style-position: outside;
    margin: 5px 0 0 20px;
    padding: 0;
}
ul.accentList li{
    padding: 0px;
    margin: 0 0 0.5em;
}


.screenShots .images{
    margin-top:3px;
}

.screenShots img{
    float: left;
    height: 46px;
    width: 46px;
    margin-bottom: 8px;
    margin-right: 8px;
    cursor: pointer;
}

.content{
    padding-top: 10px;
}
.gameIcon{
    margin-bottom: 10px;
    float: left;
}
.textPrice{
    font-weight: bold;
    font-size: 1.2em;
    color: #7d7d7d;
    padding-top: 57px;
    padding-bottom: 0px;
    padding-left: 10px; 
    float: left;
}
.textScreenshots{
    font-weight: normal;
    font-size: 1.2em;
    color: #7d7d7d;
    height: 30px;
    padding-top: 6px;
}
.textHeader{
    color: #4d4d4d;
    font-size: 2.0em;
    font-weight: bold;
    padding-top: 3px;
}
.gameAddition{
    font-size: 0.95em;
    line-height: 1.15em;
    padding-top: 20px;
}
.gameAddition img{
    padding-bottom: 0.5em;
}
.gameAddition p{
    padding-bottom: 0.5em;
}
.description{
    width: 450px;
}
.description p{
    padding-bottom: 10px;
}
.hidden {
    display: none;
}


.video{
    width:195px; 
    height: 176px;
    margin-top: 32px;
    background-repeat: no-repeat;
    display: block;
}
.video .playIcon{
    width: 42px;
    height: 42px;
    background: url(images/video_buttons.png);
    background-repeat: no-repeat;

    background-position: -42px 0;
    margin: 0 auto;
}
.video .hover{
    background-position: 0 0;
}


.accent a:hover{
    background-position: -114px;
}

/* viewer */
.viewer{
    position: absolute;
    background-color: black;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;

}
.viewer-shadow{
    position: absolute;
    background-color: #888888;
    opacity:0.5;
    -pie-background:rgba(136,136,136,0.5);
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}
.viewer-image{
    background-image: url(images/loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
}
.viewer-image img{
    display: block;
    margin: 0 auto;
}
.viewer div{
    margin: 0px;
    padding: 0px;
}

.v-button{
    cursor: pointer;   
    z-index: 10;
}
.v-control{
    position: absolute;
}

.v-control-close{
    width: 30px;
    height: 30px;
    background-image: url(images/viewer.png);
    background-position: -104px 0px;
    background-repeat: no-repeat;
    position: absolute;
    right: 5px;
    top: 4px;
    -pie-png-fix: true;
}
.v-control-close-hover{
    background-position: -2px 0px;
}
.v-control-left{
    width: 30px;
    height: 30px;
    background-image: url(images/viewer.png);
    background-position: -172px 0px;
    background-repeat: no-repeat;
    position: absolute;
    left: 5px;
    -pie-png-fix: true;
}
.v-control-left-hover{
    background-position: -70px 0px;
}
.v-control-right{
    width: 30px;
    height: 30px;
    background-image: url(images/viewer.png);
    background-position: -138px 0px;
    background-repeat: no-repeat;
    position: absolute;
    right: 5px;
    -pie-png-fix: true;
}
.v-control-right-hover{
    background-position: -36px 0px;
}


.v-thumb-active{
    border: 1px solid gray;
    margin: 2px;
    padding: 3px;
}

.v-thumb{
    border: none;
    margin: 3px;
    padding: 3px;
    width: 46px;
    height: 46px;
}

a.mail{
    background: url("/css/images/mail1.gif") no-repeat scroll left bottom transparent;
    display: block;
    height: 20px;
    width: 23px;
    line-height: 24px;
}
a.mail:hover{
    background-position: -27px bottom;
}

.appstores a{
    display: block;
    margin-bottom: 10px;
}

.rate{
    width: 106px;
    padding-top: 0px;
    float: left;
    background-repeat: no-repeat;
    margin-right: 12px;
}

.rate ul{
    list-style-position: outside;
    list-style-type: none;
    margin: 0 0 0 6px;
    padding: 0;
    t-ext-indent: -6px;
}
.rate li{
    font-size: 12px;
    line-height: 10px;
    margin-bottom: 6px;
}
.rates li.ipad .disc{
    color:#95a812; 
}
.rates li.iphone .disc{
    color:#c67500; 
}
.rates li span{
    color: black;
    margin: 0;
    m-argin-left: -0.5em;
}
.rates li span.date{
    color: grey;
    display: block;
    font-size: 8px;
}
.rates li span.disc{
        font-size: 14px;
    margin-left: -10px;
    margin-right: 2px;
}
ul.legend{
    float: left;
    list-style-position: outside;
    list-style: none;
    margin: 10px 0 10px 361px;
    padding: 0;
    font-size: 9px;
    color: grey;
}
ul.legend li{
     
    margin-right: 0px;
    height: 12px;
}
ul.legend li span{
    font-size: 9px;
    color: grey;
    
}

#reviews{
    margin: 20px 0 0 0;
}

a.review{
    display: block;
    padding:0 0 10px 120px;
    margin: 0;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: left 6px;
    min-height: 40px;
}
a.review span{
    
}

a.review img{
    border: none;
}
a.review .header{
    text-decoration: underline;
    display: block;

}
a.review .description{
width: auto;
text-decoration: none;
color: black;
font-size: 10px;
display: block;
}

.description h3{
      color: #4D4D4D;
    font-size: 18px;
    margin: 0;
    padding: 5px 0 5px 0;
}

.slink{
    margin:5px 15px;
    padding: 0;
    border: none;
    line-height: 30px;
    height: 30px;
    display: inline-block;
}
.best{
    display: block;
    width: 470px;
    height:60px;
    margin: 15px 0;
    
}
a.more{
    font-size: 9px;
    margin-left: 6px;
}

/* pp */
.pcontent{

}
.pcontent div{
    padding-bottom: 5px;
}
.pcontent .pheader{
    padding-top:10px;
    padding-bottom: 5px;
}

.viewer * {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}