﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
@font-face {
 font-family: segoe
 src: url("fonts/nevis.ttf") 
}

@font-face
{
    font-family: segoe;
    src: url("fonts/nevis.ttf")
}


body
{
    font-size: 8pt;
    font-family:   Microsoft Sans Serif, Sans Serif, Trebuchet MS, Helvetica;
    margin: 0;
    padding: 0;
    color: #292929;
    background: #1b1b1b url('/Content/images/background.jpg') no-repeat top center;
    background-attachment: fixed;
}

body#tinymce, body#content, body.mceContentBody
{
    background-image: none;
    background-color: #fff;
    /*color: #000;*/
    margin: 4px;
}

select
{
    font-size: 1.1em;
}
a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}
a img
{
    border: none;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #292929;
   /* font-family: Trebuchet MS, Helvetica, sans-serif;*/
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2, h3
{
    margin: 0;
    padding: 0;
    font-family: sans-serif, Helvetica;
    font-weight: normal;
}
h3
{
    font-size: 1.3em;
    font-weight: bold;
}
h4
{
    font-size: 1.2em;
}
h5, h6
{
    font-size: 0.9em;
    text-transform: none;
    font-weight: normal;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
#page
{
    width: 960px;
    margin-top: 0px; /* to compensate for floating title problem of 10 px added */    
    margin-left: auto;
    margin-right: auto;
    top: 0;
    position: relative;
}

#page a
{
    color: #576980;
}

#header
{
    /*background-image: url('/Content/images/header-back.jpg');
    background-position: right;
    background-repeat: no-repeat;*/
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    color: #000;
    width: 960px;
    padding-top: 20px;
}
#header #title
{
    float: left;
    font-weight: bold;
    color: #fff;
    margin: 0;
    padding: 10px 10px 10px 0px;
    border: none;
}

#header h3
{
    color: #fff;
    margin: -2px 0 0 0;
    text-align: right;
}
#header2 
{
    height: 36px;
    margin-bottom: 10px;
}
#header2-content
{
    margin-left: auto;
    margin-right: auto;
    padding-top: 6px;
    width: 960px;
}
#googlesearch 
{
    float: right;
    margin-left: 10px;
    margin-top: 1px;
}
#googlesearch input 
{
    float: left;
    height: 16px;
    width: 190px;
}
#googlesearch a
{
    float: left;
    margin: -7px 0 0 4px;
    display: inline-block;
    padding-top: 7px;
    vertical-align: middle;
}

#mainbanner
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    height: 54px;
    /*background-image: url("/content/images/main-banner.jpg");*/
    margin-bottom:10px;
}

#main
{
    padding: 30px 20px;
    background-position: center top;
    background-repeat: repeat-y;
    background-color: #fff;
}

#footer
{
    color: #666666;
    background-color: #171717;
    font-size: .9em;
    line-height: normal;
    margin: 0;
    padding: 10px 10px 10px 10px;
}
#footer h3
{
    color: #CCCCCC;
    font-size: 1.1em;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
#footer a
{
    color: #828282;
    font-weight: bold;
    text-decoration: none;
}
#footer a:hover
{
    text-decoration: underline;
}
#footer img
{
    border: 0px;
}

#footerContact
{
    border-left: 1px #666666 dotted;
    float: left;
    width: 160px;
    margin-right: 10px;
    padding-left: 10px;
}
#footerAbout
{
    float: left;
    margin-right: 10px;
    width: 500px;
}
#footerCopyright
{
    border-left: 1px #666666 dotted;
    float: left;
    padding-left: 10px;
    width: 180px;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: none;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: none;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #0c0c0c; 
  color: #efefef;
  border: none;   
}

.alternate
{
    background-color: #efefef;
}

.over
{
    background-color: #dcdcdc;
    color: #000000;
}

/* ADMIN
----------------------------------------------------------*/
#adminMenu
{
    border-bottom: 1px solid #ccc;
    height: 35px;
    margin-bottom: 10px;
    text-align: right;	
}
#adminMenu ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#adminMenu ul li
{
    display: inline;
    padding: 3px;
    margin-right: 5px;
}
#adminMenu ul li img
{
    vertical-align: middle;
    width: 24px;
}
#adminMenu ul li a
{
    display: inline-block;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
#adminMenu ul li a:hover
{
    background-color: #ffefad;
}

#control-panel ul
{
    list-style-type: none;
    margin: 0px 0px 10px 0px;	
    padding: 0;
}
#control-panel ul li
{
    display: inline;
    vertical-align: top;
}
#control-panel ul li a
{
    display: inline-block;
    height: 90px;
    text-align: center;
    text-decoration: none;
    width: 72px;
}
#control-panel ul li a:hover
{
    background-color: #ffefad;
}

/* MISC  
----------------------------------------------------------*/
.floatRight
{
    float: right;
}
.floatLeft
{
    float: left;
}
.clear
{
    clear: both;
}
.clearLeft
{
    clear: left;
}
div.separator
{
    clear: left;
    height: 0px;
}

.error
{
    color: #FF0000;
}

#menucontainer
{
    /*font-weight: bold;   
    padding-top: 15px;*/
   font-size: 1.1em;
}

#logindisplay
{
    float: right;
    display: block;
    text-align: right;
    padding-top: 5px;
}


#logindisplay strong
{
    color: #FF9933;
}

#logindisplay a:link, #logindisplay a:visited
{
    color: #666666;
    text-decoration: none;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: underline;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

/* FORM
------------------------------------------*/
#contact form div
{
    margin-top: 8px;
}
#contact form input[type="text"]
{
    margin-top: 4px;
    width: 250px;
}
#contact form textarea
{
    height: 250px;
    margin-top: 4px;
    width: 500px;
}
#contact form input[type="submit"]
{
}

/* CUSTOM 
------------------------------------------*/
#maincontent
{
}

#clearer
{
    clear: both;
}
/*
#column3
{
    display: block;
    text-align: center;
    float: right;
    margin-left: 10px;
    width: 155px;
    height: 100px;
    height: 100%;
}
#column3 img
{
    border: 0px;
    margin-bottom: 5px;
}*/

#column2
{
    display: block;
    float: right;
    width: 380px;
    margin-left: 20px;
}

#column2 #left
{
    float: left;
    width: 180px;
}

#column2 #right
{
    float: right;
    width: 180px;
}

#column2 .module
{
    margin-top: 30px;
    width: 180px;
} 

#column2 .module img.title
{
    margin: 0 auto 5px auto;
}

#content
{
    float: left;
    width: 520px;
    font-size: 1.1em;
}
#content p
{
    line-height: 1.24em;
    margin-bottom: 6px;
}
#content h1, #content h2, #content h3, #content h4, #content h5
{
    /*margin-bottom: 6px;
    padding-bottom: 0px;*/
}
#content h2
{
    font-size: 2.5em;
    margin-bottom: 15px;
}
#content h2 a
{
    color: #292929;
    text-decoration: none;
}

#content div.leading-article
{
    margin-bottom: 30px;
    padding-bottom: 20px;
    padding-top: 5px;
   /* border-bottom: dotted 1px #C0C0C0;*/
}

#content div.leading-article h5, #content h5.subtitle
{
    color: #747DA5;
    font-weight: normal;
    margin: 0 0 5px 0;
}

#content img.leading-article
{
    max-width: 520px;
    border: 1px solid #E1E1E1;
}


.date
{
    border: 1px solid #CFD6DE;
    color: #B3BECC;
    padding: 5px;
    margin-top: 10px;
    margin-right: 2px;
}

div.leading-article .subtitle
{
    /*background-color: #292929;*/
    padding: 5px;
    color: #292929;
}



#column2 h3, #column3 h3
{
}

#column2 h3 span
{
    /*color: #E1E1E1;*/
}

.column2-title
{
    border: none; 
    margin-bottom: 5px;
}

#latest-notifications
{
    color: #B3BECC;
}

#latest-notifications .article 
{
    margin: 0 0 8px 0;
    padding: 0;
}

#latest-notifications h3
{
    margin: 10px 0 0 0 ; 
    padding: 0; 
    color: #292929;
    /*color: #8A9BB0;
    text-transform: lowercase;*/
}

#latest-notifications h4
{
    font-size: 0.9em;
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: bold;
}
#latest-notifications h5
{
    font-size: 0.9em;
    font-weight: normal;
    margin: 0 0 5px 0;
    padding-bottom: 5px;
}
#latest-notifications h5 span
{
    font-weight: bold;
}
#latest-notifications p 
{
    padding: 0px;
}
#latest-notifications img.article
{
    float: left;
    margin: 1px 4px 15px 8px;
    padding: 1px;
}

#companies table, #companies td
{
    border: 0px;
}
#companies td
{
    padding: 3px;
}
#companies img
{
    border: 2px solid #dedede;
}
#companies img:hover
{
    border: 2px solid #ababab;
}

#content .readmore
{
    display: none;
}

.readmore
{
    color: #f00;
    border: 1px solid;
    width: 300px;
}

.pagination
{
    text-align: center;
}

#editor input[type='text']
{
    width: 300px;
}
#editor input.datePicker
{
    width: 110px;
}
#editor select
{
    width: 300px;
}

#manufacturers .manufacturer
{	
    display: inline;
    height: 100px;
    width: 100px;	
}
#manufacturers a
{
    text-decoration: none;
}
#manufacturers .right
{
    margin-left: 5px;
}

#manufacturers img
{
    margin-bottom: 5px;
    vertical-align: middle;
}


/* Vehicle ad search */
#auto-filter 
{
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px; 
}
#auto-filter form
{
    margin: 0;
    padding: 0;
}
/*#auto-filter h3
{
    border-bottom: 1px solid #eee;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
}*/
#auto-filter table
{
    border: 0;
    width: 196px;
}
#auto-filter td
{
    margin: 0;
    padding: 0 0 4px 0;
}
#auto-filter td.label
{
    width: 70px;
}
#auto-filter label
{
    margin-top: 2px;
}
#auto-filter select
{
    width: 130px;
}
#auto-filter .year
{
    width: 65px;
    padding: 5px;
    font-size: 12px;
}
#auto-filter span
{
    display: inline-block;
    width: 6px;
}
#auto-filter hr
{
    margin: 0;
    padding: 0;
}
#auto-filter p
{
    margin: 0 3px 0 0;
    text-align: right;    
    padding: 0;
}
#auto-filter input
{
    margin: 0;
    width: 64px;
}

#service-info
{
    margin-bottom: 30px;
    /*padding: 4px;*/
    text-align: left;
}
/*#service-info h3
{
    border-bottom: 1px solid #eee;
    padding: 0 0 3px 0;
    margin-bottom: 8px;
}*/

#service-info a
{
    display: block;
    height: 61px;
}

#service-info a:hover
{
    background-color: #efefef;
}

#column2 hr
{
    border: 0;
    border-top: 1px solid #eee;
    height: 0px;
    margin: 0 0 5px 0;
    padding: 0;
}

#auto-oglasi table
{
    width: 100%;
}
#auto-oglasi tr:hover
{
    background: #ffefad;
}
#auto-oglasi td
{
    vertical-align: top;
}
#auto-oglasi .first-column
{
    width: 105px;
}
#auto-oglasi img
{
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px;
}


/* caption styling */
.caption-top, .caption-bottom {
    background: #000000;
    color: #ffffff;	
    cursor: default;
    font-size: 12px;	
    padding: 9px;	
    width: 500px;
}
.caption-bottom {
   /*border-top: 1px solid #fff;
   border-bottom: 1px solid #fff;*/
}
.caption a {
    border: 0 none;
    text-decoration: none;
    background: #000000;
    padding: 0.3em;
}
.caption a:hover {
    background: #202020;
}
.caption-wrapper {
    float: left;
}
br.c { clear: left; }


.editor-field 
{
    margin-bottom: 7px;
}
.editor-field textarea 
{
    height: 250px;
    width: 850px;
}
.editor-field .active-days label
{
    margin-right: 8px;
}
input[type="text"].timepicker
{
    width: 36px;
}
input[type="text"].datepicker
{
    width: 70px;
}

.active-days input
{
    display: inline;
}
.active-days label
{
    display: inline;
}

.bus-left-column, .bus-right-column
{
    float: left;
    width: 235px;
}
.bus-left-column input[type="submit"]
{
    margin-left: 20px;
}

#bus-lines h3
{
    margin: 20px 0 10px 0;
}
#bus-lines-list 
{
    list-style: none;
    margin: 0;
    padding: 0;
}
#bus-lines-list li 
{
    margin-bottom: 5px;
    padding: 5px;
}
#bus-lines-list li:hover
{
    background: #ffefad;
}
#bus-lines-list p 
{
    margin: 0;
    padding: 0;
}

.validation-summary-errors
{
    background-color: #cc0a0c;
    color: #fff;
}
.validation-summary-errors ul
{
    list-style-type: square;
    margin: 0 0 10px 20px;
    padding: 5px 5px 5px 5px;
}

/* Custom
-------------------------------------------------------------------------------------------------------------------*/


/* Short article
----------------------------------------------*/
#short-articles
{
    margin-top: 45px;
}

div.short-article
{
    margin: 0 0 25px 0;
    width: 380px;
    height: 100px; 
}

div.short-article a
{
    text-decoration: none;
}

div.short-article a:hover
{
    color: #990000;
}

div.short-article img.article
{
    width: 120px; 
    height: 90px; 
    padding: 3px; 
    border: 1px solid #E7EBF8; 
    float: left;
     margin-right: 10px;
}

div.short-article img.arrow
{
    float: left; 
    margin-right: 5px;
}

div.short-article h3
{

}


/* Header tabs
----------------------------------------------*/

div#tab
{
    width: 950px; 
    text-align: right;
    padding-right: 10px;
}


div#tab a
{
    color: #fff;
    display: inline-block;
    text-decoration: none;
    background-color: #A3AAB1;
    padding: 12px 12px 12px 12px;
    margin-bottom: 0;
    position: relative;
    -moz-border-radius: 0.5em 0.2em 0 0;
    border-radius: 0.5em 0.2em 0 0;
}

div#tab a:hover
{
    background-color: #a70505;
}

#tab img 
{
    position: absolute;
    top: 5px;
    left:5px;
}

div#tab span
{
    margin-left: 32px;
}

div#tab span#optimised
{
    float: left; 
    font-size: 0.8em; 
    margin-top: 15px; 
    margin-left: 5px; 
    color: gray;
}

.paging
{
    height: 40px;
    text-align: right;
}

.paging a:visited
{

}

.paging a
{
    /*color: #C5CACF;
    border: solid 1px #C5CACF;*/
    text-decoration: none;
    color: #333;
    border: solid 1px #C5CACF;
    padding: 5px;
}

#banners
{
    text-align: center;
}

#download #all
{
    padding: 5px; 
    display: block; 
    text-decoration: none; 
    text-align: center; 
    background-color: #B3BECC; 
    color: #fff; 
    margin-top: 10px
}
