
/**
 * @section core initialization
 * 
 * Don't make any changes in this section!
 */
	@import url(../reset.css);
	@import url(../library.css);
	

/**
 * @section core
 * 
 * Don't make any changes in this section!
 */

.page-in, 
.header, .footer, .main, .column, .center-in, .min-width {
	position: relative;}
	
.page, .page-in {
	min-width: 100%; min-height: 100%;}

.page {
	position: absolute;	height: 100%; }
	
	.main, .center {
		width: 100%;}

	.column {
		float: left;}

	.left {
		margin-left: -100%;}


TD.m_img {
padding:15px 0 15px 0;
color: #4d4d4d; font-size: 1.2em;
}
		
TD.m_text {
padding:15px 0 15px 0;
color: #4d4d4d; font-size: 1.2em;
vertical-align:middle;
text-align:justify;
}

TD.m_text_in {
padding:15px 0 15px 0;
color: #4d4d4d; font-size: 1.0em;
vertical-align:middle;
text-align:justify;
}

TD.m_text H2 {
padding: 6px 0 10px 0;
color: #45a80f; font-size: 1.2em; font-weight: bold;
}

DIV.dop_line tr {
		background: url(../../../images/line-horisontal-dotted.gif) bottom left repeat-x; }

DIV.dop_line2 tr {
		background: url(../../../images/line-horisontal-dotted.gif) top left repeat-x; }

		
DIV.dop_style ul{
margin-left:30px; margin-bottom:5px;
}
DIV.dop_style ul p {
margin-left:30px; text-align:justify;
}

DIV.dop_style td ul{
margin-left:0px; margin-bottom:5px; padding-left:181px;
}
DIV.dop_style td ul p {
margin-left:0px; text-align:justify;
}

/**
 * @section settings 
 */		

	/* 
	 * Minimal width
	 * All values must be equal
	 */
		.main {
			min-width:		990px;}
	
		.min-width {
			width:			990px;}

	/* 
	 * Left column width
	 * All values must be equal
	 */
		.center-in {
			margin-left:	325px;}
	
		.left {
			width:			325px;}
	
	/* 
	 * Right column width
	 * All values must be equal
	 */
	
		.center-in {
			margin-right:	325px;}
	
		.right {
			width:			325px; 
			margin-left:   -325px;} 
	
	/* 
	 * Footer width
	 * All values must be equal
	 */	
		.footer {
			height:			80px; 
			margin-top:	   -80px;}
			
		.footer-place-for {
			height:			80px;}


#red_point li
{
background-image: url(/images/dealer/red.jpg);
}

#green_point li 
{
background-image: url(/images/dealer/green.jpg);
}

#blue_point li
{
background-image: url(/images/dealer/blue.jpg);
}

#red_point li, #green_point li, #blue_point li
{
padding-left: 23px;
background-repeat: no-repeat;
background-position: 0 .2em;
line-height:22px;
display:block;
position:static;
}

#red_point, #green_point, #blue_point {
position: static;
}

