
@import url('author-dily.css');


.prodPureWsw {
	padding: 20px;
}

div.prodBlock {
	width: 484px;
	overflow: hidden;
}

	.prodBlock h1 {
		padding: 9px 20px 9px 20px;
		font-size: 1.4em;      
		font-weight: bold;
		border-bottom: 1px solid #444444;
	}

	.prodBlock #cnt {
		margin-top: 20px !important;
	}
	
	.prodBlock ul {
		margin: 0;
		padding: 0;
		
		list-style: none;
		list-style-type: none;
	}
	
		.prodBlock ul li {
			margin: 0;
			padding: 0;
		}
	
div#pTopBlock {
	width: 484px;
}





div#pImgStuff {
	width: 280px;
	
	float: left;
}

	div#pImg {
		width: 280px;
		height: 196px;
		
		position: relative;
		
		background-color: #B0B0B0;
	}
	
		#pImg div#pInImg {
			width: 278px;
			height: 194px;
			position: absolute;
			left: 1px;
			top: 1px;
			
			overflow: hidden;
			
			background-color: #000000;
		}
	
			#pImg div#pInImg img {
				border: none;
			}
			
	div#iMenu {
		font-size: 0.8em;
	}
	
		#iMenu ul {
			margin-top: 3px;
			display: block;
			width: 280px;
		}
		
			#iMenu ul li {
				float: left;
				padding-right: 5px;
			}
	
			#iMenu ul li.next {
				padding-left: 5px;
				border-left: 1px solid #797979;
			}
			
			#iMenu ul li.next2 {
				float: right;
				padding-left: 5px;
				/*border-left: 1px solid #797979;*/
			}
			
				#iMenu ul li a {
					color: #D9D9D9;
				}
	
					#iMenu ul li a:hover {
						color: #F22727;
						background-color: transparent;
					}
	

	div#qInfo {
		width: 184px; /* 204px - this.margin.left */
		float: left;
		margin-left: 20px;
	}
	
		div#price {
			color: #C12929;
			font-weight: bold;
			font-size: 0.9em;
		}
		
		div#rInfo {
		}

			#rInfo ul {
				margin-top: 10px;
			}
			
				#rInfo ul li {
					margin-top: 5px;
					padding-left: 10px;
					background: transparent url('../img/prod-li-red-small.png') left 5px no-repeat;
				}


	div#pDesc {
		margin-top: 15px;
	}
	
	div#pMenu {
		height: 27px;
		background-color: #1A1A1A;
	}
		
		div#pMenu ul {
			margin: 0 10px;
		}
	
			div#pMenu ul li {
				float: left;
				
				font-size: 0.9em;
				font-weight: bold;
				line-height: 27px;
			}

				div#pMenu ul li a {
					display: block;
					height: 27px;
					float: left;
					padding: 0 15px 0 25px;
					color: #B2B2B2;
					background: transparent url('../img/prod-li-arr.png') 10px center no-repeat;
				}

					div#pMenu ul li.hl a {
						background-color: #313131;
					}
					
					div#pMenu ul li a:hover {
						background-color: #252525;
					}
						
						div#pMenu ul li.hl a:hover {
							background-color: #252525;
						}



div#mInfo {
	margin: 10px 20px 0 20px;
}

	div#mInfo table.mITab {
		font-size: 0.9em;
		border-collapse: collapse;
		border: none;
	}
	
		div#mInfo .mITab td {
			text-align: left;
			vertical-aling: top;
			color: #DEDEDE;
			border: none;
		}
	
			div#mInfo .mITab td.mILbl {
				width: 130px;
			}
			
			div#mInfo .mITab td.mIVal {
			}

div#mFrame {
	margin: 10px 20px 0 20px;
}

	#mFrame div#mFrameImg {
		width: 484px;
		margin-bottom: 10px;
		overflow: hidden;
	}
	
	#mFrame div#mFrameWsw {
	}

	#mFrame table#mFrameDimTab {
		width: 484px;
		margin-bottom: 10px;
		font-size: 0.8em;
		border-collapse: collapse;
	}

		#mFrameDimTab tr {
		}
	
			#mFrameDimTab tr td,
			#mFrameDimTab tr th {
				padding: 2px 0;
				text-align: center;
				horizontal-align: top;
				border: 1px solid #444444;
			}
	
			#mFrameDimTab tr th {
				background-color: #333333;
			}
	
			#mFrameDimTab tr td {
			}
			
div#prodMenuBlock {
	width: 187px;
	background-color: #2F2F2F;	
	padding-bottom: 7px;
	border-bottom: 7px solid #444444;
}

	#prodMenuBlock h3.sb-hdr {
		font-size: 1.5em;
		text-transform: lowercase;
		border-bottom: 1px solid #444444;
	}

	div#prodMenuBlock ul#prodMenuList {
		font-size: 0.9em;
		list-style: none;
	}
	
		#prodMenuList li {
			margin: 0;
			border: none;
			
			background-repeat: no-repeat;
			background-position: left top;
			background-color: transparent;
			background-image: url('../img/prod-li.png');
		}
		
			#prodMenuList li.hl {
				background-color: #979797;
				background-image: url('../img/prod-li-hl.png');
			}
			
			#prodMenuList li a {
				display: block;
				width: 185px;
				
				/*padding: 2px 18px 2px 26px;*/
				
				color: #FFFFFF;
				text-decoration: none;
				
				background-repeat: no-repeat;
				background-position: left top;
				background-color: transparent;
			}

				#prodMenuList[id] li a {
					width: 185px;
				}
			
				#prodMenuList li a span.inA {
					display: block;
					margin: 2px 12px 2px 24px;
				}
			
				#prodMenuList li a:hover {
					background-color: #666666;
					background-image: url('../img/prod-li-hl.png');
				}
			
				#prodMenuList li.hl a:hover {
				}
				
			#prodMenuList span.prodName {
				display: block;
				width: auto;
				max-width: 150px;
				
				float: left;
				text-align: left;
				
				cursor: pointer;
				text-decoration: underline;
			}
			
			#prodMenuList span.prodPrice {
				display: block;
				width: auto;
				
				float: right;
				text-align: right;
				
				cursor: pointer;
			}
			
				#prodMenuList span.akce {
					color: #C12929;
					font-weight: bold;
				}

				#prodMenuList .hl span.prodName {
					text-decoration: underline;
				}
							
				#prodMenuList .hl span.prodPrice {
				}





/* ARCHIV KOL */
div.prodBlock.wide {
	width: 710px !important;
}

ul#yearList {
	margin: 10px 10px 10px 0px;
	padding: 0;
}

	#yearList li {
		margin: 0;
		padding-left: 10px;
		border: none;
		
		background-repeat: no-repeat;
		background-position: -14px -2px;
		background-color: transparent;
		background-image: url('../img/prod-li.png');
	}
	
	#yearList li a.hl {
		font-weight: bold;
	}


/* END: ARCHIV KOL */
