html {
	height: 100%;
}

body{
	margin:0;
	font:11px Arial, Helvetica, sans-serif;
	text-align:left;
	position:relative;
	min-height: 100%;
	background: #fec4ef;
	/* background: #ad8e73 url(../images/bg-body.jpg) no-repeat 50% 0; */
}
* html body {
	height: 100%;
	overflow: visible;
}
img{border-style:none;}
a{color:#000;}
a:hover{text-decoration:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
.bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
#page{
	width:823px;
	margin:0 auto;
	padding:105px 10px 0;
	position: relative;
	background: url(../images/header-bg.png) no-repeat !important;
}
#header{
	width:823px;
	z-index: 100;
	height: 77px;
	position: absolute;
	left: 10px;
	top: 28px;
}
.main-ttl{
	margin:0;
	font-size:13px;
	color:#fff;
	line-height:24px;
	font-weight:normal;
	position: absolute;
	left: 236px;
	top: 4px;
	z-index: 1000;
}
.logo{
	margin:0;
	text-indent:-9999em;
	overflow:hidden;
	width:151px;
	height:97px;
	position:absolute;
	top:8px;
	left:85px;
	z-index: 1000;
}
.logo a{
	display:block;
	height:100%;
}
.search input{
	font:13px Arial, Helvetica, sans-serif;
	color:#9ba6a9;
	padding:3px 0 3px 10px;
	float:left;
	background:#fff2fc;
	width:273px;
	border:solid #f9b2e6;
	border-width:1px 0 0 1px;
}
.search a.search-btn{
	width:72px;
	margin:0;
	font-weight:bold;
	color:#fff;
	background:#fec4ef;
	border:1px solid #f9b2e6;
	float:left;
	text-decoration:none;
	height:22px;
	line-height:22px;
	border-width:1px;
	cursor:pointer;
	text-align:center;
	font-size:13px;
}
.search a.search-btn:hover{
	color:#f7f115;
	background:#f9b2e6;
}

.search-area{
	width:380px;
	height:77px;
	float:right;
	margin:0;
	background:url(../images/bg-form.png) no-repeat;
}
.search{
	width:auto;
	height:30px;
	padding:7px 0 3px 11px;
}
.add-to, .set-as, .tweet{
	font-size:12px;
	font-weight:bold;
	color:#bb4f94;
	padding:2px 0 0 20px;
	margin-bottom:6px;
	float:left;
	text-decoration:none;
}
.add-to:hover, .set-as:hover, .tweet:hover{
	color:#ff83d5;
}
.add-to{
	margin-right:16px;
	background:url(../images/heart.gif) no-repeat 0 1px;
}
.set-as{	
	margin-right:-9px;
	background:url(../images/house.gif) no-repeat;
}
.tweet{
	background:url(../images/tweet.png) no-repeat;
}
.tweeter {
	float:right; 
	position:absolute; 
	top: -24px;
}
.search span{
	float:left;
	font-size:12px;
	font-weight:bold;
	color:#cd7fa9;
}
.tags{
	width:100%;
	padding:4px 0 0;
	text-align:left;
	overflow:hidden;
	float:left;
}
.tags ul{
	margin:0;
	padding:0 0 0 7px;
	list-style:none;
	float:left;
}
.tags li{
	float:left;
	padding-right:4px;
}
.tags ul li a{
	font-size:12px;
	color:#ff96d9;
	text-decoration:none;
}
.tags ul li a:hover{
	color:#ca76a5;
}
.search input{
	font:13px Arial, Helvetica, sans-serif;
	color:#9ba6a9;
	padding:3px 0 3px 10px;
	float:left;
	background:#fffcd1;
	width:273px;
	border:solid #f9b2e6;
	border-bottom:0;
	border-width:1px 0 0 1px;
}
.search a.search-btn{
	width:72px;
	margin:0;
	font-weight:bold;
	color:#fff;
	background:#fec4ef;
	border:1px solid #f9b2e6;
	float:left;
	text-decoration:none;
	height:22px;
	line-height:22px;
	border-width:1px;
	cursor:pointer;
	text-align:center;
	font-size:13px;
}
.search a.search-btn:hover{
	color:#f7f115;
	background:#f9b2e6;
}
.carousel{
	width:203px;
	height:58px;
	padding:5px 3px 0 3px;
	margin:6px 7px 0 0;
	float:right;
	display:inline;
	background:url(../images/bg-carousel.png) no-repeat;
}
.carousel div{
	width:196px;
	overflow:hidden;
	float:left;
	position:relative;
	z-index:1;
	display:inline;
	margin:0 -1px 0 -2px;
}
.carousel .btn-hold{
	float:left;
	height:53px;
	background:#fff;
	position:relative;
	z-index:4;
}
.carousel .btn-back, .carousel .btn-next{
	width:5px;
	height:10px;
	text-indent:-9999px;
	overflow:hidden;
	margin:22px 0 0;
}
.carousel ul{
	width:9999px;
	height:53px;
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
}
.carousel li{
	float:left;
	width:38px;
	padding:0 5px 0 6px;
	background:url(../images/carousel-separator.gif) no-repeat;
	overflow:hidden;
}
.carousel li:first-child{ background:none;}
.carousel ul li img{
	display:block;
}
.btn-back{
	float:left;
	background:url(../images/btn-back.gif) no-repeat;
}
.btn-back:hover{
	background:url(../images/btn-back-hover.gif) no-repeat;
}
.btn-next{
	float:left;
	background:url(../images/btn-next.gif) no-repeat;
}
.btn-next:hover{
	background:url(../images/btn-next-hover.gif) no-repeat;
}
.main{
	margin-bottom:5px;
}
.main .top{
	width:823px;
	overflow:hidden;
	padding-top: 68px;
	position: relative;
	background:url(../images/navigation-bg.png) no-repeat;
}
.bott-bg {
	overflow: hidden;
	width: 100%;
	height: 7px;
	background:url(../images/main-bottom.gif) no-repeat;
}
#navigation{
	width:825px;
	list-style:none;
	margin:0;
	padding:4px 0 0;
	height:68px;
	overflow:hidden;
	position:relative;
	position: absolute;
	left: 0;
	top: 0;
}
#navigation li{
	float:left;
	background:url(../images/navigation-separator.gif) no-repeat;
	padding-left:1px;
	height:39px;
	margin:0 1px 0 -1px;
}
#navigation li a{
	color:#ff6fd0;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	float:left;
	width:117px;
	text-align:center;
	line-height:39px;
	outline:none;
}
#navigation li a em{font-style:normal;}
#navigation li.last a{width:115px;}
#navigation li a:hover, #navigation li.active a{
	background:url(../images/navigation-bg-over.gif) repeat-x;
	color:#cc5aa6;
}

#navigation li a:hover, #navigation li:hover a, #navigation li.hover a{
	position:relative;
	background:url(../images/navigation-bg-over.gif) repeat-x;
	color:#cc5aa6;
}

#navigation li:hover div, #navigation li.hover div, #navigation li.active div{display:block;}
#navigation li:hover div, #navigation li.hover div{z-index:5;}
#navigation li.active div{z-index:3;}
#navigation li div{
	display:none;
	position:absolute;
	width:100%;
	top:35px;
	left:0;
	padding-top:7px;
}
#navigation li ul{
	margin:0;
	padding:0 0 0 23px;
	list-style:none;
	background:url(../images/sub-nav-bg.gif) repeat-x;
	width:800px;
	overflow:hidden;
	height:30px;
}
#navigation li:hover ul, #navigation li.hover ul, #navigation li.active ul{background:url(../images/sub-nav-bg-over.gif) repeat-x;}
#navigation li li{
	background:none !important;
	height:27px;
}
#navigation li li a{
	font-size:12px;
	color:#24a6c7;
	font-weight:normal;
	background:none !important;
	line-height:27px;
	padding:3px 12px 0;
	width:auto !important;
	height:27px;
}
#navigation li li a:hover, #navigation li li.active a{
	color:#0e4451;
	background:#fff !important;
	border:solid #e975c5;
	border-width:3px 1px 0;
	padding:0 11px;
}
.top-image{
	text-align:center;
	padding:5px 4px 6px 5px;
	overflow:hidden;
	width:814px;
	background:#fff;
}
.top-image span{
	display:block;
	background:#d8f3fa;
	text-align:center;
}
.container{
	width:808px;
	padding:0 4px 0 11px;
	overflow:hidden;
	background:#fff;
}
.container-holder{
	width:100%;
	overflow:hidden;
}
.column{
	float:left;
	width:160px;
}

.column-blog{
	width: 160px;
	float:left;
	display:block;
	clear:right;
	margin: 0;
	padding: 0;
}
.column-blog ul {
	list-style-type:none;
	margin-left: 0;
	margin-top: -4px;
	margin-bottom: 5px;
	line-height: 14px;
	padding:0;
	
}
.column-blog li a {
	font-size: 12px;
	color:#cd8cbd;
	text-decoration:none;
	width: 140px;
	display:block;
	padding: 5px 5px 5px 15px;
	}
.column-blog li a:hover {
	font-size: 12px;
	color:#f033b5;
	text-decoration:none;
	background-color:#fdf1fa;
	width: 140px;
	display:block;
	padding: 5px 5px 5px 15px;
	}
.content{
	float:right;
	width:638px;
	overflow:hidden;
}
.ad-01{
	background:url(../images/add-01.gif) no-repeat;
	width:160px;
	height:600px;
	text-indent:-9999em;
	overflow:hidden;
	display:block;
	margin-bottom:9px;
}
.ad-01 a{
	height:100%;
	display:block;
}
.main-block{
	background:url(../images/main-block-bg.gif) repeat-x;
	margin-bottom:15px;
}
.main-left{background:url(../images/main-block-left.gif) no-repeat;}
.main-right{
	background:url(../images/main-block-right.gif) no-repeat 100% 0;
	padding:5px 6px 0 11px;
}
.main .top.footer{
	width:823px;
	background: url(../images/bg-top-footer.gif) no-repeat;
	padding-top: 37px;
}
.foot-holder {
	float: left;
	width: 100%;
	background: #fff;
}
.footer .main-block{
	margin:0;
	background: none;
	
}
.footer .main-left{background:none;}
.footer .main-right{
	background:none;
	margin-top: -35px;
	position: relative;
	padding:3px 3px 0 14px;
}
.main-block h3{
	margin:0;
	font-size:18px;
	font-weight:bold;
	color:#fd70c9;
}
.title{
	width:100%;
	overflow:hidden;
	padding-bottom:4px;
}
.title .btn{float:right;}
.main-right h3 a {
color: #cc5aa6;
text-decoration:none;
}
.main-right h3 a:hover, .bottom-box h3 a:hover{
color: #6d1c52;
text-decoration:none;
}
.btn{
	float:left;
	background:url(../images/btn-left.gif) no-repeat;
	padding-left:9px;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color:#cc5aa6;
}
.btn span{
	float:left;
	background:url(../images/btn-right.gif) no-repeat 100%;
	padding-right:12px;
}
.btn em{
	float:left;
	background:url(../images/btn-bg.gif) repeat-x;
	line-height:20px;
	cursor:pointer;
	font-style:normal;
}
.btn:hover{color:#ff6fd0;}

.btn2{
	float:left;
	padding-left:11px;
	text-decoration:none;
	font-size:12px;
	color:#cc5aa6;
}
.btn2 span{
	float:left;
	padding-right:12px;
}
.btn2 em{
	float:left;
	line-height:20px;
	font-style:normal;
}
.btn2 span em {
	color:#cc5aa6; 
}
.btn2a{
	float:left;
	padding-left:11px;
	text-decoration:none;
	font-size:12px;
	color:#cc5aa6;
}
.btn2a span{
	float:left;
	padding-right:12px;
}
.btn2a em{
	float:left;
	line-height:20px;
	font-style:normal;
	background-color: transparent;
}
.btn2a span em {
	color:#cc5aa6; 
	background-color: transparent;
}
.btn3a{
	float:left;
	padding-left:11px;
	text-decoration:none;
	font-size:12px;
	color:#cc5aa6;
}
.btn3a span{
	float:left;
	padding-right:12px;
}
.btn3a em{
	float:left;
	line-height:20px;
	cursor:default;
	font-style:normal;
	background-color: transparent;
}
.btn3a span em {
	color:#cc5aa6; 
	cursor:default;
	background-color: transparent;
}
.btn3{
	float:left;
	padding-left:11px;
	text-decoration:none;
	font-size:14px;
	color:#cc5aa6;
}
.google{
	margin:5px 0 11px;
	display:block;
}
.google img{display:block;}
.games-list{
	width:624px;
	overflow:hidden;
	position:relative;
}
.games-list-blog{
	width:624px;
	overflow:hidden;
	position:relative;
	clear:right;
	margin-bottom: 14px;
}
.games-list ul{
	width:100%;
	overflow:hidden;
	list-style:none;
	margin:5px 0 0 -8px;
	padding:0 0 1px;
	border-bottom:1px solid #d6dbf2;
}
.games-list-blog ul{
	width:100%;
	overflow:hidden;
	list-style:none;
	margin:5px 0 0 -8px;
	padding:0 0 1px;
	border-bottom:1px solid #d6dbf2;
}
.games-list.biggest ul{
	border:none;
	padding-bottom:0;
}
.games-list-blog.biggest ul{
	border:none;
	padding-bottom:0;
}
.games-list li{
	width:96px;
	float:left;
	margin-left:8px;
	display:inline;
	background:url(../images/games-bg.gif) repeat-x 0 100%;
	padding-bottom:5px;
}
.games-list-blog li{
	width:304px;
	float:left;
	margin-left:8px;
	display:inline;
	background:url(../images/games-bg.gif) repeat-x 0 100%;
	padding-bottom:5px;
}
.games-list.biggest li{
	width:111px;
	background:none !important;
	margin:0 4px 0 9px;
}
.games-list-blog.biggest li{
	width:111px;
	background:none !important;
	margin:0 4px 0 9px;
}
.games-list li:hover, .games-list li.hover, .games-list-blog li:hover, .games-list-blog li.hover{background:url(../images/games-bg-over.gif) repeat-x 0 100%;}
.image{
	padding:0 0 7px 7px;
	position:relative !important;
	cursor:pointer;
	width:74px;
}
.image-blog{
	margin: 0 0 7px 7px;
	padding:3px;
	background:#fdf1fa;
	display:block;
	border:1px solid #fedaf5;
	width:283px;
	height: 104px;
}
.textback a{
	padding:3px 7px 3px;
	position:relative !important;
	cursor:pointer;
	width:74px;
	display:block;
	border: 1px solid #fedaf5;
	background-color: #fdf1fa;
	margin-bottom: 7px;
	margin-left: 90px;
	color: #e839ed; 
	text-decoration:none;
	font-size:11px;
	font-style:normal;
	list-style-type:none;
	text-align:center;
}
.textback a:hover{
	padding:3px 7px 3px;
	position:relative !important;
	cursor:pointer;
	width:74px;
	border: 1px solid #fedaf5;
	background-color: #fff;
	margin-bottom: 7px;
	margin-left: 90px;
	color: #b52dba; 
	text-decoration:none;
	font-size:11px;
	font-style:normal;
	list-style-type:none;
	text-align:center;
}
.games-list.biggest .image{
	padding:0;
	width:101px;
}
.games-list-blog.biggest .image{
	padding:0;
	width:101px;
}
.image2{
	padding:0 0 7px 7px;
	position:relative !important;
	cursor:default;
	width:150px;
}
.image .stars{
	position:absolute;
	bottom:11px;
	left:12px;
}
.games-list li .stars{display:none;}
.games-list li:hover .stars, .games-list li.hover .stars{display:block;}
.image a{
	padding:3px;
	background:#fdf1fa;
	display:block;
	border:1px solid #fedaf5;
	width:74px;
}
.image2 a{
	padding:3px;
	background:#fdf1fa;
	display:block;
	border:1px solid #fedaf5;
	width:150px;
	pointer: default;
}
.blog-pink {
	background-color: #ff6699;
	width: 193px;
	height: 82px;
	line-height:16px;
	float: right;
	padding: 11px 6px 9px 9px;
	margin-top: 1px;
	margin-right:1px;
	color:#FFF !important;
	text-align:left;
	font-size:12px;
	}
.blog-pink a{
	background-color: #ff6699;
	color: #f7f114;
	font-weight: bold;
	text-decoration:none;
	}
.blog-pink a:hover{
	background-color: #ff6699;
	color: #FFF;
	font-weight: bold;
	}
.blog-date {
	width: 67px;
	height: 50px;
	padding: 6px 0 0 0;
	margin: 3px 20px 0 0;
	text-align:center;
	display:block;
	float: left;
	background: url(../images/blog-date.jpg) no-repeat;
	}
.blog-date li{
	color: #cc5aa6;
	font-size:10px;
	line-height:15px;
	padding: 0;
	margin: 0;
	list-style-type:none;
	}
.blog-date .big {
	color: #753f70;
	font-size:21px;
	font-weight: bold;
	margin-top: -1px;
	}
.blog-title	{
	margin: 19px 0 0 20px;
	}
.blog-title h5 {
	font-size:18px;
	color: #fd70c9;
	font-weight: bold;
	}
.blog-title h5 a, .blog-title h5 a:link {
	font-size:18px;
	color: #fd70c9;
	font-weight: bold;
	text-decoration:none;
	}
.blog-title h5 a:hover {
	font-size:18px;
	color: #964278;
	font-weight: bold;
	text-decoration:none;
	}

.blog-title span {
	margin: 4px 0 0 2px;
	font-size:11px;
	font-weight:normal;
	color:#a8a8a8;
	}
.blog-title span a, .blog-title span a:link {
	font-size:11px;
	font-weight:normal;
	color:#e500e0;
	text-decoration:none;
	}
.blog-title span a:hover {
	font-size:11px;
	font-weight:normal;
	color:#b300b0;
	}
.blog-post p {
	color: #cc5aa6 !important;
	line-height:17px;
	width:615px;
	font-size:12px !important;
	text-align:left;
	margin: 0;
	padding: 10px 0;
	float: left;
	}
.blog-post a {
	color: #753f70;
	font-weight: bold;
	text-decoration:none;
	}
.blog-post a:link {
	color: #753f70;
	font-weight: bold;
	}
.blog-post a:hover {
	color: #753f70;
	font-weight: bold;
	text-decoration:underline;
	}
.blog-play-link span a, .blog-play-link span a:link{
	background-color: #e8ecff;
	border-top: 1px solid #d6dbf2;
	border-bottom: 1px solid #d6dbf2;
	width: 100%;
	height: 24px;
	display:block;
	color: #ff6699;
	font-size: 15px;
	text-align:center;
	float:right;
	font-weight: bold;
	padding: 6px 0 0 0;
	margin-bottom: 10px;
	text-decoration:none;
	}
.blog-play-link span a:hover{
	background-color: #dce0f2;
	border-top: 1px solid #ccd1e8;
	border-bottom: 1px solid #ccd1e8;
	display:block;
	color: #c44f76;
	font-size: 15px;
	text-align:center;
	float:right;
	font-weight: bold;
	padding: 6px 0 0 0;
	margin-bottom: 10px;
	text-decoration:none;
	}
.blogspot-image {
	width:615px;
	display: block;
	text-align:left;
	}
.blogspot {
	text-align:left;
	line-height:19px !important;
	float:right;
	margin: 0;
	padding: 18px 0 0 0;
	display:block;
	width: 500px;
	height: 105px;
	
	}
.blogspot-image-left {
	float:left;
	margin: 0 10px 0 7px;
	padding:4px;
	background:#fdf1fa;
	display:block;
	border:1px solid #fedaf5;
	width:72px;
	height: 102px;
	}
.blogspot em {
	font-size:18px;
	color: #fd70c9;
	display:block;
	height:18px;
	margin-bottom: 4px;
	font-weight: bold;
	font-style:normal;
	text-align:left;
	}
.blogspot em a, .blogspot em a:link {
	font-size:18px;
	color: #fd70c9;
	font-weight: bold;
	text-decoration:none;
	}
.blogspot em a:hover {
	font-size:18px;
	color:#964278;
	font-weight: bold;
	text-decoration:none;
	}
.blogspot span{
	font-size:12px;
	color: #c6a8c6;
	font-style:normal;
	text-align:left;
	font-weight:normal;
	}
.blogspot span a {
	color: #f633cf;
	text-decoration:none;
	font-style:normal;
	font-weight:normal !important;
	}
.blogspot span a:hover {
	color: #bd289f;
	text-decoration:none;
	}
.blogspot p{
	font-size:12px;
	color: #fd70c9 !important;
	font-style:normal;
	text-align:left;
	display:block;
	margin: 0;
	padding: 0;
	width: 450px;
	}
.around span{
	padding:4px;
	background:#fdf1fa;
	display:block;
	border:1px solid #fedaf5;
	width:100px;
	margin-right:8px;
}
.around2 {
	padding: 0;
	margin-left: 7px;
	display: block; 
	width: 630px;
}
.around2 li {
	padding:4px;
	background:#fdf1fa;
	display:inline;
	border:1px solid #fedaf5;
	width:120px;
	height: 100px;
	margin: 0 27px 15px 0;
	float: left;
	list-style:none;
}
.games-list li:hover .image a, .games-list li.hover .image a, .games-list li:hover .image2 a, .games-list li.hover .image2 a{
	border-color:#fdc1ee;
	background:#fbddf3;
}

.games-list.biggest .image a{width:101px;}
.games-list.biggest .image a{width:284px;}
.games-list-blog.biggest .image a{width:101px;}
.games-list-blog.biggest .image a{width:284px;}
.games-list-blog.biggest .image-blog a{width:290px;}
.image img{
	border:1px solid #fff;
	display:block;
}
.image-blog img{
	border:1px solid #fff;
	display:block;
	float:left;
}
.games-list li h4{
	margin:0;
	font-size:11px;
	font-weight:normal;
	color:#e500e0;
	text-align:center;
	background:none;
	line-height:normal;
	border:none;
	padding:0;
}
.games-list li span {
	font-size:11px;
	font-weight:normal;
	color:#a8a8a8;
	text-align:center;
	display:block;
	text-decoration:none !important;
}
.games-list li span a{
	font-size:11px;
	font-weight:normal;
	color:#e500e0;
	text-align:center;
	display:block;
	text-decoration:none !important;
}
.games-list li span a:hover{
	font-size:11px;
	font-weight:normal;
	color:#b300b0 !important;
	text-align:center;
	display:block;
	text-decoration:none;
}
.games-list-blog li h4 {
	margin:0;
	font-size:11px;
	font-weight:normal;
	color:#e500e0;
	text-align:center;
	background:none;
	line-height:normal;
	border:none;
	padding:0;
	width: 300px;
}
.games-list-blog li h4 a, .games-list-blog li h4 a:link {
	font-size:11px;
	font-weight:normal;
	color:#e500e0;
	text-decoration:none;
	}
.games-list-blog li h4 a:hover {
	font-size:11px;
	font-weight:normal;
	color:#b300b0;
	}
.games-list-blog li span {
	font-size:11px;
	font-weight:normal;
	color:#a8a8a8;
	text-align:center;
	display:block;
	width: 300px;
}

.main-block p{
	margin:0;
	font-size:13px;
	color:#000;
}
.collections{
	list-style:none;
	margin:0 0 10px;
	padding:0;
	width:100%;
	overflow:hidden;
}
.collections li{
	float:left;
	font-size:13px;
	font-weight:normal;
	border-left:1px solid #fbe0f3;
	padding:0 11px 0 8px;
	margin:0 5px 0 -7px;
}
.collections li a{
	color:#ff78d4;
	text-decoration:none;
}
.collections li a:hover{color:#e500ea;}
.add-holder{
	width:100%;
	overflow:hidden;
	padding:10px 0 0;
}
.add-holder img{
	float:left;
	margin:0 4px;
}
.ad-02{
	background:#d8f3fa;
	padding:5px 0 6px;
	text-align:center;
	width:616px;
}
.paging{
	width:636px;
	overflow:hidden;
	list-style:none;
	margin:8px 0 10px;
	padding:0;
}
.paging li{
	float:left;
	margin-right:4px;
}
.paging li a{
	border:1px solid #fdc1ee;
	width:24px;
	float:left;
	font-size:12px;
	text-align:right;
	color:#ce95bf;
	text-decoration:none;
	font-weight:bold;
	outline:none;
	letter-spacing:1px;
}
.paging li.page a{
	width:60px;
}
.paging li a:hover, .paging li a.active{
	background:#b05598;
	border-color:#b05598;
	color:#fff;
}
.tagcloud{
	width:158px;
	list-style:none;
	margin:10px 0 10px 0;
	padding:3px 0 5px;
	border:1px solid #c8e7fb;
	text-align:center;
}
.tagcloud li{display:block;}
.tagcloud li a{text-decoration:none;}
.tagcloud li a:hover{text-decoration:underline;}


.breadcrumbs{
	list-style:none;
	margin:0;
	/*padding:0 0 0 50px;*/
	/*background:url(../images/breadcrumbs-stars.gif) no-repeat 0 50%;*/
	padding:0 0 0 0;
  width:auto;
	overflow:hidden;
	height:1%;
}
.breadcrumbs li{
	float:left;
	font-size:13px;
	color:#e500ea;
	padding-right: 5px;
}
.breadcrumbs li a{
	color:#ff78d4;
	text-decoration:none;
	background:url(../images/breadcrumbs-arrow.gif) no-repeat 100% 50%;
	padding-right:12px;
}
.breadcrumbs li a:hover{color:#e500ea;}
.share{float:right;}
.main-game{
	background:#ecf6f9;
	border:1px solid #b7eaf7;
	padding:7px 0 0 0;
	position:relative;
	width:799px;
	margin:0 0 10px;
}
.main-game img{display:block;}
.prev-btn{
	background:url(../images/left-arrow.gif) no-repeat;
	width:18px;
	height:32px;
	text-indent:-9999em;
	overflow:hidden;
	position:absolute;
	top:7px;
	left:8px;
}
.next-btn{
	background:url(../images/right-arrow.gif) no-repeat;
	width:18px;
	height:32px;
	text-indent:-9999em;
	overflow:hidden;
	position:absolute;
	top:7px;
	right:8px;
}
.prev-btn:hover, .prev-btn.active, .next-btn:hover, .next-btn.active{background-position:0 100%;}
.main-game .add-holder{padding:5px 0 7px;}
.main-game .add-holder img{margin:0 8px 0 0;}
.container h4{
	margin:0 0 8px;
	font-size:18px;
	font-weight:bold;
	color:#fd70c9;
	border:1px solid #fedaf5;
	padding:3px;
	background:#fdf1fa;
	line-height:22px;
}
.container h4 span{
	display:block;
	background:#fff;
	text-indent:5px;
}
.ad-03{margin-bottom:4px;}
.ad-03, .ad-03 img{display:block;}
.ad-04 img{
	display:block;
	border:1px solid #393e3f;
}
.search-holder{
	width:100%;
	overflow:hidden;
	padding:15px 0 0;
}
.search-holder img{float:left;}
.search-game{
	width:386px;
	float:left;
}
.search-game2{
	width:240px;
	float:left;
}
.form-holder2{
	width:620px;
	overflow:hidden;
	padding-bottom:10px;
}
.form-holder2 label{
	width:40px;
	float:left;
	font-size:15px;
	font-weight:bold;
	color:#9ba6a9;
	line-height:25px;
}
.form-holder2 input{
	width:604px;
	float:left;
	background:#fff2fc;
	border:1px solid #e6dae3;
	padding:4px 0 3px 6px;
	font:13px Arial, Helvetica, sans-serif;
	color:#9ba6a9;
}
.form-holder2 textarea{
	width:604px;
	height:18px;
	float:left;
	background:#fff2fc;
	border:1px solid #e6dae3;
	padding:4px 0 3px 6px;
	font:13px Arial, Helvetica, sans-serif;
	color:#9ba6a9;
}

.form-holder{
	width:620px;
	overflow:hidden;
	padding-bottom:10px;
}
.form-holder label{
	width:136px;
	float:left;
	font-size:15px;
	font-weight:bold;
	color:#db309d;
	line-height:25px;
}
.form-holder input{
	width:610px;
	float:left;
	background:#fff2fc;
	border:1px solid #e6dae3;
	padding:4px 0 3px 6px;
	font:13px Arial, Helvetica, sans-serif;
	color:#9ba6a9;
}

.form-holder textarea{
	width:610px;
	float:left;
	background:#fff2fc;
	border:1px solid #e6dae3;
	padding:4px 0 3px 6px;
	font:13px Arial, Helvetica, sans-serif;
	color:#9ba6a9;
}

.form-holder3{
	width:620px;
	overflow:hidden;
	padding-bottom:10px;
}
.form-holder3 label{
	width:136px;
	float:left;
	font-size:15px;
	font-weight:bold;
	color:#db309d;
	line-height:25px;
}
.form-holder3 input{
	width:610px;
	float:left;
	background:#fff2fc;
	border:1px solid #e6dae3;
	padding:4px 0 3px 6px;
	font:13px Arial, Helvetica, sans-serif;
	color:#9ba6a9;
}

.form-holder3 textarea{
	width:610px;
	height:18px;
	float:left;
	background:#fff2fc;
	border:1px solid #e6dae3;
	padding:4px 0 3px 6px;
	font:13px Arial, Helvetica, sans-serif;
	color:#9ba6a9;
}

.google1 p{
	margin:2px 0 2px -5px;
	display:block;
	text-align:left;
}

.google2 p{
	margin:2px 0 8px 0px;
	display:block;
	text-align:left;
}

.google1 img{display:block;}
.description-holder{
	width:633px;
	overflow:hidden;
	padding:10px 0 2px 0;
	margin:0 0 11px 5px;
	background:url(../images/description-bg.jpg) no-repeat 0 100%;
}
.description-holder img{float:left;}
.righto {float:left;}

.description{
	width:319px;
	float:left;
	margin-left:4px;
}

.description-box{
	width:301px;
	height:201px;
	background:url(../images/description-holder-bg.gif) repeat-x 0 100%;
	padding:0 0 11px 7px;
}

.description-box p{
	text-align:left;
	}

.description-box-holder{
	width:100%;
	overflow:hidden;
	padding:12px 0 13px;
}
.description-box-holder img{float:none !important; cursor:default;}
.description-box-holder .image{
	width:80px;
	float:left;
	padding:0 !important;
}
.description-box-holder .image .stars{
	bottom:5px;
	left:5px;
}
.about{
	width:211px;
	float:right;
	overflow:hidden;
}
.about .btn{
	float:none;
	display:block;
	overflow:hidden;
	width:100%;
	margin-bottom:8px;
}
.about p{
	margin:0 0 10px;
	font-size:12px;
	line-height:19px;
	color:#a8a8a8;
	padding-left:11px;
}
.about a{
	text-decoration:none;
	color:#f433b5;
}
.about .share{
	float:none;
	display:block;
	margin-left:11px;
}
.description-box strong{
	font-size:13px;
	font-weight:normal;
	color:#cc5aa6;
}
.description-box strong a{
	text-decoration:none;
	font-weight:bold;
	color:#f433b5;
}
.about a:hover, .description-box strong a:hover{color:#c2188b;}
.ad-05{
	display:block;
	text-align:center;
	border-top:1px solid #d6dbf2;
	margin-top:20px;
	overflow:hidden;
	width:100%;
}
.ad-05 span{
	display:block;
	border-top:1px solid #fff;
	background:#d8f3fa;
	padding:10px 0 12px;
	text-align:center;
}
.bottom-holder{
	width:100%;
	overflow:hidden;
	background:url(../images/footer-bg.gif) no-repeat 100% 100%;
	padding:5px 0 10px;
}
.bottom-box{
	width:145px;
	float:left;
	padding-right:16px;
}
.bottom-box h3{
	margin:0 0 6px 0;
	font-size:11px;
	font-weight:bold;
	color:#cc5aa6;
	line-height:20px;
	background:url(../images/footer-heading.gif) no-repeat;
	padding-left:11px;
}
.bottom-box:hover h3, .bottom-box.hover h3{color:#6d1c52;}
.bottom-box ul{
	list-style:none;
	margin:0;
	padding:0;
}
.bottom-box ul li{
	background:url(../images/footer-star.gif) no-repeat 0 3px;
	padding-left:15px;
	font-size:11px;
	font-weight:normal;
	margin-bottom:2px;
}
.bottom-box ul li a{
	color:#cc5aa6;
	text-decoration:none;
}
.bottom-box ul li a:hover{color:#841860;}
p.copy{
	text-align:right;
	margin:0;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	padding:2px 0 10px;
}
.submit, p{
text-align:left;
margin:0 0 0 -4px;
font-size:12px;
}

.submit span{
color: #fd70da;
font-size:12px;
}
.text p {
	text-align:left;
	color: #e676c3;
}

.stats1 li{
	background: #fdf1fa;
	padding: 3px 3px 3px 12px; 
	overflow:visible; 
	font-size:12px; 
	color:#663366;
	border:1px solid #d6dbf2;
	list-style-type:none;
	margin-bottom: 5px;
	width:596px;
	
}
.stats2 li{
	background: #fdf1fa;
	padding: 3px 3px 3px 12px; 
	overflow:visible; 
	font-size:12px; 
	color:#663366;
	border:1px solid #d6dbf2;
	list-style-type:none;
	margin-bottom: 12px;
	width:596px;
}
.stats2 a{
	padding: 3px 3px 3px 0px; 
	overflow:visible; 
	font-size:12px; 
	color:#e776da;
	list-style-type:none;
	text-decoration:none;
	margin-bottom: 12px;
}
.stats2 a:link{
	padding: 3px 3px 3px 0px; 
	overflow:visible; 
	font-size:12px; 
	color:#e776da;
	list-style-type:none;
	text-decoration:none;
	margin-bottom: 12px;
}
.stats2 a:hover{
	padding: 3px 3px 3px 0px; 
	overflow:visible; 
	font-size:12px; 
	color:#b55cab;
	list-style-type:none;
	text-decoration:none;
	margin-bottom: 12px;
}

.girls_games {
	color: #ed39e9; 
	text-align:center; 
	width:100px;
}
.floater {
	float: right; 
	padding: 5px 20px 0 0;
}
.girls_games_text{
	font-size:11px !important;
	color: #9a1448;
	text-align:left;
	margin-top:5px; 
	margin-bottom:9px;
}
p.girls_games_text{
	font-size:12px !important;
	color: #e257b2;
	text-align:left;
	margin-top:5px; 
	margin-bottom:9px;
	text-decoration:none;
}
p.girls_games_text  a, p.girls_games_text a:link{
	font-size:12px !important;
	color: #e257b2;
	text-align:left;
	margin-top:5px; 
	font-weight:bold;
	margin-bottom:9px;
	text-decoration:none;
}
p.girls_games_text a:hover{
	font-size:12px !important;
	color: #b0438a;
	text-align:left;
	font-weight:bold;
	margin-top:5px; 
	margin-bottom:9px;
	text-decoration:none;
}
.games-list .tooltip-content{
	display:none;
}
p.girls_games_text2,
p.girls_games_text2 a {
	font-size:12px !important;
	color: #e257b2;
	text-align:left;
	margin-top:5px; 
	margin-bottom:9px;
	font-weight:bold;
}
#tooltip-1, #tooltip-2{
	width:224px;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	display:block;
	margin-top:13px;
	display:none;
}
#tooltip-1{
	background:url(../images/bg-tooltip-right.gif) no-repeat 218px 50%;
	margin-left:-218px;
}
#tooltip-2{
	padding-left:6px;
	width:216px;
	background:url(../images/bg-tooltip-left.gif) no-repeat 0 50%;
	margin-left:90px;
}
.tooltip{
	padding:9px 20px 10px 11px;
	width:185px;
	background:#fff;
	border:1px solid #fedaf5;
}
.tooltip a,
.tooltip h5{
	font-size:13px;
	font-weight:bold;
	color:#cc5aa6;
	display:block;
	margin:0 0 5px;
	text-decoration:none;
}
.tooltip p{
	color:#ff6fd0;
	padding-left:4px;
}
/* --- Pre Ad -- */
#spillpre_bar{background-color:#EAB9FF;width:0px;font-size:12px;}
#spillpre_bar span{background-color:#fff;color:#FAF0FF;padding:0px;height:1px;line-height:1px;font-size:1px;}
div#spillpre_loader{width:298px;height:10px;border:1px solid #FAF0FF;background-color:#fff;text-align:left;margin:auto;overflow:hidden;margin-bottom:3px;}
div#spillpre_ad{text-align:center;margin:auto;}
div#spillpre_adcont{margin:0 auto;margin-bottom:11px;}
div#spillpre_click2close A{font-size:12px;color:#000;text-decoration:underline;font-family:Tahoma,Arial,Verdana;}
div#spillpre_c2c_container{margin:0 auto;width:298px;height:20px;}
div#spillpre_click2close,div#spillpre_percent{float:left;height:15px;line-height:20px;font-size:12px;font-family:Tahoma,Arial,Verdana;}
div#spillpre_percent{font-size:12px;font-weight:bold;color:#B1B1B1 !important;text-align:right;}
div#spillpre_clear{font-size:1px;line-height:1px;height:1px;clear:both;width:298px;margin:0 auto;}

/* --- Store -- */
.saswrap {
	width: 100%;
	height: auto;
	padding:0;
	margin:0;
	}
.sasmakepagetable {  
	font-size: 11px; color: #000000; 
	background-color: #FFFFFF; 
	text-align: center;
	padding: 5px;
	border: 1px solid #d6dbf2; 
	float:left;
	width:139px;
	height:169px;
	margin-right:3px;
	margin-bottom: 2px;
}
.sasimg {
	width:120px;
	height:120px;
	display:block;
	clear:both;
	text-align:center;
}
.sasprice {
	color: #e776da;
	font: 11px;
	text-decoration: none;
	display:block;
	clear:both;
	padding-top: 7px;
}
.sasitem {
	color: #000;
	font: 11px;
	text-decoration: none;
	clear:both;
	display:block;
}
.sasbuynow a:link {
	color: #c615bb;
	font: 11px;
	text-decoration: none;
}
.sasbuynow a:hover {
	color: #94108b;
	font: 11px;
	text-decoration: none;
}
.freeship {
	float:left; 
	position:absolute; 
	top: 373px;
	right: 564px;
}
.our-girls-games {
	width:515px; 
	float:right; 
	text-align:left;
}
.our-games-title {
	font-size: 18px; 
	font-weight:bold; 
	color:#fd70c9; 
	margin: 5px 0 8px 0;
}
.blog-block {
	border: 1px solid #fedaf5;
	background-color: #fdf1fa;
	padding: 3px;
	width: 595px;
	height: 104px;
	display:block;
	text-align:left;
	margin: 0 0 10px 7px;
	}
.blog-block:hover {
	border: 1px solid #fdc1ee;
	background-color: #fbddf3;
	padding: 3px;
	width: 595px;
	height: 104px;
	display:block;
	text-align:left;
	margin: 0 0 10px 7px;
	}
.blog-block img {
	border: 1px solid #FFF;
	display:block;
	float: left;
}
.blog-box {
	height: 104px;
	width: 509px;
	float:left;
	background: #fdf1fa url(../images/pgg-blog-bg.jpg) repeat-x;
	display: block;
	padding-left: 10px;
	border-right: 1px solid #fff;
	}
.blog-block-title{
	color: #753f70;
	font-weight:bold;
	font-size:13px;
	display:block;
	float: left;
	text-align:left;
	width: 500px;
	height: 14px;
	text-decoration:none;
	padding: 10px 0 0 0;
}
.blog-block-title a {
	color: #753f70;
	font-weight:bold;
	font-size:13px;
	display:block;
	float: left;
	text-align:left;
	width: 500px;
	height: 14px;
	text-decoration:none;
}
.blog-block-title a:hover {
	color: #42243f;
	font-weight:bold;
	font-size:13px;
	display:block;
	float: left;
	text-align:left;
	width: 500px;
	height: 14px;
	text-decoration:none;
}
.blog-block em {
	color: #ff6699;
	font-size:11px;
	float: left;
	display:block;
	margin: 2px 0;
	font-style:normal;
}
.blog-block span {
	color: #a570a0;
	font-size:12px;
	display:block;
	width: 500px;
	line-height:16px;
	text-align:left;
	float: left;
}
.blog-block span a, .blog-block span a:link {
	color: #8c5f88;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
}
.blog-block span a:hover {
	color: #593d56;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
}
.games-list2 {
	display: block;
	height: 152px;
	width: 611px;
	list-style-type: none;
	margin-bottom: 14px;
	background: #fff5fc;
	padding: 6px 0;
	border-bottom: 1px solid #e8dce8;
}
.games-list2 span{
	float:left; 
	display:block; 
	width: 605px; 
	height: 20px; 
	font-size:15px; 
	color: #e30976; 
	font-weight:bold; 
	margin-left: 8px; 
	clear:right;
}
.games-list2:hover {
	display: block;
	height: 152px;
	width: 611px;
	list-style-type: none;
	margin-bottom: 14px;
	background: #dbf4fa;
	padding: 6px 0;
	border-bottom: 1px solid #debfd6;
}
.games-list2 ul {
	list-style-type: none;
	float:left;
	clear:both;
}
.games-list2 li {
	list-style-type: none;
	float:left;
	width: 60px;
	margin-right: 40px;
}
ul.tagcloud2 li, .tagcloud2 li a, .tagcloud2 li a:link{
list-style-type:none; list-style:none; text-decoration:none !important; font-style:normal; text-align:center; margin: 0 0 0 5px !important; padding: 0 !important; background-color: #FFF !important;
}
ul.tagcloud2 li a:hover{
list-style-type:none; list-style:none; text-decoration:underline !important; font-style:normal; text-align:center; margin: 0 0 0 5px !important; padding: 0 !important; background-color: #FFF !important;
}
.multiChoice, .af-selectWrap {
font-size: 13px;
}
p.vampire-text {
	padding: 6px 0; 
	color:#999999; 
	font-size: 10px;
}

.line-sep-extra {
	background: #d6dbf1; 
	height: 1px; 
	width: 612px; 
	margin: 14px 0; 
	display:block; 
	clear:both;
 }

/* Newsletter Side Bar */
.newsletter-wrapper {
	width: 158px;
	height: 171px;
	margin-bottom: 10px;
	margin-left: 1px;
	display:block;
	overflow:hidden;
}
.newsletter1 input {
	color: #e6b2d1;
	background: #ffffff;
	border: 1px solid #f270c9;
	padding: 2px 3px 2px 5px;
	width: 118px;
	height: 13px;
	margin-top:8px;
	font-size: 11px;
	margin-left: 1px;
}
.newsletter2 input {
	color: #e6b2d1;
	background: #ffffff;
	border: 1px solid #f270c9;
	padding: 2px 3px 2px 5px;
	width: 118px;
	height: 13px;
	font-size: 11px;
	margin-left: 1px;
}
.submit input {
	margin-left: 89px;
	margin-top: -18px;
	color: #fff;
	background: #f270c9;
	border: 1px solid #bf589f;
	text-align:center;
	font-size:11px;
	height: 18px;
	padding-bottom: 2px;
	cursor:pointer;
	float:left;
}
.submit input:hover {
	color: #fff;
	background: #bf589f;
	border: 1px solid #bf589f;
}
.newsletter-side {
	display:block;
	width: 128px;
	height: 153px;
	border: 1px solid #c8e7fb;
	padding: 10px 14px 6px 14px;
	font-size:11px;
	line-height: 15px;
	font-family:Arial, Helvetica, sans-serif;
	color: #41072c;
}
.newsletter-side:hover {
	border: 1px solid #b8d3e5;
}
.newsletter-background {
	background: #fff url(newsletter-bg.jpg) no-repeat 50% 85%;
}
.totally-awesome {
	font-weight:bold;
	color: #d944a7;
}
.newsletter-margin {
	margin: 4px 0;
}
.newsletter-numbers {
	display:block; 
	float:left; 
	margin-top: 6px;
}
.newsletter-numbers-more {
	float:left; 
	display:block; 
	color: #bf589f;
	margin-left:2px;
}
.newsletter-number-input {
	width:13px; 
	height:12px; 
	margin-top:-2px; 
	margin-left: 4px;
	border: 1px solid #bf589f; 
	float:left;
	color: #e6b2d1; 
	background: #ffffff; 
	border: 1px solid #f270c9; 
	padding: 2px 0px 2px 5px;
	overflow-x: hidden; 
	overflow-y: no-scroll;
	overflow:hidden;
	font-size:11px;
}
 
