* {margin: 0; padding: 0; border: none;}

body 
{
	font-family: "Arial CE", "Helvetica CE", Arial, lucida, sans-serif;
	font-size: 12px; color: #000000; height: 100%;
	background-color: #6b6b6b;
	background-image: url(../i/bg.gif);
	background-position: top center;
	background-repeat: repeat-y;
	margin: 0; padding: 0; 
}
h1 
{
	color: #f26901; background-color: transparent;
	font-size: 20px; font-weight: normal;
	margin: 0 0 8px 0;
}
h2 
{	
	color: #329bcd; background-color: transparent;
	font-size: 16px; font-weight: bold;
	margin: 0 0 6px 0;
}
h2.itemspreview-heading
{
    color: #ff5a00;
    margin-bottom: 5px;
}
h3 
{	
	color: #555555; background-color: transparent;
	font-size: 11px; font-weight: bold;
	margin: 0 0 5px 0;
}
p {margin: 0 0 10px 0; text-align: left;}

a {text-decoration: underline; color: #ff5a00; background-color: transparent;}
a:hover {color: #ff9922; background-color: transparent;}

img {margin: 0; padding: 0;}
td {vertical-align: top;}
ul
{ 
	list-style-image: url("../i/li.gif");
	padding: 0 0 0 0;
	margin: 0 0 10px 25px;
}
li
{
	padding: 1px 0;
}
li.important
{
	padding: 6px 0;
}
ol
{
    margin: 0 0 0 30px;
}
ol li
{
    margin: 0 0 8px 0;
}

input 
{
	font-family: Verdana, "Arial CE", "Helvetica CE", Arial, lucida, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 2px 2px;
	margin: 0;
	border: 1px solid #888888;
}
.checkbox input
{
	margin-right: 5px;
	border: none;
}

input.logininput, input.searchinput
{
	width: 150px; height: 19px;
	padding: 0; margin: 0;
	background-color: Transparent;
	border: none;
}
.logininput-box, .searchinput-box
{
	width: 161px; height: 23px;
	background-position: center left;
	background-repeat: no-repeat;
}
.logininput-box {background-image: url(../i/logininput.gif);}
.searchinput-box {background-image: url(../i/searchinput.gif); width: 101px;}

.logininput-content, .searchinput-content
{
	padding: 2px 5px;
	_padding-top: 2px; /* fixes IE 6 padding bug */
}

span.expandcollapse {color: #ff5a00; text-decoration: none; cursor: pointer; cursor: hand;}
span.expandcollapse:hover {text-decoration: underline;}

textarea 
{
	font-size: 11px;
	color: #000000;
	padding: 2px 2px;
	margin: 0 15px 0 0;
	border: 1px solid #CCCCCC;
}

select 
{
	font-size: 11px;
	color: #000000;
	margin: 0px 15px 0 0;
	padding: 1px;
	border: 1px solid #CCCCCC;
}

option {padding: 1px 5px 0 2px;}

.hidden {visibility: hidden;}
.left {text-align: left;}
.center {text-align: center;}
.right {text-align: right;}
.fleft {float: left;}
.fright {float: right;}
.vtop {vertical-align: top;}
.vmiddle {vertical-align: middle;}
.vbottom {vertical-align: bottom;}
.strong {font-weight: bold;}
.clear {clear: both;}
.shaded {color: #BBBBBB;}
.hand {cursor: pointer; cursor: hand;}
.displaynone {display: none;}


/* ------------------------------------------------------------------------------------------- */
/* BASIC TABLE (in rules) */
/* ------------------------------------------------------------------------------------------- */
.basictable 
{
	border-collapse: collapse;
	width: 100%;
	margin: 5px 0 10px 0;
	color: #555555;  
	padding: 5px 5px;
}
.basictable td 
{
	vertical-align: middle;
	padding: 2px 3px;
}
.basictable .label
{
	width: 140px;
	color: #444444;
	font-weight: bold;
	white-space: nowrap;
}
.basictable .value
{
}
.basictable .buttons, .basictable .specialrow
{
	padding: 10px 5px 0 5px;
}
.basictable .notice
{
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #ff0000;
	padding: 10px 0 0 0;
}

.noticesuccess, .noticefailure
{
	display: block;
	font-weight: bold;
	font-size: 12px;
	padding: 0 0 10px 0;
}
.noticesuccess {color: green;}
.noticefailure {color: #00ff00;}

.required
{
	margin-right: 3px;
	font-weight: normal;
	color: #ff0000;
}

.thumbnail
{
}


/* ------------------------------------------------------------------------------------------- */
/* GENERAL TABLE (items panels) */
/* ------------------------------------------------------------------------------------------- */
.generaltable
{
	margin-bottom: 15px;
}
.generaltable td
{
	padding: 1px 2px;
	vertical-align: top;
}
.generaltable .heading
{
	font-weight: bold;
	color: #609acc;
}

/* ------------------------------------------------------------------------------------------- */
/* PICTURE TABLE */
/* ------------------------------------------------------------------------------------------- */
.picturetable
{
	width: 99%;
	_width: 98%;
	margin: 0 0 10px 0;
	border-collapse: collapse;
}

.picturetable .itempic, .picturetable .alternatingitempic
{
	color: #555555;
	padding: 5px 5px;
	width: 80px;
}

.picturetable .item, .picturetable .alternatingitem
{
	color: #555555;
	padding: 5px 5px;
}
.picturetable .item, picturetable .itempic {background-color: #FFFFFF;}
.picturetable .alternatingitem, .picturetable .alternatingitempic {background-color: #F0F0F0;}


/* ------------------------------------------------------------------------------------------- */
/* BUTTONS */
/* ------------------------------------------------------------------------------------------- */
.button, .buttonbig, input.button, input.buttonbig, .buttonblue, input.buttonblue
{
	display: block; text-align: center;
	text-decoration: none;
	width: 81px; height: 24px;
	border: 1px solid yellow;
	margin: 0;
	font-weight: normal;
	color: #000000;
	background-color: Transparent;
	background-position: top left;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer; cursor: hand;
}
.buttonbig, input.buttonbig {width: 110px;}
a.button, a.buttonbig, a.buttonblue {color: #000000 !important;}

div.button, div.buttonbig, div.buttonblue 
{
	padding: 3px 0 0 0;
}
input.button, input.buttonbig, input.buttonblue
{
	padding: 0 0 2px 0;
}

.button, input.button {background-image: url(../i/button.gif);}
.button:hover, input.button:hover {background-image: url(../i/buttono.gif);}
.buttonbig, input.buttonbig {background-image: url(../i/buttonbig.gif);}
.buttonbig:hover, input.buttonbig:hover {background-image: url(../i/buttonbigo.gif);}
.bidderlogin .button, .bidderlogin input.button {background-image: url(../i/button.gif);}
.bidderlogin .button:hover, .bidderlogin input.button:hover {background-image: url(../i/buttono.gif);}
.buttonblue, input.buttonblue {background-image: url(../i/button.gif);}
.buttonblue:hover, input.buttonblue:hover {background-image: url(../i/buttono.gif);}

#ctl00_Header_BidderLogin_Logout {font-size: 10px;}


.label {}
.control-ct {margin-bottom: 2px;}

.borderedpic
{
	padding: 5px;
	border: 1px solid #AAAAAA;
	color: #555555;  
	background-color: #C8C8C8;
}
.searchphrase {color: #ff4e00;}
.expandlinkcontainer
{
	border-top: 1px solid #ffaa7c;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-right: 10px;
	padding-top: 2px;
}
.separator
{
	border-top: 1px solid #f5f5f5;
	height: 1px;
	font-size: 0px;
	margin-bottom: 7px;
}


/* COLORED ROUNDED PANELS */
.panel
{
	color: #555555;  
	padding: 0px 8px 10px 8px;
}
#middlerightcolumn .livepanel
{
	color: #555555;  
	padding: 0;
}
.panel-box
{
	width: 514px;
	background-image: url(../i/panelct.gif);
	background-position: top left;
	background-repeat: repeat-y;
	margin: 0 0 15px 0;
}
#middlerightcolumn .panel-box
{
	width: 824px;
	background-image: url(../i/panelct-wide.gif);
}
#middlerightcolumn .livepanel-box
{
	width: 831px;
	background-image: url(../i/livepanelct.gif);
}
.text {padding: 0 5px 0 0;}
.panel-top
{ 
	height: 16px; font-size: 0px; line-height: 0px;
	background-image: url(../i/paneltop.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#middlerightcolumn .panel-top
{ 
	background-image: url(../i/paneltop-wide.gif);
}
#middlerightcolumn .livepanel-top
{
	background-image: url(../i/livepaneltop.gif);
}
.panel-bottom
{
	height: 1px; font-size: 0px;
	line-height: 0px;
	border-bottom: 1px solid #000000;
}
#middlerightcolumn .livepanel-bottom
{
  margin: 0 1px;
	border-bottom: 3px solid #ff5a00;
	margin-bottom: 20px;
}

.firstbids
{
	border: 1px solid #555555;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	font-size: 10px;
	color: #555555;
	font-weight: bold;
}

.countdown
{
	background: #000000 url(../i/cdbg.gif) repeat-x top left;
	height: 280px;
	position: relative;
	padding-top: 10px;
}

.countdown #info, .countdown #days, .countdown #time
{
	text-align: center;
	color: #ffffff;
	font-size: 80px;
	padding: 8px;
}

.countdown #info
{
	font-size: 20px;
}

.countdown #days-text
{
	margin-left: 10px;
	font-weight: bold;
	font-size: 17px; 
}

/* ------------------------------------------------------------------------------------------- */
/* HEADER */
/* ------------------------------------------------------------------------------------------- */
#header
{
	height: 220px;
	background-color: #17191b;
	background-image: url(../i/hdbg.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
#header .mainarea
{
	width: 1000px;
	height: 220px;
	position: relative;
	margin: 0 auto;
}
#header .mainarea .logo {position: absolute; left: 3px; top: 51px;}
#header .mainarea .languages {position: absolute; right: 10px; bottom: 10px; height: 17px;}
#header .mainarea .languages a {margin: 0; padding: 0; float: left;}
#header .mainarea .banner
{
	position: absolute; left: 296px; top: 12px; width: 515px; height: 160px;
	background-image: url(http://www.acb.cz/fotky/bannerTop.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#header .mainarea .banner-ct
{
	height: 160px;
	overflow: hidden;
	position: relative;
}
#header .mainarea .banner-ct .bannertext
{
	color: #ffffff;
	font-size: 15px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	text-align: right;
}
#header .mainarea .banner-ct .bannertext .number
{
	font-size: 40px;
	font-weight: bold;
}
#header .mainarea .banner-ct .bannertext .title
{

}
#header .mainarea .banner-ct .bannertext .place
{
	font-weight: bold;
}

#header .mainarea .bidderlogin-box
{
	position: absolute; right: 0px; top: 10px; 
	width: 190px; height: 162px;
	color: #ffffff;
	background-color: #828282;
	background-image: url(../i/loginbg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#header .mainarea .bidderlogin-box span.heading
{
	display: block;
	margin-bottom: 2px;
	font-size: 16px;
	font-weight: bold;
}

#header .mainmenu
{
	position: absolute;
	width: 640px;
	height: 37px;
	bottom: 0px;
	_bottom: -1px;
	left: 145px;
}
#header .mainmenu ul
{
	list-style-type: none;
	margin: 0 0 0 5px;
	padding: 0;
}
#header .mainmenu li
{
	position: relative;
	font-weight: bold;
	color: #ffffff;
	display: block;
	float: left;
	padding: 0;
	background-repeat: no-repeat;
	background-position: bottom right;
}
#header .mainmenu li:hover, #header .mainmenu li.notselected:hover
{
	/* background-image: url(../i/menuo.gif); */
}
#header .mainmenu li:hover a
{
	/* color: #ffffff; */
}
#header .mainmenu li.selected:hover a
{
	color: #ffffff;
}
#header .mainmenu li.notselected
{
	background-image: url(../i/menu.gif);
}
#header .mainmenu li.selected
{
	background-image: url(../i/menus.gif);
}
#header .mainmenu li.selected a
{
	font-weight: bold;
}
#header .mainmenu li span.closing
{
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
	_right: -1px;
	height: 38px; width: 2px;
	padding: 0;
	font-size: 0px; line-height: 0px;
	background-image: url(../i/menusr.gif);
	background-position: top right;
}
#header .mainmenu li span.menuitem
{
	display: block;
	float: left;
	position: relative;
	height: 38px;
}
#header .mainmenu li.internet span
{
}
#header .mainmenu li.gallery span
{
}
#header .mainmenu li a
{
	display: block;
	padding: 10px 20px 0 20px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
}
#header .mainmenu li a.selected
{
	font-weight: bold;
}

/* ------------------------------------------------------------------------------------------- */
/* LINKS */
/* ------------------------------------------------------------------------------------------- */
.links {}
.links ul
{
	list-style-image: none;
	list-style-type: none;
	margin: 0 0 0 13px;
	padding: 0;
}
.links li
{
	padding: 1px 0;
}
.links li.sep
{
	padding-bottom: 10px;
}
.links a
{
	font-size: 11px;
	color: #ffffff;
}
.links .separator
{
	height: 8px;
	font-size: 0px;
	border: none;
	margin: 0; padding: 0;
}

a.videobroadcast
{
  color: #ff984a !important;
}

/* ------------------------------------------------------------------------------------------- */
/* MAIN LAYOUT */
/* ------------------------------------------------------------------------------------------- */
#main
{
	width: 1000px; margin: 0 auto; background-color: #ffffff;
	background-image: url(../i/main.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
#content 
{
	padding: 0 0 0 0;
}
#content #leftcolumn
{
	width: 151px; height: 850px;
	float: left;
	padding-top: 0;
}
#content #leftcolumn span.title
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	display: block;
	width: 151px; height: 28px;
	margin-bottom: 10px;
	background-image: url(../i/title.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#content #leftcolumn span.title span
{
	display: block;
	padding: 7px 0 0 12px;
}

#content #middlerightcolumn
{
	margin: 0 0 0 151px;
	background-image: url(../i/strip-long.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 10px;
}
#content #middlecolumn
{
    margin: 0 306px 0 151px;
	background-image: url(../i/strip.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 10px;
}
#content #middlecolumn .middlebox, #content #middlerightcolumn .middlebox
{
	padding: 10px 10px 0 10px;
}
#content #rightcolumn
{
	width: 306px;
	float: right;
	background-image: url(../i/right.gif);
	background-position: top right;
	background-repeat: repeat-y;
	border-bottom: 1px solid #000000;
}
#content #rightcolumn-box
{
	padding: 0 0 0 1px;
}

#footer 
{
	padding: 0 15px;
	height: 50px; 
	margin-top: 50px;
}

#gallerystrip 
{
	width: 830px;
	height: 1px;
	margin-bottom: 10px;
	background-image: url(../i/gallery_strip.gif);
}

.red
{
	color: #ff0000;
}

.middlebanner
{
	color: transparent;
	background-color: transparent;
	overflow: hidden;
}
.middlebanner-ct
{
	width: 850px;
	height: 360px;
	overflow: hidden;
	position: relative;
}
.middlebanner .bannertext
{
	font-size: 14px;
	position: absolute;
	left: 215px;
	bottom: 20px;
}

/* ------------------------------------------------------------------------------------------- */
/* TEMP - POWER OF ATTORNEY */
/* ------------------------------------------------------------------------------------------- */
.power, .powerform
{
	border-collapse: collapse;
	width: 480px;
}
.powerform
{
	border-collapse: collapse;
	width: auto;
}
.power td, .powerform td {padding: 1px 2px;}
.powersent {font-weight: bold; color: Red;}
.typ1line
{
	width: 40px;
}
.typ2line
{
	width: 70px;
}
.typ3line
{
	width: 130px;
}

.searchnote
{
	font-size: 13px;
	margin: 10px 10px 15px 0;
}

/* ------------------------------------------------------------------------------------------- */
/* JEDLOVA */
/* ------------------------------------------------------------------------------------------- */
.leftpic
{
	margin: 2px 8px 2px 0;
	float: left;
}
.photogallery
{
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 10px 0;
}

.photogallery td
{
	color: #555555;  
	text-align: center;
	padding: 7px;
}

/* ------------------------------------------------------------------------------------------- */
/* Aukcni rad */
/* ------------------------------------------------------------------------------------------- */
.auctionorder h2
{
    color: #222222;
    font-size: 20px;
}
.auctionorder h3
{
    color: #222222;
    font-size: 15px;
}
.auctionorder ol
{
    margin: 0 0 15px 40px;
}
.auctionorder ol ol li
{
    margin: 0 0 0 0;
}
.auctionorder th, .auctionorder td
{
    padding: 2px 5px;
}
.auctionorder th
{
    text-align: left;
}