/**
 * Style sheet main
 */
#top_image
{
	float:right;
	margin:0px;
	padding:0px;
}

.ce_text,
.teaser
{
	line-height:16px;
}

.error
{
	margin:0px;
	padding:2px 0px 0px 0px;
	font-size:9px;
	color:#ff0000;
}

.ce_gallery .caption
{
	color:#999999;
}

.mod_article .pdf_link
{
	text-align:right;
}

.mod_article .pdf_link a
{
	top:3px;
	position:relative;
	padding:2px 3px 3px 3px;
	background-color:#999966;
	font-family:Arial, Helvetica;
	font-weight:bold;
	text-decoration:none;
	font-size:10px;
	color:#ffffff;
}

.mod_article .pdf_link a:hover
{
	background-color:#dddddd;
	text-decoration:none;
	color:#333333;
}

.mod_newslist h2
{
	background-image:url("none");
}


/**
 * Accordion
 */
.ce_accordion
{
	margin-left:16px;
}

.toggler
{
	padding:1px 0px 2px 0px;
}

.toggler_first
{
	color:#a84204;
}

.toggler_first:hover
{
	text-decoration:underline;
	color:#a84204;
	cursor:hand;
	cursor:pointer;
}

.accordion div
{
	padding:6px 0px 8px 15px;
	line-height:16px;
}


/**
 * Calendar
 */
.mod_calendar table
{
	width:100%;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
}

.mod_calendar .head
{
	padding-top:4px;
	padding-bottom:5px;
	text-align:center;
	background-color:#f6f6f6;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.mod_calendar .current
{
	background-color:#ffffcc;
}

.mod_calendar .label
{
	padding-top:3px;
	padding-bottom:4px;
	text-align:center;
	background-color:#bbbbbb;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	font-weight:bold;
	font-size:10px;
	color:#ffffff;
}

.mod_calendar td
{
	width:14%;
	height:72px;
	padding:1px;
	vertical-align:top;
	background-color:#ffffff;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.mod_calendar .weekend
{
	background-color:#f6f6f6;
}

.mod_calendar .today
{
	background-color:#ffffcc;
}

.mod_calendar .empty,
.mod_calendar .empty .header
{
	background-color:#f6f6f6;
}

.mod_calendar td .header
{
	padding-bottom:2px;
	background-color:#e0e0e0;
	font-size:10px;
}

.mod_calendar td .event a
{
	font-size:10px;
}


/**
 * Calendar &#40;events&#41;
 */
.mod_eventlist
{
	margin-right:6px;
}

.mod_eventlist .header
{
	padding:3px 6px 4px 6px;
	background-color:#e6e6e6;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	font-weight:bold;
}

.mod_eventlist .header.first
{
	border-top:1px solid #cccccc;
}

.mod_eventlist .event
{
	padding:10px 6px 12px 6px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
}

.mod_eventlist .time
{
	margin-top:-6px;
	margin-bottom:6px;
	font-weight:normal;
	color:#999999;
}

.mod_eventreader .info
{
	margin-top:-12px;
	font-size:10px;
	color:#999999;
}

.mod_eventreader .recurring
{
	margin-bottom:12px;
	font-size:10px;
	color:#999999;
}

.mod_eventreader .back
{
	margin-top:18px;
}


/**
 * Calendar &#40;mini&#41;
 */
.mod_minicalendar
{
	margin:5px 0px 10px 10px;
}

.mod_minicalendar table
{
	width:100%;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
}

.mod_minicalendar td
{
	width:14%;
	padding-top:2px;
	padding-bottom:3px;
	text-align:center;
	background-color:#ffffff;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.mod_minicalendar td,
.mod_minicalendar .active a
{
	font-size:10px;
}

.mod_minicalendar .weekend
{
	background-color:#f6f6f6;
}

.mod_minicalendar .today
{
	background-color:#ffffcc;
}

.mod_minicalendar .label
{
	padding-top:2px;
	padding-bottom:3px;
	text-align:center;
	background-color:#c3c3c3;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	font-size:10px;
	color:#ffffff;
}

.mod_minicalendar .head
{
	padding-top:3px;
	padding-bottom:4px;
	text-align:center;
	background-color:#f9f9f9;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.mod_minicalendar .current
{
	background-color:#99cccc;
	font-weight:bold;
	color:#ffffff;
}


/**
 * Drzewo produktów - nawigacja
 */
#left div.toggler
{
	height:32px;
	margin:0px 0px 2px 0px;
	padding:0px;
	background-color:#e6e6e6;
	background-image:url("tl_files/layout/toggler_bgr.jpg");
	background-position:right top;
	background-repeat:repeat-y;
	border:1px solid #cccccc;
	cursor:hand;
	cursor:pointer;
}

#left div.toggler a
{
	display:block;
	margin:0px;
	padding:0px 0px 0px 50px;
	background-image:url("tl_files/layout/toggler_punkt.jpg");
	background-repeat:no-repeat;
	font-size:14px;
	color:#666666;
	line-height:32px;
	background-position: 20px 50%;
	cursor:hand;
	cursor:pointer;
}

#left div.toggler a:hover
{
	text-decoration:underline;
	color:#333333;
}

div.accordion div.mod_customnav ul.level_1
{
	margin:0px;
	padding:0px;
	border-top:1px solid #e6e6e6;
	list-style-type:none;
}

div.accordion div.mod_customnav ul.level_1 li
{
	display:block;
	margin:0px;
	padding:0px 0px 0px 25px;
	background-image:url("tl_files/layout/accordion_li.jpg");
	background-repeat:no-repeat;
	border-bottom:1px solid #e6e6e6;
	font-weight:bold;
	list-style-type:none;
	background-position: 10px 50%;
}

div.accordion div.mod_customnav ul.level_1 li a
{
	font-weight:normal;
	font-size:11px;
	color:#666666;
	line-height:19px;
}

div.accordion div.mod_customnav ul.level_1 li a:hover
{
	text-decoration:underline;
	color:#333333;
}

div.accordion div.mod_customnav ul.level_1 li p
{
	font-weight:bold;
	font-size:11px;
	color:#333333;
	line-height:19px;
}

div.mod_customnav p
{
	margin:0px;
	padding:0px 0px 0px 12px;
	background-color:#e6e6e6;
	background-image:url("tl_files/layout/li_p.gif");
	background-repeat:no-repeat;
	background-position:0px 50%;
}


/**
 * Komentarze
 */
/* Komentarze */
form div.widget
{
	padding-top:8px;
	padding-bottom:8px;
}

/* Komentarze */
form div.widget div.error
{
	margin-top:4px;
	margin-bottom:4px;
	padding-right:5px;
	padding-left:5px;
	font-weight:bold;
	font-size:13px;
	color:#cc0000;
	line-height:20px;
}

/* Komentarze */
form div.widget label,
form div.widget span.captcha_text
{
	font-weight:bold;
	font-size:11px;
	letter-spacing: 1px;
}

/* Komentarze */
div.comment
{
	margin:5px 0px 20px 0px;
	padding:10px;
	background-color:#e0e0e0;
	border:1px solid #ffffff;
	font-style:italic;
	font-size:14px;
	line-height:22px;
}


/**
 * Layout strony
 */
#header
{
	background-image:url("tl_files/layout/logo_garman.jpg");
	background-position:left top;
	background-repeat:no-repeat;
}

#container
{
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	background-color:#ffffff;
}

/* Główne zdjęcie z piłką */
#glowny_motyw
{
	width:960px;
	height:205px;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	background-image:url("tl_files/layout/glowny_motyw.jpg");
	background-position:left top;
	background-repeat:no-repeat;
}

/* Główne zdjęcie z piłką */
#glowny_motyw2
{
	width:960px;
	height:205px;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	background-image:url("tl_files/layout/glowny_motyw2.jpg");
	background-position:left top;
	background-repeat:no-repeat;
}

#left div.inside
{
	margin-right:10px;
}

#right div.inside
{
	margin-left:10px;
}

#left h2
{
	height:41px;
	margin:0px 0px 3px 0px;
	padding:0px 10px 0px 40px;
	background-image:url("tl_files/layout/left_h2_bgr.gif");
	background-repeat:no-repeat;
	border-bottom:2px solid #000000;
	font-weight:normal;
	font-size:16px;
	color:#ffffff;
	line-height:40px;
	background-position: 20px 50%;
}

#right h2
{
	height:41px;
	margin:0px 0px 3px 0px;
	padding:0px 10px 0px 40px;
	background-image:url("tl_files/layout/left_h2_bgr.gif");
	background-repeat:no-repeat;
	border-bottom:2px solid #000000;
	font-weight:normal;
	font-size:16px;
	color:#ffffff;
	line-height:40px;
	background-position: 20px 50%;
}

/* Layout strony */
#left div.lefth2_div
{
	margin:0px;
	padding:0px;
	background-color:#000000;
	background-image:url("tl_files/layout/left_h2_bgr.jpg");
	background-position:left top;
	background-repeat:repeat-x;
}

/* Layout strony */
#right div.lefth2_div
{
	margin:0px;
	padding:0px;
	background-color:#000000;
	background-image:url("tl_files/layout/left_h2_bgr.jpg");
	background-position:left top;
	background-repeat:repeat-x;
}

/* Layout strony */
#left div.lefth2_div_mT10
{
	margin:10px 0px 0px 0px;
	padding:0px;
	background-color:#000000;
	background-image:url("tl_files/layout/left_h2_bgr.jpg");
	background-position:left top;
	background-repeat:repeat-x;
}

/* Layout strony */
#right div.lefth2_div_mT10
{
	margin:10px 0px 0px 0px;
	padding:0px;
	background-color:#000000;
	background-image:url("tl_files/layout/left_h2_bgr.jpg");
	background-position:left top;
	background-repeat:repeat-x;
}

#left h2.h2_marginTop10
{
	height:41px;
	margin:10px 0px 3px 0px;
	padding:0px 10px 0px 25px;
	background-color:#ff6600;
	background-image:url("tl_files/layout/left_h2_bgr.jpg");
	background-position:left top;
	background-repeat:repeat-x;
	border-bottom:1px solid #333333;
	font-weight:normal;
	font-size:16px;
	color:#ffffff;
	line-height:40px;
}

#main
{
	background-color:#f9f9f9;
	border:1px solid #e6e6e6;
}

#main div.inside
{
	overflow:hidden;
	padding:8px;
}

.mod_breadcrumb
{
	padding:0px 0px 5px 0px;
	border-bottom:1px solid #e6e6e6;
	font-weight:bold;
	font-size:10px;
	color:#999999;
	line-height:10px;
}

.mod_breadcrumb a
{
	padding:0px 0px 5px 0px;
	border-bottom:1px solid #e6e6e6;
	font-weight:bold;
	font-size:10px;
	color:#666666;
	line-height:10px;
}

/* Layout strony */
div.ce_image img
{
	border:1px solid #cccccc;
}

div.ce_text
{
	width:614px;
	margin:0px;
	padding:0px;
}

div.ce_comments
{
	width:615px;
	overflow:hidden;
	margin-right:0px;
	margin-left:0px;
	padding:0px;
}

/* Laout strony */
div#anim
{
	width:490px;
	height:165px;
	left:445px;
	top:20px;
	position:relative;
	border:1px solid #ffffff;
}


/**
 * Listing
 */
.ce_list ul
{
	margin:0px;
	padding:0px;
}

.ce_list li
{
	margin:0px 0px 0px 22px;
	padding:0px;
	line-height:16px;
}

* html .ce_list li
{
	margin-left:26px;
}

*:first-child+html .ce_list li
{
	margin-left:26px;
}


/**
 * Login form
 */
.mod_login
{
	margin:0px 8px;
	padding:5px;
	background-color:#ece4d9;
	border:1 dotted #333333;
}

.mod_login .label
{
	margin:4px 0px 1px 0px;
}

.mod_login .submit_container
{
	margin-top:8px;
	margin-bottom:4px;
}

#request_password
{
	margin:0px 5px 20px 5px;
	padding:0px 5px 10px 6px;
	background-color:#ece4d9;
}

#request_password a
{
	font-size:10px;
	color:#999999;
}


/**
 * Lost password
 */
.mod_lostPassword
{
	margin:24px;
}

.mod_lostPassword td
{
	padding-right:6px;
	padding-bottom:3px;
}

.mod_lostPassword .text,
.mod_lostPassword .password
{
	width:210px;
}

.mod_lostPassword .captcha
{
	width:40px;
}

.mod_lostPassword .captcha_text
{
	color:#666666;
}


/**
 * Moduł - GALERIA
 */
div.ce_gallery
{
	width:600px;
	overflow:hidden;
	display:block;
}

div.ce_gallery img
{
	padding:1px;
	background-color:#cccccc;
}


/**
 * Moduł - TEKST
 */
div.ce_text img
{
	padding:1px;
	background-color:#cccccc;
}

div.ce_text td img
{
	padding:0px;
}

div.ce_text p
{
	margin-bottom:20px;
}


/**
 * Nawigacja główna
 */
div.mod_navigation
{
	width:960px;
	height:80px;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

div.mod_navigation ul.level_1
{
	float:right;
	display:inline;
	margin:49px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
}

div.mod_navigation ul.level_1 li
{
	float:left;
	display:inline;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

div.mod_navigation ul.level_1 li p
{
	float:left;
	display:inline;
	margin:0px 0px 0px 2px;
	padding:8px 10px;
	background-color:#cccccc;
	background-image:url("tl_files/layout/menu_biezacy.jpg");
	background-position:left top;
	background-repeat:repeat-x;
	border-top:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-bottom:0px solid #ffffff;
	border-left:1px solid #ffffff;
	font-size:14px;
	line-height:14px;
}

* html .mod_navigation ul,
* html .mod_navigation li
{
	height:1px;
}

.mod_navigation a,
.mod_navigation li,
.mod_navigation p
{
	display:inline;
	font-weight:normal;
}

div.mod_navigation ul.level_1 li a
{
	float:left;
	display:inline;
	margin:0px 0px 0px 2px;
	padding:8px 9px;
	text-align:center;
	background-color:#ff9900;
	background-image:url("tl_files/layout/menu_aktywny.jpg");
	background-position:left top;
	background-repeat:repeat-x;
	border-top:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-bottom:0px solid #ffffff;
	border-left:1px solid #ffffff;
	font-size:14px;
	color:#ffffff;
	line-height:14px;
}

div.mod_navigation ul.level_1 li a:hover
{
	background-color:#ff3300;
	background-image:url("tl_files/layout/menu_hover.jpg");
	background-position:left top;
	background-repeat:repeat-x;
	color:#ffffff;
}


/**
 * Newsletter
 */
#left div.formbody
{
	margin:0px 0px 2px 0px;
	padding:8px;
	background-color:#e6e6e6;
	background-image:url("tl_files/layout/toggler_bgr.jpg");
	background-position:right top;
	background-repeat:repeat-y;
	border:1px solid #cccccc;
}

#right div.formbody
{
	margin:0px 0px 2px 0px;
	padding:8px;
	background-color:#e6e6e6;
	background-image:url("tl_files/layout/toggler_bgr.jpg");
	background-position:right top;
	background-repeat:repeat-y;
	border:1px solid #cccccc;
}

/* Newsletter */
#left div.formbody p.error
{
	margin-bottom:5px;
	padding:5px;
	background-color:#cc3300;
	background-image:url("tl_files/layout/form_error.jpg");
	background-position:left bottom;
	background-repeat:repeat-x;
	border:1px solid #cc3300;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
}

/* Newsletter */
#right div.formbody p.error
{
	margin-bottom:5px;
	padding:5px;
	background-color:#cc3300;
	background-image:url("tl_files/layout/form_error.jpg");
	background-position:left bottom;
	background-repeat:repeat-x;
	border:1px solid #cc3300;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
}

/* Newsletter */
#main div.formbody p.error
{
	margin-bottom:5px;
	padding:5px;
	background-color:#cc3300;
	background-image:url("tl_files/layout/form_error.jpg");
	background-position:left bottom;
	background-repeat:repeat-x;
	border:1px solid #cc3300;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
}

/* Newsletter */
div.mod_subscribe p.confirm,
div.mod_unsubscribe p.confirm
{
	margin:0px 0px 5px 0px;
	padding:5px;
	background-color:#006600;
	background-image:url("tl_files/layout/form_confirm.jpg");
	background-position:left bottom;
	background-repeat:repeat-x;
	border:1px solid #006600;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
}

div#newsletter_opis
{
	margin:0px 0px 2px 0px;
	padding:8px;
	background-color:#e6e6e6;
	background-image:url("tl_files/layout/toggler_bgr.jpg");
	background-position:right top;
	background-repeat:repeat-y;
	border:1px solid #cccccc;
}

div#newsletter_opis p
{
	text-align:justify;
	font-weight:normal;
	font-size:10px;
	color:#666666;
	line-height:13px;
}

div#newsletter_wypisz
{
	margin:0px 0px 2px 0px;
	padding:8px;
	background-color:#e6e6e6;
	background-image:url("tl_files/layout/toggler_bgr.jpg");
	background-position:right top;
	background-repeat:repeat-y;
	border:1px solid #cccccc;
}

div#newsletter_wypisz p
{
	text-align:justify;
	font-weight:bold;
	font-size:10px;
	color:#666666;
	line-height:14px;
}


/**
 * Page navigator
 */
.navigator
{
	margin-top:26px;
	margin-right:5px;
	margin-bottom:12px;
	padding-top:4px;
	text-align:right;
	border-top:1px solid #ece4d9;
}

.navigator p
{
	margin-bottom:2px;
}


/**
 * Personal data
 */
.mod_personalData
{
	margin-bottom:36px;
}

.mod_personalData fieldset
{
	width:400px;
	display:block;
	margin:12px 0px 24px 0px;
	padding:12px;
}

* html .mod_personalData fieldset
{
	margin-top:-12px;
}

*:first-child+html .mod_personalData fieldset
{
	margin-top:-12px;
}

.mod_personalData legend
{
	color:#0000e6;
}

* html .mod_personalData legend
{
	margin-top:-12px;
	padding:12px 4px 12px 0px;
}

*:first-child+html .mod_personalData legend
{
	margin-top:-12px;
	padding:12px 4px 12px 0px;
}

.mod_personalData .submit_container
{
	width:428px;
	text-align:right;
}

* html .mod_personalData .submit_container
{
	width:434px;
}

*:first-child+html .mod_personalData .submit_container
{
	width:434px;
}

.mod_personalData td
{
	width:160px;
	padding:2px 6px 2px 0px;
}

* html .mod_personalData td
{
	padding:1px 6px 1px 0px;
}

.mod_personalData .text,
.mod_personalData .password
{
	width:200px;
}

.mod_personalData select
{
	width:204px;
}

* html .mod_personalData select
{
	width:206px;
}

*:first-child+html .mod_personalData select
{
	width:206px;
}


/**
 * Stopka
 */
div#minilinki
{
	clear:both;
	display:block;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:7px;
	text-align:center;
	font-family:Tahoma,Verdana,Arial,Helvetica;
	font-weight:normal;
	font-size:10px;
	color:#333333;
	line-height:20px;
}

#minilinki a
{
	margin:0px;
	padding-right:8px;
	padding-left:8px;
	text-align:center;
	border-right:1px solid #333333;
	font-family:Tahoma,Verdana,Arial,Helvetica;
	font-weight:normal;
	font-size:11px;
	color:#ffffff;
	line-height:11px;
	letter-spacing:1px;
}

#minilinki a.ostatni
{
	border-right:0px;
}


/**
 * Tabela w tekście
 */
/* Tabela w tekście */
div.ce_text table
{
	margin-top:15px;
	margin-bottom:15px;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
}

/* Tabela w tekście */
div.ce_text table td
{
	margin:0px;
	padding:6px 12px;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
}


/**
 * Tables
 */
.ce_table
{
	margin-top:24px;
	margin-bottom:24px;
	border-left:1px solid #cccccc;
}

.ce_table td
{
	padding:2px 8px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.ce_table th
{
	padding:2px 8px;
	background-color:#e6e6e6;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.ce_table th a
{
	color:#000000;
}

#tps td
{
	padding:2px 4px;
}

#tps .col_0
{
	width:80px;
}

#tps .explanation
{
	padding-bottom:24px;
}


/**
 * Website news
 */
#breaking_news,
.mod_newsmenu
{
	margin:0px 5px 20px 5px;
	padding:5px;
	background-color:#ece4d9;
}

.mod_newsmenu ul,
.mod_newsmenu li
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

* html .mod_newsmenu ul,
* html .mod_newsmenu li
{
	height:1px;
}

.mod_newsmenu .year
{
	margin-bottom:2px;
	font-weight:bold;
}

.mod_newslist p
{
	margin:0px 0px 4px 0px;
}

.mod_newsreader .back
{
	padding-top:12px;
}

* html .mod_newsreader .back
{
	margin-top:12px;
	padding-top:0px;
}

.mod_newslist .info,
.mod_newsreader .info
{
	margin-bottom:6px;
	font-size:10px;
	color:#999999;
}

.mod_newslist .layout_short
{
	margin-bottom:8px;
	padding-bottom:6px;
	border-bottom:1px solid #c6ad8d;
}

.mod_newsreader .ce_text
{
	margin-top:16px;
}

.mod_article,
.mod_newsreader
{
	margin-right:5px;
}

.mod_newsreader h2
{
	margin-bottom:12px;
}


/**
 * Website search
 */
.mod_search
{
	margin-top:30px;
	margin-bottom:22px;
}

.mod_search .text
{
	width:240px;
}

html>body .mod_search .radio_container
{
	margin-top:3px;
}

*:first-child+html .mod_search .radio_container
{
	margin-top:0px;
}

.mod_search .radio_container label
{
	left:-2px;
	top:-2px;
	position:relative;
	padding-right:3px;
}

.mod_search .header
{
	margin-top:18px;
	margin-right:5px;
	margin-bottom:24px;
	padding-bottom:4px;
	text-align:right;
	border-bottom:1px solid #ece4d9;
}

.mod_search h3
{
	margin:0px 0px 2px 0px;
	padding:0px;
}

.mod_search .context
{
	margin:0px 5px 3px 0px;
}

.mod_search .url
{
	margin-bottom:12px;
	color:#c6ad8d;
}

.mod_search .relevance
{
	font-weight:normal;
	font-size:11px;
	color:#c6ad8d;
}

.mod_search .highlight
{
	font-weight:bold;
}

