body {
	font-family:"Tahoma",Verdana, arial, "sans-serif";
	counter-reset:section;
	margin: 0;
	font-size: 12px;
}

h1, h2, h3, p, ul {	margin: 0; padding: 0; }
h1 { font-size: 18px; margin-bottom: 5px; }
h2 { font-size: 15px; }

a,
.fakelink { text-decoration: none; color: #FFD600;	font-weight: bold; cursor: pointer; }
			
.iconSprites 	{ background: url('/images/template/icons.png') no-repeat; }
.boxSprites 	{ background: url('/images/template/boxes.png') no-repeat; }

.iconFavorite { background-position: -395px -0px; width: 16px; height: 12px; float: left; margin-top: 1px; }

.red { color: #FD4C47; font-weight:bold; }


.middleContent h1, 
.middleContent h2, 
.middleContent h3, 
.middleContent p, 
.middleContent ul, 
.middleContent d,
.middleContent td {
	color: #fff;
}
/*.middleContent table,
.middleContent th,
.middleContent td {
	font-size: 12px;
}*/
.middleContent p {
	margin-bottom: 15px;
}

#jquery-live-search {
	background: #333;
	/*height: 400px;*/
	overflow: auto;

	padding: 10px 10px;

	border: 1px solid #A9A9A9;
	border-width: 0 1px 1px 1px;
	color:#fff;
	font-size:11px;
}
#jquery-live-search a {
	padding:0;
	color:#ff0;
	text-decoration:underline;
}
#jquery-live-search a:hover {
	color:#fff;
}

#jquery-live-search p.notice {
	display:block;
	margin:0 0 8px 0;
	padding-bottom:8px;
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#999;
	background-color:#343434;
}
#jquery-live-search ul {
	margin:0;
	padding:0;
}
#jquery-live-search ul li {
	display:block;
}
#jquery-live-search ul li a {
	text-decoration:none;
	color:#eee;
	color:#c2e1f9;
	display:block;
	padding:4px 2px 4px 10px;
}
#jquery-live-search ul li a:hover {
	text-decoration:underline;
	color:#e1f2ff;
	background-color:#555;
}
body {
	background: #00539B url('/images/template/page-bg.jpg') no-repeat top center;
}

a img { border: none; }

.blue { color: #00539B; }

.outer {
	width: 1008px;
	margin: 0 auto;
}

.pageTop {
	position: relative;
	height: 44px;
}
	.pageTop p, 
	.pageTop h2,
	.pageTop .links,
	.pageTop .languageSelect {
		position: absolute;
		top: 0;
		line-height: 22px;
	}
	.pageTop p {
		margin: 8px 0 14px;
		left: 4px;
		color: #B7CBE3;
		font-weight: bold;
	}
	.pageTop h2 {
		margin: 8px 0 14px;
		left: 214px;
		border-left: 1px solid #6485B5;
		font-size: 15px;
		font-weight: bold;
		color: #fff;
		padding-left: 11px;
	}
	.pageTop .links {
		margin: 8px 0 14px;
		right: 77px;
	}
		.pageTop .links li {
			border-right: 1px solid #6485B5;
			padding: 0 7px;
			float: left;
			list-style: none;
		}
			.pageTop .links li.last {
				border: none;
			}
	.pageTop .languageSelect {
		right: 0;
	}
		.pageTop .languageSelect a { 
			height: 29px; 
			width: 29px; 
			display: block; 
			float: left; 
		}
		.pageTop .languageSelect a.flag_sv { 
			background-position: -29px -0px; 
		}
		.pageTop .languageSelect a.flag_sv_selected { 
			background-position: -0px -0px; 
		}
		
		.pageTop .languageSelect a.flag_en { 
			background-position: -89px -0px; 
		}
		.pageTop .languageSelect a.flag_en_selected { 
			background-position: -58px -0px; 
		}
	
.header {
	position: relative;
	height: 75px;
}
	.header .logo {
		float: left;
		width: 214px;
	}
		.header .logo a {
			display: block;
			width: 190px;
			height: 70px;
			background: url('/images/template/logo.png') no-repeat;
		}
	.header .ongoingAuctions {
		overflow: hidden;
		width: 600px;
		height: 72px;
		border-left: 1px solid #6485B5;
		padding-left: 11px;
	}		
		.header .ongoingAuctions li {
			white-space:nowrap;
			list-style: none;
			padding-left: 8px;
			background: url('/images/template/yellow-arrow-right.png') no-repeat left center;
		}
	.header .register {
		position: absolute;
		top: -10px;
		right: 0;
	}
	.header .register a {
		display: block; 
		width: 133px;
		height: 88px;
		background-position: -116px -0px; 
	}

.menu {
	position: relative;
	background: url('/images/template/menu-bg.png') no-repeat;
	height: 44px;
	padding: 0 10px;
}
	.menu li {
		position: relative;
		float: left;
		font-size: 14px;
		font-weight: bold;
		list-style: none;
		padding: 0 10px 0 9px;
		background: url('/images/template/menu-item-break.png') no-repeat right center;
	}
		.menu li.last {
			padding: 0 9px;
			background: none;
		}
		.menu li a {
			color: #FFD600;
			text-decoration: none;
			line-height: 42px;
		}
		.menu .submenu {
			display: none;
			position: absolute;
			background: #434343;
			top: 39px;
			left: 0px;
			z-index: 10;
		}
			.menu .submenu a {
				font-size: 12px;
				line-height: 26px;
			}
	.menu .loginbox {
		position: absolute;
		right: 0;
	}
		.menu .loginbox .loginfield {
			float: left;
			background-position: -271px 3px; 
			padding: 14px 4px;
			width: 100px;
			height: 16px;
			margin: 0;
			border-style: none;
		}
			.menu .loginbox .loginfield input {
				border: none;
				width: 100px;
				height: 16px;
				line-height: 16px;
				background: none;
				color: #C6C6C6;
			}
		.menu .loginbox button {
			background-position: -249px 3px; 
			width: 22px;
			height: 44px;
			border: none;
			margin: 0 14px 0 0;
		}
		.menu .loginbox p {
			color: #fff;
			line-height: 42px;
			padding: 0 20px;
		}
		.menu .loginbox .passwordOverlay { 
			position: absolute; 
			top: 0px; 
			right: 36px;
			color: #C6C6C6;
			line-height: 44px;
			width: 104px;
			font-size: 13px;
		}
		
.userMenu {
	position: relative;
	left: 10px;
}
	.userMenu ul {
		float: left;
		margin-right: 30px;
		color: #fff;
		font-weight: bold;
		list-style: none;
	}
	.userMenu ul.horizontal {
		float: right;
	}
		.userMenu ul.horizontal li {
			float: left;
			padding-left: 15px;
		}
		.userMenu ul a {
			font-weight: normal;
		}
		
.mainContent {
	padding-top: 30px;
}
	.mainContent .leftContent,
	.mainContent .middleContent,
	.mainContent .rightContent {
		float: left;
		padding-bottom: 25px;
	}
	.mainContent .leftContent {
		width: 244px;
	}
	.mainContent .middleContent {
		width: 550px;
		padding-left: 10px;
		padding-right: 10px;
	}
		.mainContent .middleContent .loginInfo {
			display: none;
		}
			.mainContent .middleContent .loginInfo p {
				color: #616161;
				margin-bottom: 0px;
			}
		.mainContent .middleContent .loginError {
			display: none;
		}
	.mainContent .adminContent {
		width: 978px;
		float: none;
	}
	.mainContent .rightContent {
		width: 182px;
		padding-left: 5px;
	}
	.mainContent .aBox {
		margin-bottom: 20px;
	} 
		.mainContent .aBox .top {
			background-position: -0px -773px;
			width: 182px;
			height: 8px;
		}
		.mainContent .aBox .middle {
			background: #fff;
			padding: 0 13px;
			width: 156px;
		}
		.mainContent .aBox .bottom {
			background-position: -0px -781px;
			width: 182px;
			height: 8px;
		}
	.mainContent .aBox h2 {
		color: #616161;
	}
	.mainContent .aBox p {
		color: #616161;
	}
	.mainContent .aBox a {
		color: #265598;
	}
	.mainContent .aBox .focusBox {
	}
		.mainContent .aBox .focusBox .item {
			display: none;
			width: 153px;
			margin: 0 0 10px 0;
			text-align: center;
		}
			.mainContent .aBox .focusBox .item a {
				font-size: 10px;
			}
		.mainContent .aBox .focusBox .selected {
			display: block;
		}
		.mainContent .aBox .focusSelector {
			text-align: center;
		}
			.mainContent .aBox .focusSelector .goLeft {
				display: inline-block;
				width: 14px;
				height: 14px;
				background-position: -421px -0px;
			}
			.mainContent .aBox .focusSelector .goSelect {
				display: inline-block;
				width: 9px;
				height: 9px;
				background-position: -435px -0px;
				margin: 2px 0;
			}
			.mainContent .aBox .focusSelector .selected {
				background-position: -444px -0px;
			}
			.mainContent .aBox .focusSelector .goRight {
				display: inline-block;
				width: 14px;
				height: 14px;
				background-position: -453px -0px;
			}
	
#live-search input {
	background: url('/images/template/search-field.png') no-repeat;
	width: 235px;
	height: 29px;
	border: none;
}
		
.box {
	width: 232px;
}

.auctionBox {
	margin: 3px 0 0 2px 
}
	.auctionBox .top {
		height: 28px;
		background-position: -0px -0px; 
	}
		.auctionBox .top .ongoing,
		.auctionBox .top .executed {
			height: 28px;
			text-align: center;
			color: #fff;
			font-weight: bold;
			padding: 9px 13px 0 13px;
			overflow: hidden;
			width: 90px;
		}
		.auctionBox .top .ongoing {
			float: left;
			background-position: left -249px; 
		}
		.auctionBox .top .executed {
			float: right;
			background-position: right -249px; 
		}
		.auctionBox .top a {		
			color: #ffd600;
		}
		.auctionBox .top .selected a {
			color: #fff;
		}
	.auctionBox .content {
		background: url('/images/template/dark-box-bg.png') repeat-y; 
	}
		.auctionBox .content a {	
			font-weight: normal;
		}
		.auctionBox .content li {
			list-style: none;
			/*white-space: nowrap;*/
			overflow: hidden;
			padding: 6px 15px 6px 15px;
			width: 200px;
			border-top: 1px solid #7B7B7B;
		}
		.auctionBox .content li.first {
			border: none;
			padding-top: 0;
		}
		.auctionBox .content li.selected {
			padding: 6px 15px 6px 15px;
			background: url('/images/template/white-arrow-right.png') no-repeat 8px 8px;
		}
			.auctionBox .content li.selected a {
		 		color: #fff;
			}
		.auctionBox .content li .left {
			float: left;
		}
		.auctionBox .content li .right {
			float: right;
			white-space: nowrap;
		}
	.auctionBox .bottom {
		height: 10px;
		background-position: -0px -42px; 
	}
	
.auctionItemBox {
	margin: 15px 0 0 2px 
}
	.auctionItemBox .top {
		/*white-space: nowrap;*/
		overflow: hidden;
		padding: 9px 13px;
		color: #fff;
		min-height: 33px;
		width: 206px;
		background-position: -0px -789px; 
	}
		.auctionItemBox .top .left {
			float: left;
		}
		.auctionItemBox .top .right {
			float: right;
			white-space: nowrap;
		}
	.auctionItemBox .content {
		background: #fff url('/images/template/light-box-border-bg.png') repeat-y;
		padding: 3px 2px 3px 0;
	}
		.auctionItemBox .content .scroll { 
			height: 400px;
			overflow: auto;		
			position: relative;
		}
			.auctionItemBox .content .scroll ul {
				list-style: none;
			}
			.auctionItemBox .content .scroll .item {
				padding: 3px 0;
				color: #01539B;
				height: 42px;
				clear: both;
				cursor: pointer;
				position: relative;
			}
			.auctionItemBox .content .scroll .item a {
				color: #01539B;
			}
			.auctionItemBox .content .scroll .item a.wrapperLink { 
				position: absolute; 
				top: 0; 
				left: 0; 
				height: 47px; 
				width: 100%; 
				z-index: 1; 
				cursor:pointer;
			}
			.auctionItemBox .content .scroll .over {
				color: #666;
				background: #dedede;
			}
			.auctionItemBox .content .scroll .item:hover,
			.auctionItemBox .content .scroll .selected {
				background: #D1E5B3;
			}
				.auctionItemBox .content .scroll .item a p {
					font-weight: normal;
				}
				.auctionItemBox .content .scroll .item .callNr {
					float: left;
					width: 30px;
					font-size: 11px;
					padding-bottom: 3px;
					text-align: center;
				}
					.auctionItemBox .content .scroll .item  .imageIcon {
						position: absolute;
						top: 22px;
						left: 7px;
						display: block;
						width: 16px;
						height: 12px;
						background-position: -379px -0px; 
					}
					.auctionItemBox .content .scroll .item .iconFavorite {
						position: absolute;
						top: 36px;
						left: 7px;
					}
				.auctionItemBox .content .scroll .item .title {
					float: left;
					height: 18px;
					overflow: hidden;
					white-space: nowrap;
					font-weight: bold;
					width: 182px;
				}
				.auctionItemBox .content .scroll .item .price,
				.auctionItemBox .content .scroll .item .location {
					float: left;
					font-size: 11px;
					height: 15px;
					padding-left: 30px;
				}
				.auctionItemBox .content .scroll .item .location {
					max-width: 120px;
				}
				.auctionItemBox .content .scroll .item .time,
				.auctionItemBox .content .scroll .item .bids {
					float: right;
					font-size: 11px;
					height: 15px;
					padding-right: 2px;
				}
					.auctionItemBox .content .scroll .item  .time .icon {
						background-position: -411px -0px; 
						width: 10px;
						height: 10px;
						float: left;
						margin: 2px 2px 0 0;
					}
		.auctionItemBox .content .imagePreview {
			display: none;
			position: absolute;
			z-index: 10;	
			top: 18px;
			left: -10px;
		  margin: 3px;
		  border: 5px solid white;
		  box-shadow: 3px 3px 10px #aaa; 
		  -webkit-box-shadow: 3px 3px 5px #aaa; 
		  -moz-box-shadow: 3px 3px 5px #aaa; 
			
			border-radius: 6px; 
			-moz-border-radius: 6px; 
			-webkit-border-radius: 6px;
		}
	.auctionItemBox .bottom {
		height: 10px;
		background-position: -0px -42px; 
	}
	
.favoriteBox .top ,
.aLeftBox .top {
	height: 27px;
	padding: 15px 13px 0 13px;
}
	.favoriteBox .content .scroll { 
		height: 150px;	
	}
	.favoriteBox .content p,
	.aLeftBox .content p { 
		color: #616161;
		text-align: center;
		padding-top: 3px;
	}
.favoriteBox .bottom,
.aLeftBox .bottom {
	height: 10px;
	background-position: -0px -52px; 
}
.aLeftBox .top {
	padding-top: 8px;
	height: 22px;
	background-position: right -249px; 
}
.aLeftBox .content p {
	text-align: left;
	padding: 0 10px;
}
	
.galleryBox .tabs,
.faqBox .tabs,
.tabs {
	text-align: center;
	padding: 8px 0;
	color: #fff;
}
	.galleryBox .tabs a,
	.faqBox  .tabs a,
	.tabs a ,
	.tabs p {
		display: inline-block;
		padding: 0 8px;
		line-height: 25px;
	}
	.galleryBox .tabs a.selected,
	.faqBox .tabs a.selected,
	.tabs a.selected	{
		background: #0A3172;
		color: #fff;
		border-radius: 8px; 
		-moz-border-radius: 8px; 
		-webkit-border-radius: 8px;
	}
	.tabs .left {
		float: left;
	}
	.tabs .right {
		float: right;
	}
	.galleryBox .item {
		float: left;
		padding-bottom: 25px;
		overflow: hidden;
		color: #fff;
		width: 176px;
		height: 176px;
		cursor: pointer;
	}
		.galleryBox .item a {
			font-weight: normal;
		}
		.galleryBox .item p {
			white-space: nowrap; 
			margin: 0;
		}
		.galleryBox .item .image {
			width: 176px;
			height: 127px;
			margin-bottom: 4px;
			background-position: center center;
			background-repeat: no-repeat;
		}
		.galleryBox .item .price {
			color: #FFD600;
		}
	.galleryBox .column1 {
		margin: 0 8px;
	}
	
.faqBox {
	color: #fff;
}
	.faqBox a.question {
		cursor: pointer;
		font-size: 15px;
		display: block;
		margin-top: 5px;
	}
	.faqBox .answer {
		display: none;
		margin-bottom: 15px;
	}
	.faqBox .selected {
		display: block;
	}

.upcomingAuctions {
	padding: 15px 0;
	border-bottom: 1px dotted #fff;
}
	.upcomingAuctions h2 {
		margin-bottom: 5px;
	}

.datatable {
	width: 100%;
	border-collapse:collapse;
	background: #fff;
}
	.datatable th{
		background-color:#666;
		color:#fff;
		font-weight:bold;
		text-align:left;
		padding:5px;
	}
	.datatable td{
		color:#666;
		padding:5px;
		border-width:0 1px 1px 1px;
		border-style:dotted dotted solid dotted;
		border-color:#ddd #ddd #ccc #ddd;	
	}
	.datatable tr:hover{
		background-color:#eee;
	}
	.datatable tr.clickable td {
		cursor: pointer;
	}
	.datatable a {
		color:#00529b;
	}
	.datatable a:hover {
		color:#000;
	}
	.datatable td.green,
	.datatable tr.green td {
		background: #cfc;
	}
	.datatable td.blue,
	.datatable tr.blue td {
		background: #ccf;
	}
	.datatable td.red,
	.datatable tr.red td {
		background: #fcc;
	}
	.datatable td.orange,
	.datatable tr.orange td {
		background: #fea;
	}
.itemMenu{
	list-style-type:none;
	margin:0 0 0.5em 0;
	padding:0;
	overflow:hidden;
	width:100%;
	float:right;
}
.itemMenu li{
	background-color: #eee;
	border: 1px solid rgb(204, 204, 204);
	padding: 10px;
	float: right;
	margin-left:1em;
}

	
.footer {
	background: url('/images/template/footer-bg.jpg') no-repeat;
	height: 250px;
	padding: 18px 50px;
}
	.footer p {
		text-align: center;
		color: #fff;
	}
	.footer p.links {
		padding-top: 10px;
		color: #FFD600;
	}
	.footer a {
		font-weight: normal;
	}

.itemList li{
		position: relative;
		clear:both;
		margin-top: 15px;
		color: #265598;
		line-height: 15px;
		cursor:pointer;
		height: 127px;
		background: #fff;
		list-style: none;
	}
		.itemList li .itemImage {
			float: left;
			width: 176px;
			height: 127px;
			background-position: center center;
			background-repeat: no-repeat;
			background-color: #fff;
		}
			.itemList li a {
				font-weight: normal;
			}
			.itemList li p {
				color: #265598;
				margin: 0;
			}
			.itemList li p.first {
				padding-top: 13px;
			}
			.itemList li  .favorite a, 
			.itemList li .moreinfo a {
				color: #fab000;
			}
		.itemList li .label {
			width: 125px;
			text-align: right;
			float: left;
		}
		.itemList li .field {
			width: 240px;
			white-space: nowrap;
			overflow: hidden;
			float: right;
		}

.pageGalleryImage,
.auctionGalleryImage {
	float: left; 
	width: 162px; 
	padding: 8px 0 8px 8px;
}
	.pageGalleryImage .imageBox,
	.auctionGalleryImage .imageBox {
		position: relative;
		width: 176;
		height: 117px;
		overflow: hidden;
	}
	.pageGalleryImage p,
	.auctionGalleryImage p {
		text-align: center;
	}
	
.rounded {
	border: 5px #fff solid;
	border-radius: 5px;
}

#auctionItemImagesAdmin li { float: left; list-style: none; }
#auctionItemImagesAdmin li .control { color: #00539B; }
#auctionItemImagesAdmin li .control .ui-icon { float: left; }
#auctionItemImagesAdmin li .setAsFirstImage {	border: 3px solid red; width: 10px; height: 10px; float: right; }

.bidItemList {
}
	.bidItemList .item {
		position: relative;
		margin: 35px 0;
		padding-left: 89px;
		min-height: 84px;
	}
		.bidItemList .item  a,
		.bidItemList .item  td .fakelink,
		.bidItemList .item  .title .fakelink  {
			font-weight: normal;
			color: #00539B;
		}
		.bidItemList .item .image {
			position: absolute;
			top: 0;
			left: 0;
			width: 84px; 
			height: 84px;
			background-position: center center;	
			background-repeat: no-repeat;			
		}
		.bidItemList .item .title,
		.bidItemList .item .bidCount,
		.bidItemList .item .winner {
			float: left;
			padding: 2px 0 4px 0;
		}
		.bidItemList .item .title,
		.bidItemList .item .bidHistory {
			width: 857px;
		}
			.bidItemList .item .bidHistory h2 {
				color: #fff;
				text-align: center;
			}
			.bidItemList .item .bidHistory th {
				background: #37939B;
			}
				.bidItemList .item .bidHistory .autoLine td {
					font-style: italic;
					background: #dedede;
				}
				.bidItemList .item .bidHistory thead td {
					font-weight: bold;
				}
				.bidItemList .item .bidHistory tfoot td {
					background: #dedede;
					text-align: center;
				}
			.bidItemList .item .autobids th {
				background: #8CA54A;
			}
			.bidItemList .item .bidHistory .user {
				padding-left: 10px;
				background: url('/images/template/blue-arrow-right.png') no-repeat 3px center;
			}
			.bidItemList .item .bidHistory .deleted {
				display: none;
				text-decoration: line-through;
			}
			.bidItemList .item .bidHistory .middle {
				text-align: center;
			}
			.bidItemList .item .bidHistory .right {
				text-align: right;
			}
		.bidItemList .item .bidCount {
			width: 150px;
		}
		.bidItemList .item .winner {
			width: 350px;
		}
hr {
	height: 1px;
	background: #5E86C6;
	color: #5E86C6;
	clear: both;
	border: 0;
}

.auctionShow h1 {
	margin-bottom: 20px;
}
.auctionShow .catalogue {
	font-weight: bold;
	color: #FFD600;
}
.auctionShow .paging {
	float: left;
	width: 350px;
}
.auctionShow .browseInfo {
	float: right;
	color: #fff;
	font-weight: bold;
}
.formBox .browseInfo {
	color: #616161;
}
	.auctionShow li.auctionItem {
		position: relative;
		clear:both;
		margin-top: 15px;
		color: #265598;
		line-height: 15px;
		cursor:pointer;
		height: 127px;
		background: #fff;
		list-style: none;
	}
		.auctionShow .auctionItem .itemImage {
			float: left;
			width: 176px;
			height: 127px;
			background-position: center center;
			background-repeat: no-repeat;
			background-color: #999;
		}
			.auctionShow .auctionItem p,
			.auctionShow .auctionItem a {
				color: #265598;
				margin: 0;
				font-weight: normal;
			}
			.auctionShow .auctionItem p.first {
				padding-top: 13px;
			}
			.auctionShow .auctionItem  .favorite a, 
			.auctionShow .auctionItem  .moreinfo a {
				color: #fab000;
			}
		.auctionShow .auctionItem .label {
			width: 95px;
			text-align: right;
			float: left;
		}
		.auctionShow .auctionItem .field {
			width: 260px;
			white-space: nowrap;
			overflow: hidden;
			float: right;
		}
		.auctionShow .auctionItem .titleField {
			white-space: normal;
			max-height: 30px;
			overflow: hidden;
		}
		.auctionShow .auctionItem .favorite {
			position: absolute;
			bottom: 12px;
			left: 182px;
		}
		.auctionShow .auctionItem .moreinfo {
			position: absolute;
			bottom: 12px;
			right: 12px;
		}
	.auctionShow li.over {
		background-color: #dedede;
		color: #666;
	}
	.auctionShow .previous {
		float: left;
		margin-top: 20px;
		padding-left: 8px;
		width: 100px;
		background: url('/images/template/yellow-arrow-left.png') no-repeat left center;
	}
	.auctionShow .next {
		float: right;
		margin-top: 20px;
		padding-right: 8px;
		background: url('/images/template/yellow-arrow-right.png') no-repeat right center;
	}

.auctionItemShow .quickItemNav {
	padding-bottom: 15px;
	color: #fff;
}
	.auctionItemShow .quickItemNav .left {
		width: 150px;
		float: left;
	}
		.auctionItemShow .quickItemNav .left a {			
			padding-left: 8px;
			background: url('/images/template/yellow-arrow-left.png') no-repeat left center;
		}
	.auctionItemShow .quickItemNav .middle {
		width: 250px;
		float: left;
		text-align: center;
	}
		.auctionItemShow .quickItemNav .middle a {			
			padding-right: 10px;
			background: url('/images/template/yellow-arrow-up.png') no-repeat right center;
		}
	.auctionItemShow .quickItemNav .right {
		width: 150px;
		float: right;
		text-align: right;
	}
		.auctionItemShow .quickItemNav .right a {			
			padding-right: 8px;
			background: url('/images/template/yellow-arrow-right.png') no-repeat right center;
		}
	
.auctionItemShow .bidTop {
	color: #fff;
	position: relative;
}
	.auctionItemShow .bidTop .top {
		background-position: -0px -291px;
		height: 20px;	
	}
	.auctionItemShow .bidTop .middle {
		background: #004179;
		padding: 0 18px;
	}
		.auctionItemShow .bidTop .middle h1 {
			margin-bottom: 8px;
			max-width: 454px;
		}
		.auctionItemShow .bidTop .middle .fbLikeButton { 
			width: 60px; 
			position: absolute;
			top: 10px;
			right: 0px;
		}
		.auctionItemShow .bidTop .middle .label {
			float: left;
			width: 85px;
		}
		.auctionItemShow .bidTop .middle .miscInfo {
			padding: 15px 0 10px 0;
			float: left;
			width: 245px;
			line-height: 16px;
		}
			.auctionItemShow .bidTop .middle .miscInfo .price {
				font-size: 16px;
				font-weight: bold;
			}
			.auctionItemShow .bidTop .middle .miscInfo .red {
				font-size: 16px;
				font-weight: bold;
			}
		.auctionItemShow .bidTop .middle  .moreinfo {
			float: right;
		}
		.auctionItemShow .bidTop .middle  .moreinfoContent {
			display: none;
			padding-top: 5px;
		}
		.auctionItemShow .bidTop .middle .trackingInfo {
			width: 269px;
			float: right;
		}
			.auctionItemShow .bidTop .middle .trackingInfo .top {
				background-position: -0px -331px;
				height: 7px;
			}
			.auctionItemShow .bidTop .middle .trackingInfo .middle {
				background: #00539B;
				padding: 3px 10px;
			}
				.auctionItemShow .bidTop .middle .trackingInfo .middle a {
					font-weight: normal;
				}
			.auctionItemShow .bidTop .middle .trackingInfo .bottom {
				background-position: -0px -338px;
				height: 7px;
			}
		.auctionItemShow .bidTop .middle .bidField {
			position: relative;
			top: 15px;
			vertical-align: 100%;
		}
		.auctionItemShow .bidTop .middle input {
			width: 80px;
			margin-top: 8px;
			font-weight: bold;
		}
		.auctionItemShow .bidTop .middle button {
			position: relative;
			top: -3px;
			left: -6px;
			background-position: -467px -0px; 
			width: 30px;
			height: 30px;
			border: none;
		}
	.auctionItemShow .bidTop .bottom {
		background-position: -0px -311px;
		height: 20px;	
	}
	
	.auctionItemShow .itemBidHistory .bidItem {
		border-top: 1px solid #5E86C6;
		height: 14px;
		clear: both;
	}
		.auctionItemShow .itemBidHistory .bidItem .left {
			float: left;
			width: 225px;
			padding: 0 5px 0 15px;
		}
		.auctionItemShow .itemBidHistory .bidItem .middle {
			float: left;
			width: 135px;
			text-align: center;
			padding: 0 5px;
		}
		.auctionItemShow .itemBidHistory .bidItem .right {
			float: right;
			width: 95px;
			text-align: right;
			padding: 0 15px 0 5px;
		}
	.auctionItemShow .itemBidHistory .winner {
		font-weight: bold;
		border: none;
		margin-top: 16px;
	}
		.auctionItemShow .itemBidHistory .winner .left {
			background: url('/images/template/white-arrow-right.png') no-repeat left center;
		}
	.auctionItemShow .itemBidHistory .hiddenBidHistory {
		display: none;
	}
	
	.auctionItemShow .itemImages {
		width: 550px;
		height: 388px;
		background-position: -0px -385px;
		margin-top: 15px;
	}
		.auctionItemShow .itemImages .mainImage {
			position: relative;
			width: 421px;
			height: 374px;
			float: left;
			margin: 7px;
			text-align: center;
		}
			.auctionItemShow .itemImages .mainImage img {
				position: absolute;
				max-width: 419px;
				max-height: 372px;
				border: 1px solid #fff;
				cursor: pointer;
			}
	.auctionItemShow .itemImages .smallImages {
		width: 107px;
		height: 380px;
		float: right;
		text-align: center;
		padding-bottom: 8px;
		margin-right: 8px;
		overflow: auto;
	}
		.auctionItemShow .itemImages .smallImages img {
			margin-top: 8px;
			width: 80px;
			cursor: pointer;
		}
		
	.auctionItemShow .itemDescription {
		margin-top: 15px;
		color: #616161;
		line-height: 15px;
	}
		.auctionItemShow .itemDescription h1,
		.auctionItemShow .itemDescription h2,
		.auctionItemShow .itemDescription h3 {
			color: #01539B;
		}
		.auctionItemShow .itemDescription .top {
			background-position: -0px -345px;
			height: 20px;
		}
		.auctionItemShow .itemDescription .middle {
			background: #fff;
			padding: 1px 16px;
		}
			.auctionItemShow .itemDescription .middle p {
				color: #616161;
			}
			.auctionItemShow .itemDescription .middle a {
				color: #01539B;
			}
		.auctionItemShow .itemDescription .bottom {
			background-position: -0px -365px;
			height: 20px;
		}
		
	.auctionItemShow .itemBottom {
		font-weight: bold;
		color: #FFD600;
		text-align: center;
		margin-top: 15px;
	}
	
		
.formBox {
	margin: 15px auto 0 auto;
	color: #616161;
	width: 550px;
	line-height: 15px;
}
	.formBox .top {
		background-position: -0px -345px;
		height: 20px;
	}
	.formBox .middle {
		background: #fff;
		padding: 0 16px;
		color: #616161;
		width: 518px;
	}
		.formBox .middle h1,
		.formBox .middle h2,
		.formBox .middle p,
		.formBox .middle ul,
		.formBox h3,
		.formBox td{
			color: #616161;
		}
		.formBox .middle a {
			color: #265598;
		}
		.formBox .middle hr {
			margin: 5px 0;
		}
	.formBox .bottom {
		background-position: -0px -365px;
		height: 20px;
	}
	
.formBoxAdmin,
.formBoxAdminNew, 
.formBoxAdminNav,
.formBoxAdminInfo {
	border-radius:10px;
	-moz-border-radius:10px;
	padding: 16px;
	margin: 15px auto 0 auto;
}

.formBoxAdmin {
	background: #fff;
	color: #616161;
}
	.formBoxAdmin h1,
	.formBoxAdmin h2,
	.formBoxAdmin p,
	.formBoxAdmin ul,
	.formBoxAdmin h3,
	.formBoxAdmin td{
		color: #616161;
	}
	.formBoxAdmin fieldset {
		background: #dedede;
	}
	
.formBoxAdminNew,
.formBoxAdminInfo {
	width: 728px;
	float: left;
}

.formBoxAdminInfo { 
	background: #CCC5BD;
	color: #2F2F2F;
}
	.formBoxAdminInfo .info {
		float: left;
		line-height: 26px;
	}
	
.formBoxAdminNew {}
	.formBoxAdminNew h2 {
		cursor: pointer;
		color: #00539B;
	}
	.formBoxAdminNew .formPart {
		position: relative;
		display: none;
	}
	.formBoxAdminNew .formPartOpen {
		display: block;
	}
	.formBoxAdminNew .field {
		position: relative;
		width: 100%;
		clear: both;
		border-bottom: #dedede 1px solid;
		min-height: 25px;
		padding-top: 10px;
	}
		.formBoxAdminNew .field select,
		.formBoxAdminNew .field .left {
			float: left;
		}
		.formBoxAdminNew .field .explain {
			display: none;
			position: absolute; 
			top: -50px;
			width: 100%;
			padding: 10px;
			background: #dedede;
			color: #2F2F2F;
			line-height: 25px;
			border-radius: 10px;
		}
		
.formBoxAdminNav {
	position: relative;
	background: #AFC1D3;
	width: 166px;
	float: right;
}
	.formBoxAdminNav h1,
	.formBoxAdminNav h2,
	.formBoxAdminNav p,
	.formBoxAdminNav ol,
	.formBoxAdminNav ul,
	.formBoxAdminNav h3,
	.formBoxAdminNav td{
		color: #2F2F2F;
	}
	.formBoxAdminNav ul {
		margin: 5px 20px;
	}
		.formBoxAdminNav ul li {
			font-weight: bold;
			color: #00539B;
			cursor: pointer;
		}
	.formBoxAdminNav ol li {
		cursor: pointer;
		color: #00539B;
	}
	
label { float: left; width: 100px; text-align: right; padding-right: 5px; line-height: 20px; height: 26px; }
	label.fullsize { width: auto; }
	label.doublesize { width: 200px; }
	label.autosize { width: auto; padding-left: 20px; }


.text { float: left; width: 145px; border: 1px solid darkGray; }
	.textFullsize { width: 397px; }
	.textMediumsize { width: 250px; }
	.textSmallsize { width: 100px; }
	
.buttons { text-align: right; }

.clear { clear: both; }

.msg {
	margin-bottom: 10px;
	padding:10px;
	background-color:#ccffcc;
	border:1px solid #99cc99;
}

.error{
	margin-bottom: 10px;
	padding:10px;
	background-color:#ffcccc;
	border:1px solid #cc9999;
}
	.error ul, .error p {
		color: #616161;
	}
	.error ul {
		margin: 0 20px;
	}

.errorList {
	margin: 0px 35px 35px 35px;
	font-size: 12px;
}

.column {
	width:50%;
	display:block;
	float:left;
}

.watchCategory { 
	width: 152px; 
	float: left; 
	padding: 0px 10px 30px 10px;
}
	.watchCategory .checkbox {
		float: left;
	}
	.watchCategory label {
		float: left;
		width: auto;
		text-align: left;
	}
	
.datepicker {
	width: 100px;
}
@media print {
   .pageTop,
   .header,
   .menu,
   .userMenu,
   .mainContent .leftContent,
   .mainContent .rightContent,
   .footer,
	.dontPrint {
		display: none;
   }
   .middleContent {
		width: 100%;
	}
}

@media screen {
	.printPage {
		width: 800px;
		margin: 20px auto;
		padding: 1cm 1.5cm 1.5cm 1.5cm;
		-webkit-box-shadow: 5px 5px 30px #000; /* Safari and Chrome */
		box-shadow: 5px 5px 30px #000;
	}
	.showControl {
		text-align: center;
	}
		.showControl span {
			color: #00539B;
			cursor: pointer;
		}
}

   
.printPage {
	background: #fff;
}
	.printPage p {
		margin: 0.5em 0;
	}
	.printPage .tabs {
		display: inline;
		margin-right: 50px;
	}
		.printPage .tabs span {
			color: #00539B;
			display: inline-block;
			padding: 0 8px;
			line-height: 25px;
			font-weight: bold;
			cursor: pointer;
		}
			.printPage .tabs span.selected	{
				background: #0A3172;
				color: #fff;
				border-radius: 8px; 
				-moz-border-radius: 8px; 
				-webkit-border-radius: 8px;
			}
	.printPage .printHeader {
		position: relative;
		padding-bottom: 20px;
	}
		.printPage .printHeader .addressInfo {
			position: absolute;
			right: 0;
			top: 0;
		}
			.printPage .printHeader .addressInfo p {
				margin: 0;
			}
		.printPage .printHeader .addressInfo span {
			display: inline-block;
			width: 100px;
			text-align: right;
			padding-right: 10px;
		}
	.printPage .auctionHeader {
		padding: 10px 0 0 0;
	}
	.printPage .auctionInfo {
		padding: 0 0 10px 0;
	}
		.printPage .auctionInfo  h3 {
			margin: 15px 0 -5px 0;
			color: #00539B;
		}
	.printPage .directionForm {
		text-align: center;
		padding: 5px;
		background: #e6e6e6;
		margin-top: 5px;
	}
	.printPage .auctionItems  table {
	width: 100%;
	}	
		.printPage .auctionItems td {
			padding: 0 4px 2px 4px;;
			border-bottom: 1px solid #e6e6e6;
		}
		.printPage .auctionItems  thead td {
			font-weight: bold;
			border-bottom: 3px solid #e6e6e6;
		}

.mapOnPage { 
	width: 540px; 
	padding: 0;
}
	.mapOnPage #directionsPanel .adp-substep {
		color: #333;
	}

#mapCanvas {
	width: 100%;
	height: 500px;
}
#directionsPanel {
	width: 100%;
}
	#directionsPanel .adp-directions {
		width: 100%;
	}
	
/* jQuery Countdown styles 1.5.5. */
.hasCountdown {
	/*border: 1px solid #ccc;
	background-color: #eee;*/
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	/*background-color: #ccc;*/
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 100%;
}

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}

#colorbox{}
    #cboxContent{margin-top:32px; border: 1px solid #4b4b4d; }
        #cboxLoadedContent{background:#fff; padding:1px;}
        #cboxLoadingGraphic{background:url(/images/jquery.colorbox/loading.gif) center center no-repeat;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; bottom:0px; left:0; color:#333; background: #fff; width: 100%; }
			#cboxTitle div { padding: 5px; }
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-21px; background:url(/images/jquery.colorbox/controls.png) 0 0 no-repeat;}
        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious.hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext.hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose.hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}


