	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Master Page

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.tdHeader
{
	color:White;
	vertical-align:top;
	background-color: #DB1B14;
}

.tdFooter
{
    background-color: #D8D8D8;
}
	

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
	margin: 15 15 5 20; 
	width:100%;
	min-width:100%;	
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:black;
	vertical-align:top;
	font-size:80%;
}
p   
{
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	text-indent:0;	
	margin:1em 0 0 0;	
	/*padding:0 1em 0 1em;*/
	/*line-height:1.5em;*/	
	text-align:justify;
}
p.noRightMargin
{	
	padding:0 0 0 1em;
}

p.greyBox
{
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	text-indent:0;	
	font-size:85%;
	margin:0;
	padding:0 0.5em 0 0.5em;
	line-height:1.5em;	
	text-align:left;	
}	
	
p.leftAlign 
{
    text-align:left;
}	

p.rightAlign 
{
    text-align:right;
}	

p.no-padding-no-margin {
	padding:0;
	margin:0;
	}
span.nowrap
{
	white-space:nowrap;
}	
div.invertIndent
{
	text-indent:-3.5em;
	margin: 0 0 1em 3.5em;	
}	
hr{
	color: #D8D8D8;
	background-color: #D8D8D8;
	height: 1px;
	border:0;
	margin:5 0 5 0;	
	}

hr.red
{
    background-color: #DB1B14;
    color: #DB1B14;
}	
hr.formSectiondivider
{
	width:100%;
}
	
blockquote {
	padding:0 0 0 2em;
	margin:0 0 0 0;
	background:url(../../images/bg-quote.png) no-repeat;
	}

cite {
	margin:0;
	padding:0 0 0 6px;
	}

fieldset {
	padding:15px;
	}
	
legend 
{
	font-size:120%;
	font-weight:bold;
	color:#333333;
	padding:5px 3px 10px 3px;	
	}
input
{
   border: solid 1 #8e909c;
}
INPUT { border: expression(this.type=="checkbox" || this.type=="radio"?'none 0 #8e909c':'solid 1 #8e909c'); }
INPUT[type="checkbox"]
{
   border: none 0 #8e909c;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

	
h1, h2, h3, h4, h5, h6 {
	/*	margin:5px 0;*/
	padding:0 0 0 0;
}

h1 {
	margin: 0 0 10 0 ;
	padding: 10 10 10 20;
	font-size:140%;	
	background-color: #D8D8D8;
	vertical-align: middle;
}

.likeH1 {
	margin: 0 0 10 0 ;
	padding: 10 10 10 20;
	background-color: #D8D8D8;
	vertical-align: middle;
}

h1.red
{
	color:White;
	background-color: #DB1B14;
	font-family: Arial;
	font-style:normal;
	font-weight:lighter;
}

h2 {
	margin-top:0px;
	font-size:130%;
	font-weight:bold;	
}
h2.boldheader
{
	text-align:left;
	font-weight:bold;
	padding: 10 20 0 20;	
}

h3 
{
	margin: 10 0 10 0 ;
	font-size:120%;
	font-weight:bold;
}

h3.small 
{
	font-size:inherit;
	font-weight:bolder;
}

h4 
{
    font-size:110%;
	font-weight:bold;	
	margin: 10 0 2 0;
}

h5 
{
    font-size:105%;
	font-weight:bolder;
}

h6 
{
    font-size:102%;
	font-weight:bolder;
	margin: 10 0 2 0;
}

/*-------------------------------------------------------------
    TABLES
--------------------------------------------------------------*/
table
{
	border-style:none;
	vertical-align:top;
	border-collapse:	collapse;
	padding:0px;
	margin:0px;		
}
td
{        
    font-size:0.8em;    
    /*text-align: left;
    vertical-align: top;*/
}
table.mainFormat 
{
	vertical-align: top; 
	border-style: none; 
	border-spacing: 0; 	
	empty-cells: hide;
	text-align:left;	
	margin: 0; 	
	padding: 0;
	border-collapse:	collapse;
	/*border: solid 1 black;*/
	min-width:100%;
	width:100%;
}
table.adminTables 
{
    vertical-align: top; 
	border-style: none; 
	border-spacing: 0; 	
	empty-cells: hide;
	text-align:left;	
	margin: 0; 	
	padding: 0;
	border-collapse:	collapse;
	/*border: solid 1 black;*/
	min-width:100%;
	_width:100%;
}
td table.adminTables  
{
    font-size:140%;	
}
.tdTop
{
	vertical-align:top;
	text-align:left;	
}
.tdCategory
{
	vertical-align:top;
	text-align:left;
	width:20%;
	min-width:20%;	
}
.gridpager, .gridpager td
{    
    text-align: left;    
    font-weight: bold;
    text-decoration: none;
}
/* graytable - стандартная серая таблица с текстом сверху graytableMiddleText - стандартная серая таблица с цетрированным текстом по горизонтали и вертикали */
.graytable, .graytableMiddleText
{
	border: solid 1px #797979;
}

.graytable TR, .graytableMiddleText TR
{
   padding: 0 0 0 0;
   margin: 0 0 0 0;
}
.graytable TD
{
    background-color: #E9E9E9;
    border: solid 1px #797979;
	text-align: center;
	vertical-align:top;
    padding: 1 2 1 2;
	font-size: 0.75em;
	line-height: 1.3em;
}


.graytableMiddleText TD
{
    background-color: #E9E9E9;
    border: solid 1px #797979;
	text-align: center;
	vertical-align:middle;
    padding: 1 2 1 2;
	font-size: 0.75em;
	line-height: 1.3em;
}

.graytable THEAD TD, .graytable TR TH, .graytableMiddleText THEAD TD, .graytableMiddleText TR TH
{
	font-weight:bolder;
	font-size: 0.75em;
	vertical-align:top;
    padding: 2 2 2 2;
    background-color: #D8D8D8;
	text-align: center;
	border: solid 1px #797979;
}

.graytable P, .graytableMiddleText P
{
    margin:0;
    padding:0;
    text-align: left;
}

.graytableleftText
{
	border: solid 1px #797979;
}

.graytableleftText TR
{
   padding: 0 0 0 0;
   margin: 0 0 0 0;
}
.graytableleftText TD
{
    background-color: #E9E9E9;
    border: solid 1px #797979;
	text-align: left;
	vertical-align:top;
    padding: 1 2 1 2;
	font-size: 0.75em;
	line-height: 1.3em;
}

.graytableleftText THEAD TD, .graytableleftText TR TH
{
	font-weight:bolder;
	font-size: 0.75em;
	vertical-align:top;
    padding: 2 2 2 2;
    background-color: #D8D8D8;
	text-align: left;
	border: solid 1px #797979;
}

.graytableleftText P
{
    margin:0;
    padding:0;
    text-align: left;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


a:link {
	color:#333399;
	text-decoration:underlined;
}
a:link.archiveLink,
a:visited.archiveLink,
a:active.archiveLink
{
	margin:0;
	padding:0;
	text-indent:0;
	font-weight:bold;
	color:black;
	text-decoration:underline;
}

a:link.greyBox,
a:visited.greyBox,
a:active.greyBox
{
	color:black;
	text-decoration:none;
}
a:hover.greyBox {
	text-decoration:underline;
}

a:visited {
	color:#333399;
}

a:hover 
{
    color:#DB1B14;
	text-decoration:underline;
}

a:active {
    color:#DB1B14;
	text-decoration:underline;
}

a strong, a b
{
   /*text-decoration:none;*/
}

.graytable a:link, .graytable a:visited, .graytable a:hover, .graytable a:active
{
    color:#DB1B14;
	text-decoration:none;
}

.graytable a:hover
{
	text-decoration:underline;
}

.palfingerTable TD H3, .palfingerTable TD H3 a:link, .palfingerTable TD H3 a:visited
{
    text-decoration: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
	
#logo {
	position:absolute;
	top:.5em;
	left:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	height:2.8em;
	padding:.1em 0 .2em 0;
	font-variant:small-caps;
	}

#logo a {
	color:#4A6BB3;
	text-decoration:none;
	}

#heading{
	text-align: left;
	font-weight:bold;
	}


#subheading{
	font-weight:bold;
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	POSTER PHOTO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#poster-photo-container {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	width:760px;
	background:#608fc8;
	position:relative;
	}
	
.poster-photo-image {
	border-right:3px solid #FFF;
	display:block;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
ul {
	margin: 0.1em 0 0.1em 3em ;	
	list-style-type:square;
	list-style-position:outside;
	}
	
li {
	display:list-item;		
	background:none;
	text-align:justify;
}
ul.secondLevel{
	list-style-type:circle;
}

ul.list-of-links {
	border-bottom:1px dotted #B2B2B2;
}

ul.list-of-links li{
	border-top:1px dotted #B2B2B2;
	background-image:url(../../images/list-bullet-01-link.gif);
}

ul.list-of-links li.current {
	background-color:#E5E5E5;
}


ul.no-lines,
ul.no-lines li {
	border:none;
	}

	
DD {margin-left: 4em; margin-top: -1.2em}
dt {margin-top: 1.1em}
DL.r DD {margin-left: 4em;}
DL.ri DD{margin-left: 6em}
DL.rig DD {margin-left: 8em}
DL.righ DD {margin-left:10}
DL.right DD {margin-left: 12em}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img {
	border:none;
}
	
img.topImage
{
    margin: 0 0 2em 2em;
    text-align:right;
    vertical-align:top;
    min-width:181px;
    width:181px;    
   float:right;
}

.photo-border {
	border:1px solid #cecece;
	padding:4px;
	background:#d9d9d9 url(../../images/bg-photo.png) top repeat-x;
	margin-bottom:5px;
	display:block;
	float:right;
	vertical-align:top;
}

.photo-float-left {
	float:left;
	margin-right:10px;
	}
.photo-float-right 
{
	float:right;
	margin-left:10px;
}

.image-border-none {
	border:none;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

GreyBox

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#greyBoxes 
{
	vertical-align:top;	
	padding-left:20px;	
	text-align:center;	
	height:150px;
}

.greyBox
{  
   padding:0; 
   background-color:#D8D8D8;
   
}

.greyContent
{   
   padding:10px 10px 10px 10px;
   text-align: left;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer {
	background:#608fc8 url(../../images/bg-nav.png) bottom left no-repeat;
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	width:740px;
	padding:.8em 0 1em 20px;
	position:relative;
	color:#a9c0db;
}

#footer div {
	background:#4b6cb5 url(../../images/bg-nav-side.png) bottom right no-repeat;
	width:25%;
	_width:25.5%;
	position:absolute;
	top:0;
	right:0;
	padding:.8em 0 1em 0;
}

#footer a:link,
#footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color:#D4E7F8;
	text-decoration:none;
}

#footer a:active {
	color:#FFFFFF;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER-SUB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer-sub {
	margin-top:1em;
	margin-left:auto;
	margin-right:auto;
	width:740px;
	text-align:center;
	padding:.1em 0 2em 0;
	position:relative;
	color:#999999;
	}

#footer-sub ul {
	margin:0;
	padding:0;
	}
	
#footer-sub li {
	display:inline;
	list-style:none;
	padding:0 1em 0 0;
	background:none;
	}

#footer-sub a:link,
#footer-sub a:visited {
	text-decoration:underline;
	color:#999999;
}

#footer-sub a:hover {
	color:#666666;
	text-decoration:none;
}

/*---- характеристики техники -------*/




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.bold
{
	font-weight:bold;	
}

.leftText, .leftText li, .leftText TD, .leftText THEAD TD
{
    text-align: left;
}

.leftIndent
{
    text-indent: -2em;
    margin-left: 2em;
}

.inRamka
{
    border: solid 1 black;
    padding: 0.5em;
}

.yellow
{
    background-color: #f9f4e1;
}

.rightImage
{
    float: right;
    margin-left: 1.5em;
    margin-bottom: 0.5em;
    margin-top: 0.3em;
}

.leftImage
{
    float: left;
}

.mainMenu div
{
    z-index:99;    
}
.arrow {
	vertical-align:middle;
	}

input.button-big {
	font-weight:bold;
	padding:.7em 1.5em;
	vertical-align:bottom;
	}

input.button-small {
	font-weight:normal;
	padding:.4em 1em;
	vertical-align:bottom;
	}

.clear {
	clear:both;
	}

.none {
    display:none;
}
.MenuCategory
{
	white-space: normal;
	width:145px;
	border-style:none;
	border-color:Background;
	background-color:Transparent;	
	text-align:left;
}
.redtext
{
    color:#DB1B14;
}
.hint
{
	font-size:80%;
	color:#8e909c;
}
.screenHidden
{
    visibility: hidden;
    display:none;
}

/* will be hidden via script */
.screenHiddenJS
{
    visibility: visible;
    display:block;
}

.copyright {}

/*----- dynamic ----------------------------------*/
.opening
{
    visibility: hidden;
}
.sdiv   {display:block;}
.hdiv   {display:none;}
.ddiv   {display:none;}
.ediv   {display:none;}

.topLink
{
	padding-bottom:2;
}

.topLink A
{
	text-decoration:none;
	
}

.topLink A:Hover
{
	text-decoration:underline;	
}

/* Polls, UserProfile, Newsletters */

td.fieldname
{
   text-align: left;
   width:35%;
   vertical-align:top;
   font-weight:bold;
   padding-right:1em;
}
td.fieldnameLight
{
	vertical-align :top;
   text-align: left;   
   font-weight:normal;
   padding-right:1em;
   padding-left:1em;
}

#personalCabinete
{
    width: 150; 
    padding-left:20;    
}
#personalCabineteTitle
{
    background-color:#8e909c;
    color:#ffffff;
}

#loginbox, #welcomebox
{  
    background-color:#D8D8D8;
    padding: 5 5 5 5;
    font: 0.7em;
}
#loginbox input
{
    /*border: solid 1 #DB1B14;*/
    font: 0.8em;
    border: solid 1 #8e909c;
}
.loginboxFont
{
    font: 0.7em;
}

/*-----------------------------------------------------*/

.pollbox
{  
   padding:0; 
   background-color:#D8D8D8;
}

.pollcontent
{   
   padding:10px 30px 10px 30px;
}

.pollquestion
{
    font-size:110%;
	font-weight:bold;	
	margin: 10 0 10 0;
}

.polloptions
{
   padding-top: 2px;
   padding-bottom: 2px;
}

.optionsText
{	
	padding:0 0 0 5;
	font-size:0.85em;	
}

.optionsText span {
   white-space:nowrap;
   text-overflow:ellipsis; /* for internet explorer */
   overflow:hidden; 
   min-width:98%;  
   width:98%;
   display:block;
}

.pollbar
{
   /*background-color: #DB1B14;    */
   background-color: #db9c99;   
   height: 1.9em;   
}

.progressbarcontainer
{
   width: 98%;
   height: 15px;
   border: solid 1px black;
   padding: 1px;
}

.progressbar
{
   width: 0px;
   background-color: Red;
   height: 15px;
}

.newsletterbox
{
   font-size: 11px;
}

.newsletterboxcontent
{
   padding: 6px;
}

.NewsDate
{
    color:#DB1B14;
}

.sectionsubtitle
{
   font-weight: bold;
   padding-bottom: 4px;
}

.sectiontitle
{
   font-weight: bold;
   font-size: larger;      
}

/*--search-----------------------------*/

#siteSearch
{
    padding-left:13;
}

#siteSearch input
{
    width:115;
    height:19;
    border: solid 1 #8e909c;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.searchResult
{
    font-size: 90%;
    margin-left: 20;
}

.searchResult .searchResultTitle
{
    font-size: 120%;
    margin-left: -20;
}
.gMap
{
	width: 500px;
	display:none;
	height: 400px	
}

/*---about.aspx page-------------------------------*/
.AboutGreyTd
{
	background-color:#d8d8d8;
	width:140px;
	height:80px;
	font-size:11px;
	text-align:center;
	vertical-align:middle;
	color:#000000;
	padding: 10px 10px 10px 10px;
}
/*--- paid links */
#bottomReklama {
	margin: 0px 0px 0px 0px ;
	padding: 2 2 2 2 ;
	background-color: #D8D8D8;
	vertical-align: middle;
	font-size:xx-small;
}
#bottomReklama2 {
	margin: 0px 0px 0px 0px ;
	padding: 2 2 2 2 ;
	background-color: #ffffff;
	vertical-align: middle;
	font-size:xx-small;
}