/* ------- DEFAULT DECLARATON ------- */
html, body, div, span, applet, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
button, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	line-height: 1.6em;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
ul li {
	list-style: none !important;
	list-style-type: none !important;
	list-style-image: none !important;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	cursor: pointer;
	cursor: hand;
}
/* TYPOGRAPHY - text properties section, please do not use any of them elsewhere */
body {
	font-size: 62.5%; /*default size cca 10px, 62.5 is onec of magic number */
	font-family: Arial, sans-serif;
}
button, button *, textarea {font-family: Arial, sans-serif;} /* Fix IE bug */
#header {font-size: 2.2em;}
#skips {font-size: 1.2em;}
#content {font-size: 1.2em;}  /*normal size for text cca 12px */
#content h1 {font-size: 150%;}
#content h1 b {font-size: 125%}
#content h2 {font-size: 150%;}
#content h3 {font-size: 133.4%;} /* cca 16px */
#content h4 {font-size: 100%;}
#sidebar {font-size: 1.2em;}
#sidebar h3 {font-size: 180%;}
#userBox {font-size: 1.1em;}
ul#menu {font-size: 1.1em;}
#footer {font-size: 1.1em;}
button, input, select, textarea {font-size: 100%;}
/* text-decoration: none/underline */
a {
	text-decoration: underline;
}
#menu a:hover {
	text-decoration: none;
}
ul#menu li a {text-decoration: none;}
/* font-weight: bold/normal */
strong, b,
table th,
button, button span,
#content h1, h2, h3, h4,
form fieldset legend span, form fieldset legend label,
#sidebar form legend span, #sidebar form legend label {font-weight: bold;}
h1, h1 b,
sidebar h3, ul#menu li b {font-weight: normal;}
/* text-transform: uppercase/normal */
/* ... */
/* font-style: italic/normal; */
em {font-style: italic;}
/* ------- COLORS ------- */
/* texty .................... black */
/* odkazy ................... #bb751a */
/* nadpisy, hovery .......... white */
html, body, div, span, applet, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
input,
#header,
ul#menu li a, ul#menu li.selected ul li a,
#sidebar table.calendar a,
form strong {
	color: white;
}
button, button span {color: black;}
#sidebar table.calendar { margin-top: 5px; }
#sidebar table.calendar th.monthSwitch img { color: #bb751a; cursor: pointer; }
#sidebar table.calendar th.monthSwitch { color: #ffffff; vertical-align: top; }
#content h1 b, #content h2 b {color: #c61021;}
a, a span,
ul#menu li b, ul#menu li.selected a, ul#menu li ul li.selected a {color: #fdbc01;}
form input, form textarea {color: #4f555e;}
#sidebar table th {color: #9ea0a4;}
#userBox p,
#content p.switcher * {color: #bababb;}
#content p.switcher b,
#userBox p a span {color: #b2e615;}
/* hovery */
a:hover, a:hover span,
ul#menu li:hover ul li a,
#userBox p a:hover span {color: white;}
ul#menu li a:hover, ul#menu li:hover a,
ul#menu li.selected ul li a:hover, ul#menu li:hover ul li a:hover, ul#menu li:hover ul li.selected a {color: #fdbc01;}
#content p.switcher a:hover {color: #b2e615;}
/* ------- OBECNE DEKLARACE ------- */
html {
	background: #3c3d42 url(/static/css/type-4/basic/html.png) 0 0 repeat-x;
}
body #layout {
	display: block;
	width: 933px;
	background: transparent url(/static/css/type-4/basic/sidebar.png) 0 0 repeat-y;
	position: relative;
	padding-bottom: 20px;
}
hr.separator {
	position: absolute;
	visibility: hidden;
	height: 1px;
	border: 0 none;
}
img {
	display: block;
	margin: 0 auto;
}
img.left,
img[align="left"] {
	float: left;
	margin: 0 10px 5px 0;
}
img.right,
img[align="right"] {
	float: right;
	margin: 0 0 5px 10px;
}
/* formulare */
form {
	/*
	position: relative;
	margin-left: -20px;
	_margin-left: 10px;
	width: 706px;
	*/
	clear: both; /* ! */
	padding-top: 1px; /* ! */
}
form fieldset {
	position: relative;
	/* padding-top: 50px; */
	margin-top: 30px;
	display: block;
	min-height: 90px; /* firefox <= 3.0.11 toto z nejakeho duvodu nechape a ja netusim proc */
	width: 564px;
}
form fieldset legend {
	position: absolute;
}
form fieldset legend span, form fieldset legend label {
	/*background: transparent url(/static/css/type-4/basic/gradient.png) left top no-repeat;*/
	background-color: #424954;
	position: absolute;
	width: 	564px; /* 599 - 2x20 */
	height: 30px;
	line-height: 30px;
	top: -30px;
	left: -20px; 
	padding: 0 20px;
}
form fieldset {
	/*background: transparent url(/static/css/type-4/basic/gradient.png) left bottom no-repeat;*/
	background-color: #424954;
	margin-bottom: 8px;
	padding: 0 20px 5px 20px;
}
form table {
	margin: 0 auto;
}
form table thead tr > :first-child , form table thead tr > :last-child, form table thead tr > * {
	background-color: transparent !important;
	background-image: none;
	line-height: 1.45em;
}
form table tr td, form table tr th {
	border: 0 none;
	padding: 0 10px 1em 0;
	background-color: transparent;
	vertical-align: top;
	width: 50%; /* ! */
}
form table tr th {text-align: right;}
form table tfoot tr td, form table tfoot tr th {
	padding-bottom: 0;
	text-align: right;
}
form label {}
form input, form select, form textarea {
	border: 1px solid white;
	padding: 0 3px;
	margin-right: 5px;
	width: 180px;
}
form input:focus, form select:focus, form textarea:focus {
	border-color: black;
}
form input[readonly="readonly"] {background-color: #e9f0f3;}
form .halfSize {width: 90px;}
form .quarterSize {width: 45px;}
form textarea {
	/*width:*/
}
form textarea.hidden {
	position: absolute;
	top: -999999px;
	left: -999999px;
}
form label input,
form input[type="checkbox"],
form input[type="radio"] {
	width: auto !important;
	border: 0 none !important;
}
form label input,
form input.checkbox,
form input.radio {
	width: auto !important;
	border: 0 none !important;
}
form button, form button span { /* ie6 css */ 
	background-color: transparent;
	line-height: 22px;
	display: block;
	height: 22px;
	outline: 0 none;
	white-space: nowrap;
}
form button { /* ie 6.7 css */
	padding: 0;
	margin: 0;
	border: 0 none;
	width: auto;
	cursor: pointer;
	cursor: hand;
	padding-right: 5px;
	background-position: right -22px;
	overflow: visible;
	display: inline;
}
form button span {
	width: auto;
	/*background: transparent url(/static/css/type-4/basic/button.gif) right 7px no-repeat;*/
	background-color: #B2E50C;
	padding: 0 15px;
}
form p {
	color: #6D6E71;
	position: relative;
	left: -5px;
}
form p a {
	padding: 5px;
	&position: relative;
	&top: 5px;
}
/* seznamy */
ol {
	margin-left: 30px;
}
ul li {
	background: transparent url(/static/css/type-4/basic/li.png) 0 7px no-repeat;
	padding-left: 18px;
	margin-left: 13px;
	&padding-left: 22px;
	&margin-left: 9px;
}
/* tabulky */
table {
	border-collapse: collapse;
}
table caption {
	white-space: nowrap; /* ! */
}
table tr td, table tr th {
	border: 1px solid #3b424c;
	padding: 3px 5px;
	vertical-align: top;
}
table tr th {
	background-color: #3b424c;
}
table thead tr>* {
	border: 0 none !important; /* ten important tam musi byt kvuli IE7 */
	line-height: 33px;
	text-align: center;
}
table thead tr>*:first-child {background: #3b424c url(/static/css/type-1/basic/table.png) left top no-repeat;}
table thead tr>*:last-child {background: #3b424c url(/static/css/type-1/basic/table.png) right top no-repeat;}
table tfoot tr td, table tfoot tr th {
	text-align: right;
} 
/* vsehochut */
.text-right {text-align: right;}
.text-left {text-align: left;}
.text-center {text-align: center;}
/* ROZVRZENI STRANKY */
#header { /*ie6 css*/
	display: block;
	position: relative;
	height: 206px;
	width: 915px;
	/*margin-top: 49px;*/
	background: #2c2d31 url(/static/css/type-4/basic/header.png) left top no-repeat;
	z-index: 10;
}
#header a,
#header a span {
	width: 150px;
	height: 109px;
}
#header a {
	position: absolute;
	z-index: 30;
	top: 21px;
	left: 40px;
}
#header a img {
	position: absolute;
	z-index: 10;
	top: -2000px;
}
#header a span {
	position: absolute;
	background: transparent url(/static/css/type-4/basic/logo.png) 0 0 no-repeat;
	z-index: 30;
	left: 0;
	top: 0;
}
#skips {
	position: absolute;
	top: 75px;
	left: 280px;
}
#skips a {
	position: relative;
	z-index: 1;
	background-color: #48515d;
	padding: 3px 5px;
	display: block;
}
#skips a:focus {
	z-index: 1010;
}
#content {
	float: right;
	width: 600px;
	margin: 40px 30px 0px 50px; /* ie6 css */
}
#content p, #sidebar p,
#content h1, #content h2 {
	padding-bottom: 1em;
}
#content p.more, #sidebar p.more {
	background: transparent url(/static/css/type-4/basic/iconext.png) right 0 no-repeat;
	display: inline;
}
#content p.more a, #sidebar p.more a {
	padding: 2px 25px 2px 0;
}
#content p.more.right, #sidebar p.more.right {
	float: right;
	clear: both;
}
#content hr, #sidebar hr {
	background: #3b424c url('/static/css/type-4/basic/hr-sidebar.gif') 0 0 repeat-x;
	border: 0 none;
	height: 3px;
	margin: 10px 0;
	clear: both;
}
#content hr {
	background-image: url('/static/css/type-4/basic/hr-content.gif');
	margin: 5px 0;
}
#content #errorMessage,
#content .message,
#content .error {
	background-color: #FAC505;
	color: black;
	clear: both;
	display: block;
	padding: 10px;
	margin-bottom: 1em;
	font-weight: bold;
}
#content #errorMessage #errorCode {
	display: none;
}
#content p.switcher {
	clear: both;
	display: block;
	text-align: center;
	position: relative;
	padding-bottom: 0;
	margin: 15px 0;
	zoom: 1; /* @fixfor: IE6 (jinak pozicuje z leva podle prvního vycentrovaného znaku)*/
/* 	float: right; */
	overflow: hidden;
}
#content p.switcher a,
#content p.switcher b {
	zoom: 1;
	line-height: 35px;
	text-decoration: none;
	border-left: 1px solid #b1b1b2;
}
#content p.switcher *.first,
#content p.switcher *:first-child {
	border-left: 0 none;
}
#content p.switcher a.prev, #content p.switcher a.next {
	position: absolute;
	background: transparent url(/static/css/type-4/basic/ico-next.png) right 0 no-repeat;
	border-left: 0 none;
}
#content p.switcher a.prev {
	background-image: url(/static/css/type-4/basic/ico-prev.png);
	background-position: 0 0;
	left: 0;
	padding-left: 30px;
}
#content p.switcher a.next {
	right: 0;
	padding-right: 30px;
}
#content p.switcher b {
	vertical-align: bottom;
	font-weight: bold;
}
#content p.switcher a, #content p.switcher b {
	padding: 0 0.5em;
}
#content p.switcher span.separator {
	color: #9da1a4;
}
/* veliky nahled na fotky, produkty, etc. */
#content #fullPhoto {
	float: left;
}
#content #fullPhoto a, #content #fullPhoto a span {
	/* background: transparent url(/static/css/type-4/basic/gradient.png) -1139px 0 no-repeat;
	width: 404px; */
}
#content #fullPhoto a {
	float: left;
	margin-right: 10px;
	margin-top: 7px;
	/*padding-top: 8px;
	margin: 0 5px 8px 0;*/
	/* border: 1px solid green; */
}
#content #fullPhoto a span {
	background-position: -1139px bottom;
	/* padding-bottom: 8px;
	height: 268px; */
	display: table-cell;
	vertical-align: middle;
	_display: block;
	/* border: 1px solid gold; */
}
#content #fullPhoto a span img {
	width: 300px;
	margin: 0;
	/* border: 1px solid gray; */
}
/* pomocny panylek */
#sidebar {
	background: #2D2E32 url(/static/css/type-4/basic/sidebar-grad.png) 0 0 repeat-x;
	width: 221px; /* 251 - 2xpadding */
	min-height: 200px;
	padding: 45px 15px 10px;
	overflow: hidden;
	margin-bottom: -160px;
	&margin-bottom: -80px;
}
#sidebar form fieldset legend span, #sidebar form fieldset legend label {width: 180px;}
#sidebar form input, #sidebar form select, #sidebar form textarea {width: 110px;}
#sidebar form label input {width: auto;}
#sidebar form fieldset {background-position: -599px bottom;}
#sidebar form fieldset legend span, #sidebar form fieldset legend label {background-position: -599px 0;}
#sidebar form {
	/* background: transparent url(/static/css/type-4/basic/sidebar-form.gif) 0 0 no-repeat; */
	width: 220px;
	/* height: 17px; */
	margin: 0 auto;
	overflow: hidden;
/*	padding-top: 33px;*/
}
#sidebar form.legend { /* pouziva se pro formy jenz maji nejaky ten popisek */
	padding-top: 5px;
	height: 30px;
}
#sidebar form.legend fieldset legend {
	padding-bottom: 3px;
}
form strong {
	background-color: transparent;
	color: #FAC505;
	clear: both;
	display: block;
	z-index: 1001;
	position: relative;
	padding: 0 5px;
}
#sidebar div h4 {font-size: 160%; font-weight: normal;}
#sidebar div#newie_1 h4 * {color: #f6c602;}
#sidebar div#newie_2 h4 * {color: #b2e615;}
#sidebar div#newie_3 h4 * {color: #3bebf8;}
#sidebar div#newie_4 h4 * {color: #FC6701;}
#sidebar div h4 a {text-decoration: none; line-height: 1.1em; display: block; margin-bottom: 5px;}
#sidebar div p {color: #d1d1d1;}
.newie {clear: both;}
.newie p.newie_more a ,
#sidebar div p a {
	background: transparent url('/static/css/type-4/basic/more.gif') left 4px no-repeat;
	padding-left: 12px;
	text-decoration: none;
}
#sidebar div#newie_2 p a {background-position: left -46px; color: #b2e615;}
#sidebar div#newie_3 p a {background-position: left -96px; color: #4de4ff;}
#layout #sidebar div a:hover {color: white;}
#userBox {
	position: absolute;
	right: 15px;
	width: 184px;
	top: 50px;
	z-index: 1200;
	display: block;
}
#userBox #auction_loginBtn {
	background: transparent url('/static/css/type-4/page/auction-login.png') left top no-repeat;
	width: 184px;
	height: 34px;
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
}
#userBox #auction_loginBtn span {
	visibility: hidden;
}
#userBox p {margin-bottom: 2px;}
#userBox p strong {
	display: block;
	font-size: 120%;
}
#userBox #userBox_menu {zoom: 1;}
#userBox #userBox_menu a {
	text-decoration: none;
	padding-right: 8px;
	margin-right: 5px;
	padding-bottom: 2px;
}
#userBox #userBox_menu a#userBox_menu_list {
	display: block;
	font-size: 110%;
}
#userBox a:hover {color: white;}
#userBox #userBox_menu a#userBox_menu_setting {border-right: 1px solid #85868a;}
#userBox #userBox_menu a#userBox_menu_lastBid {
	display: block;
	position: relative;
	margin-top: 5px;
	&margin-top: 8px;
	font-size: 110%;
	clear: both;
}
#userBox #userBox_menu a#userBox_menu_lastBid span {color: #F6C602;}
#userBox #userBox_menu a#userBox_menu_lastBid:hover span {color: white;}
p#breadcrumb {
	position: absolute;
	top: 282px;
	left: 298px;
}
p#breadcrumb a, p#breadcrumb b {
	margin-left: 5px;
	margin-right: 5px;
}
/* menicko */
ul#menu {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1105;
}
/* 1st level */
ul#menu li {
	float: left;
	padding: 13px 40px 5px;
	background: transparent url(/static/css/type-4/basic/menu-border.gif) left 16px no-repeat;
	position: relative;
	z-index: 1115;
}
ul#menu>li {
	border-top: 4px solid transparent;
}
ul#menu>li.selected,
ul#menu>li:hover {
	border-top-color: #9f0030;
}
ul#menu li a span {display: none;}
ul#menu > li:first-child {
	background-image: none;
}
ul#menu li a:hover {
}
/* 2nd level */
ul#menu li * {zoom: 1;}
ul#menu li ul {
	display: none;
	position: absolute;
	top: 36px;
	left: 0;
	/* background: transparent url(/static/css/type-4/basic/menu2bottom.png) 0 bottom no-repeat; */
	background-position: -316px bottom;
	padding-bottom: 6px;
	z-index: 1100;
	width: 158px;
}
ul#menu li:hover ul {
	display: block;
}
ul#menu li ul li, ul#menu li ul li a {
	display: block;
	float: none;
	/*overflow: hidden;*/
}
ul#menu li ul li {
	/* background: transparent url(/static/css/type-4/basic/menu2border-hover.png) 0 0 no-repeat; */
	background-position: -158px 0;
	padding: 4px 7px 1px 7px;
}
ul#menu li ul li:first-child {
	padding-top: 19px;
	/* background: transparent url(/static/css/type-4/basic/menu2top-hover.png) 0 0 no-repeat; */
	background-position: 0 0;
}
ul#menu li ul li a, ul#menu li.selected ul li a,
ul#menu li.selected ul li b, ul#menu li ul li.selected b {
	position: relative;
	padding-top: 0;
	padding-left: 21px;
	/* background: #3b424c url(/static/css/type-4/basic/menu2border.gif) 0 1px no-repeat; */
	background-position: -482px -3px;
	top: -2px;
	float: none;
	position: static;
	text-align: left;
	line-height: 1.45em;
}
ul#menu li.selected ul li b, ul#menu li ul li.selected b,
ul#menu li ul li.selected a {
	background: transparent none 0 0 no-repeat;
}
ul#menu li ul li a:hover, ul#menu li.selected ul li b {
	background-image: none;
	/* background-position: -474px 0; */
	margin-left: 21px;
	padding-left: 0;
}
/* 3rd level */
ul#menu li ul li ul {
	visibility: hidden !important;
	left: 156px;
	top: 0;
}
ul#menu li ul li:first-child ul {
	top: 15px;
}
ul#menu li ul li:hover ul {
	visibility: visible !important;
}
ul#menu li ul li ul li:first-child {
	background-position: -632px 0;
	padding-top: 6px;
}
/* malinko menicko predelame */
ul#menu {position: static;}
ul#menu li#menu_home,
ul#menu li#menu_iea {
	position: absolute;
	left: 250px;
	top: 70px;
	padding: 0;
	background-image: none;
	border: 0 none;
}
ul#menu li#menu_home {
	top: 50px;
	background: transparent url('/static/css/type-4/basic/bck-to-hp.gif') left center no-repeat;
	padding-left: 15px;
	margin-left: 5px;
}
#footer {
	clear: both;
	display: block;
	width: 590px; /* 632px - padding-right */
	margin-left: 303px;
	background: transparent url(/static/css/type-4/basic/footer.png) 0 10px repeat-x;
	padding-top: 20px;
	padding-right: 14px;
	text-align: right;
}
#footer #footer_menu {
	margin-bottom: 15px;
	position: relative;
	left: 18px;
}
#footer #sponsors {
	width: 618px;
	overflow: hidden;
	zoom: 1;
}
#footer #sponsors a img {
	float: left;
	margin: 0;
}
#footer #sponsors span#sponsors_firstLine {
	/*position: relative;
	left: -3px;*/
}
#footer #sponsors span#sponsors_firstLine a img { margin: 0 14px 0 0; }
#footer #sponsors span#sponsors_firstLine a.last img { margin-right: 0; }
#footer #sponsors span#sponsors_secondLine a img {margin: 6px 22px 0 0;}
#footer #sponsors span#sponsors_secondLine a.last img { margin-right: 0; }
#footer #sponsors span#sponsors_thirdLine a img {margin: 9px 4px 0 0;}
#footer #sponsors span#sponsors_thirdLine a.last img { margin-right: 0; }
#footer p {color: #6d6e71;}
#footer p a {
	color: #b2e615;
	padding: 0 5px;
	text-decoration: none;
}
#footer p a:hover {color: white;}
#footer p#sponsors a {padding: 0;}
/* seznamy - boxy */
.list div, .list div h3 {
	/*background: #424954 url(/static/css/type-4/basic/gradient.png) -819px top no-repeat;*/
	background-color: #424954;
}
.list div {
	float: left;
	background-position: -819px bottom;
	padding-bottom: 10px;
	margin: 0 10px 10px 0;
	width: 120px;
}
.list div h3, .list div p {
	padding-left: 10px;
	padding-right: 10px;
}
.list div h3 {
	padding-top: 10px;
}
.list div h3 a span {
	overflow: hidden;
	width: 100px;
	height: 75px;
	text-align: center;
	display: block;
}
/*
 2010-05-24
*/
#sidebar #newie_more
{ display: block
; text-align: right
}
/*
 - 2010-06-01
#sidebar #newie_more a
{ background-image: url("/static/css/type-4/basic/gold-right-arrow.png")
; background-repeat: no-repeat
; font-size: 10pt
; text-decoration: none
; color: #4de4ff
; letter-spacing: 1px
; display: block
; position: relative
; height: 26px
; line-height: 26px
}
#sidebar #newie_more a span
{ display: block
; position: absolute
; top: 0
; right: 0
; width: 100%
; height: 100%
; background-image: url("/static/css/type-4/basic/odkazy.gif")
; background-repeat: no-repeat
; background-position: 70px -50px
; background-color: #2d2e32
}
#sidebar #newie_more a:hover span
{ background-position: 70px -21px
}
 - 2010-06-01
*/
.fancy_link
{ background-image: url("/static/css/type-4/basic/gold-right-arrow.png")
; _background-image: url("/static/css/type-4/basic/gold-right-arrow.gif")
; background-repeat: no-repeat
; background-position: left center
; padding-left: 17px
; font-size: 1.2em
; font-weight: normal
; text-decoration: none
; color: #4DE4FF
; line-height: 26px
; height: 26px
}
p#nextAuction a:hover ,
.fancy_link:hover
{ color: #fff
}
#auctionMenu
{ position: relative
; z-index: 1000
; zoom: 1
}
#auctionMenu_allPhoto ,
#auctionMenu_topPhoto
{ position: absolute
; bottom: 0
}
#auctionMenu_allPhoto { left: 0 }
#auctionMenu_topPhoto { right: 0 }

