
/* ==== Scroll down to find where to put your styles :) ==== */

/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #666; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

/*
    // ========================================== \\
   ||                                              ||
   ||               Your styles !                  ||
   ||                                              ||
    \\ ========================================== //
*/

html, body {
	height: 100%;
	font: 14px Helvetica, Arial, sans-serif;;
	color: #000;
	background: #4396cc;
}
h1 {
	font-size: 18px;
	margin-bottom: 10px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
#container {
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	width: 1000px;
	margin: 0 auto;
	position: relative;
	background: #D3D9DF;
	box-shadow: 0 0 2px #7abce0;
}
#header, #flash {
	height:134px;
	width:1000px;
	background: #182849;
}
#menu {
	height: 50px;
	background: url(../img/menu.png);
}

#menu a {
	line-height: 50px;
	color: #fff;
	text-decoration: none;
	font-style: italic;
	font-size: 16px;
	display: block;
	float: left;
	padding: 0 10px;
	/*margin: 0 5px;
	padding: 0 5px;*/
	border-right: 1px solid #0e3c91;
	text-align: center;
}
#menu a.dbl {
	line-height: 20px;
	padding: 5px 10px;
}

#menu a:hover {
	opacity: .8;
}

#login {
	width: 250px;
	float: right;
}

#login a {
	float: right;
	border: 0;
	border-left: 1px solid #0e3c91;
}

#content {
	padding: 20px 10px 100px 10px;
	text-align: justify;
}

#col-a {
	float: left;
	width: 150px;
}

#col-b {
	float: left;
	width: 660px;
	padding: 0 10px;
}
#col-c {
	float: right;
	width: 150px;
}
.box, .box-h {
	padding: 10px;
	background: #b4b9be;
	margin-bottom: 10px;
	position: relative;
}
.box {

}
.box-h h1 {
	margin: 0;
}
.box a {
	color: #fff;
	text-decoration: underline;
}
.rate {
	font-size: small;
	text-align: center;
	float: right;
	width: 120px;
	height: 60px;
	position: absolute;
	top: 10px;
	right: 10px;
}
.owner {
	font-size: small;
	text-align: right;
	width: 250px;
	position: absolute;
	right: 10px;
	top: 125px;
}
.stars {
	padding-top: 5px;
}

.left {
	float: left;
	width: 250px;
}

.plus, .minus {
	font-size: small;
	padding: 5px 0;
	list-style: none;
	margin-left: 10px;
}

.plus li {
	background: url(../img/add.png) 0 50% no-repeat;
	padding-left: 24px;
}
.minus li {
	background: url(../img/delete.png) 0 50% no-repeat;
	padding-left: 24px;
}
.spacer {
	height: 5px;
	background: #D3D9DF;
	margin-bottom: 10px;
}
.but, .but-f, .but2 {
	display: block;
	min-width: 110px;
	line-height: 31px;
	height: 31px;
	background: url(../img/menu.png);
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #fff !important;
	text-align: center;
	margin: 0 auto;
	text-decoration: none !important;
}
.but2 {
	background: url(../img/menu2.png);
	float: left;
	padding: 0 10px;
	margin-right: 10px;
	margin-top: 5px;
}
#search .add3 {
	position: absolute;
	top:10px;
	right:10px;
	margin:0;
}
.add2 {
	position: absolute;
	top:6px;
	right:10px;
	margin:0;
}
input.but2 {
	border:0;
	margin:0;
}
.but-f {
	margin: 0;
	border: 0;
	padding: 0;
	width: 120px;
}
.add {
	width: 120px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.addx {
	bottom:5px;
}
.details {
	padding-right: 140px;
	min-height: 100px;
}
.details h2 {
	font-size: 20px;
	text-transform: uppercase;
}
.details img {
	float: left;
	margin-right: 10px;
}
.dotss {
	float: left;
}

.butp, .butm, .butd {
	cursor: pointer;
}
#search {
	padding-top: 14px;
}
#search .text {
	width: 220px;
}
#search div {
	width: 250px;
	float: left;
}
#search .last {
	width: 120px;
	padding-top: 26px;
}
.opinion .left {
	width: auto;
	padding: 0;
	padding-right: 10px;
	padding-top:6px;
}
.opinion-big {
	display: none;
}
#photo {

}
#photo img {
	margin-top: 5px;
}

.uflogo object {
	position: absolute;
	top: 0;
	left: 0;
}
.uflogo {
	height: 100px;
	width: 100px;
	position: absolute;
	top: 0;
	left: 0;
	z-index:666;
	cursor: pointer;
}
#clogo {
	position: relative;
	width: 100px;
	height: 100px;
	margin-top: 5px;
}
#clogo #image_main {
	position: absolute;
	top: 0;
	left: 0;
}
.clogo {
	position: relative;
	width: 100px;
	height: 100px;
	margin-top: 5px;
	margin-right: 10px;
	float: left;
}
.clogo .im {
	position: absolute;
	top: 0;
	left: 0;
}
.uploadifyQueue {
	position: fixed !important;
	top: 15px;
	right: 15px;
}
.image {
	width:120px;
	height:120px;
	background: #fff;
	float: left;
	margin: 4px;
	position: relative;
}
.dela {
	position: absolute;
	display: block;
	height: 16px;
	width: 16px;
	top: 5px;
	right: 5px;
}
.image-owner {
	font-size: 9px;
	line-height: 15px;
}
#footer {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 112px;
}
#footer p {
	text-align: center;
	font-weight: 12px;
}
#footer .small {
	font-size: 8px;
	text-align: justify;
	padding: 5px;
}
.fb-like {
	margin-left: 10px;
	margin-top: 10px;
}
.left {float:left;}
.right {float: right;}
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


#adKontekst_0 iframe {
	margin: 0 auto !important;
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}