* {
behavior: url('/png.htc');
font-family:Geneva, Arial, Helvetica, sans-serif;
}
.myPr{}

.hiden
{
	display:none;
}

.print
{
	display:block;
    cursor: pointer;
    height:28px;
    margin:20px 0;
}
.print p 
{
	padding-top:5px;
	color:#2286D3;
	text-decoration:underline;
}

.print img
{
	float:left;
	margin-right:10px;
}


.rc5
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#err_div
{
	width: 500px;
	position: absolute;	
	z-index: 100;
	left: 31%; 
	top: 150px;
	display: none;
	background-color:#fff;
	filter:alpha(opacity=90);
  	-moz-opacity: 0.9;
  	-khtml-opacity: 0.9;
 	opacity: 0.9;
	border: 1px solid #e50000;
}

#err_div .header{display:block; background-color: #e50000; margin:0;}
#err_div .header h4{color:#fff; font-weight:normal; font-size:90%; padding: 0.2em 20px 0.4em 20px; margin:0;}
#err_div .header img{margin-right:5px;}
#err_div .comments{padding: 25px 20px 15px 20px;}
#err_div .comments textarea{width:458px;}
#err_div .comments small{display:block; font-size:70%; color:#333; padding-bottom:0.5em;}
#err_div .submit{padding: 0 20px 30px 20px;}


/* LoginPanel */
div#LoginPanel
{
	width: 240px;
	position: absolute;	
	z-index: 100;
	right: 31%; 
	top: 80px;
	padding: 10px 10px 0 20px;
	display: none;
	background-color: #fff;
	border: 1px solid #5682bc;
}

div#LoginPanel td
{
	font-size: 70%;
	color:#666666;
	padding: 0.5em 1em 0 0;
}

div#LoginPanel input
{
	font-size: 110%;
	color:#333;
}

div#LoginPanel td#loginLabel
{
	font-size: 80%;
	color:#666;
	padding: 0.7em 1em 0 0;
	
}
/**/


#error404Block
{
	padding: 0 0 100px 200px;
}

#error404Block h1
{
	font-size:150%;
	color:#333;
	margin:0;
}

#error404Block p
{
	margin: 0.4em 0 2.5em 0;
}

#error404Block a
{
	font-size:85%;
}



/* general */
html {background:#f4f4f5 url('/i/alfa-diesel_background.png') repeat-x left top}

.mainBlock 
{
	width:1000px;
	margin:0 auto;
}

p{font-size:85%; color:#333; line-height:1.5em; margin-top:0.5em;}
h3{font-size:120%; font-weight:normal; color:#333; margin: 0.5em auto 0.8em 25px;}

ul{margin-top: 0.5em; padding-left:0; margin-left:0; font-size:85%; color:#333; line-height:1.4em;}
ol{margin-top: 0.5em; padding-left:0; margin-left:1em; font-size:85%; color:#333; line-height:1.4em;}
ol li{list-style-type:decimal;margin: 0.4em 0 0.4em 1em; }
ul li{list-style-type:none; margin: 0.4em 0 0.4em 1em; background: url('i/list.gif') no-repeat left 0.8em; padding-left:16px;}


img.borderImg{border: 1px solid #999;}

.imgBlock{float:right; border: 1px solid #ccc; background-color:#fff;margin-right:15px;}
.imgBlock img{margin: 4px; border:0;}

.highlight td{background-color:#f4f2de;}

.contentBlock{padding: 0.2em 40px 0 10px;}


/* paragraph */
div.pContent{clear:both; margin-bottom:1em;margin-left:25px}
div.pContent p{line-height:1.6em;}
div.pContentNew {clear:both; margin-bottom:1em;padding-left:15px; margin-left:25px;border-left:5px solid #A23F34}
div.pContentNew p{line-height:1.6em;font-style:italic}

div.imgTop{padding: 0.8em 0 0.5em 0; float:left; clear:both}

div.imgLeft{float:left; padding: 0.5em 1em 0.8em 0;}
div.imgRight{float:right; padding: 0.5em 0 0.8em 1em;}
div.imgBottom{padding: 0.4em 0 0.8em 0;}

p.caption{font-size:70%; color:#666; font-style:italic; margin: 0.5em 0;}

table.pTable{clear:both; width:100%; border-collapse:collapse; margin: 0.5em 0 1.2em 0;}
table.pTable td{font-size:85%; color:#333; padding: 0.5em 10px; border-bottom: 1px solid #dedede;}
table.pTable td p{font-size:100%; margin:0; line-height:normal;}

table.normal{clear:both; width:100%; border-collapse:collapse; margin-bottom:1.2em; border: 1px solid #dedede;}
table.normal td{font-size:85%; color:#333; padding: 0.5em 10px; border: 1px solid #dedede;}
table.normal td p{font-size:100%; margin:0; line-height:normal;}

div#paragraphFile{padding: 0.5em 10px 0.5em 28px; height:26px;}
div#paragraphFile a{font-size:80%;}
div#paragraphFile small{font-size:70%; color:#999;}

div.attach{background: url('i/icons/default.gif') no-repeat left center;}
div.pdf{background: url('i/icons/pdf.gif') no-repeat left center;}
div.word{background: url('i/icons/word.gif') no-repeat left center;}
div.excel{background: url('i/icons/excel.gif') no-repeat left center;}
div.zip{background: url('i/icons/zip.gif') no-repeat left center;}

h3.pHeader{font-size:85%;}
h3.pHeader a{border-bottom: 1px dashed #5682bc; text-decoration:none;}
h3.pHeader a:hover{border-bottom: 1px dashed #a23f34; text-decoration:none; color:#a23f34 !important;}
h3.pHeader a.cur{border-bottom: 1px dashed #a23f34; color:#a23f34 !important; text-decoration:none;}

table.pNone{display:none;}
table.pVisible{display:block;}


/* links */
a{text-decoration:underline; color:#2286d3!important;}
a:hover{text-decoration:underline; color:#00236a;}


/* path */
div.path {color:#333; margin-left:30px}
div.path a{font-size:85%;}
div.path small{font-size: 85%; color:#333;}
div.path h1{font-size:140%; margin-top:0.3em;}
#goodBlock div.path h1{margin-bottom:0;}


/* header */
tr.top .headerMenuList, tr.indent_top .headerMenuList{padding: 0.8em 40px 0 10px;}
tr.inline .headerMenuList{padding: 25px 5% 5em 5%;}
tr.indent_bottom .headerMenuList{padding:0 40px 3em 10px;}

/*
tr.top .headerLogo, tr.indent_top .headerLogo, tr.top .headerPhone, tr.indent_top .headerPhone{padding:3em 40px 3.5em 10px;}
tr.inline .headerPhone{padding:2em 40px 3em 10px;}
tr.inline .headerLogo{padding:1.3em 40px 2.3em 10px; margin-left:-10px;}
tr.indent_bottom .headerLogo, tr.indent_bottom .headerPhone{padding: 3em 40px 2.5em 10px;}
*/

.headerLogo
{
	padding:30px 0 0 10px;
}
.headerMenuList ul
{
	position:relative;
	float:left;
	width:340px;
	height:39px;
	margin:15px 0 0 0 ;
	padding:0;
	font-size:85%;
	color:#333;
	background:url('/i/alfa_shadowBut.png') repeat-x left top;
}

.headerMenuList ul .blockBorder
{
	width:2px;
	height:39px;
	top:2px;
	left:130px;
	margin:0 auto;
	position:absolute;
	background:url('/i/alfa_Butborder.png') left top;
	background-repeat:no-repeat;
}
.headerMenuList ul .blockBorder2
{
	width:2px;
	height:39px;
	top:2px;
	left:235px;
	margin:0 auto;
	position:absolute;
	background:url('/i/alfa_Butborder.png') left top;
	background-repeat:no-repeat;
}

.headerMenuList .block1
{
	margin-top:15px;
	float:left;
	width:19px;
	height:39px;
	background:url('/i/alfa_block1.png') left top;
}
.headerMenuList .block2
{
	margin-top:15px;
	float:left;
	width:19px;
	height:39px;
	background:url('/i/alfa_block2.png') left top;
}
.headerMenuList ul li
{
	float:left;
	list-style-type:none;
	background:none;
	color:#333;
	line-height:1.2em;
	margin: 5px 0 0 10px;
	padding: 0.4em 10px;
}
.headerMenuList ul li a{color:#464647!important}
.headerMenuList ul li.cur
{
	color:#fff;
}
.headerPhone{padding:25px 0 0 10px;}
.headerPhone span {float:right}
.headerPhone span small{color:#fff; font-size:110%;}
.headerPhone span strong{color:#333; font-size:170%;}
.headerPhone a{display:block; font-size:95%; padding-top:0.1em;clear:both;margin-left:15px;float:right;}
.headerPhone a img{margin-right:5px;margin-bottom:-5px;}


/* menu */
.twoMenuList{position:relative;margin: 0 0 1em 0; width:200px;padding: 0 0 0 62px; font-size:100%; color:#333;}
.twoMenuList{position:relative;margin: 0 0 1em 0; width:200px;padding: 0 0 0 65px; font-size:100%; color:#333;}
.twoMenuList strong{display:block; font-size:85%; padding: 0.5em 10px 0.5em 10px; line-height:1.3em; font-weight:bold}
.twoMenuList li
{
list-style-type:none;
background:none;
color:#2286d3;
font-size:80%;
line-height:1.3em;
margin: 0 0 0em 0px;
padding: 0.3em 10px 0.3em 10px;
}
.twoMenuList li a {color:#2286d3;}
.twoMenuList li.cur
{
	background-color:#7d7285;
	color:#fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.twoLevelBlock
{
	float:left;
	position:absolute;
	left:3px;
	top:0px;
	width:54px;
	height:54px;
}
.twoMenuList img {float:right;}

.oneMenuList{margin: 0 0 2em 0; padding: 0 20px 0 0; font-size:100%; color:#333;}
.oneMenuList li{list-style-type:none; background:none; color:#333; font-size:85%; line-height:1.2em; margin: 0 0 0.4em 10px; padding: 0.4em 10px 0.4em 10px;}

.advBlock
{
	background-color: #efefef;
	border-left: 5px solid #ccc;
	width:70%;
	padding: 0.6em 10px;
	font-size:90%;
	color:#666;
	margin-top:1em;
}



/* home */
.blockTop
{
	position;relative;
	background:url('/i/fon_top.png') repeat-x left top;
	width:740px;
	height:307px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}
.blockTopImg
{
	position:absolute;
	margin-top:-50px;
	margin-left:40px;
	width:685px;
	height:340px;
	background:url('/i/img_top.png')no-repeat left top;
}
.blockTopImg h1
{
	margin-top:60px;
	font-style:italic;
	font-weight:900;
	font-size:210%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#7d7285;
	
}
.blockTopText
{
	width:510px;
	margin-top:70px;
}
.blockTopText p
{
	margin-right:15px;
	font-size:14px;
	line-height:1.2em;
	float:left;
	color:#676767;
}
.blockTopText p strong {color:#a23f34}

.homeCenterBlock{padding-right: 40px;}
.homeCenterBlock .homeParagraph{padding: 2em 10px 0 10px;}
.homeblockParagraph{padding: 2em 40px 0 10px;}
.homeblockAnons{padding: 3em 40px 0 10px;}

.homeAnonsTable td{padding: 0 0 0.6em;}
.homeAnonsTable td.text{padding-bottom: 2em;}
.homeAnonsTable h4{font-size:90%; font-weight:normal; margin: 0 0 0.3em 0;}
.homeAnonsTable p{font-size:70%; color:#333; margin:0; line-height:1.4em;}
.homeAnonsTable p p{font-size:100%; line-height:normal;}


/* footer */
#footerBg{padding-top:1.5em;}
#footerContacts{padding: 2em 40px 2em 0;}
#footerContacts small{font-size:70%; color:#666;}
#footerContacts small.none{color:#fff; visibility: hidden;}
#footerContacts strong{font-size:80%; color:#666;}
#footerContacts p{font-size:70%; color:#666; line-height:1.3em; margin: 0.6em 0 2em 0;}
#footerTl{padding: 2em 40px 2em 0;}
a.tlLink{display:block; padding-top:0.6em; font-size:70%;}


/* catalogue */
.catalogue_car td
{
	padding-bottom:20px;
}

.catalogue_car .car_foto
{
	padding:7px 20px 0 0;
}

.catalogue_car .carname
{
	font-size:90%;
}

.catalogue_car .car_price
{
	padding-top:10px;
}

.catalogue_car .textcar p
{
	font-size:85%;
	line-height:1.4em;
	margin:0;
}

.catalogue_car .textcar span
{
	font-weight:bold;
}

.catalogue_car .textcar small
{
	padding-left:10px;
	font-size:85%;
}


/* Форма запроса
-----------------------------------*/
table.form{width:480px;}
table.form td{font-size:85%; color:#333; padding: 0.3em 20px 0.3em 0;}
table.form td.leftCol{width:200px; padding-top:0.6em;}
/**/

