* {
	padding: 0px;
	margin: 0px;
	}
	
	
body {
	color: #555555;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-weight: normal;
	font-size: 12px;
	background-color: #fff;
	}

/* Font styles */	

p {
	font-size: 13px;
	line-height: 18px;
	color: #555555;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	padding: 0px;
	margin: 0 0 10px 0px;
	font-size: 13px;
   } 

h1 {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	margin: 0 0 20px 0;
	font-size: 21px;
	color: #0075B5;
	font-weight: normal;
	}

h2 {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 18px;
	color: #0075B5;
	margin: 0px 0 5px 0;
	font-weight: normal;
	}

h3 {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 16px;
	color: #555555;
	margin: 30px 0 5px 0;
	font-weight: normal;
}

a { color: #0075B5; text-decoration: none; }
	
/*a:hover {text-decoration: underline;}*/

/* End of font styles */

/* All contains everything exept footer */
#all { border: 10px solid  #D7D4CB;}
#all #rentuj{
	 z-index: 1000;
 	top: 100px;
 	position: absolute;
 	height: auto;
 	width: auto;
 	left: 30px;
 	display: block;
}
 #imgs {
 text-align: center;
 vertical-align: middle;
 }
 #txt {
 text-align: justify;

}

/* Container contains page content exept footer */
#container {
	width: 945px;
	/*min-height: 680px;
	_height: 680px;*/
	border: 10px solid #fff;
	}

/* Header contains logo, Outlet and type selection, language selection, search box and main navigation*/	
#header {
	position: relative;
	height:78px;
	z-index: 101;
		}
		
	#header #logo {	position: absolute;	left: 0px;}
			
		#header #logo img { border: 0px;}
		
		
	/** lang popup*/	
	.country {
		width: 150px;
		position: absolute;
		top: 5px;
		left: 242px;
		z-index: 100;
		}
		
	.country a { 
		color: #555555;
		z-index: 100;
	}
	
	.country img {
		border: none;
		width: 17px;
		height: 15px;
		position: absolute;
		top: 1px;
		left: 120px;
		z-index: 100;
		}
		
	#header #countrypopup {
		position: absolute; 
		left: 0px; 
		top: 0px; 
		width: 550px; 
		background: #fff;
		height: 130px; 
		border: 1px solid #C6C7C6;
		z-index: 100;
		}	
	#header #countrypopup ul {
		margin: 12px 0 0 10px; 
		float:left; 
		z-index: 100;
	}
	
	#header #countrypopup ul li {
		margin: 0px 0 0 0;
		float: left;
		display: block;
		width: 150px;
		height: 23px;
		z-index: 100;
		}		
	#header #countrypopup ul li {
			background: none;	
			padding-left: 30px;
			line-height: 25px;
			list-style-type: none;
			z-index: 100;
			}
	
	#header #countrypopup .close {
		position: absolute; 
		right: 10px; 	
		top: 3px;
		width: 5px;
		height: 10px;
		}
		
	#header #countrypopup a { color: #000;	}
		
	#header #countrypopup ul li.fi {background: transparent url(./images/lang/fi.gif) no-repeat 0px 3px;}
	#header #countrypopup ul li.no {background: transparent url(./images/lang/no.gif) no-repeat 0px 3px;}
	#header #countrypopup ul li.se {background: transparent url(./images/lang/se.gif) no-repeat 0px 3px;}
	#header #countrypopup ul li.dk {background: transparent url(./images/lang/dk.gif) no-repeat 0px 3px;}	
	#header #countrypopup ul li.ru {background: transparent url(./images/lang/ru.gif) no-repeat 0px 3px;}
	#header #countrypopup ul li.ee {background: transparent url(./images/lang/ee.gif) no-repeat 0px 3px;}
	#header #countrypopup ul li.lv {background: transparent url(./images/lang/lv.gif) no-repeat 0px 3px;}
	#header #countrypopup ul li.lt {background: transparent url(./images/lang/lt.gif) no-repeat 0px 3px;}	
	#header #countrypopup ul li.pl {background: transparent url(./images/lang/pl.gif) no-repeat 0px 3px;}
	#header #countrypopup ul li.hu {background: transparent url(./images/lang/hu.gif) no-repeat 0px 3px;z-index: 100;}
	#header #countrypopup ul li.ua {background: transparent url(./images/lang/ua.gif) no-repeat 0px 3px;}
	#header #countrypopup ul li.cz {background: transparent url(./images/lang/cz.gif) no-repeat 0px 3px;}	
	#header #countrypopup ul li.sk {background: transparent url(./images/lang/sk.gif) no-repeat 0px 3px;}
		
		
	/* Language selection */
	#header .lang {
		width: 490px;
		position: absolute;
		top: 5px;
		left: 243px;		
		}
	
		.lang a {
			position: relative;
			color: #797258;
			padding: 0px 5px 0px 0px;
			}
		.lang img{
			border: 0px;
			text-decoration: none;
		}		
	/* Search box */
	#header form#search {
		height: 29px;
		position: absolute;
		top: 0px;
		right: 0px;
		width: 150px;
		}
		
		#header form#search .img {
			position: relative; 
			top: 3px;
			left: 0px;
			width: 18px;
			height: 18px;
			border: 0px;
			}			
		
		#header form#search input {
			background-color: #EEEEEE;
			border: 1px solid #E5E5E5;
			width: 120px;
			}
	
	/* Main navigation */
	#header #navi  {
		border: 1px solid #777159;
		background-color: #777159;
		color: #fff;
		font-weight: bold;
		height: 30px;
		width: 703px;
		position: absolute;
		float: right;
		left: 242px;
		top: 36px;
		}
	
	#header #navi a {
		padding-left: 5px;
		padding-right: 5px;
		color: #fff;
		font-weight: bold;
		display: block;
		float: left;
		height: 30px;			
		}
			
		#header #navi a:hover {
			text-decoration: none;
			background: transparent url(./images/navi_hover2.gif) no-repeat center bottom;
			}
			
		#header #navi a#s { background-color: #ffffff; color: #777159; /*background: transparent url(./images/navi_hover1.gif) no-repeat center bottom;	*/}
				
		#header #navi ul {margin-left: 10px; }
				
		#header #navi li {
			line-height: 30px;
			display: block;
			float: left;
			list-style-type: none;
			padding: 0px 0px 0px 0px;	
			height: 30px;			
			} 	


/* End of header */

/** home page header **/

	#header_home {
		width: 700px;
		height: 190px;
		float: left;
		position: relative;
		z-index: 1;
	}
		#header_home #header_home_text{
			position: relative;
			float: left;
			width: 343px;
			height:190px;
			z-index: 1;
		}
		#header_home #header_home_flash{
			position: relative;
			float: left;
			width: 350px;
			height:190px;
			text-align: right;
			z-index: 1;
		}
			#header_home #header_home_text p{
				margin: 10px 50px 0px 15px;
				color: #0877AC;
				font-size: 16px;
				z-index: 1;
			}
			#header_home #header_home_text h1{
				font-weight: bold;
				margin: 10px 10px 0px 15px;
			}
/** end od home-page header **/

/* Breadcrumbs */ 	
#path {
	margin: 0 0 0 244px;
	color: #9B9B9B;
	font-size: 11px;
	}
	
	#path a {
		color: #9B9B9B;
		text-decoration: underline;
		font-size: 11px;
		font-weight: bold;
		}
		
		
/* Subnavi */
	
#subnaviLinks {
	color: #0075B5;
	width: 225px;
	float: left;
	margin: 24px 15px 20px 0;
	}
	
	#subnaviLinks h3.pagename {
			color: #79735B;
			margin: 0px; 
			padding: 0px 0 5px 3px;
			font-size: 22px;
			font-weight: bold;
			}
		
	#subnaviLinks h3.pagename a { color: #555;}
	
	#subnaviLinks a:hover {
		text-decoration: underline;
		color: #0075B5;
		}
		
	#subnaviLinks ul {border-bottom: 1px solid #D4D4D4;}
	
	#subnaviLinks ul li {
		text-decoration: none;
		list-style-type: none;
		line-height: 30px;
		border-top: 1px solid #D4D4D4;
		}
	
	#subnaviLinks ul li#s { background: #E9E9E9; }
	
	#subnaviLinks ul li a {	
		position: relative;
		top: 0px;
		left: 5px;
		padding-right: 15px;
		}
		
	#subnaviLinks ul li.parentClass { background: #E9E9E9; }
	
	#subnaviLinks ul li ul {
		border-top: 1px solid  #D4D4D4; 
		border-bottom: none; 
		margin-bottom: 10px; 
		background: #fff;
		}
		
	#subnaviLinks ul li ul li {
		line-height: 20px;
		border: none;
		padding: 5px 0 0 14px;
		color: #5D5D5D;
		background: #fff;
		}
			
	#subnaviLinks ul li ul li a {color: #5D5D5D; }
									
	#subnaviLinks ul li ul li#s {background: #fff;	}
		
	#subnaviLinks ul li ul li a#s {	background: #fff; color: #0075B5; }
		
	#subnaviLinks ul li ul li ul { border: none; }
		
	#subnaviLinks ul li ul li.parentClass { background: #fff;	}
		
	#subnaviLinks ul li ul li ul li { padding-right: 10px; }
	
/* End of subnavi */
#pujcovna{
	position: relative;
	width: 700px;
	height: 20px;
	float: left;
	border-bottom: solid 1px #555555;
	padding-bottom: 5px;
}
#pujcovna h1{
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	margin: 0 0 20px 0;
	font-size: 21px;
	color: #0075B5;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

/* Page contains columns */ 		
#page {
	margin-top: 10px;
	margin-bottom: 13px;
	float: left;
	width: 704px;
	overflow: hidden;
	}
	
	#page a {
		background: transparent url(./images/link_bg.gif) no-repeat left 1px;
		padding: 0px 0 0 20px;	
		}
		
	#page ol li {margin: 0 0 0 30px;}
	
	#page ul {margin: 10px 0 15px 0;}
	#page ul li {
			background: transparent url(./images/listmark.gif) 5px 3px no-repeat;
			margin: 0 0 0 8px;
			padding: 0px 0 0 20px ;
			list-style-type: none;		
			}
	
	/* Columns contains text content */
	#page #column_center, #column_center_wide {
		float: left;
		width: 335px;
		margin-top: 15px;
		margin-right: 17px;
		overflow: hidden;
		}
		
	#page #column_center_wide {width: 700px; margin-right: 0px;}
			
		
	#page #column_right {
		float: left;
		width: 350px;
		margin-top: 15px;
		overflow: hidden;
		}





/* Rentals */

#page .picture_products {
		float: left;
		/*width: 357px;*/
		height: 290px;
		}
		
#page #picturetext_products {
		color: #0075B5;
		font-size:18px;
		width: 300px;
		margin-left: 18px;
		float: left;
		height: 340px;
		overflow: hidden;
		}
		
		#page #picturetext_products p.drop { color: #555555; font-size: 12px; }
		
		#page #picturetext_products p { font-size: 18px; line-height: 21px; color: #555;}
		
#page #product_down { float: left; margin: 30px 0 0 0; }

	#page #product_down .a  {
		width: 233px;
		height: 197px;
		overflow: hidden;
		float: left;
		}

	#page #product_down .a a {
		color: #555555;
		font-size: 18px;
		background: none;
		padding: 7px 0px 0px 0px;
		margin: 0px;
		width: 223px;
		display: block;
		border-top: 2px solid #555555;
		}  

	#page #product_down .a a:hover {
		color: #0075B5;
		border-top: 2px solid #0075B5;
		text-decoration: none;
		}  	
	
	#page #product_down .a img {
		margin-top: 15px;
		border: 0px;
		} 
	
/* End of Rentals */

/* About us */

#page .picture_aboutus {
	float: left;
	width: 385px;
	height: 190px;
	}
	
#page #picturetext_blue {
	color: #0075B5;
	font-size:14px;
	width: 300px;
	margin-left: 18px;
	float: left;
	height: 210px;
	overflow: hidden;
	}
	
	#page #picturetext_blue p {color: #0075B5; font-size: 18px; line-height: 21px;}


/* End of About us */

/* Media */


#page .picture_media {
	float: left;
	width: 385px;
	height: 190px;
	}
	
#page #product_down .a_media  {
	width: 380px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 15px;
	}
	
	#page #product_down .b_media h2 {		
		margin: 13px 0 8px 0;
		color: #5F542F;
		font-size: 22px;
		}

	#page #product_down .a_media h1 {margin: 0 0 5px 0; color: #5F542F;}

	#page #product_down .a_media a {
		color: #555555;
		font-size: 18px;
		background: none;
		padding: 7px 0px 5px 0px;
		margin: 0px 0px 0px 0px;
		width: 223px;
		display: block;
		border-top: 2px solid #555555;
		}  
	
	#page #product_down .a_media a:hover {
		color: #0075B5;
		border-top: 2px solid #0075B5;
		text-decoration: none;
		}  	

	#page #product_down .a_media img {margin-top: 15px;} 

#page #product_down .b_media  {
	width: 290px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	}
	
/*  News */

#page .news td,tr{
	border-collapse: collapse;
	border: 0px none #000000;
}
#page .news{
	border-collapse: collapse;
	border: 0px none #000000;
	width: 600px;
	border-bottom: 1px solid;
}
#page .news .date{
	color: #0075B5;
	width: 80%;
}
#page .news .news_image{
	text-align: right;	
}
/* kontakty */
#page #kontakty td{
	font-size: 10px;
	vertical-align: top;
}
#page #kontakty .tel{
	width: 110px;
}
#page #kontak_form{
	width: 700px;
	
}
#page #kontakt_form td{
	vertical-align: top;
}
#page #kontakt_form p{
	font-weight: bold;
	color: #0075B5;
	font-size:14px;
}

/*end kontakty*/

/* Goods*/
#page #goods{
	width: 680px;
	font-size: 12px;
	margin-left: 5px;
	border-collapse: collapse;
	border: 1px solid;
	text-align: left;
}
#page #goods th{
	padding: 5px;
	background-color: #777159;
	color: #ffffff;
	border-collapse: collapse;
	border: 1px solid #777159;
}
#page #goods .sirka400{
	width: 300px;
}
#page #goods .sirka180{
	width: 180px;
}

/* end goods */	
	#page .column a {text-decoration: none; background-image: none;}	
	#page .column {
		position: relative;
		width: 220px;
		float: left;
		margin-left: 10px; 
		margin-top: 10px;
		
		}
	#page .column img {border: 1px solid #cdcdcd; padding: 2px;}
	#page .column h3{padding: 2px; margin: 0px;}


#page #kalkulacka th{
	background-color: #777159;
	color:#FFFFFF;
}
#page #kalkulacka .th{
	background-color: #777159;
	color:#FFFFFF;
}
#page #kalkulacka .vypocet{
	background-color: #EEEEEE;
	border: 1px solid #E5E5E5;
	color:#000000;
}
#page #kalkulacka #vyhoda{
	font-size:25px;
	font-variant:small-caps;
	padding: 15px 15px 15px 15px;
	text-align:center;
	font-weight: bold;
	display:block;
	background-color: #FFFF00;
	color:#0000FF;
}
#page #reference a{
	background-image: none;
	text-decoration: none;
}
/* Big footer */

#footer {
	font-family: arial;
	font-weight: normal;
	background: transparent url(./images/footerBg.gif) repeat-x left top;
	font-size: 13px;
	line-height: 18px;
	color: #555555;
	margin-top: 20px;
	}
	
	#footer p {	margin: 0 37px 0 10px;}
	
	#footer #footer_bg {background: transparent url(./images/footer_bg.gif) repeat-y left top;}		
	
	#footer #footer_bg h4 {margin: 18px 0 19px 12px;}
	
#stock_left {
	width: 315px;
	float: left;
	position: relative;
	overflow: hidden;
	}	
	
	#stock_left h1{color: #5F542F; font-size: 16px; margin-bottom: 8px;font-weight: bold; padding: 15px;}
	
	#stock_left table{margin:0px; padding:0px; border-collapse:collapse;border: none 0px;}
	#stock_left td{border-bottom:solid #DEDEDE 1px;}
	
	#stock_left	a.classname {
        	font-family: arial, verdana, helvetica, serif;
        	font-size: 12px;
        	color: #555555;
        }
    #stock_left    .date{
        	font-family: arial, verdana, helvetica, serif;
        	font-size: 12px;
        	color: #555555;
        	margin: 0px 0px 0px 0px;
        	padding: 4px 0px 8px 4px;
        	vertical-align:top;
        	white-space:nowrap;
        }
    #stock_left .topic{
        	font-family: arial, verdana, helvetica, serif;
        	font-size: 12px;
        	color: #555555;
        	margin: 0px 0px 0px 0px;
        	padding: 4px 0px 8px 12px;
        	vertical-align:top;
        }
    #stock_left    a:link{
        	font-family: arial, verdana, helvetica, serif;
        	text-decoration: none;
        	font-size: 12px;
        	color: #555555;
        	margin: 0px 0px 0px 0px;
        	padding: 4px 5px 8px 0px;
        }
     #stock_left   a:visited{
        	font-family: arial, verdana, helvetica, serif;
        	text-decoration: none;
        	font-size: 12px;
        	color: #555555;
        	margin: 0px 0px 0px 0px;
        	padding: 4px 5px 8px 0px;
        }
     #stock_left   a:hover{
        	font-family: arial, verdana, helvetica, serif;
        	text-decoration: underline;
        	font-size: 12px;
        	color: #0075B5;
        	margin: 0px 0px 0px 0px;
        	padding: 4px 5px 8px 0px;
        }


	
#stock_right {
	width: 290px;
	height: 240px;
	float: left;
	overflow: hidden;
	position: relative;
	background: transparent url(./images/small_map.gif) no-repeat 30px 15px;
	}
	
	#stock_right h1 { color: #5F542F; font-size: 16px; font-weight: bold;padding: 15px;}
	
	#stock_right #stock_right_select {margin: 0 0 0 10px ;}
	 	
	#stock_right #stock_right_select select {
		width: 160px;
		border: 1px solid #D1D1D1;
		margin-left: 0px;
		background: #EEEEEE;
		color: #3C475B;
		}
		

#stock_middle {
	width: 315px;
	float: left;
	position: relative;
	overflow: hidden;
	left: 5px;
	font-size: 10px;
	}
	#stock_middle input{
	margin: 0px;
	padding: 0px;
	height: 10px;
}
	#stock_middle tr,#footer_bg #stock_middle table{margin:0px; padding:0px; border-collapse:collapse;border: none 0px; }
	#stock_middle td{
	border-bottom:solid #DEDEDE 1px;
	height: 7px;
}
	
	
	#stock_middle h1 {color: #5F542F; font-size: 16px;font-weight: bold;padding: 15px;}
	#stock_middle p {color: #0075b5; font-size: 11px;}
	

/* End of big footer */	
	

/* Footer */

#footer_copyright {	margin: 0px 0 20px 5px; width: 930px;}
	
	#footer_copyright p, #footer_copyright_error p  {
			color: #a8a8a8;
			font-size: 11px;
			margin: 4px 0 0 0;
			}
			
				#footer_copyright p a {color: #a8a8a8;}
				#footer_copyright p a:hover {color: #0075b5; text-decoration: none;}

/* End of footer */
	

/* Clearfix is important for the floating divs.  
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
*/
.clearfix {	display: inline-block;}

/* hide from mac-ie \
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* En of Clearfix */



/* Table styles */

table { border: 1px solid #E0E0E0; }
	
tr.heading {
	background: #0075B5;
	height: 40px;
	margin-top: 30px;
	font-weight: bold;
	}
	
	tr.heading td { color: #fff;}

td {
	border-top: 1px solid #E0E0E0;
	color: #555555;
	height: 30px;
	padding: 2px 2px 2px 5px;
	}
	
/* End of table styles */
	

/* Frontpage */

#content_all_fp {
	width: 945px;
	position: relative;
	/*
	xborder: 1px solid blue;
	xbackground: blue;*/
	}

#content_fp {
	position: relative;
	/*xborder: 1px solid #f00;*/
	width: 705px;
	float: left;
	
	}
	#content_fp h2 {
		color: #5f542f; 
		margin: 2px 0px 0px 0px; 
		padding: 0px; 
		font-size: 16px;
		font-weight: bold;}
	
	#content_fp .column {
		position: relative;
		width: 225px;
		height: 170px;
		float: left;
		margin-left: 10px; 
		margin-top: 15px;
		
		}
	#content_fp .column img {border: 1px solid #cdcdcd; padding: 2px;}	
	#content_fp .column2 {
		position: relative;
		width: 330px;
		height: 100px;
		float: left;
		margin-left: 10px; 
		margin-top: 15px;
		
		}
	#content_fp .column2 img {border: 1px solid #cdcdcd; padding: 2px; margin-right:10px ;float:left;}
	#content_fp .column2 p{font-size: 10px;}
	#content_fp .column2 strong{color: #ff0000;}
	#content_fp .column2 object{float: left; margin-right: 10px;}
	#content_fp .column1 {
		position: relative;
		width: 700px;
		height: 190px;
		float: left; 
		margin-top: 15px;
		
		}
	#content_fp .column1 img {border: 1px solid #cdcdcd; padding: 2px; margin-right:10px ;}
	#content_fp .column1 h1 { font-size: 20px;}
	#content_fp .column1 p{font-size: 14px;}	
	
	
#right_box_fp {
	position: relative;
	width: 225px;
	float: right;
	padding-left: 5px;
	/*_margin-left: 10px;*/
	background: #fff url(./images/bg_right_column.jpg) repeat-x 0px 0px;
	}
	#right_box_fp #righttop ,#rightbottom {position: relative;}
	
	#right_box_fp #righttop .polozka,#right_box_fp #righttop .polozka p{
		margin: 5px 0px 10px 0px;
	}
	#right_box_fp #righttop .polozka img {
		padding-right:2px;
	}
	
	#right_box_fp #righttop .polozka,#rightbottom   { margin: 0px 10px 0px 10px; border-bottom: 1px solid #857e62; }
	#right_box_fp #righttop .polozka h1, #right_box_fp #rightbottom h1 {
		color: #63542b; 
		margin: 0px; 
		padding: 0px; 
		margin-top: 10px;
		margin-bottom: 13px;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: bold;
		}
	
	#right_box_fp #righttop .polozka table,#right_box_fp #righttop .polozka tr,#right_box_fp #righttop .polozka td{border: none 0px #000000;}	
	#right_box_fp  #rightbottom {
		position:relative;
		z-index:6;
		visibility:visible;
		float: left;
		padding-top: 10px;
	}
		#right_box_fp #rightbottom img {border: none 0px;padding-right: 8px;}
		#right_box_fp #rightbottom a {
			padding-bottom: 3px;
			padding-top: 3px;
			height: 30px;
			display:block;
			color: #0074b7;
			font-size: 11px;
			width: 180px;
		}
		#right_box_fp #rightbottom a:hover {background-color:#EBEBEB;}
	
		
#footer_fp { 
	margin: 25px 0 300px 5px; 
	width: 942px; 
	height: 94px; 
	background: #fff url(./images/bg_footer.jpg) repeat-x 0px 0px; 
	position: relative;
	}	


	#footer_fp a { color: #877f63; }
	#footer_fp p  {
			color: #0075b5;
			font-size: 11px;
			margin: 4px 0 0 0;
			}
				#footer_fp p a {color: #a8a8a8;}
				#footer_fp p a:hover {color: #0075b5; text-decoration: none;}
				
	#footer_fp h3 { 		
		color: #5f542f; 
		margin: 0px 0 7px 0; 
		padding: 0px; 
		margin-top: 10px;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: bold;
		}
	
/* End of Frontpage */	
#all #container #content_all_fp #right_box_fp #right_mapa {
	position: relative;
	float: right;
	padding-top: 20px;
}
#all #container #footer #footer_bg #stock_middle .table_color {
	color: #FFFFFF;
	background-color: #999999;
}
#all #container #content_all_fp #content_fp #pujcovna .pujcovna-polozka p {
	font-size: 11px;
}
