* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #FFE7F5;
}

.header {
    min-width: 300px;
    width: 100%;
    height: 55px;
    opacity: 1;
    background: #D80C8B;
    background: -webkit-linear-gradient(top, #D80C8B 0%, #AC0475 100%);
    background: linear-gradient(to bottom, #D80C8B 0%, #AC0475 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0379AD', endColorstr='#034566', GradientType=0);

    text-align: center;
}

.header_left {
    float: left;
    width: 40px;
    padding-left: 10px;
    cursor: pointer;
}
.header_right {
    float: right;
    width: 40px;
    padding-right: 10px;
    cursor: pointer;
}
.foot {
    height: 40px;
    width: 100%;
    min-width: 300px;
    line-height: 40px;
    color: #fff;
    clear: both;
    overflow: hidden;
    text-align: center;
    background: #a91866;
}
.foot a {
    color: #fff;
    text-decoration: none;
}
#MainMenuDiv {
    position: absolute;
    width: 180px;
    left: 0px;
    top: 55px;
    z-index: 1000;
    text-align: left;
    display: none;
}
#MainMenuUL {
}
#MainMenuUL li {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    overflow: hidden;
    border-bottom: #b15284 1px solid;
    background: #a91866;
    padding: 3px 0 3px 10px;
    color: #fff;
}
#MainMenuUL li a {
    text-decoration: none;
    color: #FFF;
}
#MainMenuUL li img {
    padding: 0 5px 0 0;
    vertical-align: top;
    height: 32px;
    width: 32px;
}
div.allgames {
    margin-left: auto;
    margin-right: auto;
    height: 500px;
}
div.thumb {
    float: left;
    margin: 5px;
    text-align: center;
    display: inline-block;
    width: 180px;
    height: 135px;
    position: relative;
}
div.thumb a img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: -2px 2px 2px #e8afd4, 2px -2px 2px #988491;
    -webkit-box-shadow: -2px 2px 2px #e8afd4, 2px -2px 2px #988491;
    -moz-box-shadow: -2px 2px 2px #e8afd4, 2px -2px 2px #988491;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
div.thumb a {
    color: #f5f500;
    text-decoration: none;
    cursor: pointer;
}
div.thumb div.GameName {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    display: none;
    color: #a00a6c;
    background-color: rgba(255, 231, 245, 0.8);
    padding: 5px 0 5px 0;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
div.bottomtext {
    clear: both;
    padding: 5px 10px 10px 10px;
    color: #950033;
    width: 100%;
    min-width: 240px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 14px;
    line-height: 20px;
}
#searchDiv {
    width: 100%;
    height: 30px;
    padding: 0px 0 0 0;
    position: relative;
    display: none;
    clear: both;
    margin-top: -1px;
}
#searchForm #keywordsDiv {
    height: 30px;
    float: left;
    width: 100%;
}

#searchForm #keywordsInput {
    width: 100%;
    height: 30px;
    padding-left: 5px;
    padding-right: 60px;
}

#searchForm #submitDiv {
    width: 60px;
    height: 30px;
    float: right;
    position: absolute;
    right: 0px;
}

#searchForm #submitInput {
    width: 100%;
    height: 30px;
    border: 0px;
    background-color: #a91866;
    color: #FFF;
    font-weight: bold;
}

#backToTop {
    width:60px;
    height:50px;
    position:fixed;
    bottom:50px;
    right:10px;
    display:none;
    /*background:url('{tempdir}images/backtotop.png');*/
    cursor:pointer;
}
.new{
    position: absolute;
    width:30%;
    height:40%;
    background-size: 100%;
    top:-4px;left:-4px;
    display: block;
	background-repeat: no-repeat;
}
.hot{
    position: absolute;
    width:30%;
    height:40%;
    background-size: 100%;
    top:-4px;left:-4px;
    display: block;
	background-repeat: no-repeat;
}

.topadss{width:100%;text-align: center;margin-top:5px; margin:0 auto;margin-bottom:5px;}@media all and (min-width: 1024px) 
{
.topadss{display:none;}

}