/*
--------------------------------------------------------------------------------------------
1. DEFAULT ELEMENTI
--------------------------------------------------------------------------------------------
*/
html, body, div, span, form, textarea, input, img, label, table, tr, td, p, hr, h1, h2, h3, h4, h5, ul, li, dl, dt, dd{ 
  margin: 0;
  padding: 0;
  border: none;
}
body{
  color: #fff;
  background: #111 url('../images/background_repeat.gif');
  font-family: Arial, Georgia, 'Trebuchet MS', Verdana, 'Times New Roman';
  font-size: 11px;
  line-height: 1.6em;
}

h1{
  font-family: Georgia;
  font-size: 2.0em;
  font-weight: normal;
  padding-bottom: 14px;
  line-height: 1.1em;
}
#column h1{padding-bottom:8px}
h2{
  font-family: 'Trebuchet MS';
  font-size: 1.1em;
  font-weight: bold;
  padding-bottom: 18px;
}
h2.padding_big{padding-bottom:40px}
h2.box_gray, h2.box_white{
  float: left;
  color: #000;
  background-color: #ba8601;
  padding: 5px 15px;
  margin-bottom: 12px;
}
h2.box_white{background-color:#fff}
h2.subtitle{font-size: 1.5em;}
h3{
  color: #000;
  font-size: 1.3em;
  font-weight: bold;
  padding-bottom: 12px;
}

a{
  color: #ba8601;
  text-decoration: none;
}
a.active, a:hover, a:focus{
  color: #ba8601;
  text-decoration: underline;
}
a.box{
  padding: 3px 6px;
  border: 1px solid #ba8601;
  font-size: 1.1em;
}
a.box:hover, a.box:focus{
  color: #000;
  background-color: #ba8601;
  text-decoration: none;
}
a.box_active{
  color: #000;
  padding: 3px 6px;
  border: 1px solid #ba8601;
  font-size: 1.1em;
  background-color: #ba8601;
}
a.box_active:hover, a.box_active:focus{
  color: #000;
  background-color: #ba8601;
  text-decoration: none;
}
em{
  color: #ba8601;
  font-style: normal;
}
big{font-size:1.2em}
small{font-size:0.9em}

p{padding-bottom:18px;line-height:1.6em}
p.align_r{text-align:right}
p.align_c{text-align:center}
.float_l{float:left}
#content .float_l{width:45%;padding-right:5%}
.float_r{float:right;text-align:right;}
#text_menu{color:#FFFFFF;}
.padding_none{padding:0}
.padding_small{padding-bottom:8px}
.padding_big{padding-bottom:30px}
.padding_l{padding-left:20px}
.justify{text-align:justify}

hr{
  border-top: 0;
  border-bottom: 1px solid #353535;
  margin-bottom: 15px;
}

ul{list-style-image:none;list-style:none}
#content ul{list-style-type:circle;padding:0 0 18px 40px}

img.image, img.image_l, img.image_r{background-color:#000;border:1px solid #9f7302;padding:2px;margin:0 2px 1px 0}
img.image_l{float:left;margin-right:10px}
img.image_r{float:right;margin-left:10px}
a:hover img.image, a:focus img.image, a:hover img.image_l, a:focus img.image_l, a:hover img.image_r, a:focus img.image_r{
  border-color: #000;
}

.clear{clear:both;width:100%;height:1px}



/*
-------------------------------------------------------------------------------------------
2. STRUKTURA STRANICE - WRAPPERI I CONTAINERI
-------------------------------------------------------------------------------------------
*/
#wrapper{
  width: 100%;
  min-width: 960px;
  background: url('../images/background_top.gif') repeat-x;
}
#container{
  width: 960px;
  margin: 0 auto;
}




/*
-------------------------------------------------------------------------------------------
3. HEADER STRANICE
-------------------------------------------------------------------------------------------
*/
#header{
  color: #000;
  background-color: #fff;
  height: 105px;
  padding: 15px 20px 0;
}
#header h1 a{
  display: block;
  float: left;
	background: url('../images/timelineauctions_logotip.gif') center left no-repeat;
	width: 220px;
	height: 85px;
	text-indent: -9999px;
}
#header p{
  padding-bottom: 3px;
}

#header_nav{margin-top:0px;}

.header_nav, .header_nav_active{
  font-family: 'Trebuchet MS';
  font-size: 1.2em;
  font-weight: bold;
	
	}
.header_nav{

}
.header_nav_active{
color:#000;
}


/*
-------------------------------------------------------------------------------------------
4. SREDINA STRANICE - MAIN, CONTENT
-------------------------------------------------------------------------------------------
*/
#main{
  padding: 15px 25px 15px;
}
#content{
  float: left;
  width: 620px;
}

#main_padding{
  padding: 30px 0;
}
.box_main_img{
  width:590px;
  height: 108px;
  background-color: #000;
  background-repeat: none;
  padding-top: 152px;
  font-size: 1.3em;
  text-align: right;
  overflow: hidden;
}
.box_main_img p{
  padding: 0 20px 5px 0;
}
.box_main_text{
  height: 70px;
  padding: 25px 20px 0;
  background: url('../images/box_main_text.png');
}
.box_main_text p{padding:0}


.box_left{
  float: left;
  width: 262px;
  border-right: 1px solid #353535;
  padding: 0 20px;
}


.box_img{
  float: left;
  /* width: 130px; */
  padding-right: 15px;
  text-align: center;
}

.box_img_small{
  width: 250px; 
  padding-right: 40px;
  text-align: left;
}

.box_text{
  float: left;
  width: 445px;
  padding-bottom: 10px;
}

.box_text_small{
    padding-bottom: 10px;
    padding-right: 40px;
    width:250px
}


.box_border{
  border: 1px solid #353535;
  padding: 18px 20px;
  margin-bottom: 14px;
}
.box_border p{padding:0}


a.pdf{
  display: block;
  height: 30px;
  background: url('../images/icons/pdf.png') no-repeat;
  padding: 12px 0 0 45px;
  margin-bottom: 10px;
}



/*
-------------------------------------------------------------------------------------------
5. DESNI STUPAC - COLUMN, NAVIGATION
-------------------------------------------------------------------------------------------
*/
#column{
  float: left;
  width: 290px;
}






/*
-------------------------------------------------------------------------------------------
6. FOOTER
-------------------------------------------------------------------------------------------
*/
#footer{
  height: 70px;
  background-color: #ba8601;
  padding: 25px 30px 0;
}
#footer p{
  padding-bottom: 8px;
}
#footer a{
  color: #fff;
}






/*
-------------------------------------------------------------------------------------------
7.1. OSTALI ELEMENTI STRANICE - TEXT, BUTTON...
-------------------------------------------------------------------------------------------
*/
#main form label.float_l{
  display: block;
  float: left;
  width: 70px;
  padding: 2px 10px 0 0;
  text-align: right;
  line-height: 1.8em;
}
fieldset{
  border: 1px solid #BA8601;
  padding: 10px 18px;
  margin-bottom: 18px;
}
fieldset legend{
  color: #BA8601;
  font: 1.2em 'Trebuchet MS';
  font-weight: bold;
  padding: 0 5px;
}
.text{
  color: #000;
  background-color: #ccc;
  border: 1px solid #000;
  font-size: 1.0em;
  padding: 5px;
}
.button{
  width: 78px;
  height: 25px;
  color: #fff;
  background-color: #966c00;
  border: 1px solid #000;
  font-size: 1.0em;
  font-weight: bold;
  padding-bottom: 2px;
  cursor: pointer;
}



/*
-------------------------------------------------------------------------------------------
7.2. OSTALI ELEMENTI STRANICE - PORUKE
-------------------------------------------------------------------------------------------
*/
p.ok{
  color: #000;
  background: #e5fcd9 url('../images/icons/message_ok.gif') 10px center no-repeat;
  border: 1px solid #67C058;
  padding: 8px 10px 8px 42px;
  margin-bottom: 18px;
}
p.error{
  color: #000;
  background: #fceae3 url('../images/icons/message_error.gif') 10px center no-repeat;
  border: 1px solid #E3775B;
  padding: 8px 10px 8px 42px;
  margin-bottom: 18px;
}
p.help{
  color: #000;
  background: #e8f1fc url('../images/icons/message_help.gif') 10px center no-repeat;
  border: 1px solid #73A9E3;
  padding: 8px 10px 8px 42px;
  margin-bottom: 18px;
}

.box_img_small_back{
  float: left;
  width: 300px;
  height: 150px;
  background-repeat: no-repeat;
  background-position:center;
  margin:4px;
  border:1px solid #9f7302;
  background-color:#000;
}

.box_img_small_grid{
  display: block;
  width: 300px;
  height: 150px;
  text-align:center;

}
.box_img_small_grid p{
  visibility: hidden;
  padding:10px;
}

.box_img_small_grid:hover{
  background-color: #000;
  display: block;
}
.box_img_small_grid:hover p{
  visibility: visible;
}

.list_view, .grid_view, .list_view_active, .grid_view_active, .filter_view{
  font-size:16px;
  height:22px;
  background-repeat:no-repeat;
  border:0px;
  text-align:right;
  cursor:pointer;
  clear:both;
  padding-bottom:-1px;
  background-color:transparent;
  padding-bottom:2px;
}

.filter_view{
  background-image:url(../images/filter_view.gif);
  color:#BA8601;
  padding-left:16px;
  width:56px;
}

.list_view, .list_view_active {width:42px;}
.grid_view, .grid_view_active {width:49px;}

.list_view{
  background-image:url(../images/list_view.gif);
  color:#BA8601;
}

.grid_view{
  background-image:url(../images/grid_view.gif);
  color:#BA8601;
}

.list_view_active{
  background-image:url(../images/list_view_active.gif);
  color:#fff;
}

.grid_view_active{
  background-image:url(../images/grid_view_active.gif);
  color:#fff;
}

#range_low, #range_high{
  border:1px solid #3F2E00;
  color:#BA8601; 
  font-weight:bold; 
  background-color:#000;
  text-align:left;
}

#itemsperpage{
  border:1px solid #3F2E00;
  color:#BA8601; 
  font-weight:normal; 
  background-color:#000;
  text-align:left;
  padding:0px;
  margin-left:15px;
}

#slider.box_border em{
  font-size:14px;
}