
/*----------------------------------------
Q2 CSS Framework v1.0
Developed by: Q2 Interactive | david.krasensky@q2.cz
Based on: Elements CSS Framework | http://elements.projectdesigns.org
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("reset.css");
/*@import url("externalLinks.css");*/


/* Elements
----------------------------------------*/
html {
	height: 100%;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F9F6E5;
	color: #615F58;
	font-size: 11px;
	line-height: 150%;
	height: 100%;
}

/*--- Link Styles ---*/
a
{
	color: #A52A2A;
	text-decoration: underline;
}

a:hover
{
	color: #A52A2A;
	text-decoration:none;
}

h1 {
	margin: 0 0 4px 0;
	font-size: 24px;
	font-weight: bold;
}

h2 {
	margin: 0 0 4px 0;
	font-size: 20px;
	font-weight: bold;
}

h3 {
	margin: 0 0 4px 0;
	font-size: 18px;
	font-weight: bold;
}

h4 {
	margin: 0 0 4px 0;
	font-size: 14px;
	font-weight: bold;
}

h5 {
	margin: 0 0 4px 0;
	font-size: 12px;
	font-weight: bold;
}

h6 {
	margin: 0 0 4px 0;
	font-size: 11px;
	font-weight: bold;
}


blockquote	{
	margin: 0 0 18px 18px; 
	color: #666666; 
	font-style: italic;}
strong	{
	font-weight: bold;
}
em	{
	font-style: italic;
}

/* Standard Definitions
----------------------------------------*/
br.Clear {
	clear: both;
	line-height: 1px;
	height: 1px;
}
div.Clear {
	clear: both;
	line-height: 1px;
	height: 1px;
}
.Hide {
	display: none;
}
.NoBg {
	background-image: none;
}



#WebContainer {
	width: 100%;
	/*width: 880px;	
	margin: 0px auto;*/	
}


/* Header
----------------------------------------*/

#Header {
	padding: 25px 0 0 0;
	width: 1200px;
	margin: 0 auto;
}
	#Header .Wrapper {
		float: left;
		width: 600px;
	}
	#Header .Logo {
		width: 180px;
		float: left;
	}
	#Header .Title {
		width: 400px;
		float: left;
	}
	#Header H1 {
		font-size: 34px;
		font-weight: normal;
		padding: 14px 0 10px 0;
	}
	#Header H2 {
		font-size: 20px;
		font-weight: normal;
		padding: 6px 0 0 0;
	}
	.GalleryMenuWrapper {
		float: right;
		width: 550px;
	}
	.GalleryMenu {
		background-image: url(../img/menu-gallery-bg.gif);
		float: right;
		width: 550px;
	}
		.GalleryMenu LI {
			float: left;
			height: 45px;
			background-image: url(../img/menu-gallery-item.gif);
			background-repeat: no-repeat;
			background-position: left bottom;
			margin: 0 20px 0 10px;
		}
			.GalleryMenu LI.First {
				margin: 0;
			}
			.GalleryMenu LI.Last {
				background-image: none;
				padding: 25px 0 0 0;
				height: 20px;
			}
				.GalleryMenu LI.Last A {
					display: inline;
					padding: 0 4px;
				}
		.GalleryMenu LI A {
			color: #615F58;
			text-decoration: none;
			display: block;
			padding: 25px 0 0 0;
		}
		.GalleryMenu LI A:hover {
			text-decoration: underline;
		}
		
	#Header .HomePageNews {
		padding: 0 0 0 100px;
		width: 500px;
		float: left;
		font-size: 12px;
	}
		#Header .HomePageNews span {
			color: #A52A2A;
			font-weight: bold;
		}
			
	#Header .HomePageLogin {
		/*padding: 0 0 0 650px;*/
		float: right;
		font-size: 12px;
	}
		#Header .HomePageLogin FORM {
			font-weight: bold;
		}
		#Header .HomePageLogin #login, #Header .HomePageLogin #pass {
			border: 1px solid #A52A2A;
			background-color: transparent;
			width: 120px;
			margin: 0 15px 0 4px;
		}
		#Header .HomePageLogin .SubmitLogin {
			width: 120px;
			text-align: left;
			font-size: 13px;
		}
		
		
		
		


	
	
	
	
	
		
/* Content
----------------------------------------*/
#Content {
	width: 1000px;
	margin: 0 auto;
}
	#Content .Sidebar {
		width: 190px;
		float: left;
	}
	#Content .MenuWrapper {
		background-color: #D0CDC0;
	}
	#Content .Menu {
		width: 180px;
		background-color: #E2E0D8;
		background-image: url(../img/menu-border.jpg);
		background-repeat: repeat-y;
		padding: 15px 0;
	}
		#Content .Menu LI {
			text-align: right;
			padding: 6px 10px;
			background-image: url(../img/menu-border2.jpg);
			background-repeat: no-repeat;
			background-position: right bottom;
		}
			#Content .Menu LI.Sep {
				margin: 0 0 15px 0;
			}
			#Content .Menu LI.Account {
				padding-top: 25px; 
				text-align: right;
			}
				#Content .Menu LI.Account A.Reg {
					color: #A52A2A;
				}
		#Content .Menu A {
			font-size: 12px;
			color: #2D2D2C;
			text-decoration: none;
		}
		#Content .Menu A:hover {
			text-decoration: underline;
		}
	
	#Content .Sidebar .SearchBox {
		margin: 4px 0;
	}
	#Content .Sidebar .SearchBox FORM {
		text-align: left;
		padding: 0 0 0 10px;
	}
		#Content .Sidebar .SearchBox INPUT {
			border: 6px solid #A52A2A;
			border-right-width: 0px;
			background-color: transparent;
			text-align: right;
			font-size: 12px;
			padding: 2px 4px;
			width: 142px;
		}
		#Content .Sidebar .SearchBox INPUT.Submit, .SubmitLogin {
			border-width: 0px;
			background-color: transparent;
			text-align: right;
			font-size: 16px;
			font-weight: bold;
			padding: 2px 4px;
			width: 20px;
			color: #A52A2A;
			cursor: pointer;
		}
	
	#Content .Sidebar .AuctionActual {
		margin: 15px 0;
		padding: 0 15px 0 0;
		text-align: right;
		font-size: 12px;
		font-weight: bold;
	}
		#Content .Sidebar .AuctionActual .Image {
			width: 190px;
			text-align: center;
			overflow: hidden;
		}
	
	
	#Content .Main {
		width: 780px;
		padding: 0 10px;
		float: left;		
	}
	#Content .MainWrapper {
		width: 1000px;
		float: left;
	}
		#Content .MainWrapper .Main {
			width: 780px;
			padding: 0 10px;
			float: none;
		}
	
	.HomeBox {
	
	}
		.HomeBox .ContentBox {
			float: left; 
			width: 450px; 
		}
			.HomeBox .ContentBox .ActualInfo {
				padding: 15px 0 10px 0;
			}
		.HomeBox .NewsBar {
			float: right; 
			width: 310px;
			font-size: 12px;
		}
			.HomeBox .NewsBar .Item {
				padding: 10px 0 10px 0;
			}
		.HomeBox .HomeProducts {
			color: #7F7E79;
		}
			.HomeBox .HomeProducts .Col01 {
				vertical-align: bottom;
				text-align: right;
				padding: 0 10px 10px 10px;
			}
			.HomeBox .HomeProducts .Col02 {
				vertical-align: bottom;	
				padding: 0 0 10px 0;
			}
			.HomeBox .HomeProducts .Col03 {
				vertical-align: top;
				text-align: right;
				padding: 0 10px 0 10px;
			}
			.HomeBox .HomeProducts .Col04 {
				vertical-align: top
			}
				.HomeBox .HomeProducts .Col01 IMG, .HomeBox .HomeProducts .Col02 IMG {
					margin-top: 4px;
				}
				.HomeBox .HomeProducts .Col03 IMG, .HomeBox .HomeProducts .Col04 IMG {
					margin-bottom: 4px;
				}
			.HomeBox .HomeProducts IMG {
				border: 1px solid #7F7E79;
			}
		
		.HomeBox .HomeProductsDesc {
			float: left;
			width: 215px;
			padding: 10px 0 10px 10px;
			color: #7F7E79;
		}
			.HomeBox .HomeProductsDesc.r {
				text-align: right;
			}
			
		.HomeBox .InfoBox {
			background-color: #F4F3F1; 
			background-image: url(../img/infobox-bg.jpg);
			background-repeat: repeat-y;
			padding: 10px 10px 10px 75px; 
			border: 2px solid #ffffff; 
			border-width: 2px 0 0 0;
		}		
		.HomeBox .Term {
			background-color: #E2E0D8; 
			padding: 10px;
		}
			.HomeBox .Term .Title {
				text-align: center;
				padding: 0 0 10px 0;
			}
			.HomeBox .Term .Wrapper {
				width: 550px;
				margin: 0 auto;
			}
			.HomeBox .Term .TermBox {
				text-align: center;
				padding: 0 15px;
				float: left;
			}

			
		.HomeBox .PassAuctions {
			padding: 20px 10px 10px 10px;
		}
			.HomeBox .PassAuctions .Title {
				text-align: center;
			}
			.HomeBox .Item {
				padding: 25px 0 0 0;
			}
				.HomeBox .Item .Desc {
					float: left;
					text-align: right;
					width: 250px;
					padding: 0 15px 0 0;
				}
				.HomeBox .Item .Image {
					float: left;
				}
	
	
	.HustoLajna {
		background-color: #A52A2A;
		padding: 4px 10px 4px 0;
		height: 32px;
	}
	.HustoLajna .SearchBox {
		background-color: #A52A2A;
		padding: 2px 10px;
		margin: 0 auto;
		width: 200px;
		padding: 0 800px 0 0;
	}
		.HustoLajna .SearchBox INPUT {
			border: 6px solid #A52A2A;
			border-right-width: 0px;
			background-color: #F9F6E5;
			text-align: right;
			font-size: 12px;
			padding: 2px 4px;
			width: 142px;
			float: left;
		}
		.HustoLajna .SearchBox INPUT.Submit {
			border-width: 0px;
			background-color: transparent;
			text-align: right;
			font-size: 10px;
			font-weight: bold;
			padding: 1px 4px;
			width: 30px;
			color: #F9F6E5;
			cursor: pointer;
			border: 1px solid #F9F6E5;
			margin-left: 4px;
			float: left;
			position: relative;
			top: 6px;
		}
	
	.BreadCrumb {
		padding: 4px 0 4px 0;
		color: #999999;
	}
		.BreadCrumb A {
			color: #999999;
			text-decoration: none;
		}
			.BreadCrumb A:hover {
				text-decoration: underline;
			}
	
	.CatalogFilter {
		padding: 4px 0 15px 0;	
	}
		.CatalogFilter .Fulltext {
			width: 390px;
			float: left;
		}
			.CatalogFilter .Fulltext .Alpha {
				padding: 10px 0 0 0;
			}
			.CatalogFilter .Fulltext .Text {
				border: 2px solid #A52A2A;
				background-color: transparent;
			}
				.CatalogFilter .Fulltext .Alpha A {
					padding: 0 2px 0 0;
				}
		.CatalogFilter .Image {
			float: left;
			width: 200px;
		}
			
			
		.CatalogFilter .Filters {
			width: 390px;
			float: left;
		}
			.CatalogFilter .Filters .Item {
				width: 130px;
				float: left;
			}
			.CatalogFilter LABEL {
				display: block;
			}
			.CatalogFilter .Filters SELECT {
				width: 125px;
			}
	
	
	
	
	.Auctions {
	
	}
		.Auctions .Row {			
			margin-bottom: 25px;
		}
		.Auctions .Item {
			width: 195px;
			float: left;
			margin-right: 30px;
		}
			.Auctions .Item .Description {
				background-color: #E2E0D8;
				margin-top: 4px;
				padding: 1px 4px;
				font-size: 12px;
			}
			.Auctions .Item .Description .Result {
				float: right;
			}
			.Auctions .Item .Description A {
				font-size: 10px;
				color: #615F58;
				text-decoration: none;
			}
				.Auctions .Item .Description A:hover {
					text-decoration: underline;
				}
	.Products {
	
	}
		.Products .Row {
			margin-bottom: 10px;	
		}
		.Products .Item {
			width: 180px;
			float: left;
			margin-right: 2px;
		}
		/* DIV content vertical align - http://www.webtoolkit.info/css-vertical-align.html */
		.Products .Item .Image {
			width: 180px;
			height: 180px;
			margin-bottom: 1px;			
			background-color: #DDDDDD;			
			display: table;
            #position: relative;
            overflow: hidden;
		}		
         .Products .Item .v-middle {
			display: table-cell;
			#position: absolute;
			#top: 50%;
			vertical-align: middle;
			width: 180px;
		}
           .Products .Item .v-inner {
				#position: relative;
				#top: -50%;
				width: 100%;
				width: 180px;
				text-align: center;
			}
		/* end of dirty hacks */
		
		.Products .Item .Description {
			background-color: #E2E0D8;	
			padding: 1px 4px;
			text-align: center;
			height: 50px;	
		}	
		.Products .Item .Description A {
			color: #615F58;
			text-decoration: none;		
		}	
			.Products .Item .Description A:hover {
				text-decoration: underline;		
			}	
		
		.Products .Item .Info {
			background-color: #E2E0D8;	
			padding: 1px 4px;
			margin-top: 1px;
			font-size: 12px;
		}
		.Products .Item .InfoRow {
			padding: 1px 0;
		}
			.Products .Item .Value {
				float: right;
				font-weight: bold;
			}
			.Products .Item .ValueNoBold {
				float: right;
			}
			
		
		.Listing {
			width: 718px;
			background-color: #DDDDDD;
			margin: 4px 0;
			padding: 4px;
			text-align: center;
		}
			.Listing .Sort {
				float: right;
			}
			.Listing .Paging {
				float: left;
			}
			.Listing A {
				padding: 0 2px;
				color: #615F58;
				text-decoration: underline;
			}
			.Listing A:hover {
				text-decoration: none;
			}
			.Listing A.Selected {
				font-weight: bold;
				text-decoration: none;
			}
		
		/* DIV content vertical align - http://www.webtoolkit.info/css-vertical-align.html */
		.ProductDetail .ProductBox .Image {
			width: 310px;
			height: 310px;
			margin-bottom: 4px;			
			background-color: #DDDDDD;			
			display: table;
            #position: relative;
            overflow: hidden;
		}		
         .ProductDetail .ProductBox .v-middle {
			display: table-cell;
			#position: absolute;
			#top: 50%;
			vertical-align: middle;
			width: 310px;
		}
           .ProductDetail .ProductBox .v-inner {
				#position: relative;
				#top: -50%;
				width: 100%;
				width: 310px;
				text-align: center;
			}
		/* end of dirty hacks */
		
		.ProductDetail {

		}
			.ProductDetail.Filter {
				width: 730px;
			}
			.ProductDetail .ProductBox {
				float: left;
				width: 310px;
			}			
			.ProductDetail .InfoRow, .Bids .InfoRow {
				padding: 1px 0;
			}
			.ProductDetail .InfoRow.Marked, .Bids .InfoRow.Marked {
				color:#A52A2A;
			}
				.ProductDetail .Value, .Bids .Value {
					float: right;
					font-weight: bold;
				}
				.ProductDetail .ValueNoBold, .Bids .ValueNoBold {
					float: right;
				}				
			.ProductDetail H2, .Bids H2, .AuctionAccount H2 {
				padding: 10px 0 1px 0;
				font-size: 14px;
			}
			.ProductDetail .Desc {
				padding: 1px 0 10px 0;
				font-size: 12px;
				font-weight: normal;
			}
			.ProductDetail .Listing {
				width: 302px;
				margin: 20px 0;
				text-align: center;
			}
				.ProductDetail .Listing A {
					padding: 0 4px;
				}
				.ProductDetail .Listing .Prev {
					float: left;
				}
				.ProductDetail .Listing .Next {
					float: right;
				}
			
			.ProductDetail .SidebarBox {
				float: left;
				width: 270px;
				padding: 0 0 0 30px;
			}
				.ProductDetail .SidebarBox .RelatedTitle {
					font-size: 12px;
					font-weight: bold;
				}
				.ProductDetail .SidebarBox .Related LI {
					padding: 1px 10px;
				}


	.TextPage {
		font-size: 12px;
	}
		.TextPage UL {
			margin: 0 0 0 20px;
			list-style-type: disc;
		}
		.TextPage.Sitemap UL {
			margin: 0 0 0 20px;
			list-style-type: none;
		}
		.TextPage .Center {
			text-align: center;
		}
		.M01 {
			font-size: 12px;
			color: #A52A2A;
			font-weight: bold;
		}
		.Red {
			color: #A52A2A;
		}
		
		.TextPage .Item {
			padding: 0 0 20px 0;
		}
		.TextPage .Year {
			width: 90px;
			border-top: 8px solid #D0CDC0;
			font-weight: bold;
			padding: 2px 0 4px 0;
		}

		
		.PersonalData {
		
		}
			.PersonalData CAPTION {
				font-weight: normal;
				font-size: 24px;
				padding: 40px 0 10px 0;
			}
			.PersonalData TH {
				text-align: left;
				vertical-align: middle;
				width: 140px;
				font-weight: bold;
				padding: 2px 0;
			}
			.PersonalData TD {
				vertical-align: middle;
				width: 200px;
				padding: 2px;
			}
			.PersonalData INPUT {
				background-color: #F9F6E5;
				border: 2px solid #D0CDC0;
			}
			.PersonalData TEXTAREA {
				background-color: #F9F6E5;
				border: 2px solid #D0CDC0;
			}
			.PersonalData SPAN {
				font-weight: normal;
			}
		
		.AuctionItems {		
		
		}
			.AuctionItems THEAD TD {
				background-color: #E2E0D8;
				font-weight: bold;
				padding: 2px;
			}
			.AuctionItems THEAD .Cat {
				width: 50px;
			}
			.AuctionItems THEAD .Sub {
				width: 250px;
			}
			.AuctionItems THEAD .Low {
				width: 85px;
			}
			.AuctionItems THEAD .Limit {
				width: 85px;
			}
			.AuctionItems THEAD .Tel {
				width: 90px;
			}
			.AuctionItems TBODY TD {
				padding: 2px;
			}
			.AuctionItems INPUT {
				background-color: #F9F6E5;
				border: 1px solid #ADABA3;
			}
			.AuctionItems TBODY .Cat INPUT {
				width: 46px;
			}
			.AuctionItems TBODY .Sub INPUT {
				width: 246px;
			}
			.AuctionItems TBODY .Low INPUT {
				width: 81px;
			}
			.AuctionItems TBODY .Limit INPUT {
				width: 81px;
			}
			.AuctionItems TBODY .Tel INPUT {
				width: 86px;
			}
			.AuctionItems TBODY TD INPUT {
				padding: 2px;
			}
			
			.AuctionItems .dis {		
				
				background-color: #f0f0f0;
			}
		
		.AuctionResults {
			width: 100%;
		}
			.AuctionResults TD {
				padding: 2px 4px;
			}
			.AuctionResults .Header {
				color: #5D5D5A;
				background-color: #E2E0D8;
				font-weight: bold;
			}
			.AuctionResults .Row {
				background-color: #F3F0E2;
			}
			.AuctionResults .c {
				text-align: center;
			}
			.AuctionResults .r {
				text-align: right;
			}

			
			
		.SubmitBox {
			padding: 25px 0;
			text-align: center;
		}
			.SubmitBox INPUT {
				background-color: #E2E0D8;
				font-weight: bold;
				padding: 4px 10px;
				color: #615F58;
				border: 1px solid #615F58;
				cursor: pointer;
			}
			.SubmitBox INPUT.RegButton {
				background-color: #A52A2A;
				font-weight: bold;
				padding: 4px 10px;
				color: #ffffff;
				border: 0px solid #615F58;
				width: 284px;
				text-transform: lowercase;
			}
		
		.TextPage.Sitemap .SiteBox {
			width: 255px;
			margin-right: 5px;
			float: left;
		}
			.TextPage.Sitemap .SiteBox H3 {
				font-size: 12px;
				font-weight: bold;
				padding: 0 0 10px 0;
			}
		
		
	/* POSTRANKY GALERIE */
	.GalleryHeader {
		background-color: #D0CDC0;	
		margin: 0 0 6px 0;
	}	
		.GalleryHeader .Image {
			float: left;
			width: 584px;
			height: 125px;
			padding: 10px;
		}
		.GalleryHeader .Menu {
			min-height: 115px;
		}
		#Content .GalleryHeader .Menu A.Action {
			color: #B62630;
		}
	.Sidebar H3 {
		text-align: right;
		font-weight: normal;
		padding: 0 20px 0 0;
		font-size: 14px;
	}	
	.TextPage.GalleryPage { 
		width: 600px;
	}
	#Footer.GalleryFooter .Inner {
		width: 782px;
	}	
	.Sidebar .Visit {
		text-align: right;
		padding: 150px 0 0 0;
	}

.Bids {

}
	.BidSummary{
		width: 450px;
	}
	.BidRules {
		border: 1px dotted #C0C0C0;
		background-color: #ffffff;
		height: 150px;
		margin: 10px 0;
		overflow-x: hidden;
		overflow-y: scroll;
		padding: 5px;
		width: 450px;	
	}
	.Bids .InfoRow.MyBid {
		color:#A52A2A;
		font-weight: bold;
		font-size: 14px;
		padding: 4px 0;
	}
	.BidBox .BidValue {
		background-color: #F9F6E5;
		border: 1px solid #ADABA3;
	}
	.BidBox .Submit {
		background-color: #E2E0D8;
		font-weight: bold;
		padding: 0 6px;
		margin: 0 4px;
		color: #615F58;
		border: 1px solid #615F58;
	}
	#BidChangeInfo {
		font-weight: bold;
		color: #615F58;
		width: 450px;
		font-size: 14px;
		background-color: #FFFFFF;
		border: 1px dotted #C0C0C0;
		padding: 5px;
		margin: 15px 0 0 0;
	}

.AuctionAccount {
}	
	.MyAuctions {
		width: 600px;
		margin: 0 0 25px 0;
		border: 1px dotted #C0C0C0;
		background-color: #ffffff;
		font-size: 12px;
	}
	.MyAuctions TH {
		font-weight: bold;
		text-align: center;
		padding: 4px;
	}
	.MyAuctions TD {
		padding: 4px;
	}
	.MyAuctions .Price {
		text-align: right;
		width: 100px;
		padding-right: 10px;
	}
	.MyAuctions .Win {
		text-align: center;
		width: 100px;
		padding-right: 10px;
	}
	.MyAuctions .Winner {
		color: #339933;
		font-weight: bold;
	}
	.MyAuctions .Looser {
		color: #cc0000;
		font-weight: bold;
	}
	.MyAuctions TR:hover TD {
		background-color: #F9F6E5;
		cursor: pointer;
	}


/* Footer
----------------------------------------*/
#Footer {
	background-color: #D0CDC0;
	padding: 4px;
	margin: 20px 0 0 0;
}
	#Footer .Inner {
		width: 1000px;
		margin: 0 auto;
	}
	#Footer A {
		color: #615F58;
	}
	#Footer .Q2 {
		float: right;
	}
		#Footer .Q2 A {
			color: #ff5500;
		}


#FooterLinks {
	padding: 0 4px 40px 4px;
	width: 1000px;
	margin: 0 auto;
}
#FooterLinks li {
	float: left;
	padding-right: 4px;
}
	#FooterLinks A {
		color: #a19F98;
		padding: 0px 4px;
		font-size: 10px;
	}
#FooterTags {
	padding: 10px 4px 4px 4px;
	width: 1000px;
	margin: 0 auto;
}
	#FooterTags A {
		color: #817F78;
		padding: 0px 4px;
		font-size: 10px;
	}











