body{
	background: #0d0d00;
	color: white;
	font-family: Verdana;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	/*background-image: url(http://www.homemovie.com/images/black_back.gif);*/
}
#content2
{
	position: relative;
	text-align: left;
	background-color: white;
	padding: 15px;
	margin: 35px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #000000;
	/*filter:alpha(opacity=90);*/
	/*-moz-opacity:0.9;*/
	/*-khtml-opacity: 0.9;*/
	/*opacity: 0.9;*/
	min-height: 500px;
	border: 1px solid #041857;
	
}
#content
{
	position: relative;
	text-align: left;
	
	padding: 15px;
	margin: 35px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #000000;
	min-height: 500px;
	
}
.loginMsg
{
	width: 300px;
	background: #F60;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid black;
	margin-top: 10px;
	margin-bottom: 10px;
	
}
form{
	padding: 0px;
	margin: 0px;
	
}
input{
	background: none;
	border: none;
	outline: none;
	background-color: lightgrey;
	border: 1px solid lightgrey;
	padding: 5px;
	margin: 0px;
}
select{
	background: none;
	border: none;
	outline: none;
	background-color: lightgrey;
	border: 1px solid lightgrey;
	padding: 4px;
	margin: 0px;
}
input.reg{
	width: 170px;
}
select.reg{
	background: none;
	border: none;
	outline: none;
	background-color: lightgrey;
	border: 1px solid lightgrey;
	padding: 5px;
	margin: 0px;
	width: 180px;
}
input.box
{
	background-color: #c9e7c6;
}
input.submit
{
	cursor: pointer;
	background-image: url(../images/buton-odoslat.gif);
	padding: 0px;
	margin: 0px;
	width: 75px;
	height: 26px;
	border: 0px;
}
hr{
	margin: 0px;
	padding: 0px;
}
#userInfoBox
{
	float:right;
	width: 250px;
	height: 40px;
	padding: 10px;
	background-color: white;
	border: 1px solid black;
}
#menuBox
{
	/*float:left;*/
	/*width: 490px;*/
	/*height: 40px;*/
	/*padding: 10px;*/
	/*border: 1px solid black;*/
}
.menuItem{
	float: left;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	padding: 0px;
	background: lightgrey;
	color: black;
	margin-right: 3px;
	margin-bottom: 5px;
	cursor: pointer;
	line-height: 20px;
	padding-left: 7px;
	padding-right: 7px;
	border-bottom: 1px solid #F60;
}
.menuItem:hover, .menuItemActive{
	background: #F60;
	color: white;
}
#menuContentBox{
	position: relative;
	top: 0px;
	left:0px;
	right:20px;
	bottom: 20px;
}
#userInfo
{
	position: absolute;
	left:20px;
	top: -33px;
	height: 24px;
	width: 845px;
	/*background-color: white;*/
	border: 0px solid #000000;
	color: white;
}
#selectView
{
	position: relative;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	top: -3px;
}
#selectGroup
{
	position: relative;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	top: -3px;
}
a{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: white;
	font-weight: bold;
}
.boxik
{
	position: relative;
	
	left: 50%;
	margin-left: -450px;
	width: 900px;
	
	top:30px;
	min-height: 400px;
	
	background-color: black;
	color: white;
	border: 5px solid #F60;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	
	margin-bottom: 30px;
}
h1
{
	color: #F60;
}
.orangeLogo
{
	position: absolute;
	top: -59px;
	right: 20px;
	border: 5px solid black;
}
table{
	background-color: white;
	
	
}
th
{
	color: white;
	background: #4e4e4e
}
td{
	color: #000000;
	background: lightgrey
}
td a 
{
	color: #000000;
}
td a:hover
{
	color: #BF0000;
}
tr:hover td{
	background: #e7e7e7; 
}
tr input.input_text{
	width: 100%;
}
tr:hover input.input_text{
	background: #e7e7e7; 
	width: 100%;
}
.input_text
{
	height:16px; 
	font-size:12px; 
	padding:0px; 
	font-weight:bold;
}
.button
{
	padding: 0px;
	margin: 0px;
}
div.orangeButton{
	font-size: 15px; 
	font-family: verdana; 
	background-color:black;
	width: 200px;
	height: 26px;
	color: white;
	font-weight: bold;
	line-height: 24px;
	border: 3px solid #F60;
	cursor: pointer;
	
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	
	margin-bottom: 15px;
	padding-left: 5px;
	padding-right: 2px;
}
div.orangeButtonR{
	font-size: 15px; 
	font-family: verdana; 
	background-color:black;
	width: 200px;
	height: 26px;
	color: white;
	font-weight: bold;
	line-height: 24px;
	border: 3px solid #F60;
	cursor: pointer;
	
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	
	margin-bottom: 15px;
	padding-left: 5px;
	padding-right: 2px;
}
div.orangeButtonC{
	font-size: 15px; 
	font-family: verdana; 
	background-color:black;
	width: 200px;
	height: 26px;
	color: white;
	font-weight: bold;
	line-height: 24px;
	border: 3px solid #F60;
	cursor: pointer;
	
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	
	margin-bottom: 15px;
	padding-left: 5px;
	padding-right: 2px;
}
a.biely{
	color:#FFF;
}
a.biely:hover, a.sivy:hover{
	color:#F60;
}

a.sivy{
	color:gray;
}
a.selected{
	color:#F60;
}
table.clr{
	background-color: black;
}
table.clr td{
	background-color: transparent;
	color: white;
	border-bottom: 1px solid grey;
}
table.clr td.first{
	background-color: transparent;
	color: white;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
}
table.clr td a{
	color: white;
}
table.clr td a:hover{
	color: #F60;
}
table.clr tr{
	background-color: transparent;
}
#info{
	position: absolute;
	display: none;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 16px;
	line-height: 21px;
	text-align: center;
	color: black;
	font-weight: bold;
	background: #f60;
}


/* tooltip styling */
.tooltip {
	display:none;
	background-color: white;
	border: 3px solid #f60;
	min-height:163px;
	padding:20px 20px 20px 20px;
	width:310px;
	font-size:11px;
	color:black;
}

/* a .label element inside tooltip */
.tooltip .label {
	color:yellow;
	width:35px;
}

.tooltip a {
	color:#ad4;
	font-size:11px;
	font-weight:bold;
}

#max {
position: absolute;
right: 0px;
top: 0px;
}

#overlay {
position: absolute;
left: 0px;
top: 0px;
right: 0px;
background: black;
z-index: 999;
display: none;
}

#overlayX {
position: absolute;
cursor: pointer;
right: 0px;
top: 0px;
width: 20px;
height: 20px;
background: blue;
}

#overlayC {
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
overflow: auto;
margin: 20px;
}

.input-price-auction{
	font-size: 29px; 
	font-weight:bold;
	text-align:center; 
	padding: 0px; 
	margin: 0px; 
	background-color: white; 
	vertical-align: top; 
	width: 60px;
}

#form-main-auction{
    text-align:right;
    width:420px;
}

.button-main-auction{
	background: none;
	border: none;
	outline: none;
	background-color: lightgrey;
	border: 5px solid #f60;
	padding: 5px;
	margin: 0px;
	cursor:pointer;
	margin: 0 10px 0 0;
	padding: 0px; 
	font-size:12px; 
	text-align:center;
	width:200px;
	height:39px;
    font-weight:bold;
}

#avgPrice{
    padding-top: 12px;
    padding-bottom: 12px;
}

.auction-note{
    font-style:italic;
    padding-right:10px;
    line-height:17px;
    margin-bottom:10px;
}
a.genExp{
	color:#FFF;float:right;margin-right:10px;
}
a.genExp:hover{
	font-decoration: underline;
}