/*
Theme Name: WordPress itm theme
Theme URI: http://itm-system.pl/
Description: 
Version: 0.1
Author: Tomasz Kulikowski
Author URI: http://itm-system.com/
Tags: back and white, clear

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica,Arial,FreeSans,sans-serif;
	background: white url('images/bg_main.png');
	background-position:top;
	background-repeat:repeat-x;
	color: #333;
	text-align: center;
	position: relative;
	}
	
#grass{
	width: 100%;
	height: 113px;
	background: white url('images/grass_top.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	position: absolute;
top: 0;
	left: 0;
}
#menu_bar{
	width: 100%;
	height: 41px;
	background: white url('images/menu_bar_100.png');
	background-position:top center;

	background-repeat:repeat-x;
	position: absolute;
	top: 108px;

	left: 0;
}

	
div#body {
	background:  url('images/bg_bottom.png');
	background-position:bottom;
	background-repeat:repeat-x;
	}

#page {
	border: 0px solid #959596;
	text-align: left;
	width: 914px;
	margin-left: auto;	
	margin-right: auto;	
	position: relative;
	}
#header {
		z-index: 10;
	height: 111px;
	}

#header h1{
	text-align:left;
	width:550px;
	color: #555555;
	text-transform: lowercase;
	font-size: 17px;
	letter-spacing: 	2px;
	font-weight: normal;
	}
#headerimg .description {
	font-size: 1.2em;
	text-align:center;
	width:365px;
	}	
#search_box{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 356px;
	height: 50px;	/*
	background:  url('images/search_box_bg.png');
	*/
	background-position: 0px 0px;	
	z-index: 5;	
	text-align: center;
	text-transform: lowercase;
	letter-spacing: 2px;
}
#searchform #s {
	width: 180px;
	border: 0px;
	padding: 10px 10px;
	
	color: #444;
	background:  url('images/search_input_bg.png');
	}
	
#searchform #searchsubmit {
	padding: 1px;
	background:  url('images/search_btn.png');
	background-position: 0px 0px;
	width: 130px;
	height: 36px;
	border: 0;
	cursor: pointer;
	color: transparent;
	background-color: transparent;		
	text-indent:-999em;
	}	
#search_box #searchform {
	margin: 4px auto;
	padding: 0px 3px;
	text-align: center;
	}
#searchform {
	margin: 0px auto;
	padding: 20px 3px;
	text-align: center;
	}

#searchform #searchsubmit:hover {
	background-position: 0px 35px;
	}	
	
div#menu_top{
	width: 100%;
	clear: both;
	margin:  0px;
	padding: 0px;	
	margin-top: 0;
	height: 35px;
	z-index: 20;
}
div#menu_top a{
	color: white;
}
	
ul#menu_top_left{
	width: 690px;
	float:left;
	margin:  0px;
	padding: 0px;	
	height: 35px;
}

ul#menu_top_left li.cat-item{
	height: 31px;	
	margin:  0px;
	margin-top:2px;
	padding: 0px;
	list-style:none;
	float: left;
	background-repeat:no-repeat;	
}

ul#menu_top_left li a,
ul#menu_top_right li a{
	color:white;
	display:block;
	font-size:14px;
	font-weight:bold;

	font-family: Georgia,"Nimbus Roman No9 L",serif;;

	height:inherit;
	line-height:31px;
	width:inherit;
	padding-left: 10px;
	padding-right: 10px;

}

ul#menu_top_left li:hover{
	background:  url('images/menu_over.png');	
	background-position: 0px 0px;
}
ul#menu_top_left li:hover a{
	text-decoration: none;
		
}

ul#menu_top_left li.current-cat{
	background:  url('images/menu_over.png');	
	background-position: 0px 0px ;
/*
 * background-color: rgba(255, 255, 255, 0.5);
 */
	background-color: #DBDBDB;

}
ul#menu_top_left li.current-cat a{
	font-weight: bold;	
	color: #262626;

}


ul#menu_top_right{
	width: 215px;
	float:right;
	margin:  0px;
	padding: 0px;	
	height: 35px;
}
ul#menu_top_right li.cat-item{
	height: 35px;	
	margin:  0px;
	padding: 0px;
	list-style:none;
	float: right;
	background-repeat:no-repeat;	
}



ul#menu_top_right li:hover{
	background:  url('images/menu_over.png');	
	background-position: 0px 0px ;
}
ul#menu_top_right li.current-cat{
	background-position: 0px 0px ;	
	background-color: #DBDBDB;
}
ul#menu_top_right li.current-cat a{
	font-weight: bold;	
	color: #262626;	
}

#fixed_left_menu{
 width: 150px;
 height: 150px;
 border: 0px solid black;
 position: fixed;
 display: none;

}


#breadcrumb{
	background:  url('images/breadcrumb_bg.png');
	background-position: 0px 0px;	
	width:874px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	color: #222222;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	margin-top: 8px;
	              
}
#breadcrumb a{
		color: #666666;
}
#breadcrumb a:hover{
		color: #222222;
}




#left_window{
	width: 280px;
	height: 290px;
	background:  url('images/left_window.png');
	float: left;
	padding: 12px;
	font-size: 12px;
	margin-top: 5px;
}

#left_window h3{
	padding-top: 0;
	padding-left: 0px;
}
#left_window p{

	
}
#left_window ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#left_window ul li{
	background-image: url("images/tick.png");
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1.6em;	
	padding-top: 3px;
	margin-top: 3px;
}


#ourClients{
	/*
	background:  url('images/nasi_klienci_bg.png');
	*/
	background-position: 0px 0px;	
	width:880px;

	
}
#ourClients .top{
	background:  url('images/main_top.png');
	background-position: 0px 0px;	
	width:894px;
	height: 8px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;

}
#ourClients .bg{
	background:  url('images/main_center.png');
	background-position: 0px 0px;	
	width:880px;
	padding-left: 17px;
	padding-right: 17px;
	height: 100px;
}
#ourClients .header{
	background:  url('images/main_center.png');
	background-position: 0px 0px;	
	width:894px;
	padding-left: 10px;
	padding-right: 10px;
}
#ourClients .header h2{
	padding-top: 5px;
	padding-bottom: 5px;
}
#ourClients .bottom{
	background:  url('images/main_bottom.png');
	background-position: 0px 0px;	
	width:894px;
	padding-left: 10px;
	padding-right: 10px;
	height: 8px;
	margin-bottom: 10px;
}

.ngg-gallery-thumbnail{
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
	top: 0px;
}
#ourClients  .ngg-galleryoverview{
	clear: both;
	width: 860px;
	height: 80px;
	border: 0px solid black;
	overflow: hidden;
	margin: auto;
}


		.gallery {
			margin: auto;
		}
		.gallery .gallery-item {
			float: left;
			margin-top: 10px;
			text-align: center;
			width: 33%;			}
		.gallery img {
			border: 2px solid #cfcfcf;
		}
		.gallery .gallery-caption {
			margin-left: 0;
		}





#footer {
	padding: 14px;
	margin: 0 auto ;	
	width: 900px;
	clear: both;
	color: #eeeeee;
	text-align: center;
	      
	}
#footer a{
	color: #cccccc;	
}

ul#pages{
	margin: 0;
	padding: 0;
	display: inline;
	margin-left:  30px;
}
ul#pages li{
	margin-right:5px;
	display: inline;
	list-style: none;
	
}

#footer p {
	margin: 0;
	padding: 0px 0;
	text-align: center;
}

#debug_info{
	color: #333333;
	
}

ul#seo_link, ul#seo_link li {
	font-size: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}


ul#seo_link li ul {
	display: inline;
	list-style: none;
	margin:0;
	padding:0;
}
ul#seo_link li ul li{
	display: inline;
	list-style: none;
	margin-right:5px;
	padding:0;
}
ul#seo_link  h2 {
	color: #cccccc;	
	margin: 0;
	padding: 0;
	font-size: 10px;
	display: inline;
	font-weight: normal;
	        
}





 

#content {
	font-size: 1.2em;
	background:  url('images/main_center.png');
	background-position: 0px 0px;
	background-repeat:repeat-y;
	padding-left:20px;
	padding-right:20px;
	width:874px;	
}
#content p{
	margin: 0;
	padding: 5px;	
}
#content h2{
	margin: 0;
	padding: 5px;	
}
#content ul p{
	
	padding: 0px;	
}
#contentTop {
	background:  url('images/main_top.png');
	background-position: 0px 0px;	
	width:914px;
	height: 8px;
	margin-top: 5px;
}
#contentBottom {
	background:  url('images/main_bottom.png');
	background-position: 0px 0px;	
	width:914px;
	height: 8px;	
}







#headerimg 	{
	
	}



.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {

 	padding-bottom: 30px;	
}
	
.entry p {
	margin-bottom: 0;
	padding-bottom: 15px;
}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	margin-left: 18px;
	}


h1 {
	font-size: 4em;
	text-align: center;
	}



h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	margin-right: 10px;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}





#headerimg {
	margin: 0;
	font-size: 13px;
	letter-spacing: 10px;
	}
#slogan{
font-size:10px;
font-weight:bold;
height:20px;
letter-spacing:10px;
line-height:20px;
margin-top:7px;
padding-left:15px;
background:  url('images/20px_white_opacity.png');
background-repeat: repeat-x;	
	
}
	

.post {
	margin: 0 0 0;
	padding-bottom: 20px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding: 0;
	margin: 0;
	}

.widecolumn .postmetadata {
	margin: 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}



/* End Structure */



/*	Begin Headers */
h1 {
	font-size: 12px;
	margin: 0px;
	}

h2 {
	margin: 0;
	padding: 15px;
	font-size:15px;
	}

h2.pagetitle {
	margin-top: 0px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding-top: 15px;
	padding-left: 15px;
	margin: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
/*
	p img {
	padding: 0;
	max-width: 100%;
	}
*/
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin: 0;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	padding-bottom: 20px;
	
	}

html>body .entry li {
	margin: 0;
	padding: 4px 0 4px 15px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */





.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	width: 80%;
	margin-top: 20px;
	margin-bottom: 10px;
	}

a img {
	border: none;
	
	}
h1 a img{
	padding-top: 15px;
}
.navigation {
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */






.clear{
	float: none;
	clear: both;
}

#menu_homepage{
	width: 820px;
	border: 0px solid black;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	height: 120px;
	
}

a.img_menu{
	display: block;
	height: 89px;
	width: 86px;
	background-position: 0px 0px;
	padding: 10px;
	text-align: center;	
	color: white;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 9px;
}

#fixed_left_menu a.img_menu{
	display: block;
	height: 100px;
	width: 100px;
	background-position: 0px 0px;
	padding: 0px;
	text-align: center;	
	color: white;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 9px;
}
a#l_rozmowa_online{
	background:  url('images/menu_left/rozmowa_online.png');	
}
a#l_rozmowa_online:hover{
background-position: 0px 50px;
}
a#l_e_shop{
	background:  url('images/menu_left/e_shop.png');	
}
a#l_e_shop:hover{
background-position: 0px 50px;
}
a#l_www_cms2{
	background:  url('images/menu_left/www_cms2.png');	
}
a#l_www_cms2:hover{
	background-position: 0px 50px;
}


a#www_cms2{
	background:  url('images/www_cms2.png');	
}
a#www_cms2:hover{
	background-position: 0px 107px;
}
a#systemy_crm_crf{
	background:  url('images/systemy_crm_crf.png');	
}
a#systemy_crm_crf:hover{
	background-position: 0px 107px;
}

a#e_shop{
	background:  url('images/e_shop.png');	
}
a#e_shop:hover{
background-position: 0px 107px;
}

a#seo2{
	background:  url('images/seo2.png');	
}
a#seo2:hover{
background-position: 0px 107px;
}
a#hosting{
	background:  url('images/hosting.png');	
}
a#hosting:hover{
background-position: 0px 107px;
}

a#rozmowa_online{
	background:  url('images/rozmowa_online.png');	
}
a#rozmowa_online:hover{
background-position: 0px 107px;
}

#left_window a.more-link{
	margin-top:20px; 
}
a.more-link{
	/*
	float:right;
	margin-top:23px;
	
	height: 32px;
	background:  url('images/zobacz.png');

	width: 90px;
	background-position: 0px 32px;
	*/
	font-weight: bold;
	font-size: 12px;	
	display: block;
	text-align: right;
	color: #333333
}
a.more-link:hover{
	background-position: 0px 0px;
	text-decoration: none;	
}


#rozmowa_popup{
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 20px;
}
#chat{
	margin-top: -52px;
	margin-left: auto;
	margin-right: auto;
	height: 400px;
	width: 280px;
	overflow: hidden;
	border: 0px;

}

#msg_load{
	height: 27px;
}

#cover_bottom{
	width: 300px;
	height: 29px;
	position: absolute;
	bottom: 2px;
	left: 10px;
	border: 0px solid white;
	background-color: #121212;
	line-height: 28px;
	    
}

/*
//-------------

    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 790px; 

	margin-left: auto;
	margin-right: auto;  
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div { 
    float:left; 
} 
 
/* you may want to setup some decorations to active the item */ 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}



/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../img/scrollable/arrow/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(../img/scrollable/arrow/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	





#hosting_pakiety,
#obsluga_www,
#obsluga_poczty,
#narzedzia_dodatkowe,
#bezpieczenstwo,
#ceny{
	width: 100%;
	border: 0px solid black;
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;	
	
}
#hosting table td img{
	margin-top: 2px;
}
#hosting table td{ 	
	width: 40px;
	border-bottom: 1px solid #dddddd;  
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
	text-align: center;
	height: 20px;
	line-height: 20px;
}
#hosting table tr td:first-child{
	width: 180px;
	text-align: right;
	padding-right: 20px;
	border-right:1px solid white;	
}
#hosting {
	font-size: 12px;
}
#hosting h2{
	font-size: 16px;
	padding-bottom: 0px;
}

#hosting table tr:nth-child(even) {}
#hosting table tr:nth-child(odd) td{
    /*
		border-bottom:1px solid white;
		*/
}



/*
 * galerie:
 * 
 */

#content img{
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
background-color:#FFFFFF;
border:1px solid #CCCCCC;
padding:5px;
margin-left:15px;
}
#hosting img{
background-color:transparent;
border:0px;
padding:0;
margin: 0;

}



#content img.no_border{
	padding: 0;
	border: 0;
	margin: 0;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
	background-color: transparent;
	margin-left:5px;
	margin-top: -20px;
	margin-bottom: 0px;
}

div.two_column{
	clear: both;
	height: 400px;
}

#left_side{
	float: left;
	width: 400px;
	border-right: 1px solid #cccccc;
	height: 402px;
	padding-right: 15px;
}
#right_side{
	padding-left:10px;
	float: right;
	width: 415px;
	border: 0px solid black;
	
}

TEXTAREA {
	height: 150px;
}

#dialog {
	display: none;
}


.nasza_oferta{
	height: 166px;
	
}
