﻿/****************************************************************************************/
/*                                                                                      */
/* Version:         2010-02-03 16:00                                                    */
/* Last changed by: Jana Tomsu                                                   */
/*                                                                                      */
/****************************************************************************************/

/*======================================================================================*/
/* GLOBAL SETTINGS                                                                      */
/*======================================================================================*/



html, body 
{
    background: #fff;    
    font-family:  Arial, sans-serif;
    font-size: 100%;
    text-align: left;
    color: #000;
    font-weight: normal;
    margin: 0; 
    padding: 0;
}


*
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, input, select, textarea, sub, sup
{
	font-size: 100%;
}

form {margin-top: 0px; margin-bottom: 0px;}
   

a
{
	cursor: pointer;
	text-decoration: underline;
	color: #a52fa1;
}
sup
{
    font-size:75%;
    line-height: 5px;
}
img
{
     border: 0;
}

label
{
	cursor: pointer;
	margin: 0 10px 0 2px;
    position: relative;
    top: -2px;
}

.clear 
{
	width: 100%;
	height: 1px;
	display: block;
	overflow: hidden;
	clear: both;
}



.floatright
{
     float: right;
}

.floatleft
{
     float: left;
}


.alignRight
{
	text-align: right;
}

.addText
{
	padding: 0 10px 0 15px;
	color: #b8bbc0;
	font-size: 11px;
	line-height: 20px;
	background: url(images/ico-advert.png) no-repeat right center;
}

.blue
{
	color: #00a6e2;
}

.violet
{
	color: #a52fa1;
}

.line
{
    width: 100%;
    height: 1px;
    overflow: hidden;
    border-top: 1px solid #e3e3e3;
}

.textContent
{
    padding: 10px;
}

.noBack
{
	background:none;
}

.noDisplay
{
	display:none;
}


/*======================================================================================*/

#page
{
	width: 100%;
	position: relative;
}

#main
{
	width: 1000px;
	padding: 135px 0 0 0;
	margin: 0 auto;
	position: relative;
}

#top_advert
{
	width: 970px;
	padding: 10px 15px 5px 15px;
	margin: 0 auto;
    position: relative;
}

/*======================================================================================*/
/* contentPanels                                                                      */
/*======================================================================================*/

.contentPanel
{
    width: 800px;
    position: relative;
    float: left;
    font-size: 75%;
    z-index:2;
}

.contentPanel .text
{
	padding: 0 20px;
}

.leftContentPanel
{
	width:420px;
	float:left;
	margin:0 0 20px 0;
}

.rightContentPanel
{
	width:365px;
	float:right;
	margin:0 0 20px 0;
}


.rightPanel
{
    width: 180px;
    float: left;
    margin: 0 0 0 20px;
    overflow: hidden;
    font-size: 80%;
}

.bigContentPanel
{
	width:100%;
	position: relative;
	font-size:75%;
	z-index:1;
}

.contentPanel .textContent ul li
{
    display: block;
    padding: 0 0 0 20px;
    line-height: 20px;
    list-style-type: none;
    background: url(images/ico-li.png) no-repeat left center;
}

.bigContentPanel h1,
.bigContentPanel h2.arrowed,
.contentPanel h1,
.contentPanel h2.arrowed
{
    height: 27px;
    margin: 20px 0 20px 10px;
    padding: 0 0 0 35px;
    color: #06577b;
    font-size:150%;
    font-family:  Trebuchet MS, Arial, sans-serif;
    text-transform:uppercase;
    line-height: 27px;
    background: url(images/ico-arrow.png) no-repeat left center;
}

.contentPanel h2.arrowed,
.bigContentPanel h1
{
	color:#26addf;
}

.contentPanel h1.noMargin{
    margin: 0 0 10px 10px;
}

.contentPanel h1.advertDetailTitle{
    padding: 5px 0 5px 35px;
    margin: 10px 0 10px 10px;
    height: auto;
    color:#26addf;
    background-position: left 2px;
    line-height: 22px;
}

.contentPanel h1#advertDetailTitle{
     color:#101010;
     font-size: 19px;
     line-height: 24px;
     padding: 0;
     background: none;
     height: auto;
     margin: 14px 0 12px 10px;
     text-transform: none;
     font-family: Arial, sans-serif;
}

.contentPanel h2.number,
.contentPanel h2.greynumber,
.contentPanel h2.violet,
.contentPanel h3.number,
.contentPanel div.greynumber,
.contentPanel div.number
{
	height: 27px;
    margin: 10px 0;
    padding: 0;
    color: #a52fa1;
    font-size:130%;
    text-align: left;
    font-family:  Trebuchet MS, Arial, sans-serif;
    text-transform:uppercase;
    line-height: 25px;
    background: url(images/ico-arrow.png) no-repeat left top;
}

.contentPanel h2.violet
{
	padding: 0 0 0 35px;
}

.contentPanel h2.greynumber,
.contentPanel div.greynumber
{
	color: #8f8f8f;
	 background: url(images/ico-arrow-grey.png) no-repeat left top;
}

.contentPanel .map h2.greynumber,
.contentPanel .map div.greynumber
{
	width: 100%;
}

.contentPanel .map h2.greynumber a,
.contentPanel .map div.greynumber a
{
	color: #8f8f8f;
	text-decoration: none;
}
	

#mapTitle div.title{
    width: 100px;
    float: left;
}

#mapTitle div.title.greynumber{
    width: 100%;
}

.contentPanel h2.number span,
.contentPanel h2.greynumber span,
.contentPanel div.greynumber span,
.contentPanel h3.number span,
.contentPanel div.number span
{
	padding:0 20px 0 2px;
	color:#fff;
	font-size: 90%;
}

.contentPanel h2.greynumber span.normalarrow,
.contentPanel div.greynumber span.normalarrow
{
	padding:0 20px 0 20px;
	display: inline-block;
	background: url(images/ico-arrow.png) no-repeat 18px top;
}

.contentPanel h2.greynumber span.normaltext,
.contentPanel div.greynumber span.normaltext
{
	padding:0;
	color: #a52fa1;
}
	

.contentPanel h1 strong
{
	color:#26addf;
}

.contentPanel .rightContentPanel h1
{
	padding:0;
	margin:0px 0;
	color:#000;
	font-size:140%;
	text-transform: none;
	background:none;
}

.contentPanel h2
{
    margin: 15px 0;
    font-size: 110%;
}

.contentPanel p
{
    margin: 5px 0 5px 0;
    padding: 0;
}

/*======================================================================================*/
/* topPanel                                                                      */
/*======================================================================================*/

#topPanel
{
	width: 100%;
	height: 135px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/eso.png) no-repeat 338px top;
}

#topPanel a.logo
{
	width: 338px;
	height: 87px;
	display: block;
	float: left;
	background: url(images/logo.png) no-repeat left top;
}

#topPanel a.logo strong
{
	display: none;
}

/*======================================================================*/

#topPanel .userLogin
{
	width: 200px;
	height: 40px;
	margin: 20px 0 0 0;
	padding: 8px 11px 0 12px;
	float: right;
	color: #707272;
	font-size: 70%;
	line-height: 16px;
	background: #fff url(images/login-background.png) no-repeat left top;
}
	
#topPanel .userLogin .fb_login
{
	width: 90px;
	padding: 5px 0 0 0px;
	float: left;
}

#topPanel .userLogin a
{
	color: #707272;
	float: left;
	font-weight: bold;
	padding-left:40px;
}

#topPanel .userLoged
{
	margin: 20px 0 0 0;
	float: right;
	color: #707272;
	font-size: 70%;
	line-height:16px;
}

#topPanel .userLoged .left
{
    height: 39px;
    padding:8px 20px 2px 60px;
    float: left;
    text-align: right;
    background: #dfdfdf url(images/loged-left.png) no-repeat left top;
}

#topPanel .userLoged .right
{
    width: 7px;
    height: 49px;
    float: left;
    background: url(images/loged-right.png) no-repeat left top;
}

#topPanel .userLoged a
{
	color: #707272;
	font-weight: bold;
}

#topPanel .userLoged a.violet
{
	color: #b444c7;
}

#topPanel .userLoged .blue
{
    font-weight: bold;
    text-transform: uppercase;
}

/*======================================================================*/

#topPanel ul.menu
{
	width: 1000px;
	height: 30px;
	margin: 5px 0;
	line-height: 30px;
    display: table;
	background: #1c99ca url(images/menu-background.png) no-repeat left top;
}

#topPanel ul.menu li
{
    display: table-cell;
	height: 30px;
    padding: 0 11px;
    text-align: center;
	list-style-type: none;
	color: #fff;
	font-weight: bold;
	background: url(images/menu-separator.png) no-repeat right center;
}

*+html #topPanel ul.menu li { 
    display: inline;
}

#topPanel ul.menu li.last
{
	background: none;
}

#topPanel ul.menu li a
{
	color: #fff;
	font-weight: bold;
	font-size: 90%;
	font-family: Trebuchet MS, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}

#topPanel ul.menu li a:hover
{
	color: #b6eafc;
	text-decoration: underline;
}

/*======================================================================================*/
/* navigation                                                                               */
/*======================================================================================*/

.navigation
{
    height: 25px;
    padding:0 20px;
    color: #4c4c4c;
    font-weight: bold;
    font-size:90%;
    line-height: 25px;
    overflow: hidden;
    background: #f0f0f0 url(images/navigation-background.png) no-repeat left top;
}

.navigation a
{
    color: #00a6e2;
    font-weight: normal;
}

.navigation .violet
{
    color: #a52fa1;
    font-weight: normal;
}

.navigation .floatright
{
    width:50px;
    display:block;
}

.navigation .floatright a
{
    height: 25px;
    padding: 0 0 0 20px;
    display: block;
    color: #00a6e2;
    font-weight: bold;
    background: url(images/ico-back.png) no-repeat left center;
}

/*======================================================================================*/
/* secondMenu                                                                      */
/*======================================================================================*/

.secondMenu
{
    width: 180px;
    margin:0 0 20px 0;
    padding: 0 0 10px 0;
    color: #7da509;
    background: #f1fbcb url(images/secondmenu-background.png) no-repeat left bottom;
}

.secondMenu h2
{
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 110%;
    background: #8cb615 url(images/secondmenu-top.png) no-repeat left top;
} 


.secondMenu ul li
{
    padding:0 0 1px 0;
    margin:0 1px;
    display: block;
    list-style-type: none;
    overflow:hidden;
    background: url(images/secondmenu-separator.png) no-repeat center bottom;
}

.secondMenu ul li a
{
    padding: 8px 10px 8px 32px;
    display: block;
    color: #7da509;
    line-height:18px;
    text-decoration: none;
    background: url(images/secondmenu-li.png) no-repeat 16px 12px; 
}

.secondMenu ul li a strong
{
	text-transform:uppercase;
	font-weight:normal;
}

.secondMenu ul li.last
{
    margin:0 1px;
    background: none;
}

.secondMenu ul li a:hover,
.secondMenu ul li a.active
{
    color: #000;
    font-weight:bold;
    background: #d5eb80 url(images/secondmenu-active.png) no-repeat left top;
}

.secondMenu ul li a:hover strong,
.secondMenu ul li a.active strong
{
    font-weight:bold;
}



/*======================================================================================*/
/* footer                                                                               */
/*======================================================================================*/

#footer
{
    min-height: 64px;
    padding: 20px 150px 20px 5px;
    font-size: 70%;
    color: #a7a5a5;
    background: url(images/footer-background.png) no-repeat left top;
}

#footer a
{
    color: #a7a5a5;
}

#footer .left
{
    width: 320px;
    float: left;
}

#footer .right
{
    width: 600px;
    margin: 15px 0 0 20px;
    padding: 0 0 0 10px;
    float: left;
    border-left: 1px solid #d5d5d5;
    line-height:20px;
}


#footer .footerBlock{
    display: inline-block;
    padding: 0 20px;
    float: left;
    max-width: 180px;
    border-right: 1px solid #e4e4e4;
}

#footer .footerBlock.first{
    width: 170px;
    padding: 0 20px 0 0;
}

#footer .footerBlock.last{
    border: 0;
}

#footer .footerBlock a{
    display: block;
    padding: 2px 0;
}

#footer .facebook-bottom{
    width: 166px;
    height: 34px;
    display: block;
    font-size: 1px;
    text-indent: -1000px;
    color: #fff;
    overflow: hidden;
    background: url(images/facebook-bottom.png) no-repeat left top;
}

#footer .social
{
	width: 100px;
	float: right;
    display: inline-block;
    padding-left: 10px;
    border-left: 1px solid #e4e4e4;
}

#footer .social .fb_like
{
	float: left;
	width: 85px;
}
#footer .social strong
{
	display: none;
}
	
#footer .social .twitter,
#footer .social .facebook,
#footer .social .email,
#footer .social .rss
{
	width: 17px;
	height: 18px;
	float: left;
	margin: 0 0 0 5px;
	background: url(images/ico-twitter.png) no-repeat left top;
}

#footer .social .facebook
{
	background: url(images/ico-facebook.png) no-repeat left top;
}

#footer .social .email
{
	background: url(images/ico-mail.png) no-repeat left top;
}

#footer .social .rss
{
	background: url(images/ico-rss.png) no-repeat left top;
}

/*======================================================================================*/
/* pagination                                                                               */
/*======================================================================================*/

.pagination
{
	margin:30px auto;
	line-height:18px;
	width:560px;
	
}

.pgContent
{
    text-align:center;
    padding-left:140px;
}
.pgContentshort
{
    text-align:center;
    padding-left:260px;
}


.pagination a.first,
.pagination a.previous,
.pagination a.next,
.pagination a.last
{
	height:18px;
	padding:0 10px;
	margin:0 5px 0 0;
	position:relative;
	display:block;
	float:left;
	color:#a52fa1;
	font-weight:bold;
	font-size:90%;
	text-decoration:none;
	background: url(images/pagination-left.png) no-repeat left top;
}

.pagination a.first span,
.pagination a.previous span,
.pagination a.next span,
.pagination a.last span
{
	display:block;
	width:10px;
	height:18px;
	position:absolute;
	top:0;
	right:0;
	background: url(images/pagination-right.png) no-repeat right top;
}

.pagination .floatleft
{
	margin:0px 5px 0px 0px;
}
	
.newAdvertLink
{
    float:right;
    background:url("../../HomePage/Styles/Images/vlozitInzerat.png") no-repeat;
    display:block;
    width:137px;
    height:48px;
    margin:20px 10px 0px 0px;
    text-align:center;
    line-height:48px;
    text-decoration:none;
    color:#1688B9;
    font-size:100%;
    
    
}


	
.articleDetail img{
    width: 350px;
    float: right;
    margin: 0 0 15px 15px;
}

.tagList{
    padding: 5px;
}

.tagList a{
    padding: 0 5px;
    font-size: 12px;
    color: #7da509;
    text-decoration: none;
    white-space:normal;
    float: left;
}

.tagList a:hover{
    text-decoration: underline;
}

.tagList a.tagsize2{
    font-size: 16px;
}

.tagList a.tagsize3{
    font-size: 20px;
}

.tagList a.tagsize4{
    font-size: 24px;
}

.tagList a.tagsize5{
    font-size: 30px;
}

.tagList a.tagsize6{
    font-size: 36px;
    
}

.articleItem{
    padding: 15px 0;
}

.articleItem .date{
    color: #acacac;
    font-size: 12px;
}

    .articleItem h2 {
        font-size: 20px;
        padding: 0;
        background: none;
        color: #000;
        margin: 5px 0 10px 0;
    }

    .articleItem h2 a{
        color: #000;
        text-decoration: none;
    }

    .articleItem p{
        padding: 5px 0 10px 0;
        line-height: 18px;
    }

    .articleItem p a.more{
        color: #26addf;
    }

    .articleItem img{
        width: 200px;
        float: right;
        margin: 20px 0 20px 20px;
    }

    .articleItem .taglink{
        display: inline-block;
        padding: 2px 10px 2px 0;
        font-size: 14px;
    }