
BODY {
	background: #ebe6e2;
	padding: 0;
	margin: 0;
	font-family: helvetica, arial, sans-serif;
	font-size: 100%;
	color: #202020;
}

A IMG {
	border: 0;	
}

A, .clickable {
	color: #0057a0;
	text-decoration: none;
	cursor: pointer;
}

.hidden {
	display: none;
}

.clickable {
	color: #0057a0;
	cursor: pointer;	
}

FIELDSET {
	margin: 0;
	padding: 0;
	border: 0;	
}

UL.flat {
	list-style: none;
	margin: 0;
	padding: 0;
}

UL.flat LI {
	margin: 0;
	padding: 0;
}

#document {
	width: 869px;
	height: 619px;
	margin: 20px auto 10px auto;
	position: relative;
	background: url(../img/template/document-bg.png) no-repeat;
	overflow: hidden;
	font-size: .8em;
	display: none;
}

#loading {
	display: none;
	position: absolute;
	z-index: 5000;
	width: 178px;
	height: 178px;
	background: url(../img/template/loading-bg.png) no-repeat;
}

	#loading .animation {
		display: block;
		margin: 56px auto;
	}

	#loading .percent {
		display: none;
		font-size: 4em;
		margin-top: .5em;
		color: #000;
		width: 2.5em;
		text-align: right;
		background: #fff;
		-webkit-border-radius: .5em;
		opacity: .8;
		padding: .25em .5em;
		-webkit-box-shadow: #000 0 0 .25em;
	}

#logo {
	position: absolute;
	top: 22px;
	left: 20px;
	margin: 0;
}

	#logo A {
		display: block;
		text-indent: -1000px;
		background: url(../img/template/logo.png) no-repeat;
		width: 274px;
		height: 36px;
	}
	
#nav-main {
	list-style: none;
	padding: 0;
	margin: 45px 0 0 300px;
}

	#nav-main LI {
		padding: 0;
		margin: 0 6px;
		float: left;
		position: relative;
	}

	#nav-main A {
		color: #666;
		font-size: 10px;
		text-transform: uppercase;
		text-decoration: none;
	}

		#nav-main A.current,
		#nav-main A:hover {
			color: #0057a0;
		}
		
		#nav-main UL {
			position: absolute;
			top: 12px;
			left: -12px;
			z-index: 100;
			list-style: none;
			padding: 16px 0 0 0;
		}

			#nav-main UL LI {
				display: none;
			}
	
			#nav-main UL LI A {
				display: block;
				color: #454545;
				background: #fff;
				opacity: .85;
				border: 1px solid #f0f0f0;
				padding: .5em .8em;
				width: 11em;
				text-transform: none;
				font: .9em verdana, sans-serif;
				border-radius: .2em;
				-moz-border-radius: .2em;
				-webkit-border-radius: .2em;
			}

#distributor {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 163px;
	height: 16px;
	text-indent: -1000px;
	background: url(../img/template/ta-distribution.png) no-repeat;
}

#content {
	position: absolute;
	width: 850px;
	height: 540px;
	top: 72px;
	left: 10px;
	z-index: 1;
	overflow: hidden;
}

#content-inner {
	position: absolute;
	width: 840px;
	height: 530px;
	top: 5px;
	left: 5px;
	z-index: 2;
	overflow: hidden;		
}

.tab {
	position: relative;
	min-height: 200px;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-top: 8px;
	font: .85em verdana, sans-serif;
	line-height: 1.6em;
}

.tab-hidden {
	display: none;
}

.tab-left {
	padding-right: 35px;
	padding-left: 30px;
}

.tab-right {
	padding-left: 35px;
	padding-right: 30px;
	float: right;
}

.tab .scrollable {
	max-height: 435px;
	overflow: auto;
	position: relative;
}

.tab-left .scrollable {
	padding-right: 15px;
}

.tab-right .scrollable {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: -15px;
}

.tab-narrow-left {
	width: 289px;
	background: url(../img/template/tab-narrow-left.png) left top no-repeat;
}

	.tab-narrow-left .bottom {
		width: 354px;
		background: url(../img/template/tab-narrow-left.png) left bottom no-repeat;
	}

.tab-narrow-right {
	width: 289px;
	background: url(../img/template/tab-narrow-right.png) left top no-repeat;
}

	.tab-narrow-right .bottom {
		width: 354px;
		background: url(../img/template/tab-narrow-right.png) left bottom no-repeat;
	}

.tab-medium-left {
	width: 339px;
	background: url(../img/template/tab-medium-left.png) left top no-repeat;
}

	.tab-medium-left .bottom {
		width: 404px;
		background: url(../img/template/tab-medium-left.png) left bottom no-repeat;
	}

.tab-medium-right {
	width: 339px;
	background: url(../img/template/tab-medium-right.png) left top no-repeat;
}

	.tab-medium-right .bottom {
		width: 404px;
		background: url(../img/template/tab-medium-right.png) left bottom no-repeat;
	}

.tab-wide-left {
	width: 411px;
	background: url(../img/template/tab-wide-left.png) left top no-repeat;
}

	.tab-wide-left .bottom {
		width: 476px;
		background: url(../img/template/tab-wide-left.png) left bottom no-repeat;
	}

.tab-wide-right {
	width: 411px;
	background: url(../img/template/tab-wide-right.png) left top no-repeat;
}

	.tab-wide-right .bottom {
		width: 476px;
		background: url(../img/template/tab-wide-right.png) left bottom no-repeat;
	}

.tab-extra-wide-left {
	width: 509px;
	background: url(../img/template/tab-extra-wide-left.png) left top no-repeat;
}

	.tab-extra-wide-left .bottom {
		width: 574px;
		background: url(../img/template/tab-extra-wide-left.png) left bottom no-repeat;
	}

.tab-extra-wide-right {
	width: 509px;
	background: url(../img/template/tab-extra-wide-right.png) left top no-repeat;
}

	.tab-extra-wide-right .bottom {
		width: 574px;
		background: url(../img/template/tab-extra-wide-right.png) left bottom no-repeat;
	}

.tab-full-wide-left {
	width: 760px;
	background: url(../img/template/tab-full-wide-left.png) left top no-repeat;
}

	.tab-full-wide-left .bottom {
		width: 825px;
		background: url(../img/template/tab-full-wide-left.png) left bottom no-repeat;
	}

.tab-full-wide-right {
	width: 760px;
	background: url(../img/template/tab-full-wide-right.png) left top no-repeat;
}

	.tab-full-wide-right .bottom {
		width: 825px;
		background: url(../img/template/tab-full-wide-right.png) left bottom no-repeat;
	}

	.tab .bottom {
		position: absolute;
		bottom: -15px;
		height: 15px;
		overflow: hidden;
		text-indent: -1000px;
	}

	.tab-left .bottom {
		left: 0;
	}

	.tab-right .bottom {
		right: 0;
	}
	
	.tab H1 {
		font-weight: normal;
		font-size: 1.8em;
		color: #000;
		margin: 0 0 1em 0;
		line-height: 1.5em;
	}
	
	.tab H2 {
		font-weight: bold;
		font-size: 1em;
		margin: 1em 0;
		color: #000;
	}
	
	.tab P {
		text-align: justify;	
	}
	
	.tab .handle {
		position: absolute;
		top: 39px;
		width: 12px;
		height: 25px;
	}

	.tab-left .handle {
		right: 10px;
	}

	.tab-right .handle {
		left: 10px;
	}

		.tab-minimized .handle {
			background: url(../img/template/tab-handle.png) top left no-repeat;
		}

		.tab-open .handle {
			background: url(../img/template/tab-handle.png) top right no-repeat;
		}

	#tab-jalleenmyyjat .scrollable {
	}

	#reseller-filter {
		position: absolute;
		top: 28px;
		left: 28px;
		z-index: 20;
	}
		
	#reseller-filter INPUT {
		width: 276px;
		height: 20px;
		background: url(../img/template/filter-bg.png) no-repeat;
		border: 0;
		padding: 8px 10px 0 30px;
	}

	#reseller-filter INPUT.default-value {
		color: #a0a0a0;	
	}
	
	#resellers {
		font-size: .95em;
		line-height: 1.4em;
		padding-top: 35px;
	}
	
	#resellers H2 {
		margin: .5em 0;
		font-size: 1.3em;
	}

	#resellers H3 {
		margin: 0;
		font-size: 1.0em;
	}

	#resellers UL {
		list-style: none;
		margin: 0 0 2em 0;
		padding: 0;
	}

	#resellers LI {
		margin: 1.5em 0;
		padding: 0;
	}
	
	#resellers .highlighted {
		text-decoration: underline;
		color: #0057a0;
	}
	
	UL.product-data {
		list-style: none;
		margin: 1em 0;
		padding: 0;
	}

	UL.product-data {
		margin: 1em 0;
	}
	
	UL.product-data LI:first-child {
		margin-bottom: 1em;
	}
	
	.block {
		display: block;
		margin: 1em 0;	
	}
	
	.left {
		float: left;
	}
	
	.right {
		float: right;
		margin-left: 2em;
	}
	
	A[href$=".pdf"] {
		padding-left: 30px;
		background: url(../img/icon-pdf.png) left center no-repeat;
		min-height: 17px;
		line-height: 17px;
		display: block;
	}
	
	LI.color-preview {
		padding-left: 4.5em;
	}
	
		.color-preview STRONG {
			float: left;
			margin-left: -4.5em;	
		}
		
		.color-preview A {
			color: #0057a0;
			cursor: pointer;
			margin-right: 1em;
			white-space: nowrap;
		}
	
	.bigger {
		font-size: 1.25em;	
	}
	
	.column {
		float: left;
		margin: 1em 0;
	}
	
	.column-half {
		width: 50%;	
	}
	
	.centered-content * {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	.centered-content IMG {
		display: block;	
	}

	#feedback-form {
		margin: 1em 0;
	}
		
		#feedback-form LABEL {
			float: left;
			margin-left: -50px;
			line-height: 2.5em;
			color: #444;
		}
	
		#feedback-form FIELDSET {
			padding-left: 50px;
			margin: .5em 0;
			width: 240px;
		}
		
		#feedback-form .text,
		#feedback-form TEXTAREA {
			width: 230px;
			padding: 4px 4px;
			border: 1px solid #444;
		}
		
		#feedback-form .submit {
			float: right;
			clear: right;	
		}
	
	#response-msg * {
		display: none;
		font-size: 2em;
		line-height: 1.5em;
		text-align: center;
		margin: 2em 0;
		color: #888;
	}
	
	INPUT.submit {
		background: #fff;
		border: 1px solid #222;
		padding: 4px 8px;
	}
	
	A.email {
		visibility: hidden;
	}
	
	.ingress {
		font-style: italic;
	}
	
	TABLE {
		color: #555;
		border-collapse: collapse;
	}
	
	TABLE TD, TABLE TH {
		border: 1px solid #e0e0e0;
		padding: .35em .5em;
	}
	
	TABLE TH {
		font-weight: normal;
		color: #888;
	}
	
	UL.bullets,
	UL.bullets-2 {
		list-style: none;
		margin: 1em 0;
		padding: 0;
	}

	UL.bullets LI {
		color: #222;
		margin: .5em 0;
		padding: 0 0 0 15px;
		background: url(../img/template/bullet.png) 0 .65em no-repeat;
	}

	UL.bullets-2 LI {
		color: #222;
		margin: .5em 0;
		padding: 0 0 0 15px;
		background: url(../img/template/bullet-2.png) 0 .65em no-repeat;
	}

#gfx IMG {
	position: absolute;
	top: 0;
	left: 0;
}

#popup-shadow {
	position: absolute;
	z-index: 1000;
	background: #000;
	opacity: .5;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

#popup-box {
	position: absolute;
	z-index: 1001;
	width: 600px;
	min-height: 575px;
	background: #fff;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: rgba(0, 0, 0, .6) 0 0 20px;
	-moz-border-radius: 10px;
	-moz-box-shadow: rgba(0, 0, 0, .6) 0 0 20px;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, .6) 0 0 20px;
	padding: 30px;
	font-size: .8em;
}
	
	#popup-close {
		position: absolute;
		top: 8px;
		right: 8px;
		color: #0057a0;
		font-size: 11px;
		text-transform: uppercase;
		cursor: pointer;
	}

UL.pcc-entries LI {
	float: left;
	height: 155px;
	width: 98px;
	margin: 0 4px 4px 0;
	font-size: 11px;
	font-family: arial narrow, sans-serif;
	line-height: 13px;
	position: relative;
	z-index: 1;
}

	UL.pcc-entries LI {
		margin-bottom: 2px;
	}

	UL.pcc-entries LI IMG {
		display: block;
		margin-bottom: 5px;
		border: 1px solid #ddd;
	}

	UL.pcc-entries LI A {
		display: block;
		color: #888;
	}

	UL.pcc-entries LI A:hover {
		color: #0057a0;
	}

	UL.pcc-entries LI .title {
		display: block;
		font-weight: bold;
	}

	UL.pcc-entries LI .make-offer {
		position: absolute;
		display: none;
		top: -4px;
		right: -4px;
		z-index: 2;
		border: 0;
	}

	UL.pcc-entries LI A:hover .make-offer {
		display: block;
	}

.pcc-entry-info * {
	display: block;
	margin: 10px auto;
	text-align: center;
	font-size: 1.2em;
}

.pcc-entry-info IMG {
	margin-bottom: 30px;
}

.pcc-entry-info .title {
	font-weight: bold;
}

IMG.pcc-winner {
	margin: 15px 0;
	border: 1px solid #ddd;
}

DIV.photo-with-desc IMG {
	display: block;
	margin-bottom: 5px;
}

.tab .scrollable .two-photos {
	clear: both;
	overflow: hidden;
	margin: 1em 0;
}

.tab .scrollable .two-photos IMG.left,
.tab .scrollable .two-photos IMG.right {
	margin: 0;
}

.tab .scrollable IMG.left,
.tab .scrollable .caption-left {
	margin: 0 2em 2em 0;
}

.tab .scrollable IMG.right,
.tab .scrollable .caption-right {
	margin: 0 0 2em 2em;
}

.small {
	font-size: .75em;
}

#auction-entries,
#all-entries {
	clear: both;
}

#popup-box H1,
#popup-box H2 {
	font-weight: normal;
}

.pcc-entry-auction-info {
	text-align: center;
}

.pcc-entry-auction-info .photo {
	margin: 0 auto 20px auto;
	display: block;
}

.pcc-entry-auction-info .title {
	margin: 15px 0 10px 0;
}

.pcc-entry-auction-info .authors {
	font-weight: bold;
	margin: 10px 0;
	display: block;
}

.pcc-entry-auction-info .comments {
	display: block;
	text-align: left;
	width: 450px;
}

.pcc-entry-auction-info .bid {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.pcc-entry-auction-bid .photo {
	float: left;
	max-width: 280px;
	margin: 0 20px 0 0;
	overflow: hidden;
}

.pcc-entry-auction-bid .small {
	display: block;
	line-height: 20px;
	width: 270px;
	clear: left;
}

.pcc-entry-auction-bid .zoom {
	position: absolute;
	color: #000;
	top: 5px;
	left: 0;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
	background: #ddd;
	line-height: 1em;
	opacity: .5;
	filter: alpha(opacity=50);
	-webkit-transform: rotate(-45deg);
}

.pcc-entry-auction-bid .current-bids {
	width:  300px;
}

.pcc-entry-auction-bid .current-bids .sum {
	font-weight: bold;
	width:  60px;
	float: left;
	display: block;
	text-align: right;
	margin-right: 20px;
}

.pcc-entry-auction-bid .current-bids LI {
	margin-bottom: 15px;
	color: #888;
	font-size: 1.2em;
}

.pcc-entry-auction-bid .current-bids LI:first-child {
	color: #000;
}

.pcc-entry-auction-info .comments,
.pcc-entry-auction-bid .comments {
	font-style: italic;
	color: #888;
	margin-top: 20px;
}

FORM.bid FIELDSET {
	display: block;
	margin: 5px 0;
	clear: both;
	overflow: hidden;
}

FORM.bid LABEL {
	width: 200px;
	display: block;
	font-size: 11px;
	font-weight: bold;
}

FORM.bid INPUT.text {
	width: 290px;
}

FORM.bid INPUT.sum {
	width: 100px;
}

FORM.bid INPUT.submit {
	float: right;
}

CITE {
	display: block;
	margin: .5em 0;
}