/* CSS Document */

.stabilizer { font-size: 1px; }
body { font: 12px Arial, Tahoma, Verdana, sans-serif; line-height: 20px; }

.Arial   { font: normal 12px Arial, Helvetica, sans-serif; }
.Tahoma  { font: normal 12px Tahoma, Arial, Helvetica, sans-serif; }
.Verdana { font: normal 12px Verdana, Arial, Helvetica, sans-serif; }
.Treb 	 { font: normal 12px Trebuchet MS, Arial, Helvetica, sans-serif; }

.px10 { font-size: 10px; }
.px11 { font-size: 11px; }
.px12 { font-size: 12px; }
.px13 { font-size: 13px; }
.px14 { font-size: 14px; }
.px16 { font-size: 16px; }
.px18 { font-size: 18px; }

.lh14 {line-height: 14px; }
.lh16 {line-height: 16px; }
.lh18 {line-height: 18px; }
.lh20 {line-height: 20px; }
.lh22 {line-height: 22px; }
.lh25 {line-height: 25px; }
.lh30 {line-height: 30px; }

.Courier10  { font: normal 10px Courier, 'Courier New', sans-serif; }

.Arial10, .Arial11, .Arial12, .Arial14 { font: 10px Arial, sans-serif; }
.Arial11 { font-size: 11px; }
.Arial12 { font-size: 12px; }
.Arial14 { font-size: 14px; }

/*** TAHOMA BLOCK ***/



.Tahoma9, .Tahoma10, .Tahoma11, .Tahoma12, .Tahoma14, .Tahoma16  { font: 10px Tahoma, Verdana, Arial }
.Tahoma11  { font-size: 9px; }
.Tahoma11  { font-size: 11px; }
.Tahoma12  { font-size: 12px; }
.Tahoma14  { font-size: 14px; }
.Tahoma16  { font-size: 16px; }

.Treb10, .Treb11, .Treb12, .Treb14  { font: 10px Trebuchet MS, Tahoma, Verdana, Arial }
.Treb11  { font-size: 11px; }
.Treb12  { font-size: 12px; }
.Treb14  { font-size: 14px; }

H1, H2, H3 { 
  font: bold 16px Arial, Helvetica, sans-serif; 
	padding: 0px;
	margin: 0px;
}

H2 { font-size: 14px; }
H3 { font-size: 12px; }

.bold { font-weight: bold; }
.normal { font-weight: normal !important;  }

.upcase { text-transform: uppercase; }

.LinkHover:hover {text-decoration: underline; }

/*** LINKS ***/

A { text-decoration: none; }
A:hover { text-decoration: underline; } 

.Link        { color: #8f8e88; }
.Light       { color: #d2d2cc; }
.DarkBrown	 { color: #706f68; }
.DarkBrown2	 { color: #4f4e4a; }



.GreenLink   { color: green;   }
.LGreenLink  { color: #009d00; }
.RedLink     { color: #bc0000;   }
.GrayLink    { color: #787878; }
.LGrayLink   { color: #969696; }
.LGrayLink2  { color: #c8c8c8; }
.DGrayLink   { color: #646464; }
.DGrayLink2  { color: #555555; }
.DGrayLink3  { color: #404040; }
.OrangeLink  { color: #e05a00; }
.LOrangeLink { color: #ff8400; }
.WhiteLink   { color: white; }
.BlackLink   { color: black; }

.DarkRed 	 { color: #a72f00; }
.Cyan		 { color: #2895b5; }

.Pink 		 { color: #ff6363; }
.LPink		 { color: #ffb2b3; }
.Yellow 	 { color: #ff9b1f; }

.Reference   { text-decoration: underline; }
.Ref   { text-decoration: underline; }

.BBCodeLink { color: green; text-decoration: underline; }

.RedHover:hover    { color: #bc0000; }
.BlackHover:hover  { color: black; }
.GreenHover:hover  { color: green; }
.YellowHover:hover { color: #ffc600; }
.BlueHover:hover   { color: #1870b4; }
.OrangeHover:hover { color: #e05a00; }
.WhiteHover:hover  { color: white; }

.NoHover:hover     { text-decoration: none; }




.sbTitle {
	color: #4f4e4a;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}

.mainTitle {
	color: #a72f00;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
}

.subTitle {
/*	color: #777773; */
	color: #a72f00;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

.subTitle2 {
	color: #a72f00;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.subTitle3 {
	color: #777773;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

.subTitle_Black {
	color: black;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

.underDotted {
	background: url('images/dots.gif') repeat-x;
	background-position: 0% 100%;
}

.Dotted {
	background: url('images/dots_dark.gif') repeat-x;
	background-position: 0% 11px;
}

td.productCell {
	border: 5px solid #9f9d94;
	padding: 1px;
	background-color: white;
}

td.productCellDisabled {
	border: 1px solid #d6d6cd;
	padding: 1px;
	/* background-color: white; */
}


td.productCellShadow {
	background: url('images/product_cell_shadow.gif') repeat-x;
	padding: 20px 10px 10px 10px;
	border-bottom: 1px solid #d2d2cc;
}

.productCellWrap {
	border: 1px solid #c0c0c0;
	padding: 5px;
}

.productPrice {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #bc0000;
}

.modelRow {
	border-bottom: 1px solid #d2d2cc;
}

.modelHeader {
	border-bottom: 1px solid #d2d2cc;
}


/* стиль оформления больших текстов (статьи, новости и т.д.) */
.TextBlock {
	font: 12px Verdana, Tahoma, Arial;
	line-height: 25px;
}


.gray_hdr {
	padding: 8px 0 8px 10px;
	background-color: #f0f0f0;
	border-bottom: 1px solid #dddddd;
}

.gray_cell {
	padding: 8px 0 8px 10px;
	background-color: #fafafa;
	border-bottom: 1px solid #ebebeb;
}



/* ************************** PAGER ******************************* */

.PagerButton_Selected,
.PagerButton {
	font-size: 11px;
	background-color: white;
	padding: 2px 5px 3px 5px;
	margin: 0px;
	border: 1px solid #dddddd;
}

.PagerButton_Selected { background-color: #f9a123; border-color: #d88c1e;}

/* *************************** IMPORTED *************************** */

/* Quote & Code blocks */
.code {
  color: #006600;
	font: normal 10px Courier, 'Courier New', sans-serif; 
	line-height: 150%;
	background-color: #FAFAFA; 
	border: 1px solid #D1D7DC; 
	padding: 10px;
}

.quote {
  color: #444444;
	font-weight: normal;
	font-size: 11px; 
	line-height: 150%;
	background-color: #FAFAFA; 
	border: 1px solid #D1D7DC;
	padding: 10px;
}

/* меню сайта */
.mmi,
.mmi_selected { padding: 0 36px; border-right: 1px solid #2e2e2e; }
.mmi_selected { font-weight: bold; color: white; border-right: 1px solid #2e2e2e; }

/* ячейки с товарами */
.cell_title {
	font-size: 12px;
	color: #ff8e8f;
	font-weight: bold;
	line-height: 16px;
}


.leftColumn {
	padding: 10px 10px 15px 0px;
}

.leftColumn2 {
	padding: 10px 10px 10px 10px;
}

.rightColumn {
	padding: 10px 10px 10px 10px;
}


/* ************************************************ */
/* постраничный вывод */

.pager_item {
	border: 1px solid #dad8ce;
	padding: 5px 10px;
	color: #8f8e88;
	text-align: center;
	padding: 5px 10px;
	line-height: 30px;
	font-weight: bold;
}

.pager_item:hover { border: 1px solid #8f8e88; text-decoration: none; }

.pager_item_selected {
	background-color: #dad8ce;
	border: 1px solid #dad8ce;
	padding: 5px 10px;
	color: black;
	text-align: center;
	padding: 5px 10px;
	line-height: 30px;
	font-weight: bold;
}

.pager_item_selected:hover { border: 1px solid #8f8e88; text-decoration: none; }




ul.paragraph li { margin-bottom: 10px; }