* DODATKOWE STYLE Z NASZEJ EGRAFIK.PL */

  
  A, A:visited { color:aqua; text-decoration: underline; }
  A:hover, A:active { color: #CC0000; text-decoration:none; }
  
  
  p  { 
	font-family: verdana;
	font-size: 11px;
	color: black;
	line-height: 17px;
	margin: 13px 0px;
  }

.main { width: 430px; }

table {
	text-align: left;
}

A.LRmenu, A.LRmenu:visited {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	padding-left:15px;
	text-decoration: none;
	line-height: 15px;
	background-image:url(http://www.egrafik.eu/graf/strz.gif);
	background-position:3px 2px;
	background-repeat:no-repeat;
	line-height:18px;
}
A.LRmenu:hover, A.LRmenu:active {
	color: black;
	text-decoration:underline;
	background-image:url(http://www.egrafik.eu/graf/strz.gif);
	background-position:5px 2px;
	background-repeat:no-repeat;
}

A.link_gora {
	padding:9px;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
	text-decoration: none;
	line-height: 15px;
}

A.link_gora:visited {

}

A.link_gora:hover {
	color: #000000;
}

A.link_gora:active {
	color: #000000;
}

	.m1 {
	font-family: verdana;
	font-size: 11px;
	font-weight: bolder;
	text-align: center;
	color: black;
	line-height: 15px;
	padding: 0px;
	margin: 0px;
	line-height:21px;
}	

	.nc {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: black;
	line-height: 15px;
}

	.nmc {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: black;
	line-height: 15px;
}

	.nj {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	color: black;
	line-height: 15px;
}

	.table0 {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: black;
	line-height: 15px;
	padding: 3px;
}


	.table1 {
	width:100%; !important;
	border-color: #c0c0c0;
	border-width: 1px;
	border-style: dotted;
	padding:5px;
	background-color: #fffce4;
	align: center;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: black;
	line-height: 18px;
}

	.table2 { 
	width:100%; !important;
	font-size: 11px;
	padding:5px;
	border-color: #c0c0c0;
	border-width: 1px;
	border-style: dotted;
	background-color: #eaf5fb;
	align: center;
}

input {
	margin:1px;
}
	
input[type="text"], input[type="password"] {
	background: #ffffff;
	border: 1px solid #aaaaaa;
	height:18px;
	padding:0px;
	vertical-align:middle;
}

input[type="text"]:hover, input[type="password"]:hover {
	border: 1px solid #000000;
}

/*input[type="radio"] {
	border: 1px;
}

input[type="radio"]:hover {
	border: 1px;
}

input[type="checkbox"] {
	border: 0px;
}

input[type="checkbox"]:hover {
	border: 0px;
}*/
	
input[type="submit"] {
	padding:0 2px 2px 2px;
	height:20px;
	vertical-align:middle;
	font-size:11px;
	font-weight:bold;
	text-align: center;
	background: #CC0000;
	border: 1px solid maroon;
	cursor:pointer;
	color:#fff;
}

input[type="submit"]:hover {
	background: #FF0000;
	border: 1px solid #000000;
}

input[type="button"] {
	padding:0 2px 2px 2px;
	height:20px;
	vertical-align:middle;
	font-size:11px;
	font-weight:normal;
	text-align: center;
	background: #CC0000;
	border: 1px solid maroon;
	cursor:pointer;
	color:#fff;
}

input[type="button"]:hover {
	background: #FF0000;
	border: 1px solid #000000;
}

.input-submit {
	padding:0 2px 2px 2px;
	height:20px;
	vertical-align:middle;
	font-size:11px;
	font-weight:bold;
	text-align: center;
	background: #CC0000;
	border: 1px solid maroon;
	cursor:pointer;
	color:#fff;
}

.input-submit:hover {
	background: #FF0000;
	border: 1px solid #000000;
}

textarea {
	font-family: Verdana, Arial,  Helvetica;
	font-size: 11px;
	border: 1px solid #aaaaaa;
	padding: 2px;
	width:98%;
	height: 100px;
	overflow:auto;
}
	
textarea:hover {
	background: #ffffff;
	border: 1px solid black;
	}
	
.dn {
	display:none;
}

/* style dla wyświetlania warstw w divach */
#w1 {
display: block;
}
#w2,#w3,#w4, #w5 {
display: none;
}
/* koniec */

.important_message {
	background-color:#FFFFFF;
	color:#CC0000;
	line-height:20px;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	padding:10px;
	margin:10px;
	border:1px dotted #FFFFFF;
}

.important_message_red {
	background-color:#FFFFFF;
	width:70%;
	color:#CC0000;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	padding:5px;
	margin:5px;
	border:1px solid #CC0000;
}

.important_message_green {
	background-color:#FFFFFF;
	width:70%;
	color:green;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	padding:5px;
	margin:5px;
	border:1px solid green;
}

.important_message_orange {
	background-color:#FFFFFF;
	width:70%;
	color:orange;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	padding:5px;
	margin:5px;
	border:1px solid orange;
}

.pobierz {
	height:17px;
	padding: 0px 0px 0px 0px;
	background: url(http://www.egrafik.eu/graf/pobierz_bg.gif) no-repeat 70px 0px;
	display:block;
}

/**/

.pobierz_producent {
	height:17px;
	padding: 0px 0px 0px 0px;
	background: url(http://www.egrafik.eu/graf/pobierz_producent_bg.gif) no-repeat 25px 0px;
	display:block;
}

/**/

.ocen {
	height:17px;
	padding: 0px 0px 0px 0px;
	background: url(http://www.egrafik.eu/graf/ocen_bg.gif) no-repeat 65px 0px;
	display:block;
}

/**/

.dodaj_komentarz {
	height:17px;
	padding: 0px 0px 0px 0px;
	background: url(http://www.egrafik.eu/graf/dodaj_komentarz_bg.gif) no-repeat 45px 0px;
	display:block;
}

/**/

.tytul_komentarze {
	height:17px;
	padding: 0px 0px 0px 40px;
	font-family: verdana;
	font-size:14px;
	color:maroon;
	background: url(http://www.egrafik.eu/graf/tytul_komentarze_bg.gif) no-repeat 0 0px;
}

/**/

.tytul_opis_pliku {
	height:17px;
	padding: 0px 0px 0px 40px;
	font-family: verdana;
	font-size:14px;
	color:black;
	background: url(http://www.egrafik.eu/graf/tytul_news_bg.gif) no-repeat 0 0px;
}

/**/

.tytul_porady {
	color:#FFFFFF;
	font-weight:bold;
	font-style:italic;
	height:22px;
	line-height:19px;
	padding: 0px 0px 0px 40px;
	font-family: trebuchet ms, sans-serif, Arial, Helvetica;
	font-size:16px;
	background: url(http://www.egrafik.eu/graf/tytul_porady_bg.gif) repeat-x 0 0px;
}
.tytul_porady a:link, .tytul_porady a:visited {
	text-decoration:none;
}

.tytul_porady a:active, .tytul_porady a:hover {
	text-decoration:underline;
}

/**/

.tytul_pliki {
	color:#FFFFFF;
	font-weight:bold;
	font-style:italic;
	height:22px;
	line-height:19px;
	padding: 0px 0px 0px 40px;
	font-family: trebuchet ms, sans-serif, Arial, Helvetica;
	font-size:16px;
	background: url(http://www.egrafik.eu/graf/tytul_pliki_bg2.gif) repeat-x 0 0px;
}
.tytul_pliki a:link, .tytul_pliki a:visited {
	text-decoration:none;
}
.tytul_pliki a:active, .tytul_pliki a:hover {
	text-decoration:underline;
}

/**/

.tytul_pliki_glowna {
	color:#FFFFFF;
	font-weight:bold;
	font-style:italic;
	height:22px;
	line-height:19px;
	padding: 0px 0px 0px 40px;
	font-family: trebuchet ms, sans-serif, Arial, Helvetica;
	font-size:16px;
	background: url(http://www.egrafik.eu/graf/tytul_pliki_bg.gif) repeat-x 0 0px;
}
.tytul_pliki_glowna a:link, .tytul_pliki_glowna a:visited {
	text-decoration:none;
}

.tytul_pliki_glowna a:active, .tytul_pliki_glowna a:hover {
	text-decoration:underline;
}

/**/

.tytul_pliki_detale {
	height:17px;
	padding: 0px 0px 0px 40px;
	font-family: sans-serif, Arial, Helvetica;
	font-size:14px;
	background: url(http://www.egrafik.eu/graf/tytul_pliki_detale_bg.gif) no-repeat 0 0px;
}
.tytul_pliki_detale a:link, .tytul_pliki_detale a:visited {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.tytul_pliki_detale a:active, .tytul_pliki_detale a:hover {
	text-decoration:underline;
}

/**/

.tytul_tutoriale {
	color:#FFFFFF;
	font-weight:bold;
	font-style:italic;
	height:22px;
	line-height:19px;
	padding: 0px 0px 0px 40px;
	font-family: trebuchet ms, sans-serif, Arial, Helvetica;
	font-size:16px;
	background: url(http://www.egrafik.eu/graf/tytul_tutoriale_bg.gif) repeat-x 0 0px;
}
.tytul_tutoriale a:link, .tytul_tutoriale a:visited {
	text-decoration:none;
}

.tytul_tutoriale a:active, .tytul_tutoriale a:hover {
	text-decoration:underline;
}

/**/

.tytul_moj {
	color:#FFFFFF;
	font-weight:bold;
	font-style:italic;
	height:22px;
	line-height:19px;
	padding: 0px 0px 0px 40px;
	font-family: trebuchet ms, sans-serif, Arial, Helvetica;
	font-size:16px;
	background: url(http://www.egrafik.eu/graf/tytul_moj_bg.gif) repeat-x 0 0px;
}
.tytul_moj a:link, .tytul_moj a:visited {
	text-decoration:none;
}

.tytul_moj a:active, .tytul_moj a:hover {
	text-decoration:underline;
}

/**/

.tytul_pogoda {
	height:17px;
	padding: 0px 0px 0px 40px;
	font-family: sans-serif, Arial, Helvetica;
	font-size:14px;
	background: url(http://www.egrafik.eu/graf/tytul_pogoda_bg.gif) repeat-x 0 0px;
}
.tytul_pogoda a:link, .tytul_pogoda a:visited {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.tytul_pogoda a:active, .tytul_pogoda a:hover {
	text-decoration:underline;
}

/**/

.szukaj_funkcje {
	vertical-align:middle;
	margin:3px 10px 6px 0;
	height:20px;
	background: url(http://www.egrafik.eu/graf/szukaj.gif) no-repeat 10px 0px;
}

.odboldowanie {
font-weight: normal !important
}



.containertable table
{
		margin-bottom: 10px;
}

.containertable td
{
		vertical-align: middle;
		border-collapse: collapse;
		border-spacing: 0px;
}


.box_comments {
	margin: 0px 0px;
	border:1px dotted #92D995;
	background: #fff;
	width:100%;
	line-height: 16px;
	background-color:#EAFAF1;
}
	.box_comments td {
		padding: 10px 10px;
		vertical-align:top;
	}
	.box_comments td.category {
		background: url("../layout_images/new/folder.gif") 10px 9px no-repeat;
		padding: 3px 10px 0px 30px !important;
		line-height:22px;
		height:40px;
		vertical-align:top;
		font-size:10px;
	}
	.box_comments tr.alt td.category {
		background: #F7F7F7 url("../layout_images/new/folder.gif") 10px 9px no-repeat;
		padding: 3px 0 3px 30px !important;
		height:40px;
		vertical-align:top;
	}
	/* <as dodane */
	.box_comments td.father_category {
		background: url("../layout_images/new/folder.gif") 10px 26px no-repeat;
		padding: 0 0 0 30px !important;
		line-height:16px;
		height:40px;
		vertical-align:middle;
		font-size:13px;
	}
	.box_comments tr.alt td.father_category {
		background: #F7F7F7 url("../layout_images/new/folder.gif") 10px 26px no-repeat;
	}
	.box_comments td.sub_category {
		background: url("../layout_images/new/sub_folder.gif") 10px 27px no-repeat;
		padding: 0 0 0px 23px !important;
		line-height:16px;
		height:40px;
		vertical-align:middle;
		font-size:11px;
	}
	.box_comments tr.alt td.sub_category {
		background: #F7F7F7 url("../layout_images/new/sub_folder.gif") 10px 27px no-repeat;
	}
	.box_comments td.pointer {
		background: url("../layout_images/new/pointer.gif") 10px 27px no-repeat;
		padding-left: 20px !important;
		vertical-align:middle;
	}
	.box_comments tr.alt td.pointer {
		background: #F7F7F7 url("../layout_images/new/pointer.gif") 10px 27px no-repeat;
	}
	.box_comments td.date {
		line-height:16px;
		vertical-align:middle;
		font-size:11px;
	}
	.box_comments tr.alt td.date {
		background-color:#F7F7F7;
	}
	.box_comments td.grade {
		line-height:16px;
		vertical-align:middle;
		font-size:11px;
	}
	.box_comments tr.alt td.grade {
		background-color:#F7F7F7;
	}
	.box_comments td.views {
		line-height:16px;
		vertical-align:middle;
		font-size:13px;
		font-weight:bold;
		text-align:center;
	}
	.box_comments tr.alt td.views {
		background-color:#F7F7F7;
	}
	.box_comments div.father_category {
		background: url("../layout_images/new/folder.gif") 10px 6px no-repeat;
		padding: 4px 0 0px 30px !important;
		line-height:16px;
		vertical-align:top;
		font-size:12px;
	}
	.box_comments tr.alt div.father_category {
		background: #F7F7F7 url("../layout_images/new/folder.gif") 10px 6px no-repeat;
	}
	.box_comments div.sub_category {
		background: url("../layout_images/new/sub_folder_fat.gif") 11px 1px no-repeat;
		padding: 4px 0 0px 30px !important;
		line-height:16px;
		vertical-align:top;
		font-size:11px;
	}
	.box_comments tr.alt div.sub_category {
		background: #F7F7F7 url("../layout_images/new/sub_folder_fat.gif") 10px 7px no-repeat;
	}
	.box_comments div.pointer {
		background: url("../layout_images/new/wpis.gif") 10px 4px no-repeat;
		padding-left: 20px !important;
		font-weight:bold;
	}
	.box_comments div.pointer a {
		font-size:13px;
		padding-left:10px;
		font-style:italic;
		font-weight:bold;
	}
	.box_comments div.window_image {
		padding-left:10px;
		height:105px;
	}
	.box_comments div.window_image img {
	
	}
	.box_comments div.window {
		width:140px;
		height:180px;
	}
	.box_comments div.grade {
		padding:3px 0 3px 10px;
	}
	.box_comments div.gray_info {
		font-size:10px;
		color:#c0c0c0;
		padding:3px 0 3px 10px;
		clear:both;
	}
	/* as dodane> */
	
	.box_comments th {
		height: 17px;
		padding: 0px 40px;
		white-space: nowrap;
		text-align: left;
		vertical-align: middle;
		background:url('http://www.egrafik.eu/graf/tytul_komentarze.gif');
		font-size:12px;
		font-weight:bold;
	}
	.box_comments th a {
		color: #fff;
		text-decoration: none;
	}
	.box_comments th a:hover {
		text-decoration: underline;
	}
	
	.box_comments th.comments {
		background: url(http://www.egrafik.eu/graf/tytul_komentarze_bg.gif) no-repeat 0 0px;
	}
	
	
	.box_comments td a, #content2 a {
		font-size: 12px;
		color: navy;
	}
	.box_comments td a strong {
		font-size: 15px;
	}
	.box_comments td a:visited, .box_comments td a:visited strong, #content2 a:visited {
		color: #045CA4;
	}
	.box_comments td a:hover, .box_comments td a:hover strong, #content2 a:hover {
		color: red;
		text-decoration:none;
	}
	.box_comments td a:active, .box_comments td a:active strong, #content2 a:active {
		color: red;
		text-decoration:none;
	}
	.box_comments tr.alt {
		background: #F7F7F7;
		padding-top:5px;
		padding-bottom:5px;
	}
	.box_comments tr td {
		padding-top:5px;
		padding-bottom:5px;
	}

	/*-- box_comments headings and other tags --*/
	.box_comments h1 {
		margin: 10px 0 5px 0;
		clear: both;
	}
	.box_comments h2 {
		font-size:14px;
		font-weight:bold;
		font-style:italic;
		color:maroon !important;
		margin: 0 0 0 0;
		padding:0 0 0 40px;
		clear: both;
		border-bottom: 0px dotted #C0C0C0;
		background: transparent url("http://www.egrafik.eu/graf/podtytul_katalog_lewy.gif") no-repeat;
	}
	.box_comments div.h2 {
		font-size:14px;
		font-weight:bold;
		font-style:italic;
		color:maroon !important;
		margin: 0 0 0 0;
		padding:0 0 0 40px;
		clear: both;
		border-bottom: 0px dotted #C0C0C0;
		background: transparent url("http://www.egrafik.eu/graf/podtytul_katalog_lewy.gif") no-repeat;
	}
	.box_comments h3 {
		margin: 10px 0 5px 0;
	}
	.box_comments p {
		margin: 8px 0;
	}
	.box_comments ul {
		list-style: square;	
		padding-left: 20px !important;
		margin-left: 0 !important;
		padding-left: 0;
		margin-left: 20px;
	}
	.box_comments blockquote {
		border: 1px solid #e7ebf0;
		margin: 5px 3px 15px 3px;
		padding: 15px;
		background: #fff;
	}
	
.confirm_message {
	color:#FF0000;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	padding:10px;
	margin-bottom:10px;
	border:1px dotted #c0c0c0;
}

.belka_glowna a, .belka_glowna a:visited {
color:#fff;
font-weight:bold;
font-size:16px;
font-family:trebuchet ms, verdana;
padding:3px 10px 3px 10px;
margin:0 2px 0 2px;
background:#c0c0c0 url(http://www.egrafik.eu/graf/4.gif);
display:block;
text-decoration:none;
}

.belka_glowna a:hover {
background-color:red;
}

.home_hover a:hover {
background:#c0c0c0 url(http://www.egrafik.eu/graf/home_hover.gif);
display:block;
}
.home_activ a, .home_activ a:visited {
border-left:1px solid #5896C4;
border-right:1px solid #5896C4;
background:#c0c0c0 url(http://www.egrafik.eu/graf/home_hover.gif);
display:block;
}
.moj_hover a:hover {
background:#c0c0c0 url(http://www.egrafik.eu/graf/moj_hover.gif);
display:block;
}
.moj_activ a, .moj_activ a:visited {
background:#c0c0c0 url(http://www.egrafik.eu/graf/moj_hover.gif);
display:block;
}
.forum_hover a:hover {
background:#c0c0c0 url(http://www.egrafik.eu/graf/forum_hover.gif);
display:block;
}

/*-- MENU GLOWNE --*/
.menu_glowne a {
background:transparent url('http://www.egrafik.eu/graf/dzial.gif') no-repeat scroll 4px 12px;
border-bottom:1px solid #DBDBDB;
list-style-type:none;
color:#045CA4;
font-weight:bold;
font-size:14px;
font-family: trebuchet ms, tahoma, arial, verdana;
padding:5px 0 5px 10px;
margin:0 0 1px 0;
background-color:#F2F2F2;
display:block;
text-decoration:none;
}

.menu_glowne a:hover {
color:#045CA4;
background-color:#fff;
display:block;
}

a.menu_glowne_activ, a.menu_glowne_activ:hover {
background-color:#4C8BBC;
display:block;
color:white;
}



.menu_glowne_p1 a {
background:transparent url('http://www.egrafik.eu/graf/poddzial.gif') no-repeat scroll 6px 9px;
list-style-type:none;
border-left:5px solid #4C8BBC;
color:#045CA4;
font-weight:normal;
font-size:13px;
font-family:arial narrow, tahoma, arial, verdana;
padding:3px 0 3px 10px;
margin:0 0 1px 0;
background-color:#F2F2F2;
display:block;
text-decoration:none;
}

.menu_glowne_p1 a:hover {
color:#045CA4;
background-color:#fff;
display:block;
}

a.menu_glowne_activ_p1, a.menu_glowne_activ_p1:hover {
background:transparent url('http://www.egrafik.eu/graf/dzial.gif') no-repeat scroll 6px 12px;
background-color:#fff;
padding:6px 0 6px 10px;
font-weight:bold;
display:block;
color:black;
}

.menu_glowne_p2 a {
background:transparent url('http://www.egrafik.eu/graf/poddzial.gif') no-repeat scroll 6px 9px;
list-style-type:none;
border-left:2px solid #4C8BBC;
color:#045CA4;
font-weight:normal;
font-size:13px;
font-family:arial narrow, arial, verdana;
padding:3px 0 3px 13px;
margin:0 0 1px 0;
background-color:#fff;
display:block;
text-decoration:none;
}

.menu_glowne_p2 a:hover {
color:black;
background-color:#fff;
display:block;
}

a.menu_glowne_activ_p2, a.menu_glowne_activ_p2:hover {
background:transparent url('http://www.egrafik.eu/graf/poddzial.gif') no-repeat scroll 9px 9px;
background-color:#fff;
padding:3px 0 3px 13px;
font-weight:bold;
display:block;
color:black;
}

/* WIDGETY */
.widget_relative {
border:1px solid #D7D6D6;
margin-bottom:30px;
position:relative; left:-15px; top:10px;
background-color:#FFFFFF;
}

.widget_relative td {
width:296px;
border:1px solid #22356B;
padding:1px;
}

.widget_relative table h2 {
background:transparent url(http://www.egrafik.pl/graf/tlo-widget-komputery.gif) repeat-x scroll 0%;
color:#22356B;
font-style:normal;
font-family:trebuchet ms,verdana;
font-size:18px;
font-weight:bold;
line-height:25px;
padding:0 0 3px 10px;
text-align:left;
}
/* KONIEC WIDGETY */

/* DO PORAD */
.indeks_gorny {vertical-align: super}
.indeks_dolny {vertical-align: sub}

.cala_ramka_z1{background: #5896C4}
.gora_z1, .dol_z1{background: white}
.gora_z1 div, .dol_z1 div{height: 1px; background: #5896C4; overflow: hidden}
.zzz1{margin: 0 6px}
.zzz2{margin: 0 3px}
.zzz3{margin: 0 2px}
div.zzz4{margin: 0 1px;height:3px}
	
/* DO PORAD - KONIEC */
