@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	background:#f1f2f6 url(images/main-bg.png) top repeat-x;
	font-size:12px;
}

input, select, textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a{
	text-decoration:none;
	color:#00F;
	cursor:pointer;
}

p{
	text-align:justify;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:none;
}

.terms-txt{
	font-size:11px;
	padding-top:10px;
}


/* pages */

.pages .numbers{
	float: left;
	width: 24px;
	color: #717171;
	text-shadow: 0 1px #fff;
	height: 18px;
	padding-top:4px;
	border: 1px solid #c3c3c3;
	background: #f5f5f5;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f9f9f9), to(#dddddd));
	background: -webkit-linear-gradient(#f9f9f9, #dddddd);
	background: -moz-linear-gradient(#f9f9f9, #dddddd);
	background: -ms-linear-gradient(#f9f9f9, #dddddd);
	background: -o-linear-gradient(#f9f9f9, #dddddd);
	background: linear-gradient(#f9f9f9, #dddddd);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 1px 2px #ddd;
	-webkit-box-shadow: 0 1px 2px #ddd;
	-moz-box-shadow: 0 1px 2px #ddd;
	margin-left:3px;
	margin-right:3px;
	text-align:center;
	font-weight:bold;
}

.pages .numbers:hover{
	text-decoration: none;
	background: #fdfdfd;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#fafafa));
	background: -webkit-linear-gradient(#ffffff, #fafafa);
	background: -moz-linear-gradient(#ffffff, #fafafa);
	background: -ms-linear-gradient(#ffffff, #fafafa);
	background: -o-linear-gradient(#ffffff, #fafafa);
	background: linear-gradient(#ffffff, #fafafa);
}

.pages .numbers.active{
	border-color:#1754a6;
	color:#FFFFFF;
	text-shadow:0px 1px #000000;
	background: #4086e5;
	box-shadow: inset 0 0 9px #1754a6;
	-webkit-box-shadow: inset 0 0 9px #1754a6;
	-moz-box-shadow: inset 0 0 9px #1754a6;
}

.pages .prev, .pages .next{
	display:block;
	height:24px;
	width:24px;
	background:url(images/btn-prev-next.png) 0px 0px no-repeat;
	margin-left:5px;
	margin-right:5px;
}

.pages .next{
	background:url(images/btn-prev-next.png) -24px 0px no-repeat;
}

.shadow-left{
	background:url(images/shadow-left.png) right 131px no-repeat;
}

.shadow-right{
	background:url(images/shadow-right.png) left 131px no-repeat;
}

.home-text{
	color:#666;
	text-align:left;
}

.home-text span{
	color:#0C0;
}

.main-menu{
	height:32px;
	background:url(images/menu-bg.png);
	border:1px solid #4086e5;
	border-bottom:2px solid #025ec7;
	border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
}

.main-menu .main-links a{
	display:inline-block;
	height:32px;
	border-right:1px solid #4086e5;
	padding-right:7px;
	padding-left:7px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	line-height:260%;
	text-shadow:0px 1px #006;
}

.main-menu .main-links a.active{
	background:#025ec7;
}

.main-menu .main-links a.pop{
	color:#0FF;
}

.top-banner{
	padding-top:2px;
	padding-bottom:2px;
	height:90px;
	width:728px;
}

.classifieds-logo{
	/*background:url(images/grey_map.png) center center no-repeat;*/
	background:url(images/main-logo.png) left center no-repeat;
	padding-left:60px;
}

.classifieds-logo span{
	color:#999;
	font-size:10px;
}

.classifieds-logo a{
	font-size:20px;
	font-weight:bold;
	color:#FFF;
}

.menu-bottom{
	height:6px;
	background:url(images/menu-bottom-bg.png);
}

.post-an-ad, .post-an-ad:hover{
	display:inline-block;
	padding-left:30px;
	padding-right:3px;
	height:28px;
	margin-right:2px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	font-size:13px;
	line-height:200%;
	text-decoration:none;
	background:url(images/green-add.png) left center no-repeat;
	text-shadow:0px 1px #006;
}

.post-an-ad.clas{
	text-shadow:none;	
}

.green-post{
	text-align:center;
	padding-top:20px;
	padding-bottom:30px;
}

.green-post .post-an-ad{
	color:#0C0;
}

.grey-menu-left{
	width:3px;
	height:29px;
	background:url(images/grey-menu-left.png);
}

.grey-menu-bg{
	height:29px;
	background:url(images/grey-menu-bg.png);
	border-right:1px solid #ccc;
	padding-left:14px;
	padding-right:16px;
}

.grey-text{
	border:1px solid #4086e5;
	border-radius:2px;
	-moz-border-radius:2px;
	padding-left:2px;
	padding-right:2px;
}

.grey-submit{
	border:1px solid #4086e5;
	border-radius:2px;
	-moz-border-radius:2px;
	background:#F4F4F4;
	color:#4086e5;
}

.your-ads{
	color:#4086e5;
	font-weight:bold;
}

.grey-button{
	border:1px solid #BBB;
	background:#EEE;
	color:#999;
	padding:2px;
	padding-left:6px;
	padding-right:6px;
}

.grey-menu-links{
	color:#AAA;
	padding-right:20px;
}

.grey-menu-links a{
	color:#999;
}

.content{
	padding:1px;
	padding-bottom:30px;
	border:1px solid #e6e9ee;
	background:#FFF;
	border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
}

.content.gmes{
	border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	border-top:4px solid #03F;
	padding-top:10px;
	border-right:none;
	border-left:none;
}

.bottom-box{
	border-radius:4px;
	-moz-border-radius:4px;
	overflow:hidden;
}

.bottom-box .blue_line{
	border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
}

.window{
	border:1px solid #333;
	border-radius:4px;
	-moz-border-radius:4px;
	margin-top:10px;
}

.window-head{
	background:url(images/main-bg.png);
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	padding:3px;
}

.main-hr{
	margin-top:30px;
	border-bottom:1px dotted #D2D2D2;
	width:98%;
}

.main-table td{
	vertical-align:top;
}

.main-table a{
	color:#666;
	font-size:13px;
	line-height:130%;
}

.main-table span.num{
	font-size:10px;
	color:#AAA;
}

.main-table span a{
	color:#025ec7;
	font-size:14px;
	font-weight:bold;
	line-height:200%;
}

.main-table span a span{
	font-weight:100;
	font-size:11px;
}

.subcategories a{
	display:inline-block;
	width:200px;
	height:33px;
	background:url(images/category-plus.png) 0 8px no-repeat;
	padding-left:20px;
	padding-top:9px;
	color:#333;
	font-weight:bold;
}

.subcategories a span{
	font-weight:100;
	font-size:10px;
	color:#666;
}

.subcategories{
	width:670px;
	height:auto;
	padding:10px;
	text-align:left;
	margin-top:10px;
}

a.all-link{
	color:#999;
}

.subcategories h1{
	color:#F60;
	font-weight:bold;
	margin:3px;
	margin-bottom:7px;
	font-size:14px;
}

.address-table{
	background:#e6e9ee;
}

.address-line{
	padding-left:5px;
	color:#4086e5;
}

.address-right td{
	padding-left:4px;
	padding-right:4px;
}

.address-line a{
	color:#707070;
	font-weight:bold;
}

.level{
	display:inline-block;
	border-right:1px solid #333;
	height:500px;
	float:left;
}

.level.scrollable{
	overflow:auto;
	width:197px;
}

.level-one{
	list-style:none;
	margin:0;
	padding:0;
	width:155px;
}

.level-one li{
	background:#f1f7f3 url(images/category-bg.png) top repeat-x;
	width:155px;
	border-bottom:1px solid #EEE;
	font-weight:bold;
}

.level-one a{
	display:block;
	color:#2e6cd7;
	font-size:14px;
	background:url(images/choose-category-sprite.gif) 135px -40px no-repeat;
	padding:7px 14px 4px 14px;
}

.level-one a:hover{
	text-decoration:none;
	background-color:#ECEFFF;
}

.level-one a.active{
	background:#ECEFFF url(images/choose-category-sprite.gif) 135px 9px no-repeat;
}

.level-two{
	list-style:none;
	margin:0;
	padding:0;
	width:180px;
}

.level-two a{
	display:block;
	color:#025ec7;
	font-size:12px;
	padding:4px 8px 3px 8px;
	border-bottom:1px solid #EEE;
}

.level-two a:hover{
	text-decoration:none;
	background:#F4F4F4;
}

.level-two a.active, .level-two a.active:hover{
	background:#F4F4F4 url(images/choose-category-sprite.gif) 160px 8px no-repeat;	
}

.level-two a.selected, .level-two a.selected:hover{
	background:#F4F4F4 url(images/choose-category-sprite.gif) 160px -96px no-repeat;	
}

.level-two .more{
	background:url(images/choose-category-sprite.gif) 160px -41px no-repeat;	
}

.level-two a.more:hover{
	background:#F4F4F4 url(images/choose-category-sprite.gif) 160px -41px no-repeat;	
}

.sbox{
	width:220px;
	border:1px solid #bbb;
	border-radius:2px;
	-moz-border-radius:2px;
	margin-top:2px;
	margin-bottom:3px;
}

.red_submit{
	width:140px;
	height:21px;
	text-align:center;
	background:url(images/red_button_bg_135.png) no-repeat center;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	padding-top:2px;
	padding-bottom:2px;
	border:none;
}

a.red_button{
	width:140px;
	height:21px;
	display:inline-block;
	text-align:center;
	background:url(images/red_button_bg_135.png) no-repeat;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	padding-top:2px;
	padding-bottom:2px;
}

a.red_button:hover{
	text-decoration:none;
}

.error_msg{
	color:#F00;
	font-weight:bold;
}

.blue_topline div{
	height:4px;
	background:#06F;
	border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
}

.blue_line{
	padding:10px;
	text-align:center;
	color:#999;
}

.blue_line a{
	color:#FFF;
	padding-left:9px;
	padding-right:9px;
}

.copy{
	color:#999;
	font-size:10px;
	text-align:center;
}

.advert-price{
	color:#888;
	font-size:14px;
	font-weight:bold;
}

.advert-price div{
	font-weight:normal;
	font-size:12px;
	margin-top:10px;
}

.advert-title{
	margin:0;
	padding:0;
}

.advert-title a{
	font-size:14px;
	font-weight:bold;
	color:#025ec7;
}

.advert-location{
	font-size:10px;
	color:#666;
	margin-top:5px;
}

.advert-grey{
	background:#F5F5F5;
}

.advert-grey .advert-price{
	border-radius:0px 4px 4px 0px;
	-moz-border-radius:0px 4px 4px 0px;
}

.advert-grey .advert-image{
	border-radius:4px 0px 0px 4px;
	-moz-border-radius:4px 0px 0px 4px;
}

.advert-highlighted{
	background:#FFEFDF;
}

.advert-highlighted td{
	border-bottom:1px solid #FFC993;	
}

.advert-highlighted .advert-title a{
	color:#C10000;	
}

.grey-border{
	border:1px solid #f2f0f0;
	margin-top:10px;
}

.classified-table h1, .head-link, .head-price{
	color:#025ec7;
	font-size:18px;
	font-weight:bold;
	margin:0;
}

.head-price span{
	font-weight:normal;
	font-size:14px;
	color:#999;
	margin-left:10px;
}

.head-link-top, .head-link-left{
	color:#CCC;
	font-size:14px;
	font-weight:bold;
	margin:0;
	text-align:left;
}

.head-link-left{
	padding-top:8px;
	padding-left:15px;
	color:#AAA;
	font-size:16px;
}

.head-price{
	color:#EA0006;
	padding-left:10px;
}

.classified-images{
	text-align:center;
	color:#c00;
	font-weight:bold;
	padding-top:2px;
}

.classified-images img{
	padding:2px;
}

.upload-images img{
	border:2px solid #CCC;
}

.classified-main-table{
	background:#FFF url(images/silver.png) top repeat-x;
	border:1px solid #ddd;
	border-bottom:1px dashed #e4e4e4;
	font-size:14px;
	line-height:120%;
	border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
}

.classified-main-table td{
	padding:3px;	
}

.classified-main-table span{
	font-weight:bold;
	color:#3353aa;
}

.classified-details{
	font-weight:bold;
	color:#3353aa;
	font-size:14px;
	padding-top:10px;
}

.descr_header{
	background:#EEE;
	color:#999;
	font-weight:bold;
	padding:5px;
}

.descr_header div{
	float:right;
	padding-top:2px;
	padding-right:2px;
}

.descr_content{
	border:1px solid #DDD;
	border-top:none;
	height:176px;
	vertical-align:top;
	padding:4px;
	border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
}

/* navig */
.navig_l{
	background-image:url(images/navig_l.png);
	background-repeat:repeat-x;
	width:5px;
	height:25px;
}
.navig_m{
	background-image:url(images/navig_m.png);
	background-repeat:repeat-x;	
}
.navig_m a{
	color:#000;
	margin-right:5px;
	margin-left:5px;	
}
.navig_r{
	background-image:url(images/navig_r.png);
	background-repeat:repeat-x;	
	width:5px;
}
.navig_l.active{
	background-image:url(images/navig_l_active.png);
	background-repeat:repeat-x;	
	width:5px;
}
.navig_m.active{
	background-image:url(images/navig_m_active.png);
	background-repeat:repeat-x;	
}
.navig_m.active a{
	color:#FFF;
	margin-right:5px;
	margin-left:5px;
}
.navig_r.active{
	background-image:url(images/navig_r_active.png);
	background-repeat:repeat-x;	
	width:5px;
}
.navig_spacer{
	background-image:url(images/navig_spacer.png);
	width:1px;
}
.navig_break{
	width:10px
}
.navig_link a{
	color:#000;
}

.pages{
	margin-top:20px;
	margin-bottom:20px;
}

.sent-bump{
	text-align:center;
	margin:50px;
	color:green;
	font-size:14px;
	font-weight:bold;
}

.head-line{
	font-size:12px;
	padding:0;
	margin:0;
}

.contact-table span{
	color:#F00;
}

.link-line{
	text-align:center;
	padding:4px;
	padding-bottom:10px;
	color:#999;
	font-size:10px;
}

.link-line a{
	color:#CCC;
}

.link-line .developer{
	padding-top:10px;
}

.link-line .developer a{
	color:#898989;
	font-size:11px;
}

.link-line .developer img{
	margin-left:10px;
}

/* box category */
.box{
	width:170px;	
}

.box .category {
	padding-top: 15px;
}

.box .category a {
	padding: 3px 3px 3px 15px;
	display: block;
	font-size:12px;
	color:#039;
	text-decoration:none;
	font-weight:bold;
	margin-bottom:3px;
	background:url(images/kvadratins.gif) 5px 3px no-repeat;
}

.box .category .active, .box .category a.active:hover{
	text-decoration:none;
	background:#03F url(images/menu-bg.png);
	color:#FFF;
	border-radius:3px;
	-moz-border-radius:3px;
}

.box .category a:hover{
	text-decoration:none;
	background-color:#F4F4F4;
	border-radius:3px;
	-moz-border-radius:3px;
}

.topbox{
	margin-right:5px;
	margin-bottom:15px;
}

.left-column{
	border-right:1px solid #CCC;
}

.games td{
	background:#F8F8F8;
	border:1px solid #EEE;
	border-radius:3px;
	-moz-border-radius:3px;
}

.games td a{
	color:#333;
}

.games .nos{
	padding-bottom:2px;
	color:#039;
	font-weight:bold;
	height:15px;
	overflow:hidden;
	margin-left:-6px;
	margin-right:-6px;
}

.games .viewed{
	font-size:10px;
	color:#ddd;
	cursor:default;
}

.game-header{
	font-size:18px;
	color:#666;
	margin-top:0;
	padding-top:0px;
	margin-bottom:3px;
}

.bottom-place{
	padding-top:40px;
	padding-bottom:20px;
}

.bottom-place table{
	background:#FFF url(images/main-bg.png) top repeat-x;
	border:1px solid #e6e9ee;	
}

.bottom-links, .bottom-links a{
	text-align:justify;
	padding-bottom:20px;
	color:#CCC;
	font-size:8px;
	line-height:90%;
	cursor:default;
}

.radio_table .sk1{
	font-size:12px;
	font-weight:bold;
	color:#03C;
}

.radio-text, .radio-text h2{
	font-size:10px;
	color:#EEE;
	padding-top:20px;
	text-align:center;
}

.game-description{
	font-size:11px;
	color:#999;
	text-align:center;
	padding-top:15px;
}

.game-description h2{
	font-size:10px;
	color:#F4F4F4;
	text-align:center;
	padding:0px;
	text-align:center;
}

.list-h{
	margin-bottom:10px;
	margin-top:0;
}

.clas_title h1{
	display:inline-block;
}

.game_box{
	position:relative;	
}

.game_box .game{
	z-index:0;
}

.game_box .advert{
	z-index:5;
	background:#000000;
	position:absolute;
}

.game_box .banner{
	position:absolute;
	top:25%;
	width:100%;
	text-align:center;
}

.game_box .advertising{
	position:absolute;
	top:21%;
	text-align:center;
	color:#333333;
	width:100%;
	text-align:center;
}

.game_box .advertising:hover{
	cursor:default;
}

/* loading progress bar */

.lcontainer{
	left:50%;
	position:absolute;
}

#loading {
 position:absolute;
 top:20px;
 left:-250px;
 width:500px;
 margin:2px auto;
 border:1px solid #4086E5;
 padding:3px;
 text-align:center;
 line-height:140%;
 font-weight:bold;
 font-size:16px;
 border-radius:5px;
 -moz-border-radius:5px;
}

#loading #loadbar{
	width:0%;
	height:22px;
	padding-top:3px;
	background:url(images/menu-bg.png);
	border-radius:3px;
	-moz-border-radius:3px;
}

#loading #loadbar:hover{
	cursor:default;
}

#loading span{
	cursor:pointer;
	color:#FFF;
}

#loading span:hover{
	text-decoration:underline;	
}

a.lang-link{
	font-size:9px;
	color:#4187e5;
	font-weight:normal;
}

.classifieds-logo.lang{
	padding-top:20px;	
}

.highlight-info{
	background:#FFEFDF;
	font-size:11px;
	padding:15px;
	margin-top:20px;
	border-radius:4px;
	-moz-border-radius:4px;
	width:280px;
}

.highlight-info table{
	margin-top:10px;
	margin-bottom:10px;	
}

.counter{
	display:none;
	text-align:center;
	margin-bottom:30px;	
}

.shares{
	width:728px;
	height:70px;
	text-align:left;
	margin-top:15px;	
}

.shares .ratingblock{
	float:right;
}

.shares .btns{
	width:420px;
	float:left;	
}


.stars{
	height:14px;
	padding-top:5px;	
}

.stars ul{
	list-style:none;
	height:14px;
	background:url(images/star.png) 0px -14px repeat-x;
	width:80px;
	margin-top:0px;
	margin-bottom:0px;
	text-align:left;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
	padding:0px;
}

.stars ul li{
	float:left;
	display:block;
	height:14px;
}

.stars .full{
	background:url(images/star.png) repeat-x;
	display:block;
	height:14px;	
}

.missing{
	padding-top:100px;	
}

.home-text h1{
	font-size:12px;
	margin:0px;
	margin-top:5px;
	padding:0px;
	color:#eee;
	font-weight:bold;
	text-align:center;	
}

.ip_blocked{
	text-align:center;
	padding-top:160px;
	padding-bottom:250px;
	font-weight:bold;
	color:#F00;
	font-size:16px;	
}

#point{
	color:#999;
	font-size:10px;
	height:14px;
	padding-top:4px;
	cursor:default;	
}

#map-canvas{
	width:435px;
	margin-top:20px;
	height:350px;	
}

.imgg{
	float:left;
	margin-right:2px;	
}

.no-text{
	line-height:100%;
	text-align:justify;
	padding:40px 10px 40px 10px;	
}

.sogslabel{
	font-size:13px;
	font-weight:bold;
	color:#999;
	margin-top:40px;	
}