
body {
	background-image: url(img/igre-bg.png);
	background-repeat: repeat-x;
	background-color: #494949;
	color: #ccc;
	font-family:  Tahoma, Arial,Verdana;
	font-size: 12px;
	margin: 0px; padding: 0px;
}

input, textarea {
	border: 1px solid #ccc;
	background-color: #333;
	color: #ccc;
}

form { margin: 0px; padding: 0px; }

a {
	color: #DD2929;
}
a:hover {
	color: #ccc;
}

img { border: 0px; text-decoration: none; }

#header {
	width: 964px;
	margin: 0px auto 5px auto;
	padding: 20px;
}
#header h1 {
	display: block;
	float: left;
	width: 230px;
	padding: 0px;
	margin: 5px 0px;
}
#header h1 a {
	display: block;
	width: 218px;
	height: 80px;
	background-image: url(img/sex-igre-logo.gif);
	background-repeat: no-repeat;
	text-indent: -10000px;
}

#header #topslot {
	display: block;
	float: left;
	width: 200px;
	padding: 0px;
}

#header #topslot h2 {
	padding: 0px;
	margin: 62px 0px 0px 0px;
	font-size: 14px;
	color: #777;
}

#header #header_menu {
	margin-left: 260px;
}

#header_links {
	float: right;
	padding-top: 8px;
	text-align: right;
}

#searchform {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	width: 250px;
	float:right;
	text-align: right;
}

#searchquery {
	background-image: url(img/searchbox-bg.gif);
	background-color: #000;
	background-repeat: no-repeat;
	border: 0px;
	font-size: 12px;
	color: #ccc;
	width: 160px;
	padding: 6px;
	display: block;
	float:left;
	margin-left: 30px;
}

#searchbtn {
	background-image: url(img/searchbtn-bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	border: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding: 6px 0px;
	display: block;
	text-align:center;
	width:48px;
	float:right;
	text-decoration: none;
	cursor: pointer;
}
#searchbtn:hover {
	color: #fff;
}

#mainmenu {
	clear: both;
	width: 964px;
	height: 37px;
	margin: 0px auto;
	background-image: url(img/mainmenu-bg.gif);
	background-repeat: no-repeat;
}

#mainmenu ul, #mainmenu li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#mainmenu ul {
	padding-left: 2px;
}

#mainmenu li {
	display: inline;
	float: left;
	background-image: url(img/mainmenu-bg-separator.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#mainmenu li.moje {
	background-image: url(img/mainmenu-bg-separator-moje.gif);
}

#mainmenu li a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 8px 20px;
}

#mainmenu li.moje a {
	background-image: url(img/mainmenu-bg-moje.gif);
	background-position: top right;
	padding-bottom: 9px;
	padding-right: 45px;
	color: #DD2929;
}

#mainmenu li a:hover {
	background-image: url(img/mainmenu-bg-hover.gif);
	background-position: top right;
	background-repeat: no-repeat;	
}

#mainmenu li.moje a:hover {
	background-image: url(img/mainmenu-bg-hover-moje.gif);
}

#toolbar {
	font-size: 16px;
	text-align: right;
	padding: 17px 0px;
	color: #666;
	font-weight: normal;
}


#toolbar a {
	padding: 0px 5px;
	font-weight: bold;
	text-decoration: none;
}

#main1 {
	width: 964px;
	margin: 0px auto;
/*	margin: 15px auto;
	background-image: url(img/main-bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 10px;*/
}
#main2 {
	background-image: url(img/main-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 10px;
}
#content {
	background-image: url(img/main-bg2.gif);
	background-repeat: repeat-y;
	padding: 12px 20px;
}


.widecol {
	float: left;
	width: 600px;
}
.mediumcol {
	margin-left: 620px;
}

#content h2, #content h3 {
	color: #fff;
	margin: 0px;
	font-weight: normal;
	font-size: 25px;
	text-transform: uppercase;
	border-bottom: 2px solid #DD2929;
	padding-left: 0px;
	margin-bottom: 10px;
}

#content h3 { font-size: 17px; }


.clear { clear: both; }

.featured_game {
	display: none;
}

#featured_games {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	height: 210px;
}

#featured_list {
	display: block;
	margin: 0px;
	padding: 2px;
	background-color: #ccc;
	list-style-type: none;
}

#featured_list li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#featured_list li span {
	display: none;
}

#featured_list li a {
	text-decoration: none;
}
#featured_list li a img {
	border: 2px solid #111;
}

.featured_image {
	float: left;
	width: 180px;
	padding-left: 20px;
	padding-top: 20px;
}

.featured_image img {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 10px;
}

.featured_image img:hover {
	border: 1px solid #6CC900;
}

.featured_title {
	margin-left: 210px;
	padding-top: 20px;
	font-size: 18px;
}

.featured_desc {
	margin-left: 210px;
	padding: 10px 20px 10px 0px;
	color: #333;
	font-size: 14px;
}

.featured_rating {
	margin-left: 210px;
	padding: 10px 20px 10px 0px;
	text-align: right;
}

.featured_play {
	margin-left: 210px;
	padding: 10px 20px 10px 0px;
	text-align: right;
	font-weight: bold;
}

.game_list {
	width: 160px;
	height: 170px;
	float: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 22px;
}

#gamerand .game_list {
	width: 160px;
	height: 170px;
	float: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
}

.game_list a {
	display: block;
	border: none;
	background-image: url(img/igra-bg.png);
	background-repeat: no-repeat;
	padding-top: 25px;
}
.game_list a:hover {
	background-image: url(img/igra-bg-on.png);
}

.game_list img {
	border: none;
	text-decoration: none;
	display: block;
	width: 100px;
	margin: 0px auto;
	opacity:0.7;
	filter:alpha(opacity=70)
}

.game_list a:hover img{
	opacity:1;
	filter:alpha(opacity=100)
}
.game_list a { text-decoration: none }

.game_list span {
	display: block;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	padding: 20px 10px 0px 10px;
	color: #fff;
}
.game_list a:hover span {
	color: #DD2929;
}

.game_list img.removegame {
	position: absolute;	
	width: auto;
	display: inline;
	margin-left: 100px;
	margin-top: 0px;
	cursor: pointer;
	opacity:0.3;
	filter:alpha(opacity=30)
}

.game_list img.removegame:hover {
	opacity:1;
	filter:alpha(opacity=100)
}

.sidemodule {
	padding: 10px 0px;
}

#footer {
	width: 960px;
	margin: 10px auto;
	color: #999;
	padding-bottom: 60px;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #ccc;
}

#footer_left {
	float:left;
	width: 500px;
}

#footer_right {
	margin-left: 510px;
	text-align: right;
}

.error {
	border: 1px solid #dd0000;
	color: #dd0000;
	padding: 5px;
	background-color: #FFDDFF;
}

.success {
	border: 1px solid #009900;
	color: #009900;
	padding: 5px;
	background-color: #E2FFD3;
}

#komentar_msg { display: none }
#lastcomment { display: none }
#taf_msg { display: none }

#fav_on {
	display: block;
	background-image: url(img/favorite_icon.gif);
	background-position: 0px 0px;
	width: 30px;
	height: 30px;
	text-indent: -10000px;
	float:left;
	margin-left: 10px;
}
#fav_on:hover {
	background-position: 0px 30px;
}

#fav_off {
	display: block;
	background-image: url(img/favorite_icon.gif);
	background-position: 0px 30px;
	width: 30px;
	height: 30px;
	text-indent: -10000px;
	float:left;
	margin-left: 10px;
}

#fav_off:hover {
	background-position: 0px 0px;
}

.game_tooltip_info {
	display: none;
}

.tooltip_meta {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #ccc;
}

.tool2 .tooltip_img {
	float:left;
	width: 40px;
}
.tool2 .tooltip_desc, .tool2 .tooltip_meta {
	margin-left: 50px;
}


#leftcol_game {
	width: 160px;
	float:left;
}

#rightcol_game {
	margin-left: 180px;
}

.banner_728_game {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#playfs {
	text-align: right;
	padding-right: 15px;
}

#view_game { 
	padding: 0px;
	margin: 0px;
}

#game_left_half {
	clear: both;
	width: 400px;
	float:left;
	padding: 10px 0px;
}

#game_right_half {
	margin-left: 420px;
	padding: 10px 0px;
}

#tabs h2, #commentform h3 {
	font-size: 14px;
	color: #DD2929;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	border: none;
}

.shareicons img {
	border: none;
	padding: 0px 5px;
}

.comment_title {
	background-color: #000;
	font-weight: bold;
	padding: 1px 5px;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
}
.comment_display {
	padding: 5px 5px 12px 5px;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
}

#commentform {
	margin: 15px 0px;
	background-color: #111;
	border: 1px solid #666;
	padding: 10px;
}

.form_row {
	padding-bottom: 5px;
	font-size: 11px;
}

#game_favorite {
	float: left;
	width: 240px;
}

#game_favorite_msg {
	float:left;
	margin-left: 10px;
	font-size: 11px;
	width: 160px;
}

#objavi_small {
	float:left;
	width: 100px;
	font-size: 11px;
}
#objavi_small a{
	padding-right: 5px;
}

#game_rating {
	font-size: 11px;
	margin-left: 640px;
}

#adminmenu {
	clear: both;
	margin: 10px 0px;
}

#nocomments {
	border: 1px solid #666;
	background-color: #111;
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
}

h2.gametitle {
	width: 300px;
	text-transform: none !important;
	float:left;
	border: none !important;
	padding-left: 0px !important;
}

h2.gametitlefs {
	width: 300px;
	text-transform: none !important;
	float:left;
	border: none !important;
	padding-left: 0px !important;
	margin-top: -2px;
	padding-top: 0px;
}


#lestvice-igre {
	background-image: url(img/igra-dneva-bg1.png);
	background-repeat: no-repeat;
	height: 250px;
	margin-top: 1px;
}

#igra-dneva {
	margin-left: 410px;
	height: 190px;
	padding-top: 10px;
}

.igra-dneva-inner {
	padding: 10px auto;
	display: none;
}

#igra-dneva h2 {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	border: 0px;
}
#igra-dneva-img {

}

#igra-dneva-title {
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	background-image: url(img/overlay.png);
	margin-left: 5px;
	margin-top: -56px;
}

#igra-dneva-title a {
	display: block;
	width: 164px;
	height: 50px;
	padding: 3px;
	color: #ccc;
	text-decoration: none;
}

#igra-dneva-title a:hover {
	color: #DD2929;
}

#igra-dneva-desc {
	display: none;
}

#igra-dnev-meta {
	position: absolute;
	margin-left: 8px;
	font-size: 10px;
	margin-top: -30px;
}

#lestvica-prve {
	float: left;
	width: 280px;
	margin-left: 135px;
}

#lestvica-popularne {
	margin-left: 25px;
}

#lestvica-popularne h3{
	font-size: 11px;
	padding: 20px 0px 5px 0px;
	font-weight: bold;
	border: 0px;
	margin: 0px;
}

#lestvica-popularne ol {
	margin: 0px 0px 0px 25px;
	padding: 0px;
}

#lestvica-ocenjene {
	margin-left: 25px;
	margin-top: 2px;
}

#lestvica-ocenjene h3{
	font-size: 11px;
	padding: 25px 0px 5px 0px;
	font-weight: bold;
	border: 0px;
	margin: 0px;
}

#lestvica-ocenjene ol {
	margin: 0px 0px 0px 25px;
	padding: 0px;
}

#categorybanner {
	width: 300px;
	float: right;
	padding: 50px 60px 60px 0px;
}

.pagination {
	text-align: center;
	font-size: 12px;
	padding: 5px 0px;
	margin: 5px 0px;
	border-top: 1px dotted #eee;
	border-bottom: 1px dotted #eee;
	width: 92%;
}

.pagination span {
	padding: 0px 3px;
}



#igra_dneva_counter {
	margin-left: 292px;
	padding-top: 0px;
	position: relative;
	z-index:2;
}

#igra_dneva_counter a {
	background-image: url(img/igra-dneva-cnt-off.gif);
	background-position: center center;
	background-repeat: no-repeat;
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 8px 7px;
	margin-right: 2px;
	margin-top: 10px;
	font-size: 13px;
	float:left;
}

#najigre ul, #najigre li{
	display: inline;
	list-style: none;
	margin: 0px; padding: 0px;
}

#najigre {
	font-weight: bold;
	font-size: 16px;
}
#najigre li a {
	padding: 5px;
	color: #DD2929;
}
#najigre li a:hover {
	color: #ccc;
}
#najigre li a.active {
	color: #fff;
}

.relat {
	position: relative;
}

#rss_icon {
	float:right;
	width: 80px;
	padding-right: 40px;
	text-align:right;
	font-size: 12px;
}

#rss_icon a {
	text-decoration: none;
	color: #ccc;
}

#rss_icon img {
	position: absolute;
	margin-left: 5px;
	margin-top: -13px;
}

#adultwarning { display: none }

#htoolbar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #222;
	border-bottom: 1px solid #444;
	color: #eee;
	text-align: center;
	padding: 2px 0px;
	font-size: 10px;
}

#htoolbar a {
	color: #888;
	text-decoration: none;
}

#htoolbar div {
	width: 960px;
	text-align: left;
	margin: 0px auto;
}

#category728banner {
	text-align: center;
	padding: 5px;
}

#floatingbox {
	z-index: 1000;
}

.igrmore {
	position: absolute;
	margin-left: 190px;
	margin-top: -15px;
}

#narocise  img {
	cursor: pointer;
}

#narocise {
	position: absolute;
	display: block;
	width:100px;
	height: 33px;
	margin-top: 10px;
	margin-left: 510px;
	z-index:0;
}

.kvisual {
	float: right;
	padding: 31px 61px;
}

#dialog-confirm {
	display: none;
}

.subnav1 a {

}

