/*
--------------------------------------------------------------------------------------------
1. DEFAULT ELEMENTI - HTML, BODY, H1, H2, P...
--------------------------------------------------------------------------------------------
*/
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;
  text-decoration: none !important;
}
body{
  color: #000;
  background-color: #fff;
  font-family: 'Trebuchet MS';
  font-size: 17px;
  line-height: 1.6em;
}

h1{
  font-family: 'Trebuchet MS';
  font-size: 2.0em;
  font-weight: normal;
  padding-bottom: 14px;
  line-height: 1.1em;
}
h2{
  font-family: 'Trebuchet MS';
  font-size: 1.1em;
  font-weight: bold;
  padding-bottom: 18px;
}
h2.padding_big{padding-bottom:40px}
h3{
  font-size: 1.3em;
  font-weight: bold;
  padding-bottom: 12px;
}

a{
  color: #000;
  text-decoration: none !important;
}

em{
  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}
.float_r{float:right}
.padding_none{padding:0}
.padding_small{padding-bottom:8px}
.padding_big{padding-bottom:30px}
.justify{text-align:justify}

hr{
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc;
  margin-bottom: 14px;
}

ul{list-style-type:circle;padding:0 0 18px 40px}

img.image, img.image_l, img.image_r{padding:3px;margin:0 5px 5px 0}
img.image_l{float:left;margin-right:10px}
img.image_r{float:right;margin-left:10px}

.clear{clear:both;width:100%;height:1px}



/*
-------------------------------------------------------------------------------------------
2. OSTALI ELEMENTI STRANICE - SAKRIVENO
-------------------------------------------------------------------------------------------
*/
#header{
  display: none;
}
#footer{
  display: none;
}

#column{
  display: none;
}

form{
  display: none;
}
#auction_details{
	display:none;
}
#bid_now{
	display:none;
}
#buy_now{
	display:none;
}
#image{
	max-width:300px !important;
}
#description{
	max-width:600px !important;
}
#nav_up{
	display:none !important;
}
#nav_down{
	display:none !important;
}
#lot{
	width:700px;
}
#lot_jump{
	display:none;
}
#lot_estimate{
	margin-left:30px;
	max-width:350px;
}
.container{
	padding:10;margin:0;
	max-width:600px !important;
}
#content{
	padding:0;margin:0;
	max-width:500px !important;
}
#video1{
	display:none !important;
}
#video2{
	display:none !important;
}
#video3{
	display:none !important;
}
#provenance_pedigree{font-size:17px !important;}
#published{font-size:17px !important;}
#references{font-size:17px !important;}
#comments_notes{font-size:17px !important;}
