﻿/* общие параметры страницы */
html, body{
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
	text-align: center; 
	font-family: Arial,Helvetica,Garuda,sans-serif;
	color: #2a2a2a;
	font-size: 12px;
}
body{
    background: #e5ebec url('../pic/bord.jpg') repeat-x;
}
/* Описание стилей всевозможных ссылок */
a{
    color: #f73c1b;    
}
.link, .red{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 13px; 
	display: block;
}
	.link{
		color: #2a2a2a;
	}
	.red{
		color: #f73c1b;
	}
 
.more{
	font-size: 12px;
	color: #2a2a2a;
	text-decoration: underline;
	line-height: 18px;
	display: block;
	width: 125px;       
	height: 18px;
	background: transparent url('../pic/more.gif') no-repeat right 4px; 
}
.propTitle{
	color: #f73c1b;
	font-size: 18px;
	padding-bottom: 12px;
	display: block;
	font-weight: normal;
}
/* стиль разделителя */  
.hr{
	height: 2px;
	font-size: 0;     
	border-top: 2px solid #f73c1b;
	border-bottom: 0;
	margin: 10px 0;
}      
    /* общий блок-контейнер */
	.container{
		min-height:100%;
		height: 100%;
		width: 100%;
		/*min-width: 1024px;
		max-width: 1280px;*/
		margin: 0 auto; 
		background: #ffffff; 
		table-layout: fixed;   
	}
	*html .container{
		/*width:expression(((document.documentElement.offsetWidth)>1280) ? "1280px" : (((document.documentElement.offsetWidth)<1000) ? "1000px" : "100%")); */
	    height:100%;
	}
		/* блок заголовка */
		.head{
			height: 117px;
			padding: 10px 2% 0 3%; 
			overflow: hidden;
			zoom:1;
			background: transparent url('../pic/head_bg.gif') repeat-x;  
		}    
			/* общий блок для формы поиска и корзины */
			.head .searchBasketBlock{
				text-align: right;
				float: right;   
				overflow: hidden;
				margin-top: 5px;
			} 
			/* общий блок для навигационных иконок и главного меню */
			.head .topMenuStrip{
				clear: both;
				overflow:hidden;
				zoom:1;
			}
		/* блок для основного контента */
		.content{
			background: transparent url('../pic/content_bg.gif') repeat-x;
		}
			.content td{
				text-align: left;
				vertical-align: top;
				height:100%;
			} 
			/* средняя колонка с контентом */
			.content .middleBlock{
				padding: 25px 0 50px 0;
				width: 46%;    
			}
			    .content .middleBlock .article{
				    margin-bottom: 35px;
				    line-height:18px;  
			    }
			/* левая колонка с контентом */
			.content .leftBlock{
				padding: 25px 0 50px 15px;	
			}
			/* правая колонка с контентом */
			.content .rigthBlock{
				padding: 25px 15px 50px 0;
			}
			.content .leftBlock, .content .rigthBlock{
				width: 25%; 
			}
			.content td.cSpace{
			    width: 2%;
			    padding: 0 9px;
			    empty-cells: show;
			}
	/* футер */
	.footer{
		height: 60px;
		background-color: #dbe2e3;
	} 
		/* красная полоска, отделяющая основной контент от футера */
		.footer .strip{
			height: 23px;
			background-color: #f73c1b;
			vertical-align:middle;
			
		}
		.footer .strip a
		{
			color:White;
			
		}
		
		.footer .strip a.selected
		{
			text-decoration:underline!important;
		}
		
		/* высота картинок в футере */
		.footer .address, .footer .telSmall{
			height: 50px;
		}
		/* картинка с адресом */ 
		.footer .address{
			width: 75%;
			float: left;
			background: transparent url('../pic/address.gif') no-repeat 40px center;
		} 
		/* картинка с телефоном */
		.footer .telSmall{
			width: 25%;
			float: left;
			background: transparent url('../pic/tel_small.gif') no-repeat 20px center;
		} 
/* ---------------------------------------- */		
/* ------- СТРАНИЦА КАРТОЧКИ ТОВАРА ------- */	
/* ---------------------------------------- */
	/* меняем подложку для общего блока на странице описания товара */		
	.card{
		background: transparent url('../pic/card_content_bg.gif') repeat-x;
	} 
	
	.content .middleBlock .article p, .horizInfBlock .text div p{
        margin: 12px 0;   
    }   
			
