html{
	font-size: 87%;
}
*{
	margin: 0;
	padding: 0;
	color: white;
	font-family: Arial, Tahoma, Verdana;
}
body{
	background: url('/images/bg.gif');
	background-repeat: repeat-y;
	background-position: 50% 0;
}
a img{
	border: 0;
}
a{
	color: #F11DB0;
	text-decoration: none;
}
a:hover{
	background-color: #F11DB0;
	color: White;
}
#company ul, #company ol{
	margin-bottom: 15px;
	margin-left: 25px;
}
#company li{
	padding: 0.3em 0.3em;	
}
.important{
	font-weight: bold;
	color: #F11DB0;
}
p{
	margin-bottom: 10px;	
}
#header{
}
#header h1 a{
	display: block;
	text-indent: -9999px;
	background: url('/images/header.gif');
	width: 879px;
	height: 224px;
	margin: 0px auto;
}
#header #menu{
	width: 790px;
	margin: 0px auto;
	list-style-type: none;
	background: url('/images/pink_line.gif');
	background-repeat: repeat-x;
	background-position: 0px 43px;
	height: 80px;	
	padding-left: 30px;
}

#header #menu li{
	float :left;
	height: 20px;
	text-align: center;
	text-transform: uppercase;
	margin-right: 20px;
}
#header #menu .current{
	background: url('/images/button_over.gif');
	background-repeat: no-repeat;	
	background-position: 50% 44px;
	
	height: 60px;
}
#header #menu li a{
	text-decoration: none;		
	display: block;
	height: 38px;
	text-indent: -9999px;	
}	
#header #menu .Home{
	background: url('/images/buttons/home.gif');
	background-repeat: no-repeat;
	background-position: 50% 0%;	
	width: 46px;
}
#header #menu .Company{
	background: url('/images/buttons/company.gif');
	background-repeat: no-repeat;
	background-position: 50% 0%;	
	width: 78px;
}
#header #menu .Games{
	background: url('/images/buttons/games.gif');
	background-repeat: no-repeat;
	background-position: 50% 0%;	
	width: 55px;
}
#header #menu .Girls{
	background: url('/images/buttons/girls.gif');
	background-repeat: no-repeat;
	background-position: 50% 0%;	
	width: 42px;
}
#header #menu .Video{
	background: url('/images/buttons/video.gif');
	background-repeat: no-repeat;
	background-position: 50% 0%;	
	width: 48px;
}
#header #menu .Wallpapers{
	background: url('/images/buttons/wallpapers.gif');
	background-repeat: no-repeat;
	background-position: 50% 0%;	
	width: 98px;
}
#header #menu .Animations{
	background: url('/images/buttons/animations.gif');
	background-repeat: no-repeat;
	background-position: 50% 0%;	
	width: 97px;
}
#header #menu .Themes{
	background: url('/images/buttons/themes.gif');
	background-repeat: no-repeat;
	background-position: 50% 0%;	
	width: 63px;
}
#header #menu .Contact{
	background: url('/images/buttons/contact.gif');
	background-repeat: no-repeat;
	background-position: 50% 0%;
	width: 72px;	
	margin-right: 0px !important;
}
#header #menu li a:hover{
	color: #F11DB0;	
}
#content{
	width: 820px;
	margin: 0px auto;
	clear: both;
	margin-bottom: 60px;
}
#content h2,
#content h1{
	margin-bottom: 20px;
	width: 50%;
}

#w1{
	float: right;
	margin-left: 60px;
}
#w2{
	margin-top: 33px;
	margin-left: 20px;
}
#w3{	
	margin-top: 37px;
	margin-left: 20px;
}

#girl_list{
	width: 690px;
	margin: 0px auto;	
}
.girl {
	width: 128px;
	float: left;
	font-size: 0.89em;
	margin-right: 10px;
	height: 300px; /* povecati po potrebi */
	border-bottom: 3px solid black;
	margin-bottom: 10px;
}
.girl:hover{
	background-color: #111111;
	border-bottom: 3px solid #F11DB0;
	
}
.top_girl{
	width: 128px;
	float: left;
	font-size: 0.89em;
	margin-right: 10px;
	height: 150px;
	border-bottom: 3px solid black;
	margin-bottom: 10px;  
}
.top_girl .popularity{
  background-color: #F11DB0; 
  margin-top: 10px;
}
.girl .pic, .top-girl{
	margin-bottom: 5px;
	width: 128px;
	height: 128px;
	background-color: #999999
	display: block;
	text-align: center;
}
.girl p{
	padding: 5px;
	text-align: left;
	margin-top: -30px;	
}
.girl .button{
	display: block;
	margin: 0px auto;
	position: relative;
	top: 132px;
}
.girl a:hover{
	background-color: black;
}



#game_list{
	
}	
#game_list1 dt{
	font-size: 1.7em;
}
#game_list1 dt{
	position: absolute;
	/*border: 1px solid white;*/
	padding-top: 60px;
	padding-left: 30px;
	
}
#game_list1 dt a{
	color: gray;	
}
#game_list1 dt a:hover{
	color: white;
}
#game_list1 dd{
	width: 270px;
	position: relative;
	left: 200px;
	
	/*border: 1px solid white;
	margin-left: 10px;
	padding: 0px;*/
	padding-top: 10px;
	margin-bottom: 20px;
}
#game_list1 .faded{
	filter:alpha(opacity=10);
	-moz-opacity:.10;
	opacity:.10;	
}
#game_list1 .current{
	background-color: #F11DB0;
	background: url('/images/game_selected.gif');
	background-repeat: no-repeat;
	background-position: 0px 65px;
}
#game_list1 .current a{
	color: white;	
}
#device_list{
	padding-top: 30px;
	clear: both;
	font-size: 0.7em;
	color: #999999;
	text-align: justify;
}
#device_list .supported{
	text-decoration: underline;
	display: block;
	margin-bottom: 4px;
}

#mob{
	width: 306px;
	height: 551px;
	background: url('/images/mob.jpg');
	background-repeat: no-repeat;
	float: right;
}
#mob img{
	display: block;
	margin-top: 115px;
	margin-left: 69px;
}

#pictures_list{
	/*border: 1px solid white;*/
	margin: 0px auto;
	padding-left: 40px;	
}
#pictures_list img{
	display: block;
	float: left;	
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid white;
	padding: 1px;
}
#pictures_list .current{
	border: 1px solid #F11DB0;
}
#pictures_list .img_320x240,
#pictures_list .img_240x240
{
	margin-bottom: 10px;	
	margin-right: 10px;	
}
#pictures_list .img_160x120{
	margin-bottom: 1px;
	width: 160px;
	height: 119px;
}


#footer{
	width: 879px;
	padding: 25px 20px 25px 0px;
	margin: 0px auto;
	clear: both;
	margin-bottom: 0px;
	background: url('/images/header.gif');
	background-position: 0px -214px;	
	background-repeat: no-repeat;
}
#footer{
	text-align: center;
	font-size: 0.79em;
	color: #f2f2f2;
	
}
#footer h1{
	margin-lefT: 105px;
	margin-bottom: 10px;
}
#new_contact_mail{
	margin: 0px auto;
	/*border: 1px solid white;*/
	width: 550px;

}
#new_contact_mail label{
	width: 100px;
	float: left;
	text-align: right;
	padding-top: 3px;
	padding-right: 7px;
}
#new_contact_mail  #send_button{
	width: 67px;
	height: 31px;
	border: 0;
	background-color: black;
	margin-left: 104px;
}
#new_contact_mail p{
	margin-bottom: 10px;
}
/*
 * VIDEO
 */
#video{
	height: 440px;
}
#video_categories_list{
	list-style-type: none;
}
#video_categories_list li{
	float: left;
	margin: 5px;
}
#video_categories_list li a{
	padding: 3px 3px 3px 3px;
	border-bottom: 1px dotted;
	display: block;
}
#video_categories_list li .current{
	background-color: #F11DB0;
	color: White;
}
#video #video_name{
	width: 320px;
	font-size: 1.5em;
}
#video .video_list{
	float: left;
	list-style: none;
	padding-left: 20px;
	width: 200px;
	margin-top: 5px;
}
#video .video_list li{
	margin-bottom: 10px;
	background-image: url('/images/play.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 1px;
}
#video #video_holder{
	float: right;
	padding-top: 60px;
	padding-bottom: 40px;
}
/*
 *
 */
input, textarea{
	background-color: #262626;
	border: 1px solid gray;
	color: white;
	font-size: 1.1em;
	padding: 2px;
	margin-bottom: 5px;
	
}
input{
	width: 300px;
}
textarea{
	width: 400px;
}
input:focus, input.sffocus, textarea:focus, textarea.sffocus{
	background: #444444; 	
}
label.sffocus{
	color: #F11DB0;
}
textarea{
	height: 150px;
}


#internal-menu{
	padding-left: 30px;
	margin-top: 10px;
}
.m_banner_hide{
	display:none;
}
.m_banner_show{
	display:block;
}
/*
 * PAGINATION
 */
.pagination{
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 20px;
}
.pagination a{
}
