﻿@charset "utf-8";
/* CSS Document */
/* Author: InBusiness */
/* Misc Styles */

/* TOOLBOX/FIXES (Handy stuff for optimized code)
---------------------------------------- */
img {
	border:none;
	outline:none;
}
div.hr {
	background:#E7E7E7;
	height:2px;
	margin:0 0 10px 0;
	overflow:hidden;
}
div.hr hr {
  display: none;
}
.floatLeft {float:left}
.floatRight {float:right}

.absmiddle {
	vertical-align: middle;
}
.clear {
	clear:both;
}
.justClearMe {
     clear:both; 
     height:0; 
     margin:0;
     font-size:1px;
     line-height:0px;
}


/* BUDSKJEMA / BID FORM
------------------------------------ */
.myFancyForm {
	margin: 0;
	padding: 0;
	}
	.myFancyForm fieldset {
		width: 550px;
		margin: 0;
		border: 1px solid #ddd;
		padding: 15px;
		overflow: hidden;
		clear: both;
		}
		.myFancyForm legend {
			margin: 0;
			padding: 0 10px;
			color: #333;
			}
		.myFancyForm ul {
			list-style: none;
			margin: 0;
			padding: 0;
			}
			.myFancyForm li {
				width: 550px;
				height: 15px;
				margin: 0;
				padding: 0;
				line-height: 15px;
				}
				.myFancyForm label {
					display: block;
					float: left;
					height: 15px;
					margin: 0;
					padding: 0;
					line-height: 15px;
					}
				.myFancyForm input {
					float: left;
					margin: 0;
					border: 1px solid #ddd;
					padding: 0;
					}
					.myFancyForm input:hover,
					.myFancyForm input:focus {
						}
				.myFancyForm input#submit {
					width: 100px;
					height: 30px;
					background: #000;
					color: #fff;
					position: relative;
					left: 600px;
					text-align: left;
					vertical-align: top;
					}
/*fieldset special styles*/
/*auction*/
.myFancyForm #auction label {
	width: 100px;
	}
.myFancyForm #auction input {
	width: 440px;
	}
/*items*/
.myFancyForm #items label,
.myFancyForm #items input {
	border: none;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	}
	#items .colc {
		border-right: 1px solid #ddd!important;
		}
	#items li:last-child input {
		border-bottom: 1px solid #ddd!important;
		}
		#bid10, #bid10txt, #bid10kr {
		border-bottom: 1px solid #ddd!important;
		}
.myFancyForm #items .cola { width: 90px;}
.myFancyForm #items .colb { width: 335px;}
.myFancyForm #items .colc { width: 115px;}
/*contact*/
.myFancyForm #contact li {
	margin-bottom: 15px;
	}
.myFancyForm #contact label {
	width: 75px;
	}
	.myFancyForm #contact label.cont {
		margin-left: 20px;}
.myFancyForm #contact input {
	width: 185px;
	}
/*confirmation*/
.myFancyForm #confirmation label {
	width: 400px;
	}
.myFancyForm #confirmation input {
	width: 50px;
	border: none;
	background: none;
	}