/* CSS Document */


@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Oswald&subset=latin,latin-ext);


body{
	font-size:15px;
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	background:silver;
	-webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}



.body-container{
	position:relative;
	width:800px; height:600px;
	overflow:hidden;
	margin:0 auto;
	background:#FFF;
}




/* rucicka na aktivní prvky */
.cursor-pointer{	cursor:pointer; }

/* zarovnani */

.float-left{		float:left; }
.float-right{		float:right; }

/* gradienty */
.gradient-black{
		background-color: rgb(86,86,86); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU2NTY1NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYTFhMWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, rgba(86,86,86,1) 0%, rgba(26,26,26,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(86,86,86,1)), color-stop(100%,rgba(26,26,26,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(86,86,86,1) 0%,rgba(26,26,26,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(86,86,86,1) 0%,rgba(26,26,26,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(86,86,86,1) 0%,rgba(26,26,26,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(86,86,86,1) 0%,rgba(26,26,26,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#1a1a1a',GradientType=0 ); /* IE6-8 */
}

/* zoblení */
.round{  			-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }
.round-top-left{   	-webkit-border-top-left-radius: 6px; -moz-border-radius-topleft: 6px; border-top-left-radius:6px; }
.round-top-right{  	-webkit-border-top-right-radius: 6px; -moz-border-radius-topright: 6px; border-top-right-radius:6px; }
.round-bottom-left{  	-webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomleft: 6px; border-bottom-left-radius:6px; }
.round-bottom-right{ 	-webkit-border-bottom-right-radius: 6px; -moz-border-radius-bottomright: 6px; border-bottom-right-radius:6px; }





/*   head   */


.head{
	position:relative;
	width:792px; height:40px;
	margin:4px;
	z-index:999;
	color:white;
}

.head .title{
	position:relative;
	left:10px; top:10px;
	font-size:120%; font-weight:100;
	z-index:1003;
}

.head .menu{
	position:absolute;
	right:10px; top:5px;
	width:800px;	height:30px;
	font-size:120%;

}

.head .menu .btn-menu{
	position:relative;
	margin: 4px 10px; padding: 0 0 0 23px;
	background:url(IMG/menu_0.png); background-repeat:no-repeat;
}


.head .menu .btn-menu:hover{	color:#8ebc49; }

.head .menu .select{
	background:url(IMG/menu_1.png); background-repeat:no-repeat;

}

/* navigace */


.btn-prev{
	position:absolute;
	left:0px; top:470px;
	width:200px; height:40px;
	font-size:120%; color:whitesmoke;
	z-index:999;
}
.btn-prev:hover{ color:#8ebc49; }

.btn-prev .arrow{
	position:absolute;
	width:20px; height:26px;
	right:7px; top:7px;
	background-image:url(IMG/prew_btn.png); background-repeat:no-repeat;
}

.btn-prev .label{
	position:absolute;
	right:30px; top:11px;
	text-align:right;
}

.btn-next{
	position:absolute;
	right:0px; top:470px;
	width:200px; height:40px;
	font-size:120%; color:whitesmoke;
	z-index:999;
}
.btn-next:hover{ color:#8ebc49; }

.btn-next .arrow{
	position:absolute;
	width:20px; height:26px;
	left:7px; top:7px;
	background-image:url(IMG/next_btn.png); background-repeat:no-repeat;
}

.btn-next .label{
	position:absolute;
	left:30px; top:11px;
}






/* foot */

.foot{
	position:absolute;
	width:100%; height:25px; top:580px;
	background-color:whitesmoke;
	 z-index:9990;
}

.foot .logo-news{
	position:relative;
	margin:3px 9px 0 0;
}

.foot .logo-20min{
	position:relative;
	margin:-13px 5px 0 0;
}

.foot .logo-fxs{
	position:relative;
	margin:3px 9px 0 0;
}

.foot .zdroj{
	position:relative;
	width:600px;
	margin:5px 10px;
	font-size:80%; text-align:right;
	opacity:0;
}

.foot .ie9{
	position:relative;
	width:63px; height:20px;
	margin: 1px 3px;
	background:url(IMG/ie-icon.png); background-repeat:no-repeat;
}

/* start page */


#start-page {
	position: absolute;
	top: 0; left: 50%;
	width: 300px; margin: 0 auto;
	padding:20px 20px 5px 20px;
	background: #fff;
	z-index: 1001;
	line-height: 120%;
	display: none;
}

#start-page-shadow {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: #000;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	z-index: 1000;
	display: none;
}
#start_svg{
	position:relative;
	width:70px; height:70px;
	margin:0 auto;
	padding:10px 0 0 0;

}

.shadow-start{
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	-o-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
}



/* slide */



.slide-container{
	position:relative;
	width:792px; height:540px;
	margin:-3px 4px 0 4px;
	background:#FFF;
	overflow:hidden;
}

.slide-container .slider{
	position:relative;
	width: 2400px;
	height: 540px;
}


.slide-container .slider .slide{
	position:relative;
	width: 792px; height: 540px;
	overflow:hidden;
}

/*-----*/

.pointer{
	cursor:pointer;
}

.display-none {
	display:none;
}

.stin{
    -moz-box-shadow: 0px 0px 8px #383838;
    -webkit-box-shadow: 0px 0px 8px #383838;
    box-shadow: 0px 0px 8px #383838;
}

ol, ul {
   list-style:outside; list-style-type:square;
}

ul{
	line-height:200%;
	padding-left: 17px;
	margin-top: 0px;
}

li{
	line-height: 120%;
	padding-bottom: 6px;
}

.rounded_corners{
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.rounded_corners2{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.rounded_corners3{
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.shadow{
    -moz-box-shadow: 0px 0px 8px #383838;
    -webkit-box-shadow: 0px 0px 8px #383838;

    box-shadow: 0px 0px 8px #383838;
}

.anchorTitle {
	/* border radius */
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	/* box shadow */
	-moz-box-shadow: 2px 2px 8px #000000;
	-webkit-box-shadow: 2px 2px 8px #000000;
	box-shadow: 2px 2px 8px #000000;
	/* other settings */
	background-color: #FFFFFF;
	color: #000000;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left;
	line-height: 1.3;
	max-width: 400px;
	padding: 2px 8px;
	position: absolute;
}

* html #anchorTitle {
	/* IE6 does not support max-width, so set a specific width instead */
	width: 200px;
}

/*-----*/

#slide_0{
	background:url(IMG/sl0_bg.jpg);
}

#slide_1{
	background:url(IMG/sl1_bg.jpg);
}

/*------------------------------------------sl0-------------------------------------------------*/
/*===========================================================================*/

.sl0-big_mac_big_img{
	position:absolute;
	top: 239px;
	left: 236px;
}

.sl0-icon0_img{
	position:absolute;
	top: 5px;
	left: 8px;
}

.sl0-icon1_img{
	position:absolute;
	top: 5px;
	right: 8px;
}

/*-------*/

.sl0-line{
	position:absolute;
	height:1px;
	width: 361px;
	background-color:#000;
}

#sl0_line0				{ top: 80px; left: 16px; }
#sl0_line1				{ top: 81px; right: 16px; }

/*-------*/

.sl0-headline{
		position:absolute;
		top: 52px;
		width: 362px; height:25px;
		font-family: 'Oswald', sans-serif;
		line-height:120%;
		font-size: 15px;
}

#sl0_headline_0				{ left:15px; text-align:right; }
#sl0_headline_1				{ right:15px; text-align:left; }

/*-------*/

.sl0-texts_all{
	position:absolute;
	width: 361px; height:auto;
	top: 90px; left: 17px;
}

.sl0-text{
	position:relative;
	width:361px; height:auto;
	line-height:130%;
	float:left;
}

#sl0_text_0			{ font-size: 13px; }
#sl0_text_1			{ font-size: 13px; padding-top:10px; }


.sl0-image{
	position:relative;
	width:150px; height:84px;
	margin-top: 11px;
	float: left;
}

/*--------*/

.sl0-note_all{
	position: absolute;
	width: 215px; height:auto;
	top: 345px; left: 17px;
}

.sl0-note_item{
	position:relative;
	top: 0px;
	left: 0px;
	width: 300px;
	height: auto;
	float: left;
}

.sl0-note_background{
	position: absolute;
	width: 215px; height:100%;
	opacity: 0.8;
}

#sl0_text_2{
	position:relative;
	width: 195px; height:auto;
	padding:10px;
	padding-top: 6px;
	color:#000; font-size:13px;
	background-color:#FFF;
	line-height:120%;
}

.sl0-line_note_img{
	position:absolute;
	top: -37px;
	left: 198px;
}

/*----------*/

.sl0-points_all				{position:absolute; width:0px; height:0px;}

.sl0-point_item{
	position:absolute;
	width:40px; height:40px;
}

#sl0_point_item_0				{top: 92px; left: 506px;}
#sl0_point_item_1				{top: 114px; left: 635px;}
#sl0_point_item_2				{top: 148px; left: 741px;}

#sl0_point_activ_0				{ position:absolute; width: 153px; height: 173px; top: -7px; left: -83px; }
#sl0_point_activ_1				{ position:absolute; width: 80px; height: 116px; top: -5px; left: -35px; }
#sl0_point_activ_2				{ position:absolute; width: 83px; height: 134px; top: -45px; left: -40px; }

.sl0-anim_point{
	position:absolute;
	top:0px; left:0px;
}

.sl0-point_selected{
	position:absolute;
	width: 24px;
	height: 24px;
	top: 8px;
	left: 8px;
	background-color:#6F1B07;
}

.sl0-point_number{
	position:absolute;
	width:50px; height:25px;
	top: 11px;
	left: -5px;
	font-size:17px;
	line-height: 100%;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	color:#FFFFFF;
}

/*----------*/

.sl0-table_all{
	position:absolute;
}
/*
.sl0-tab_title{
	position: relative;
	width: 250px; height: auto;
	left: 7px;
	padding-top: 6px;
	padding-bottom: 8px;
	font-size: 15px;
}
*/
.sl0-tab_point_item{
	position:relative;
	width:40px; height:40px;
	left: 1px;
	margin: -3px 0 0px 0;
	float:left;
}

.sl0-tab_point{
	position:absolute;
	width: 24px;
	height: 24px;
	top: 8px;
	left: 8px;
	background-color:#6F1B07;
}

.sl0-tab_point_number{
	position:absolute;
	width:50px; height:25px;
	top: 11px;
	left: -5px;
	font-size:17px;
	line-height: 100%;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	color:#FFFFFF;
}

.sl0-table{
	position:absolute;
	width: 302px;
	left: 403px;
	top: 259px;
	background: #FFFFFF;
	margin: 12px;
	padding: 0px;
	padding-bottom: 11px;
	float: left;
	line-height: 110%;
}

.sl0-tab_cross{
	position:absolute; width:22px; height:22px;
	top: 2px;
	right: 4px;
	background-image:url(IMG/cross.png);
}

.sl0-tab_line{
	position:relative;
	width: 288px; height:1px;
	left: 6px;
	margin-top: -3px;
	margin-bottom: 3px;
	background-color:#000;
	float:left;
}

.sl0-tab_info{
	position:relative;
	width: 283px; height:auto;
	font-size:14px;
	margin-left: 10px;
	float: left;
	line-height: 120%;
}

/*------*/


.sl0-blurb_all{
	position:absolute;

}

.sl0-blurb	{
	position:absolute;
	width: 800px;
	height: 0px;
	top: 92px;
	left: 726px;
}


.sl0-blurb_bg{
	position: relative;
	width: 726px;
	height: auto;
	top:0px;
	left: 75px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	float: left;
}

.sl0-blurb_tag_bg{
	position:absolute;
	width: 79px;
	height: 72px;
	top: 179px;
	left: 0px;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
}

.sl0-blurb_tag_img{
	position:absolute;
	width: 60px;
	height: 40px;
	top: 15px;
	left: 3px;
	background-image:url(IMG/sl0_blurb_tag_img.png);
}

.sl0-blurb_headline{
	position:relative;
	color:#000000;
	font-size:15px;
	line-height: 100%;
	font-family: 'Oswald', sans-serif;
	width: 486px; height:25px;
	text-align:left;
	margin-top: 12px;
	left: 12px;
	float: left;
}


.sl0-blurb_line{
	position:relative;
	width: 508px; height:1px;
	top: 0px;
	left: 12px;
	margin-top: 0px;
	margin-bottom: 3px;
	background-color:#000;
	float:left;
}

.sl0-blurb_cross{
	position:absolute; width:22px; height:22px;
	top: 3px;
	right: 200px;
	background-image:url(IMG/cross.png);
}

.sl0-blurb_mask{
	position:absolute;
	top: 180px;
	left: 63px;
	background-color:#FFF;
	width: 25px;
	height: 72px;
}

.sl0-blurb_info_all{
	position:relative;
	width: 508px;
	height: auto;
	left:12px;
	float:left;
	margin-top:2px;
	margin-bottom: 5px;
}

.sl0-blurb_info_item{
	position:relative;
	width:508px; height:auto;
	margin-top: 0px;
	margin-bottom: 3px;
	float:left;
}

.sl0-blurb_icon{
	position:relative;
	width:54px;
	height: 54px;
	top: 6px; margin-bottom:10px;
	float:left;
}

#sl0_blurb_icon_0				{ background-image:url(IMG/sl0_blurb_icon0.jpg); }
#sl0_blurb_icon_1				{ background-image:url(IMG/sl0_blurb_icon1.jpg); }
#sl0_blurb_icon_2				{ background-image:url(IMG/sl0_blurb_icon2.jpg); }

.sl0-blurb_info_text{
	position:relative;
	left: 7px;
	margin-top: 7px;
	width: 448px; height:auto;
	font-size:14px; line-height:120%;
	float:left;
}

/*------------------------------------------sl1-------------------------------------------------*/
/*===========================================================================*/

.sl1-icon_img{
	position:absolute;
	top: 5px;
	left: 8px;
}

/*-------*/

.sl1-line{
	position:absolute;
	height:1px;
	background-color:#000;
}

#sl1_line0				{ top: 37px; left: 97px; width: 350px; }
#sl1_line1				{ top: 37px; right: 16px; width: 297px; }

/*-------*/

.sl1-headline{
		position:absolute;
		top: 8px;
		height:25px;
		font-family: 'Oswald', sans-serif;
		line-height:120%;
		font-size: 15px;
}

#sl1_headline_0				{ left: 96px; text-align: left; width: 362px; }
#sl1_headline_1				{ left: 479px; text-align:left; width: 310px; }

/*--------*/

.sl1-star{
	position:absolute;
	width:300px;
	height: auto;
	text-align:right;
	font-size:13px;
	color:#666666; line-height:120%;
}

#sl1_star_0					{ bottom: 13px; left: 140px; }
#sl1_star_1					{ bottom: 13px; left: 482px; }

.sl1-star2{
	position:absolute;
	width: 313px;
	height: auto;
	text-align: right;
	font-size:13px;
	color:#666666; line-height:120%;
}

#sl1_star2_2					{ bottom: 12px; left: 471px; }


/*-----------*/

.sl1-big_mac_small_img{
	position:absolute;
}

.sl1-big_mac_item{
	position:absolute;
	width:72px; height:72px;
}

#sl1_big_mac_item_0					{ top: 103px; left: 52px; }
#sl1_big_mac_item_1					{ top: 103px; left: 193px; }
#sl1_big_mac_item_2					{ top: 103px; left: 280px; }
#sl1_big_mac_item_3					{ top: 103px; left: 369px; }
#sl1_big_mac_item_4					{ top: 250px; left: 19px; }
#sl1_big_mac_item_5					{ top: 250px; left: 107px; }
#sl1_big_mac_item_6					{ top: 250px; left: 193px; }
#sl1_big_mac_item_7					{ top: 250px; left: 280px; }
#sl1_big_mac_item_8					{ top: 250px; left: 367px; }
#sl1_big_mac_item_9					{ top: 400px; left: 20px; }
#sl1_big_mac_item_10				{ top: 400px; left: 107px; }
#sl1_big_mac_item_11				{ top: 400px; left: 194px; }
#sl1_big_mac_item_12				{ top: 400px; left: 280px; }
#sl1_big_mac_item_13				{ top: 400px; left: 368px; }

.sl1-state_text{
	position:absolute;
	top: 67px;
	width:72px; height:25px;
	line-height:120%;
	text-align:center;
	font-size:13px;
}

/*-----------*/

.sl1-flags_sprite {
	position:absolute;
   background: url(IMG/sl1_flags_sprite.png) no-repeat top left;
}

.sl1-flag_0				{ background-position: 0 0; width: 39px; height: 34px; }
.sl1-flag_1				{ background-position: 0 -84px; width: 37px; height: 29px; }
.sl1-flag_2				{ background-position: 0 -163px; width: 37px; height: 35px; }
.sl1-flag_3				{ background-position: 0 -248px; width: 40px; height: 30px; }
.sl1-flag_4				{ background-position: 0 -328px; width: 41px; height: 36px; }
.sl1-flag_5				{ background-position: 0 -414px; width: 42px; height: 31px; }
.sl1-flag_6				{ background-position: 0 -495px; width: 43px; height: 33px; }
.sl1-flag_7				{ background-position: 0 -578px; width: 41px; height: 32px; }
.sl1-flag_8				{ background-position: 0 -660px; width: 39px; height: 32px; }
.sl1-flag_9				{ background-position: 0 -742px; width: 42px; height: 32px; }
.sl1-flag_10			{ background-position: 0 -824px; width: 39px; height: 33px; }
.sl1-flag_11			{ background-position: 0 -907px; width: 39px; height: 32px; }
.sl1-flag_12			{ background-position: 0 -989px; width: 42px; height: 30px; }
.sl1-flag_13			{ background-position: 0 -1069px; width: 42px; height: 35px; }

#sl1_flag_item_0				{ top: -13px; left: -3px; }
#sl1_flag_item_1				{ top: -10px; left: -1px; }
#sl1_flag_item_2				{ top: -12px; left: -3px; }
#sl1_flag_item_3				{ top: -11px; left: -4px; }
#sl1_flag_item_4				{ top: -14px; left: -3px; }
#sl1_flag_item_5				{ top: -11px; left: -3px; }
#sl1_flag_item_6				{ top: -13px; left: -2px; }
#sl1_flag_item_7				{ top: -13px; left: -3px; }
#sl1_flag_item_8				{ top: -15px; left: 0px; }
#sl1_flag_item_9				{ top: -14px; left: 0px; }
#sl1_flag_item_10				{ top: -12px; left: 0px; }
#sl1_flag_item_11				{ top: -11px; left: 1px; }
#sl1_flag_item_12				{ top: -12px; left: 0px; }
#sl1_flag_item_13				{ top: -16px; left: -4px; }

/*--------*/

.sl1-usa_text{
	position:absolute;
	width: 114px;
	height: 17px;
	top: 250px;
	left: 468px;
	font-size:15px;
	text-align:right;
}

/*---------*/

.sl1-chart0_all{
	position:absolute;
	top: 37px;
	left: 12px;
	width: 446px;
	height: 421px;
}

.sl1-chart0_0_box{
	position:absolute;
	width: 274px;
	height: 107px;
	top: -15px;
	left: 189px;
}

.sl1-chart0_1_box{
	position:absolute;
	width: 457px;
	height: 107px;
	top: 132px;
	left: 14px;
}


.sl1-chart0_2_box{
	position:absolute;
	width: 481px;
	height: 107px;
	top: 282px;
	left: 16px;
}

.sl1-chart0_item{
	position: relative;
	width: 20px;
	height: 100%;
	float:left;
	left: 0px;
	bottom: 0px;
	margin-left: 32px;
	margin-right: 35px;
}

.sl1-chart0_column{
	position: relative; height:0px;
	width: 20px;
	left: 0px;
	bottom: 0px;
	float:left;
	background-color:#C1BC2F;
}

#sl1_chart0_column_0						 { height:70px; }
#sl1_chart0_column_1						 { height:64px; }
#sl1_chart0_column_2						 { height:52px; }

#sl1_chart0_column_3						 { height:51px; }
#sl1_chart0_column_4						 { height:47px; }
#sl1_chart0_column_5						 { height:45px; }
#sl1_chart0_column_6						 { height:42px; }
#sl1_chart0_column_7						 { height:39px; }

#sl1_chart0_column_8						 { height:38px; }
#sl1_chart0_column_9						 { height:37px; }
#sl1_chart0_column_10					 { height:31px; }
#sl1_chart0_column_11					 { height:31px; }
#sl1_chart0_column_12					 { height:22px; }


.sl1-chart0_number{
	position: relative;
	height: 14px;
	top: 2px;
	left: -8px;
	text-align: center;
	color: #000000;
	font-size: 13px;
	float:left;
	width: 35px;
	margin-bottom: 5px;
}


.sl1-chart0_content{
	position:absolute;
	bottom:0px;
}

/*---------*/

.sl1-usa_colomn{
	position: absolute;
	width: 20px;
	left: 91px;
	top: 82px;
	background-color:#444444;
}

.sl1-usa_number{
	position: absolute;
	height: 14px; width: 35px;
	top: 65px;
	left: 83px;
	text-align: center;
	color: #444444;
	font-size: 13px;
}

/*---------*/

.sl1-chart1_all{
	position:absolute;
	top: 37px;
	left: 589px;
	width: 201px;
	height: 394px;
}

.sl1-chart1_0_box{
	position:absolute;
	width: 106px;
	height: 165px;
	top: 8px;
	left: 95px;
}

.sl1-chart1_1_box{
	position:absolute;
	width: 95px;
	height: 251px;
	top: 237px;
	left: 0px;
}

.sl1-chart1_0_item{
	position: relative;
	width: 100%;
	height: 10px;
	float:left;
	left: 0px;
	bottom: 0px;
	margin-top: 7px;
	margin-bottom: 8px;
}

.sl1-chart1_0_column{
	position: relative; height:10px;
	width: 0px;
	right: 0px;
	float:left;
	background-color:#6F1B07;
}

#sl1_chart1_column_0						 { width:65px; }
#sl1_chart1_column_1						 { width:47px; }
#sl1_chart1_column_2						 { width:16px; }
#sl1_chart1_column_3						 { width:10px; }
#sl1_chart1_column_4						 { width:3px; }

.sl1-chart1_0_number{
	position: absolute;
	height: 14px;
	top: -1px;
	right: 106px;
	text-align: right;
	color: #6F1B07;
	font-size: 13px;
	float:left;
	width: 75px;
	margin-right: 7px;
}


.sl1-chart1_0_content{
	position:absolute;
	left: 0px;
}

/*--------*/

.sl1-chart1_1_item{
	position: relative;
	width: 100%;
	height: 10px;
	float:left;
	left: 0px;
	bottom: 0px;
	margin-top: 7px;
	margin-bottom: 8px;
}

.sl1-chart1_1_column{
	position: relative; height:10px;
	width: 0px;
	right: 0px;
	float:left;
	background-color:#125132;
}

#sl1_chart1_column_5						 { width:4px; }
#sl1_chart1_column_6						 { width:12px; }
#sl1_chart1_column_7						 { width:21px; }
#sl1_chart1_column_8						 { width:23px; }
#sl1_chart1_column_9						 { width:27px; }
#sl1_chart1_column_10						 { width:42px; }
#sl1_chart1_column_11						 { width:43px; }
#sl1_chart1_column_12						 { width:67px; }

.sl1-chart1_1_number{
	position: absolute;
	height: 14px;
	top: -1px;
	left: 95px;
	text-align: left;
	color: #125132;
	font-size: 13px;
	float:left;
	width: 75px;
	margin-left: 8px;
}


.sl1-chart1_1_content{
	position:absolute;
	right: 0px;
}

.sl1-chart1_0_name{
	position:absolute;
	height:25px; width:300px;
	right: 209px;
	top: -4px;
	text-align:right;
	font-size:14px;
	line-height:120%;
}

.sl1-chart1_1_name{
	position:absolute;
	height:25px;
	top: -4px;
	width: 121px;
	right: 102px;
	text-align:right;
	font-size:14px;
	line-height:120%;
}

/*-----------*/

.sl1-square_0{
	position:absolute;
	width:116px; height:186px;
	background-image:url(IMG/sl1_square0.png);
}

.sl1-square_1{
	position:absolute;
	width:344px; height:58px;
	left: 452px;
	background-image:url(IMG/sl1_square1.png);
}

/*-------*/

.sl1-activ0{
	position:absolute;
	width: 85px;
	height: 176px;
}

#sl1_activ0_0				{ top: 36px; left: 37px; width: 105px; height: 166px;}			/*USA*/
#sl1_activ0_1				{ top:36px; left: 187px; height: 166px; }										/*NOR*/
#sl1_activ0_2				{ top:36px; left: 274px; height: 166px; }										/*CHE*/
#sl1_activ0_3				{ top:36px; left: 360px; height: 166px; }										/*BRA*/
#sl1_activ0_4				{ top:205px; left: 13px; height: 145px; }										/*FRA*/
#sl1_activ0_5				{ top:205px; left: 100px; height: 145px; }									/*DEU*/
#sl1_activ0_6				{ top:205px; left: 188px; height: 145px; }									/*AUT*/
#sl1_activ0_7				{ top:205px; left: 274px; height: 145px; }									/*GBR*/
#sl1_activ0_8				{ top: 205px; left: 360px; height: 145px; }									/*SVK*/
#sl1_activ0_9				{ top: 352px; left: 14px; }																	/*CZE*/
#sl1_activ0_10				{ top: 352px; left: 101px; }																	/*GRC*/
#sl1_activ0_11				{ top: 352px; left: 188px; }																	/*RUS*/
#sl1_activ0_12				{ top: 352px; left: 274px; }																	/*CHN*/
#sl1_activ0_13				{ top: 352px; left: 360px; }																	/*IND*/

.sl1-activ1{
	position:absolute;
	width: 317px;
	height: 23px;
}


#sl1_activ1_0				{ top: 246px; left: 468px; }
#sl1_activ1_1				{ top: 44px; left: 468px; }
#sl1_activ1_2				{ top: 69px; left: 468px; }
#sl1_activ1_3				{ top: 95px; left: 468px; }
#sl1_activ1_4				{ top: 120px; left: 468px; }
#sl1_activ1_5				{ top: 145px; left: 468px; }
#sl1_activ1_6				{ top: 170px; left: 468px; }
#sl1_activ1_7				{ top: 195px; left: 468px; }
#sl1_activ1_8				{ top: 219px; left: 468px; }
#sl1_activ1_9				{ top: 273px; left: 468px; }
#sl1_activ1_10				{ top: 298px; left: 468px; }
#sl1_activ1_11				{ top: 324px; left: 468px; }
#sl1_activ1_12				{ top: 349px; left: 468px; }
#sl1_activ1_13				{ top: 374px; left: 468px; }

/*-------*/







