
body.noBackGround {
	background: #000000;
}

.catalogHeader {
	padding: 15px 20px;
}
	
	.catalogHeader h1 {
		font-size: 1.4em;      
		font-weight: bold;
	}


.catalogCloseWin {
		float: right;
		text-align: right;
		padding: 8px 20px 0 0;
	}
	
	.catalogCloseWin a {
		color: #FFF;
	}

.catalogEquipNum {		
	width: 100%;
	text-align: right;
}
		
	.catalogEquipNum span {
		margin-right: 5px;
		background: url("../img/ico-arrow-gray.gif") 100% 50% no-repeat; 			
	}

.catalogFileEl {
	position: relative;
}
	.catalogFileEl img {		
		position: absolute;		
	}
	
	.catalogFileEl a {				
		padding-left: 20px;
		color: #BABABA !important;		
	}
	
/******************************************************************************
*	STRÁNKA PŘÍSLUŠENSTVÍ A DÍLY
******************************************************************************/

#equipList {
	
}
	
	#equipList .list {
		padding: 0 20px;
		font-size: 0.9em;
	}
	
		#equipList a:hover {		
			background-color: transparent;
		}
	
		#equipList .listItem {
			border-bottom: 1px solid #161616;
			margin-bottom: 15px;
			/*height: 100px;			*/
		}
		
			#equipList .listItemCont {			
				margin: 15px 0;
				/*float: left;*/
			}
		
		#equipList .listItemCont .eqImg {
			float: left;
			width: 92px;
			height: 70px;
			overflow: hidden;
			position: relative;
			margin-right: 5px;
			background-color: #B0B0B0;
		}
		
		#equipList .listItemCont .xeqImg {
			float: left;
			width: 92px;
		  height: 70px;
			overflow: hidden;
			position: relative;
			margin-right: 5px;
			background-color: #000000;
			
		}
				
			#equipList .listItemCont .eqImg .eqInImg {
				width: 92px;
				height: 68px;				
				position: absolute;
				left: 1px;
				top: 1px;				
				overflow: hidden;				
				background-color: #000000;
			}
		
			#equipList .listItemCont .xeqImg .xeqInImg {
				width: 92px;
				height: 68px;		
				/*position: absolute;*/
				left: 0px;
				top: 0px;		
				overflow: hidden;				
				background-color: #000000;
				border: none;
			}											
		
		.eqInImg img { margin-top: -10px; }
		
		.xeqInImg img { border: 1px solid #B0B0B0; /*position: absolute;*/ margin-top: 0px; }
		
		#equipList .listItemCont .eqInfoBlock {		
			/*float: right;*/
			height: 90px;
			margin-left: 10px;
			min-height: 90px;
			overflow: hidden;
			width: 565px;
			/* =margin-left: 100px; */
		}
		
		#equipList[id] .listItemCont .eqInfoBlock {
			height: auto;
			}
		
			#equipList .eqInfoBlock .eqName {		
				float: left;
				
				margin: 0;
				padding: 0;
				
				font-weight: bold;
				font-size: 1.1em;
				
				width: 420px;
				overflow: hidden;
			}
			
				#equipList .eqInfoBlock .eqName a {		
					color: white;					
				}
				
				#equipList .eqInfoBlock .eqName a:hover {		
					color: #B60000;					
				}					
				
			#equipList .eqInfoBlock .catalogEquipNum	
			{
				width: 140px;
				white-space: nowrap;  				
				overflow: hidden;
			}
			
			#equipList .eqInfoBlock .eqDescr {	
				width: 100%;	
				margin: 3px 0;
				_height: 32px;
				min-height: 32px;
			}	
			#equipList .eqInfoBlock .eqNote {	
				width: 100%;	
				margin: 3px 0;
				
				font-style: italic;
			}													

			#equipList .eqExtInfo {
				float: left;
				width: 440px;
			}
			
				#equipList .eqExtInfo .catalogFileEl {
					float: left;
					margin-right: 10px;				
				}
				
				#equipList .eqExtInfo .eqMat {
					float: left;				
					margin-right: 10px;
				}						
			
					#equipList .eqExtInfo .eqMat a {
						color: #BABABA;
					}							

			#equipList .eqInfoBlock .eqPrice {
				/*width: 120px;*/
				width:210px;
				color: #C12929;
				font-weight: bold;
				text-align: right;
				float: right;
			}			
		
		
/******************************************************************************
*	STRÁNKA DETAIL DÍLU
******************************************************************************/

#equipDetail {

}

	#equipDetail .catalogHeader {
		padding: 15px 20px;
		border-bottom: 1px solid #444444;
	    overflow: hidden;    
    	width: 670px;
	    _width: 100%;  
    	/*white-space: nowrap;	*/
	}
	
	#equipDetail .eqdDetail {
		margin: 15px 15px;
		font-size: 0.9em;
	}

	#equipDetail a:hover {		
		background-color: transparent;
	}

		#equipDetail .eqdDetail .eqdLeftDetail {
			float: left;
			width: 176px;
			overflow: hidden;
			margin: 0;
		}
		
			#equipDetail .eqdLeftDetail .eqdPreview {
				width: 176px;
				height: 132px;
				margin-bottom: 3px;
				
				position: relative;
				background-color: #B0B0B0;
			}
			
				#equipDetail .eqdLeftDetail .eqdPreview .eqdInPreview {
					width: 174px;
					height: 130px;
					
					position: absolute;
					left: 1px;
					top: 1px;
					
					overflow: hidden;
					
					/*background-color: #000000;*/
					background-color: #fff;
				}
				
			#equipDetail .eqdLeftDetail .eqdAltInfo {
				margin: 10px 0 5px 0;			
			}
			
			#equipDetail .eqdLeftDetail .eqdInstructions {
				margin: 5px 0;
			}
			
				#equipDetail .eqdInstructions .catalogFileEl {			
					margin: 2px 0 2px 10px;
				}
					
			#equipDetail .eqdLeftDetail .eqdMaterials {
				margin: 5px 0;
			}					
			
				#equipDetail .eqdMaterials .eqdMat {
					margin-left: 10px;
				}
				
					#equipDetail .eqdMaterials .eqdMat a {		
						color: #BABABA;
					}

		
		#equipDetail .eqdDetail .eqdRightDetail {
			float: right;		
			width: 485px;
			overflow: hidden;			
		}		
		
			#equipDetail .eqdRightDetail .eqdPrice {
				text-align: right;
				color: #C12929;
				font-weight: bold;
				margin-bottom: 5px;
			}		
			
			#equipDetail .eqdRightDetail .eqdDescr {
				margin-bottom: 20px;				
			}
			
			#equipDetail .eqdRightDetail .eqdComment {
				margin-bottom: 20px;				
			}
			
			#equipDetail .eqdRightDetail .eqdFrameDim table {
				border-collapse: collapse;
				margin: 1px;
			}
			
				#equipDetail .eqdRightDetail .eqdFrameDim #mFrameDimTab tr td,
				#equipDetail .eqdRightDetail .eqdFrameDim #mFrameDimTab tr th {
					padding: 2px 2px; 
				}
				
			#equipDetail .eqdRightDetail .eqdFrameDescr {
				margin: 10px 0;
			}
			
				#equipDetail .eqdRightDetail .eqdFrameDescrCont {
					padding-left: 15px;
				}
			

/******************************************************************************
*	STRÁNKA DETAILNÍ FOTO DÍLU
******************************************************************************/

#equipPhoto {
	height: 100%;	
}
	#equipPhoto a:hover {		
		background-color: transparent;
	}
	
	#equipPhoto .catalogHeader {	
		float: left;
		width: 75%;
		text-align: left;
		padding: 10px 10px;		
	}		
	
	#equipMaterial .cleaner {
		border-bottom: 1px solid #444444;		
		visibility: visible;
	}
	
	#equipPhoto .egpImg {
		clear: both;
		width: 100%;
		height: 100%;		
		text-align: center;
	}
	
		#equipPhoto .egpImgCont {

		}
	
/******************************************************************************
*	STRÁNKA DETAIL MATERIÁLU
******************************************************************************/

#equipMaterial {
	
}
	#equipMaterial a:hover {		
		background-color: transparent;
	}
	
	#equipMaterial .catalogHeader {	
		float: left;
		width: 75%;
		text-align: left;
		padding: 10px 10px;		
	}	
	
	#equipMaterial .cleaner {
		border-bottom: 1px solid #444444;		
		visibility: visible;
	}
	
	#equipMaterial .eqmWsw {
		heigth: 100%;
		text-align: left;
		padding: 10px 10px;
	}

