/* v1.0 | 20080212 reset CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;	background: transparent; text-decoration: none;}
body{line-height: 1;}
ol, ul{list-style: none;}
blockquote, q{quotes: none;}
blockquote:before, blockquote:after, q:before, q:after{content: '';content: none;}
:focus{outline: 0;}
ins{text-decoration: none;}
del{text-decoration: line-through;}
table{border-collapse: collapse;border-spacing: 0;}
/********************************************************************/

body{
	text-align: center;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main_body{
	width: 995px;
	height: 800px;
	margin: 0 auto;
	position: relative;
}

/*****************************                                     LOGOWANIE                **********/
#log_body{
	position: absolute;
	top: 5px;
	right: 0;
	width: 526px;
	height: 36px;
	color: #222;
	font-size: 12px;
	line-height: 36px;
	background: #f3f3f3 url('../img/bg_log.png') center no-repeat;
}
#log_body a{color: #646464; font-weight: 900;}
#log_body span {color: #9d5500;}
#logout {text-decoration: underline;}
input.log_in{
	width: 100px;
	border: 1px solid #d6d6d6;
	font-size: 10px;
	margin: 0 15px 0 5px;
}
input.log_subm{
	background-color: #777;
	border: 1px solid #222;
	color: #fff;
	font-size: 11px;
	line-height: 18px;
	height: 20px;
	margin: 0 15px 0 5px;
}

/*****************************                                     LOGO                  **********/

#logo_body{
	padding-top: 36px;
	height: 275px;
	background: transparent url('../img/logo_top.jpg') bottom no-repeat;
	position: relative;
	margin-bottom: 3px;
}
#index_link{
	width: 450px;
	height: 40px;
	position: absolute;
	top: 2px;
	left: 30px;
}
#index_link h2{
visibility: hidden;
}
#logo_date{
	width: 200px;
	height: 25px;
	position: absolute;
	top: 48px;
	left: -15px;
	line-height: 25px;
	font-size: 12px;
	color: #222;
	font-weight: 900;
}
#menu_body{
	position: absolute;
	width: 870px;
	height: 30px;
	right: 0;
	bottom: -3px;
	line-height: 30px;
}

/*****************************                                     INDEX NEWS                  **********/
#left_side{
	width: 595px;
	float: left;
}

#right_side{
	width: 390px;
	float: left;
	padding-left: 4px;
}

.clear{
	clear: both;
	height: 0px;
}

#hot_body{
	width: 579px;
	height: 260px;
	margin-left: 13px;
	background: transparent url('../img/bg_akt.png') center no-repeat;
	position: relative;
}
#akt_inner{
	float: left;
	margin: 26px 8px 8px 8px;
	width: 549px;
	height: 217px;
	text-align: left;
	padding: 8px 7px 0px 7px;
	background: transparent url('../img/bg_akt_inner.png') center repeat-x;
}

#nav {position: absolute; bottom: 12px; right: 10px; width: 120px; height: 25px; font-size: 15px; line-height: 20px;}
#nav a { border: 1px solid #222; background: transparent; text-decoration: none; margin: 0 5px; padding: 3px 8px; color: #222;}
#nav a.activeSlide { background: #444; color: #fff; }
#nav a:focus { outline: none; }

/**********      HOT    **********/
.hot_title{
	color: #222;
	font-size: 15px;
	margin-left: 30px;
	font-weight: 900;
	margin-bottom: 8px;
}
.hot_img{
	border: 1px solid #898989;
	width: 240px;
	height: 180px;
	padding: 2px;
	background-color: #fff;
	float: left;
}
.hot_text{
	float: left;
	width: 298px;
	padding-left: 3px;
	font-size: 12px;
	color: #444;
	line-height: 15px;
	height: 153px;
	overflow: hidden;
}
.hot_date{
	float: left;
	width: 250px;
	font-size: 10px;
	color: #797979;
	margin-top: 25px;
	padding-left: 40px;
	position: relative;
}

.hot_date span{margin-left: 10px;}

/**********      NEWS    **********/
#news_body{
	text-align: left;
	font-size: 11px;
	color: #444;
}
.news{
	margin: 3px 2px 0 13px;
	height: 138px;
}
.news_left{
	width: 13px;
	height: 138px;
	float: left;
	background: transparent url('../img/bg_news_left.png') center no-repeat;
}
.news_right{
	width: 13px;
	height: 138px;
	float: left;
	background: transparent url('../img/bg_news_right.png') center no-repeat;
}
.news_inner{
	width: 553px;
	height: 138px;
	float: left;
	background: transparent url('../img/bg_news_inner.png') center repeat-x;
	position: relative;
}
	
.news_title{
	color: #222;
	font-size: 13px;
	margin-left: 30px;
	margin-top: 5px;
	font-weight: 900;
	margin-bottom: 5px;
}
.news_img{
	border: 1px solid #898989;
	width: 95px;
	height: 95px;
	padding: 2px;
	background-color: #fff;
	float: left;
}
.news_text{
	float: left;
	width: 442px;
	padding-left: 3px;
	font-size: 11px;
	color: #444;
	line-height: 15px;
	height: 90px;
	overflow: hidden;
}
.news_date{
	float: right;
	width: 285px;
	text-align: right;
	font-size: 10px;
	color: #797979;
	padding-right: 8px;
}

.news_date span{margin-left: 10px;}
.newsLink {color: #444444;}
.titleLink {color: #222222;}
.highlight {color: #9d5500;}
#arch{
	font-size: 11px;
	color: #444;
	margin: 5px;
}
#arch a{color: #874500;}
/**********      FSCORES    **********/
#fscores_top{
	width: 386px;
	height: 26px;
	background: transparent url('../img/bg_fscores.png') center no-repeat;
	margin-top: 1px;
}
#fscores_body{
	width: 385px;
	padding: 0;
	position: relative;
	background: transparent url('../img/bg_fsc_inner.png') center no-repeat;
	margin-bottom: 3px;
}
#fscores_div{height: 20px;}
.fscores_side{
	float: left;
	width: 14px;
	height: 236px;
}
#fscores_inner{
	float: left;
	height: 236px;
	width: 352px;
}
.fsc_bt
{
	width: 55px;
	height: 32px;
	position: absolute;
	top: 2px;
	cursor: pointer;
}
.fscores1, .fscores2, .fscores3, .fscores4, .fscores5, .fscores6{width: 100%; height: 100%; line-height: 32px; font-size: 12px;}
.fscores5, .fscores6 {font-size: 11px; line-height: 12px; padding-top: 5px; height: 27px;}
#fsc_bt1{left: 12px;}
#fsc_bt2{left: 73px;}
#fsc_bt3{left: 134px;}
#fsc_bt4{left: 196px;}
#fsc_bt5{left: 257px;}
#fsc_bt6{left: 319px;}
.fscores{
	position: absolute;
	left: 12px;
	bottom: 9px;
	width: 360px;
	height: 213px;
	margin-top: 4px;
	font-size: 15px;
	display: none;
}
#fscores1{display: block;}
.active{background: transparent url('../img/bg_fsc_btAct.png') center no-repeat; cursor: pointer; color: #fff;}
.fsc_kol{
	color: #000;
	font-size: 12px;
	font-weight: 900;
}
.fsc_hom, .fsc_awa{width: 140px; height: 24px; float: left; font-size: 11px; text-align: left; line-height: 23px; overflow: hidden;}
.fsc_awa{text-align: right;}
.fsc_m{float: left; width: 80px; text-align: center; height: 23px; font-size: 11px; color: #066;}
.fsc_m span{color: #8e8e8e;}
.fsc_sc{float: left; width: 80px; text-align: center; height: 23px; font-size: 12px; line-height: 23px; color: #222; font-weight: 900;}
.fsc_game{border-bottom: 1px solid #aaa; color: #222;}
.prevKol, .nextKol{position: absolute; top: 3px; width: 110px; font-size: 11px; color: #874500; cursor: pointer; font-weight: 900;}
.prevKol{left: 0px;}
.nextKol{right: 0px;}

.rds1, .rds2, .rds3, .rds4, .rds5, .rds6{display: none;}
.space {height: 5px;}

/**********      TAB    **********/
#tab_top{
	width: 386px;
	height: 26px;
	background: transparent url('../img/bg_tab.png') center no-repeat;
}
#tab_body{
	width: 385px;
	position: relative;
	background: transparent url('../img/bg_tab_inner.png') center repeat-x;
	margin-bottom: 3px;
}
#tab_div{height: 20px;}
.tab_side{
	float: left;
	width: 14px;
	height: 273px;
}
#tab_inner{
	float: left;
	height: 273px;
	width: 352px;
}
.tab_bt
{
	width: 53px;
	height: 32px;
	position: absolute;
	top: 2px;
	cursor: pointer;
}
.tab1, .tab2, .tab3, .tab4, .tab5, .tab6{width: 100%; height: 100%; line-height: 32px; font-size: 12px;}
.tab5, .tab6 {font-size: 11px; line-height: 12px; padding-top: 5px; height: 27px;}
#tab_bt1{left: 16px;}
#tab_bt2{left: 76px;}
#tab_bt3{left: 136px;}
#tab_bt4{left: 195px;}
#tab_bt5{left: 255px;}
#tab_bt6{left: 315px;}
.tab{
	position: absolute;
	left: 12px;
	bottom: 9px;
	width: 360px;
	height: 250px;
	margin-top: 20px;
	font-size: 11px;
	display: none;
}
#tab1{display: block;}
.active1{background: transparent url('../img/bg_fsc_btAct.png') center no-repeat; cursor: pointer; color: #fff;}

.tab tr {border-bottom: 1px solid #aaa; line-height: 15px; font-size: 11px;}
.tab .trlast{border: 0;}
.t_table {color: #222; font-size: 12px; text-align: center; width: 350px;}
.t_lp {width: 25px;}
.t_name {text-align: left; width: 200px;}
.t_mb {width: 30px;}
.t_mg {width: 20px;}
.t_brg {width: 40px;}
.t_pkt {color: #000033; width: 25px; font-weight: 900;}
.tab tr.last{border: 0;}


/**********      CONTACT   **********/
#con_top{
	width: 386px;
	height: 26px;
	background: transparent url('../img/bg_contact.png') center no-repeat;
}
#con_body{
	width: 379px;
	padding: 3px;
	background: transparent url('../img/bg_con_inner.png') center repeat-x;
	height: 200px;
	margin-bottom: 3px;
}
#con_inner{
	float: left;
	height: 200px;
	width: 380px;
	text-align: left;
}
#con_title{
	font-size: 14px;
	font-weight: 900;
	color: #000033;
	margin: 5px 5px 0;
	text-align: center;
}
#con_img{
	float: left;
	padding: 30px 0 0 5px;
}
#con_data{
	float: right;
	width: 242px;
	height: 130px;
	font-size: 12px;
}
.con_d{
	border-bottom: 1px solid #e7cf96;
	margin: 4px 0;
	padding: 2px;
	line-height: 16px;
}
.con_d span {color: #000033; font-weight: 900;}
#con_last{border-bottom: 0px;}

/**********      PARTNERS   **********/
#partn_top{
	width: 386px;
	height: 26px;
	background: transparent url('../img/bg_partners.png') center no-repeat;
}
#partn_body{
	width: 380px;
	padding: 3px;
	height: 160px;
}
#partn_left{
	width: 185px;
	float: left;
	margin-top: 50px;
}
#partn_center{
}
#partn_right{
	width: 185px;
	float: right;
}

/*******************    FOOTER     ************************/
#footer{
	height: 63px;
	width: 994px;
	background: transparent url('../img/bg_footer.png') center no-repeat;
	position: relative;
	margin-top: 5px;
}
#foot{
	font-size: 11px;
	color: #333;
	padding: 8px;
}
#foot a {color: #874500;}
/*******************    REGISTER     ************************/
div.registration{
	font-size: 12px;
	text-align: left;
	color: #444444;
	margin-top: 15px;
	line-height: 15px;
}

div#reg{
	margin: 15px auto;
	width: 330px;
	position: relative;
}
div#reg_label{
	color: #777777;
	font-size: 11px;
	margin: 1px 0 2px 45px;
	line-height: 20px;
	width: 100px;
	text-align: right;
	float: left;
}
div#reg_label span{
	color: #f00;
}
div#reg_fields{
	width: 160px;
	position: absolute;
	top: 35px;
	right: 5px;
	padding-top: 2px;
}
div#reg_fields input{
	display: block;
	margin-bottom: 7px;
	margin-top: 0;
	padding: 0;
}
input.reg_in{
	background-color: #dddddd;
	color: #777777;
	font-size: 10px;
	border: 1px solid #777777;
	margin-top: 4px;
	width: 80px;
}
select#reg_club{
	background-color: #dddddd;
	color: #777777;
	font-size: 10px;
	border: 1px solid #777777;
	margin-top: 15px;
}
div#reg_info{
	margin: 3px 8px;
	padding: 0 10px;
}
div#reg_reg{
	margin: 30px 8px;
	padding: 0 10px;
}
div#reg_title{
	color: #824;
	font-size: 12px;
	font-weight: 900;
	text-align: center;
}
div#reg_accept{
	color: #777777;
	font-size: 11px;
	line-height: 20px;
	margin-bottom: 15px;
}
div#reg_wapacz{text-align: center;}
div.reg_pkt{padding-left: 20px;}
div#reg_check{
	text-align: center;
	margin: 20px auto;
	width: 514px;
	padding-top: 50px;
	position: relative;
}
div.reg_err{
	text-align: center;
	color: #f00;
	font-size: 12px;
	margin: 5px auto;
}
div#reg_result{color: #33cc33;}
div.t4{
	font-size: 10px;
}

/**********      ART  NEWS  **********/
#art{
	padding: 10px 5px;
	text-align: left;
	font-size: 12px;
	line-height: 15px;
}
#art_info{
	text-align: center;
	font-size: 10px;
	color: #aaa;
}
#art_info span{
	color: #e7cf96;
}
#art_title{
	font-size: 15px;
	margin: 10px 0 20px 30px;
	color: #002651;
	font-weight: 900;
}
#art_img{
	border: 1px solid #898989;
	width: 240px;
	height: 180px;
	padding: 2px;
	background-color: #fff;
	float: left;
	margin: 0 5px;
}
#art_content{
	padding: 10px;
}
div#com_lab_info
{
	text-align: center;
	font-weight: 900;
	color: #1e90ff;
	height: 50px;
	padding-top: 10px;
	clear: both;
}
div#com_lab_info2
{
	text-align: center;
	font-weight: 900;
	color: #066;
	height: 10px;
}
div#com_form
{
	width: 560px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 10px 0;
}
div#com_form div.center
{
	text-align: center;
	margin-top: 5px;
	font-size: 11px;
}
div#com_sub
{
	margin-top: 5px;
	text-align: center;
}
div#com_form div textarea
{
	width: 450px;
	height: 150px;
	background: #ededed;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #444;
}
div.com_box
{
	width: 569px;
	border-bottom: 1px solid #bbb;
	margin: 0 auto;
	position: relative;
	padding-left: 10px;
	background: transparent url('../img/bg_down.png') center repeat-y;
}
#cb_last{border: 0;}
.com_inform{
	color: #ff4500;
	margin-top: 5px;
}
div.com_nick
{
	font-family: Arial, Helvetica, sans-serif;
	color: #066;
	line-height: 25px;
	font-size: 12px;
	font-weight: 900;
	margin: 0 15px;
}
div.com_nick span
{
	font-weight: normal;
	color: #999;
	font-size: 11px;
	margin-left: 20px;
}
div.com_info
{
	font-family: Arial, Helvetica, sans-serif;
	color: #797979;
	font-size: 11px;
	width: 90px;
	height: 20px;
	position: absolute;
	top: 2px;
	right: 8px;
}
div.com_info span{
	margin-left: 5px;
}
div.com_content
{
	width: 545px;
	font-size: 11px;
	padding: 7px;
}
div#com_top{
	width: 579px;
	height: 26px;
	background: transparent url('../img/comments.jpg') center no-repeat;
	margin: 5px auto;
}

/************************************      SCHEDULE  **********/
#lname{
	font-size: 12px;
	font-weight: 900;
	text-align: center;
	color: #003;
	margin: 15px 0 10px 0;
}
#wrap_table{text-align: center; background: transparent url('../img/bg_down.png') center repeat-y;}
#fulltable{
	font-size: 11px;
	width: 550px;
	margin: 0 auto;
	color: #033;
}
#fulltable tr {height: 20px; line-height: 20px;}
#tt_top{border-bottom: 2px solid #777; color: #066; font-weight: 900;}
#fulltable #tt_top2{font-size: 10px; height: 15px; line-height: 15px;}
.tt_tr1{background-color: #fff;}
.tt_tr2{background-color: #ddf;}
.tt_lp{color: #222; font-weight: 900}
.tt_mb{font-weight: 900}
.tt_mg, .tt_mh, .tt_ma{width: 20px;}
#tt_home, .tt_mh, .tt_brh{color: #063;}
#tt_away, .tt_ma, .tt_bra{color: #900;}
.tt_name {text-align: left; width: 180px;}
.tt_pkt {color: #222; font-weight: 900}
/*/////////////////////////////////////////matrix/////////////*/
#tab_matrix{text-align: center; background: transparent url('../img/bg_down.png') center repeat-y;}
table.matrix
{
	margin: 0 auto;
	padding: 0;
	border: 1px solid #6e9fa0;
}

table.matrix td
{
		text-align: center;
		font-size: 12px;
		padding: 1px;
		margin: 0;
}

table.matrix td.mat_out, tr.mat_out td
{
	background-color: #6e9fa0;
	color: #fff;
	font-size: 11px;
	font-weight: 900;
}

table.matrix td.mat_name1, table.matrix td.mat_name2
{
	text-align: right;
	font-size: 11px;
	color: #066;
	padding: 0 2px;
}

table.matrix td.m_td1, table.matrix td.mat_name1 {background: #ecffff;}
table.matrix td.m_td2, table.matrix td.mat_name2 {background: #e1f0ff;} 
table.matrix td.m_td3 {background: #c3e8ff;}
table.matrix td.m_td1, table.matrix td.m_td2, table.matrix td.m_td3
{
	font-size: 11px;
	color: #00f;
	width: 24px;
}

table.matrix td.m_td1 a, table.matrix td.m_td2 a
{
	color: #00f;
}
/*/////////////////////////////////////////schedule/////////////*/
#schedule{
	text-align: center;
	font-size: 11px;
	color: #066;
}
#lts{
	margin: 5px auto;
}
#schedule table{
	width: 579px;
	background: transparent url('../img/bg_down.png') center repeat-y;
}
#schedule table tr{
	/*background: transparent url('../img/bg_down.png') center repeat-y;*/
	border-top: 1px solid #c4c4c4;
}
#schedule table tr.no_border {border-top: 0}
.round{
	text-align: left;
	margin-top: 5px;
}
.round table{
	margin: 0 auto;
}
.round_nr{
	line-height: 26px;
	font-weight: 900;
	font-size: 14px;
	color: #003;
	text-align: left;
	padding-left: 50px;
	position: relative;
	margin-right: 110px;
}
.round_date{
	position: absolute;
	top: 0px;
	left: 187px;
	width: 200px;
	height: 20px;
	font-weight: 900;
	font-size: 11px;
	color: #066;
	text-align: center;
}
.game{
	text-align: left;
	line-height: 20px;
}
.game1{
	text-align: left;
	width: 150px;
	padding-left: 30px;
}
.game2{
	text-align: right;
	width: 160px;
}
.date{
	color: #003;
	width: 100%;
	text-align: center;
	font-weight: 900;
	padding-right: 20px;
	height: 30px;
	line-height: 30px;
}
.time{
	text-align: center;
	color: #444;
}
.score{
	color: #222;
	font-weight: 900;
	text-align: center;
	font-size: 13px;
	width: 40px;
}
.arroww{ position: relative;}
.arrow{
	position: absolute;
	right: -20px;
	bottom: 0px;
	cursor: pointer;
	width: 15px;
	height: 16px;
}

.city{
	padding-left: 40px;
	color: #666;
	font-size: 10px;
}
/*///////////////////////////////////////// AJAX ///////////////////////////////*/
.toggled-content
{
	min-height: 300px;
	display: none;
	background: transparent url('../img/loading.gif') center no-repeat;
}

.g_left{width: 49%; float: left;}
.g_right{width: 49%; float: right;}
.g_left, .g_right{
	font-size: 13px;
	font-weight: 900;
	color: #003;
	text-align: center;
}
.g_pt{padding-top: 20px;}
.g_center{text-align: center; font-size: 11px; color: #000;}
.g_rel{position: relative; font-size: 25px;}
.g_hsl, .g_hsr{position: absolute; top: 5px; width: 40px; height: 30px; font-size: 18px;}
.g_hsl{right: -15px;}
.g_hsr{left: -2px;}
.g_pl{
	font-size: 11px;
	color: #066;
	font-weight: normal;
	text-align: left;
	width: 65%;
	margin: 0 auto;
}
.g_pl span{color: #003; font-weight: 900;}
.clear2 {clear: both; height: 7px;}

/************************************      DOWNLOAD  **********/
table.download
{
	margin: 0 auto;
	padding: 0;
	width: 577px;
	background: transparent;
}
table.download tr {margin: 0; border-top: 1px solid #c4c4c4; height: 34px;}
table.download tr.tr_first{border: 0;}
table.download td{margin: 0;}

table.download td.num
{
		text-align: center;
		font-size: 11px;
		font-weight: 900;
		width: 20px;
		vertical-align: middle;
	padding-left: 5px;
}

table.download td.nam
{
		text-align: left;
		font-size: 11px;
		color: #066;
		padding-left: 5px;
		width: 365px;
	    vertical-align: middle;
		line-height: 15px;
}

table.download td.fil
{
		text-align: left;
		font-size: 10px;
		padding-left: 2px;
		line-height: 17px;
		vertical-align: middle;
		width: 80px;
}

table.download td.fil a
{
		color: #00f;
}

table.download td.fil a img {border: 0;}

table.download td.coun
{
		text-align: left;
		font-size: 10px;
		padding-left: 10px;
		line-height: 17px;
		vertical-align: middle;
		color: #797979;
}
.label3{
	font-size: 15px;
	font-weight: 900;
	margin: 5px;
	color: #222;
	padding-left: 60px;
	text-align: left;
}
.top_d{
	height: 16px;
	background: transparent url('../img/top_d.png') center no-repeat;
}
.bottom_d{
	height: 16px;
	background: transparent url('../img/bottom_d.png') center no-repeat;
}
.down_inner{
	background: transparent url('../img/bg_down.png') center repeat-y;
}
#down_top{
	width: 579;
	height: 26px;
	background: transparent url('../img/down_top.png') center no-repeat;
	margin-top: 1px;
}
/***********************************       TOP SCORER         *********************************************/
#scorer{
	font-size: 12px;
	color: #066;
	width: 60%;
	text-align: left;
	margin: 10px auto;
}
#scorer_top{
	width: 579;
	height: 26px;
	background: transparent url('../img/scorer_top.png') center no-repeat;
	margin-top: 1px;
}
#s_lname{
	font-size: 14px;
	font-weight: 900;
	text-align: center;
	color: #003;
	margin: 15px 0 10px 0;
}
.s_goals{
	font-size: 13px;
	color: #003;
	font-weight: 900;
	margin: 5px 0;
	position: relative;
	left: -20px;
}
.s_scorer{
	
}
.s_scorer span {color: #000;}

/***********************************       CARDS         *********************************************/
#cards{
	font-size: 12px;
	color: #066;
	width: 60%;
	text-align: left;
	margin: 10px auto;
}
#cards_top{
	width: 579;
	height: 26px;
	background: transparent url('../img/cards_top.png') center no-repeat;
	margin-top: 1px;
}
#s_lname{
	font-size: 14px;
	font-weight: 900;
	text-align: center;
	color: #003;
	margin: 15px 0 10px 0;
}
.c_cards{
	font-size: 13px;
	color: #003;
	font-weight: 900;
	margin: 5px 0;
	position: relative;
	left: -20px;
}
.c_cardsp{
	width: 180px;
}
.c_ctd {width: 30px;}
.c_cardst{
	
}
.c_cardspp{ color: #000; font-size: 10px; }

