/*
 *   Üldised stiilid
 */

body
{
	background-color: #000000;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url(/static/gfx/bg.jpg);
}

.container
{
	overflow: hidden;
	zoom: 1;
}

.hidden
{
	display: none;
}

a
{
	border: none;
	cursor: pointer;
}

img
{
	border: none;
}

.warning
{
	padding: 10px;
	background: #920000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	color: #ffffff;
	text-align: center;
}

/*
 *   Üldised stiilid
 */

#header
{
	overflow: hidden;
	zoom: 1;
	width: 940px;
	height: 130px;
	margin: 20px auto 0px auto;
	border-top: 10px #ffffff solid;
	border-left: 10px #ffffff solid;
	border-right: 10px #ffffff solid;
	background: url(/static/gfx/header-bg.png);
}

#header .logo
{
	overflow: hidden;
	zoom: 1;
	width: 250px;
	float: left;
}

#header .right
{
	overflow: hidden;
	zoom: 1;
	width: 665px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	color: #ffffff;
	padding: 20px 15px 10px 0px;
	text-align: right;
}
#header .right a, #header .right a:visited
{
	color: #ffffff;
	text-decoration: none;
}
#header .right a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

#header .menu
{
	overflow: hidden;
	zoom: 1;
	height: 23px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	color: #ffffff;
	padding: 7px 10px 0px 10px;
}
#header .menu a, #header .menu a:visited
{
	color: #ffffff;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}
#header .menu a:hover
{
	color: #ffffff;
	text-decoration: underline;
}



/*
 *   Footer
 */


#footerwrapper
{
	overflow: hidden;
	zoom: 1;
	width: 1040px;
	margin: 0px auto 0px auto;
}

#footer
{
	overflow: hidden;
	zoom: 1;
	width: 940px;
	margin: 0px 0px 0px 40px;
	padding: 10px 10px 10px 10px;
	float: left;
	background: #ffffff;
	border-top: 1px #e8e8e8 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	color: #666666;
}

#footer a, #footer a:visited
{
	color: #666666;
	text-decoration: none;
}
#footer a:hover
{
	color: #666666;
	text-decoration: underline;
}

#footer .left
{
	overflow: hidden;
	zoom: 1;
	width: 470px;
	float: left;
	text-align: left;
	padding: 2px 0px;
}

#footer .right
{
	overflow: hidden;
	zoom: 1;
	width: 470px;
	float: left;
	text-align: right;
	padding: 2px 0px;
}

#cl
{
	overflow: hidden;
	zoom: 1;
	width: 26px;
	padding: 3px 4px 0px 10px;
	margin: 0px;
	float: left;
}


/*
 *    Main content
 */

#main
{
	overflow: hidden;
	zoom: 1;
	width: 960px;
	margin: 0px auto 0px auto;
	background: #ffffff;
}

#fwk_content
{
	overflow: hidden;
	zoom: 1;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #666666;
	background: #ffffff;
}

#fwk_content h1
{
	font-weight: bold;
	font-size: 32px;
	line-height: 32px;
	padding: 10px 0px 20px 0px;
	margin: 0px;
}

#fwk_content h2
{
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	padding: 20px 0px 10px 0px;
	margin: 0px;
}

#fwk_content a, #fwk_content a:visited
{
	color: #43467b;
	text-decoration: underline;
}
#fwk_content a:hover
{
	color: #63669b;
	text-decoration: underline;
}

#fwk_content button
{
	border: 1px #000000 solid;
	padding: 4px 10px;
	background: #43467b;
	color: #ffffff;
}
#fwk_content button:hover
{
	border: 1px #000000 solid;
	padding: 4px 10px;
	background: #63669b;
	color: #ffffff;
}

#fwk_content ul
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#fwk_content li
{
	padding: 3px 0px;
}


#fwk_content table.datatable
{
	border-collapse: collapse;
}
#fwk_content table.datatable th
{
	border: 1px #cccccc solid;
	padding: 4px;
	background: #f0f0f0;
	font-weight: bold;
}
#fwk_content table.datatable td
{
	border: 1px #cccccc solid;
	padding: 4px;
}


/*
 *   Form
 */

div.form
{
	overflow: hidden;
	zoom: 1;
}

div.form div.field
{
	width: 500px;
	overflow: hidden;
	zoom: 1;
}

div.form div.field div.label
{
	width: 150px;
	padding: 11px 0px 0px 0px;
	float: left;
	overflow: hidden;
}
div.form div.field div.label.error
{
	color: #920000;
	font-weight: bold;
}

div.form div.field div.element
{
	width: 350px;
	padding: 7px 0px;
	float: left;
	overflow: hidden;
}

	div.form div.field div.element input[type='text'], div.form div.field div.element input[type='password'], div.form div.field div.element textarea, div.form div.field div.element select
	{
		width: 340px;
		border: 1px #e0e0e0 solid;
		padding: 4px;
		outline: none;
	}
	
	div.form div.field div.element input.datefield
	{
		width: 80px;
		text-align: center;
		margin-right: 4px;
	}
	
	div.form div.field div.element input.timefield
	{
		width: 50px;
		text-align: center;
		margin-left: 10px;
	}
	
	div.form div.field div.element ul.checklist
	{
		padding: 0px 0px 4px 0px;
	}
	
	div.form div.field div.element ul.checklist li
	{
		padding: 4px 0px 0px 0px;
	}
	
	div.form div.field div.element ul.checklist input
	{
		margin-right: 4px;
	}
	
	div.form div.field div.element label.comment
	{
		padding: 0px 0px 0px 10px;
	}

div.form div.submit
{
	width: 500px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	overflow: hidden;
	zoom: 1;
}



/*
 *  Login
 */

#vaal_dialog_login
{
	width: 280px;
}

#vaal_dialog_login div
{
	color: #ffffff;
	margin: 10px 0px;
	overflow: hidden;
}

#vaal_dialog_login label
{
	padding-top: 5px;
	padding-left: 10px;
	width: 110px;
	float: left;
	display: block;
}

#vaal_dialog_login input
{
	width: 180px;
	border: 1px #000000 solid;
	padding: 3px;
	outline: none;
}


/*
 *  Listi päis
 */

.listheader
{
	overflow: hidden;
	zoom: 1;
	width: 940px;
}

.listheader .title
{
	overflow: hidden;
	zoom: 1;
	float: left;
	width: 540px;
}

.listheader .sort
{
	overflow: hidden;
	zoom: 1;
	float: left;
	width: 200px;
}
.listheader .sort label
{
	display: block;
	float: left;
	margin: 4px 0px 0px 0px;
	vertical-align: top;
}
.listheader .sort img
{
	margin: 5px 0px 0px 10px;
}

.listheader .date
{
	overflow: hidden;
	zoom: 1;
	float: left;
	width: 200px;
	margin: 4px 0px 0px 0px;
	text-align: right;
}


/*
 *  List
 */

.list-detailed
{
	overflow: hidden;
	zoom: 1;
	width: 940px;
	margin-top: 20px;
}

.list-detailed .item
{
	overflow: hidden;
	zoom: 1;
	float: left;
	width: 456px;
	height: 440px;
	border: 2px #cccccc solid;
	background: url(/static/gfx/list-detaled-bg.png) bottom left repeat-x;
	margin-left: 20px;
}
.list-detailed .item:first-child
{
	margin-left: 0px;
}

.list-detailed .item .img
{
	overflow: hidden;
	zoom: 1;
	width: 456px;
	height: 250px;
	padding: 15px 0px;
	text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
}

.list-detailed .item .title
{
	overflow: hidden;
	zoom: 1;
	width: 456px;
	height: 50px;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}
.list-detailed .item .title span.title
{
	font-weight: bold;
}
.list-detailed .item .title span.title a, .list-detailed .item .title span.title a:visited, .list-detailed .item .title span.title a:hover
{
	color: #666666 !important;
	text-decoration: none !important;
}
.list-detailed .item .title span.author
{
	color: #919191 !important;
}
.list-detailed .item .title span.author a, .list-detailed .item .title span.author a:visited, .list-detailed .item .title span.author a:hover
{
	color: #919191 !important;
	text-decoration: none !important;
}

.list-detailed .item .inactive-info
{
	overflow: hidden;
	zoom: 1;
	width: 456px;
	height: 90px;
	background: #cccccc;
	padding: 12px 0px 10px 0px;
	font-size: 13px;
	line-height: 19px;
	text-align: center;
}
.list-detailed .item .inactive-info .current
{
	font-size: 16px;
	line-height: 16px;
}
.list-detailed .item .inactive-info .info
{
	padding-top: 6px;
}


.list-list
{
	overflow: hidden;
	zoom: 1;
	width: 940px;
	margin-top: 10px;
}

.list-list .item
{
	overflow: hidden;
	zoom: 1;
	width: 936px;
	height: 150px;
	border: 2px #cccccc solid;
	background: url(/static/gfx/list-list-bg.png) top left repeat-y;
	margin: 5px 0px 0px 0px;
}
.list-list .item:first-child
{
	margin-left: 0px;
}

.list-list .item .img
{
	overflow: hidden;
	zoom: 1;
	float: left;
	width: 120px;
	height: 120px;
	padding: 15px;
	text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
}

.list-list .item .title
{
	overflow: hidden;
	zoom: 1;
	float: left;
	width: 396px;
	padding-top: 27px;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}
.list-list .item .title span.title
{
	font-weight: bold;
}
.list-list .item .title span.title a, .list-list .item .title span.title a:visited, .list-list .item .title span.title a:hover
{
	color: #666666 !important;
	text-decoration: none !important;
}
.list-list .item .title span.author
{
	color: #919191 !important;
}
.list-list .item .title span.author a, .list-list .item .title span.author a:visited, .list-list .item .title span.author a:hover
{
	color: #919191 !important;
	text-decoration: none !important;
}

.list-list .item .inactive-info
{
	overflow: hidden;
	zoom: 1;
	float: left;
	width: 390px;
	height: 120px;
	background: #e8e8e8;
	padding: 26px 0px 10px 0px;
	font-size: 13px;
	line-height: 19px;
	text-align: center;
}
.list-list .item .inactive-info .current
{
	font-size: 16px;
	line-height: 16px;
}
.list-list .item .inactive-info .info
{
	padding-top: 6px;
}


/*
 *   Oksjoni leht
 */

.auctionheader
{
	overflow: hidden;
	zoom: 1;
	padding: 10px 0px 20px 0px;
	font-size: 24px;
	line-height: 30px;
}
.auctionheader .title
{
	font-weight: bold;
}
.auctionheader .author
{
	color: #919191 !important;
}

.auctioncontainer
{
	overflow: hidden;
	zoom: 1;
	width: 930px;
	border: 5px #cccccc solid;
	background: url(/static/gfx/auction-bg.png);
}

.auctioncontainer .leftcol
{
	overflow: hidden;
	zoom: 1;
	float: left;
	width: 525px;
}

.auctioncontainer .leftcol .img
{
	overflow: hidden;
	zoom: 1;
	width: 525px;
	height: 525px;
  background-position: center center;
  background-repeat: no-repeat;
	border-bottom: 5px #cccccc solid;
}

.auctioncontainer .leftcol .description
{
	overflow: hidden;
	zoom: 1;
	padding: 15px;
}




.auctioncontainer .rightcol
{
	overflow: hidden;
	zoom: 1;
	float: left;
	width: 400px;
	border-left: 5px #cccccc solid;
}

.auctioncontainer .rightcol .inactive-info
{
	overflow: hidden;
	zoom: 1;
	padding: 20px 0px 20px 0px;
	font-size: 13px;
	line-height: 19px;
	text-align: center;
}
.auctioncontainer .rightcol .inactive-info .current
{
	font-size: 16px;
	line-height: 16px;
}
.auctioncontainer .rightcol .inactive-info .info
{
	padding-top: 6px;
}

.auctioncontainer .rightcol .inactive-info .info
{
	overflow: hidden;
	zoom: 1;
	padding: 15px 10px 0px 10px;
	font-size: 13px;
	line-height: 19px;
	text-align: center;
}

.auctioncontainer .rightcol .info .current
{
	font-size: 18px;
	line-height: 18px;
	text-align: center;
}

.auctioncontainer .rightcol .info .time
{
	padding: 10px 0px 0px 0px;
	text-align: center;
}

.auctioncontainer .rightcol .makebid
{
	border-top: 5px #cccccc solid;
	padding: 20px 10px;
	text-align: center;
}

.auctioncontainer .rightcol .makebid .bidform
{
	overflow: hidden;
	zoom: 1;
	width: 350px;
	padding: 10px 20px 0px 20px;
}

.auctioncontainer .rightcol .makebid .bidform .fld
{
	padding: 8px 0px 0px 0px;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
}

.auctioncontainer .rightcol .makebid .bidform .fld .makebid_sum
{
	border: 1px #a0a0a0 solid;
	width: 90px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 4px 0px;
	margin: 0px 5px;
	color: #000000;
}

.auctioncontainer .rightcol .makebid .bidform .submit
{
	padding: 15px 0px 0px 0px;
	text-align: center;
}

.auctioncontainer .rightcol .makebid .bidform .submit button
{
	border: 1px #000000 solid;
	padding: 4px 10px;
	background: #43467b;
	color: #ffffff;
}
.auctioncontainer .rightcol .makebid .bidform .submit button:hover
{
	border: 1px #000000 solid;
	padding: 4px 10px;
	background: #63669b;
	color: #ffffff;
}
.auctioncontainer .rightcol .makebid .bidform .submit button:disabled
{
	border: 1px #000000 solid;
	padding: 4px 10px;
	background: #444444;
	color: #808080;
}

.auctioncontainer .rightcol .makebid .bidform .progress
{
	padding: 15px 0px 0px 0px;
	text-align: center;
	display: none;
}



.auctioncontainer .rightcol .bids
{
	border-top: 5px #cccccc solid;
}

.auctioncontainer .rightcol .bids .title
{
	display: block;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
}

.auctioncontainer .rightcol .bids table.bidlist
{
	width: 400px;
	border-collapse: collapse;
}

.auctioncontainer .rightcol .bids table.bidlist th
{
	border-top: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
	padding: 4px 0px;
	font-weight: bold;
	text-align: center;
}
.auctioncontainer .rightcol .bids table.bidlist th:first-child
{
	border-left: none;
}

.auctioncontainer .rightcol .bids table.bidlist td
{
	border-top: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
	padding: 4px 0px;
	font-weight: normal;
	text-align: center;
	background: #ffffff;
}
.auctioncontainer .rightcol .bids table.bidlist td:first-child
{
	border-left: none;
}
