/* obecne veci prevezmeme z hlavniho webu Authoru */
@import "author.css";


/* =========================== vyznamove tridy ============================= */
.hidden {
	display: none;
}

.img-text {
	position: relative;
	display: block;
	overflow: auto;
	
	padding: 0;
}
	.img-text .it-text,
	.img-text .it-img {
		position: absolute;
		top: 0;
		left: 0;
		
		display: block;
		width: 100%;
		height: 100%;
		overflow: hidden;
		
		background: transparent url() top left no-repeat;
	}

/* ========================= obecne definice ============================== */
body {
	margin: 0;
	padding: 0;
	
	color: white;
	background: black url('../img/body-bcg.gif') left top repeat-x;
	
	text-align: center;
	
	font-family: sans-serif;
	font-size: 75%;
}
a,
	a:visited {
	color: white;
}
	a:hover {
		color: #A31414;
	}


/* ============================ rozvrzeni stranky =================================== */
#page-holder {
	width: 750px;
	
	margin-left: auto;
	margin-right: auto;
	
	background: black;
	
	text-align: left;
}

	#page-header {
		position: relative;
		
		width: 750px;
		height: 143px;
		overflow: hidden;
		
		background: #060000 url() center bottom no-repeat;
	}
		#page-header .note-box {
			height: 29px;
			overflow-y: hidden;
			
			padding: 0 10px;
			
			background: #950000 url('../img/ms-page-top-bkg.gif') bottom left repeat-x;
			color: #E0E0E0;
			
			text-align: right;
			line-height: 31px;
			
			font-size: 0.75em;
			font-family: Tahoma, sans-serif;
		}
			#page-header .note-box a {
				color: #E0E0E0;
			}
		#page-header #logo {
			display: block;
			position: absolute;
		}
	
	#page-body {
		float: right;
		width: 570px;
		overflow-x: hidden;
	}
		#page-body .page-heading,
		.catalogHeader h1 {
			margin: 0.5em 0 1em 10px;
			padding: 0 0 0.5em 0;
			
			border-bottom: 1px solid #2E2E2E;
			font-size: 1.4em;
			line-height: 1.2em;
		}
		#page-body #content {
			padding: 0 10px 10px 10px;
		}
	
	#page-left {
		float: left;
		width: 180px;
		
		min-height: 360px;
		padding-top: 3px;
		
		background: #646464;
	}
	
	#page-footer {
		height: 2em;
		clear: both;
	}

/* ========================= leve menu webu =============================== */
.menu {
}
	.menu ul,
	.menu ul li {
		display: block;
		margin: 0;
		padding: 0;
		
		list-style-type: none;
	}
	
	.menu ul {
		
	}
		.menu ul li {
			
		}
			.menu ul li a {
				display: block;
				padding: 0.2em 0.5em 0.2em 15px;
				
				background: #646464 url('../img/ico-arrow-gray.gif') 5px center no-repeat;
				border-bottom: 1px solid #848484;
				
				font-weight: bold;
				text-decoration: none;
			}
				/* druha uroven */
				.menu ul li li a {
					padding-left: 30px;
					
					background-color: #6E6E6E;
					background-image: none;
					
					font-weight: normal;
				}
				/* treti uroven */
				.menu ul li li li a {
					padding-left: 45px;
					
					background-color: #7E7E7E;
					background-image: none;
					
					font-weight: normal;
					font-size: 0.9em;
				}
				
				/* onmouseover */
				.menu ul li a:hover {
					background-color: #444444;
					color: white;
				}
				.menu ul li a.not-item:hover {
					background-color: transparent;
				}
	#menu-prodcat {
		border-top: 1px solid #747474;
	}	
		

/* ========================= vybrane kategorie zbozi na titulce =============================== */
.banners {
	float: right;
	width: 160px;
	min-height: 330px;
	
	margin: 0 15px;
}
	.banners ul,
		.banners ul li {
		display: block;
		margin: 0;
		padding: 0;
		
		list-style-type: none;
	}
		.banners ul li {
			margin-bottom: 0.5em;
			
			font-size: 0.9em;
			font-weight: bold;
		}
			.banners ul li a {
				display: block;
				margin: 0;
				padding: 0;
				
				text-decoration: none;
			}
				.banners ul li a .img {
					border: 1px solid #373737;
				}
				.banners ul li h5 {
					display: block;
					
					margin: 0;
					padding: 0;
					
					font-size: 1.0em;
					text-align: right;
				}
					.banners ul li h5 a {
						text-decoration: underline;
					}


/* ========================= katalog - upravy oproti katalogu na authoru =============================== */

/* obecne */
.catalogHeader {
	padding: 0;
}
#equipList .list {
	padding-left: 10px;
	padding-right: 10px;
	
}

/* seznam produktu */
#equipList .listItemCont .eqInfoBlock {
	position: relative;
	width: 440px;
	height: auto;
}
	#equipList .eqInfoBlock .eqName {
		position: absolute;
		top: 0;
		left: 0;
	}
	#equipList .eqInfoBlock .catalogEquipNum {
		position: absolute;
		top: 0;
		right: 0;
		
		text-align: right;
	}
	#equipList .eqInfoBlock .eqDescr {
		margin-top: 1.8em;
	}
	#equipList .eqInfoBlock .eqPrice {
		width: 20em;
	}
	
/* detail produktu */
#equipDetail .catalogHeader {
	border-bottom: none;
	padding: 0;
}

#equipDetail .eqdDetail .eqdRightDetail {
	width: 350px;
}

