/* resetowanie CSS  */

* {
margin: 0;
padding: 0;
}

img {
    border: none;
}

code {
    display: block;
    margin: 10px 0;
    padding: 5px;
    border: 1px solid silver;
    background: #E6E6E6;
}

/*  przydatne klasy */
.errors 
{
    color: #f00;
    font-weight: bold;
    margin: 20px 0;
}

.clear 
{
    clear: both;
}

.right {
    text-align: right !important;
}

.center {
    text-align: center !important;
}

.below {
    margin-top: 20px;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.loading {
    background: url('../img/loading.gif') top center no-repeat; 
    padding-top: 20px;
    text-align: center !important;
}

.no-margin {
	margin: 0;
	padding: 0;
}

/*
 * Linki
 */
a
{
    color: #f60;
}

a:hover
{
    color: #f00;
}

/*
 * Przyciski
 */
a.more_big {
    display: block;
	background: #ddd;
	border-radius: 30px;
	border: 1px solid #ff6600;
	padding: 6px 0;
	margin: 20px auto;
	width: 260px;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #ff6600;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff6600), to(#df5900));
	background: -webkit-linear-gradient(#ff6600, #df5900);
	background: -moz-linear-gradient(#ff6600, #df5900);
	background: -ms-linear-gradient(#ff6600, #df5900);
	background: -o-linear-gradient(#ff6600, #df5900);
	background: linear-gradient(#ff6600, #df5900);
	box-shadow: 0px 0px 10px #fff inset ;
}

a.more_big:hover {
	box-shadow: 0px 0px 10px #ff6600 inset 
}

a.more {
	background: #ddd;
	border-radius: 30px;
	border: 1px solid #ff6600;
	padding: 4px 18px;
    margin-top: 5px;
    display: inline-block;
	font-size: 13px;
    font-weight: bolder;
	text-decoration: none;
	color: #fff;
	background: #ff6600;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff6600), to(#df5900));
	background: -webkit-linear-gradient(#ff6600, #df5900);
	background: -moz-linear-gradient(#ff6600, #df5900);
	background: -ms-linear-gradient(#ff6600, #df5900);
	background: -o-linear-gradient(#ff6600, #df5900);
	background: linear-gradient(#ff6600, #df5900);
	box-shadow: 0px 0px 5px #fff inset ;
}

a.more:hover {
	box-shadow: 0px 0px 10px #ff6600 inset; 
}

/* 
    ramka z zaletami produktów
*/
.benefits {
    float: right;
    margin: 0 0 20px 30px;
}

.benefits_top 
{
    width: 300px;
    background: url('../img/benefits_top.png') top left no-repeat;
    height: 11px;
    
}

.benefits_mid
{
    width: 260px;
    background: url('../img/benefits_mid.png') top left repeat-y;
    padding: 10px 20px;
    line-height: 220%;
    font-size: 0.8em;
}

.benefits_bottom
{
    width: 300px;
    background: url('../img/benefits_bottom.png') top left no-repeat;
    height: 11px;
}

.benefits_mid span {
    background: url('../img/point2.png') center left no-repeat;
    padding: 0 0 0 26px;
    display: block;
}

/* minigalerie */
.screenshots img {
    border: 1px solid silver;   
}

/*  boks  */
.top 
{
    width: 548px;
    background: url('../img/boks_top.png') top left no-repeat;
    height: 13px;
}

.mid
{
    width: 528px;
    background: url('../img/boks_mid.png') top left repeat-y;
    padding: 0 10px 0 10px;
    line-height: 220%;
    font-size: 0.8em;
}

.bottom
{
    width: 548px;
    background: url('../img/boks_bottom.png') top left no-repeat;
    height: 11px;
}

/*  alerty  */

.alert {
    margin: 20px auto;
    width: 548px;
    text-align: center;
    font-weight: bold;
}

.success {
    color: #00892B;
}

.info {
    color: #00458A;
}

.error {
    color: #FF0000;
}

.expired {
    color: #FF0000;
    font-weight: bold;
}

/* ścieżka */
.path {
    margin: 5px 0 0 0;
}


body 
{
  background: #f8f8f8 url('../img/background.png') top left repeat-x;
    font-family: verdana, sans;
    font-size: 0.7em;
    color: #333;
}

#site
{
    
    width: 950px;
    margin: 33px auto 0 auto;
    
}

/* logo */

#logo img
{
    border: 0;
}

/* menu */

#menu
{
    font-size: 1.25em;
    width: 100%;
    height: 50px;
}

#menu a
{
    color: #000;
    text-decoration: none;
}

#menu a:hover
{
    text-decoration: underline; 
}

#menu ul#glowne 
{
    float: left;
}

#menu ul#glowne li
{
    float: left;
    display: block;
    padding: 18px 20px 12px 20px;
    background: url('../img/line.png') top left no-repeat;
}


#menu ul#logowanie 
{
    float: right;
}

#menu ul#logowanie li
{
    float: left;
    display: block;
    padding: 18px 20px 12px 20px;
    background: url('../img/line.png') top right no-repeat;
}

/* część centralna 
   
     oferty */
#oferta {
    height: 198px;   
    margin-top: -6px;
    padding: 0;
}

#oferta h1 a {
    color: #000;
    text-decoration: none;
}
 
#oferta ul#lista_ofert li
{
    float: left;
    display: block;
    width: 311px;
    height: 194px;
    padding: 2px;
    border: 0;
}


#oferta ul#lista_ofert li img
{
    border: 0;
    padding: 5px;
}

#oferta ul#lista_ofert li#male
{
    background: url('../img/host_m.png') top right no-repeat;
}

#oferta ul#lista_ofert li#srednie
{
    background: url('../img/host_l.png') top right no-repeat;
}

#oferta ul#lista_ofert li#duze
{
    background: url('../img/host_xl.png') top right no-repeat;
}

#oferta ul#lista_ofert li ul
{
    margin-left: 10px;
    list-style-type: none;
}

#oferta ul#lista_ofert li ul li, .slider ul li
{
    float: none;
    border: none;
    height: auto;
    line-height: 150%;
    background: url('../img/orange-point.png') center left no-repeat;
    padding-left: 15px;
    list-style-type: none;
}

#oferta ul#lista_ofert li h2 {
    margin: 5px 0 5px 8px;
}


/* nagłówki ofert */

#oferta ul#lista_ofert li h2 {
    word-spacing: -8px;
}

#oferta ul#lista_ofert li h2, .slider h2
{
    font-size: 2.1em;
    font-weight: normal;
    color: #333;
    padding-top: 10px;
}
#oferta ul#lista_ofert li h2 a, .slider h2 a
{
    color: #333;
    text-decoration: none;
}

#oferta ul#lista_ofert li h2 span, .slider h2 span
{
    color: #f60;
    font-weight: bold;
    text-transform: uppercase;
}

#oferta ul#lista_ofert li h3
{
    font-size: 1.7em;
    font-weight: bold;
    color: #333;
    padding: 5px 8px;
    margin-bottom: 5px;
}

#oferta ul#lista_ofert li a.more {
    margin-left: 8px;
}

#oferta .gratis {
    max-width: 120px;
    font-weight: bold;
    color: red;
}

/* 
 * Slider
 */

.slider {
    width: 950px;
    height: 198px;
}

.slider p {
    font-size: 1.3em;
    margin: 10px 0;
}

.slider img {
    float: right;
    margin: 10px;
}

#s2 {
    background: url('../img/sliders/slider-2.png') right 100px top no-repeat;
    font-size: 1.2em;
}

#s2 p {
    padding-top: 10px;
}

#s2 h2 {
    margin-top: 10px;
}

#s3 {
    background: url('../img/sliders/slider-3.png') right top no-repeat;
}

#s3 h2 {
    width: 420px;
    text-align: center;
    margin-top: 10px;
}

#s3 table {
    width: 950px;
    border-spacing: 0;
    border-collapse: separate;
    margin: 10px auto;
}

#s3 thead {
    background-color: #f60;
    color: #fff; 
    text-transform: uppercase;
    font-size: 1.35em;
}

#s3 td {
    text-align: center;
}

#s3 thead td {
    padding: 7px;
}

#s3 thead td.border {
    border-right: 1px solid #fff;
}

#s3 tbody td {
    padding: 10px;
    font-size: 1.25em;
}

#s3 td.empty {
    width: 12px;
}

#s3 td.td1 {
    background-color: #FFE7D7;
}

#s3 td.td2 {
    background-color: #FFC197;
}

#s3 td.td3 {
    background-color: #FFA060;
}

#s4 {
    background: url('../img/sliders/slider-4.png') left no-repeat;
    font-size: 1.1em;
}

#s4 ul {
    margin: 10px 0px 20px 500px;
}

#s4 h2 {
    margin: 7px 0 0 500px;
}

#s4 a.more_big {
    margin: 10px 0 20px 500px;
}

#s4 ul li {
    padding-left: 20px;
    font-size: 1.2em;
    background: url('../img/orange-point.png') center left no-repeat;
    list-style-type: none;
}

/* część główna

   wrap */
     
#wrap 
{
  border-top: 1px dotted #ccc;
  margin-top: 50px;
  clear: both;
}

#wrap #left 
{
    float: left;
    width: 540px;
    margin-top: 5px;
}

#site h1
{
    font-size: 2.7em;
    font-weight: normal;
    padding: 20px 0 5px 0;
}

#site h1 span
{
    color: #f60;
    font-weight: bold;
    text-transform: uppercase;
}

#offer {
    margin-top: 25px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
	border-radius: 15px;
    line-height: 220%;
    font-size: 1.2em;
}

#offer ul.features {
    float: left;
    width: 400px;
}

#offer ul.features li
{
    background: url('../img/point2.png') center left 10px no-repeat #dddddd;
    padding: 0 0 0 36px;
    list-style-type: none;
    cursor: pointer;
}

#offer ul.features li:first-child {
    border-radius: 15px 0 0 0;
}

#offer ul.features li:last-child {
    border-radius: 0 0 0 15px;
}

#offer ul.features li.active {
    background: url('../img/point2.png') center left 10px no-repeat #ffffff;
    border-right: none;
}

#offer .description {
	border-radius: 15px;
    padding: 10px;
    float: right;
    width: 500px;
    height: 270px;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

#offer .description h2 {
    font-size: 2em;
    font-weight: normal;
    padding: 10px 0;
}

#offer .description h2 span {
    color: #f60;
    font-weight: bold;
    text-transform: uppercase;
}

#offer .description ul {
    padding: 10px;
}

#offer .description ul li {
    background: url('../img/orange-point.png') center left no-repeat;
    padding-left: 20px;
    list-style-type: none;
}

#offer .description p {
    line-height: 140%;
    margin: 5px 0;
}

#f1 {
    background: url('../img/sliders/baner-1.png') no-repeat;
}

#f1 ul {
    margin-top: 10px;
}

#f2 {
    background: url('../img/sliders/baner-2.png') no-repeat;
}

#f2 p {
    padding-top: 20px; 
    font-size: 1.2em;
}

#f3 {
    background: url('../img/sliders/baner-3.png') no-repeat;
}

#f3 p {
    padding-top: 25px;
}

#f4 {
    background: url('../img/sliders/baner-4.png') no-repeat;
}

#f4 p {
    padding-top: 10px; 
    font-size: 1.3em;
}

#f5 {
    background: url('../img/sliders/baner-5.png') no-repeat;
}

#f5 p {
    padding-top: 25px;
    padding-right: 15px;
}

#f6 {
    background: url('../img/sliders/baner-6.png') no-repeat;
}

#f6 ul {
    margin-top: 15px;
    margin-bottom: 25px;
}

#f7 {
    background: url('../img/sliders/baner-7.png') no-repeat;
}

#f7 p {
    padding-top: 30px;
    font-size: 1.2em;
}

#f8 {
    background: url('../img/sliders/baner-8.png') no-repeat;
}

#f8 p {
    padding-top: 40px;
    font-size: 1.2em;
}

#f9 {
    background: url('../img/sliders/baner-9.png') no-repeat;
}

#f10 {
    background: url('../img/sliders/baner-10.png') no-repeat;
}

#f10 p {
    padding-top: 30px;
    font-size: 1.2em;
}

/* dodatkowy tekst po lewej stronie, pod boksem z cechami wspólnymi serwera */

#wrap #left h2
{
    text-align: left;
    font-size: 1.25em;
    color: #f60;
    font-weight: bold;
    padding-top: 15px;
    text-transform: uppercase;
    
}

#wrap #left p
{
    line-height: 150%;
    padding: 5px 0 5px 0;
    text-align: justify;
}


#wrap #right
{
    width: 380px;
    float: right;
}


#wrap #right h1
{
    text-align: right;
    font-size: 1.25em;
    color: #f60;
    font-weight: bold;
    padding-top: 15px;
    text-transform: uppercase;
    
}

#wrap #right h2
{
    text-align: left;
    font-size: 1em;
    color: #f60;
    font-weight: bold;
    padding: 15px 0 5px 0;
    border-bottom: 1px solid #ccc;
    
}

#wrap #right h2 a
{
    text-decoration: none;
}

#wrap #right p
{
    line-height: 150%;
    padding: 5px 0 5px 20px;
    text-align: justify;
    
}
#wrap #right ul
{
	margin-left: 30px;
	list-style-type: circle;
}


/* podstrona */

#page
{
  
    clear: both;
    width: 100%;
    background: #fff;
    padding: 0;
    
}

#pagecontent
{
    width: 950px;
    margin: 0 auto 0 auto;
    line-height: 150%;
    padding-bottom: 30px;
}

#pagecontent h1
{
    font-size: 2em;
    font-weight: normal;
    color: #f60;
    padding: 15px 0 5px 0;
}

#pagecontent #page_content h3 {
    margin: 20px 0 10px 0;
}


#pagecontent h2
{
    text-align: left;
    font-size: 1.25em;
    color: #f60;
    font-weight: bold;
    padding: 15px 0 5px 0;
    border-bottom: 1px solid #ccc;padding: 15px 0 5px 0;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
}

#pagecontent p
{
    
    padding: 5px 0 5px 0;
    text-align: justify;
}

#pagecontent img
{
    padding: 10px;
}

#pagecontent ul
{
    padding: 5px 0 5px 40px;
    list-style-type: disc;
}

#pagecontent ol
{
    padding: 5px 0 5px 40px;
    list-style-type: decimal;
}

/* menu na podstronie */

#page_menu
{
    width: 200px;
    float: right;
    padding: 10px 0 10px 10px;
    margin: 10px 0 10px 10px;
    background: #fff url('../img/menu_top.png') top right no-repeat;
}

#page #m
{
    background: #fff url('../img/menu_mid.png') top right repeat-y;
}
    
#page #b
{
    background: #fff url('../img/menu_bottom.png') top right no-repeat;
    height: 11px;
}

#page_menu ul
{
    list-style-type: none;
    margin: 0 auto 0 auto;
    padding: 15px 0;
    line-height: 220%;
    width: 90%;

}

#page_menu ul li
{
    padding: 1px 10px 1px 10px;
    list-style-type: none;
    border-bottom: 1px solid #eee;
}

#page_menu ul li:hover
{
    background: #f8f8f8;
}

#page_menu a
{
    font-weight: bold;
    font-size: 1.2em;
    text-decoration: none;
}

#page_content
{
    width: 700px;
    float: left;
}



/* stopka */

#footer
{
    clear: both;
    width: 100%;
    background: #fff url('../img/background_foot.png') top center repeat-x;
    padding: 40px 0 40px 0;
    color: #666;
}

#foot_wrap
{
    width: 950px;
    margin: 0 auto;
}

#foot_wrap p
{
    float: left;
    width: 420px;
}

#foot_wrap #site_map
{
    float: right;
    width: 520px;
    text-align: right;
}

#foot_wrap #site_map a
{
    padding: 0 0 0 10px;
    color: #666;
    text-decoration: none;
}

#foot_wrap #site_map a:hover
{
    color: #f60;
    text-decoration: underline;
}


/* formularze */

form.classic {
    width: 95%;
    margin: 10px auto 0 auto;
}

.classic label {
    font-size: 1.1em;
    display: block;
    width: 100%;
    margin-top: 15px;
}

.classic legend {
    color: #f60;
    font-size: 1.25em;
    font-weight: bold;
    text-transform: uppercase;
}

.classic fieldset {
    border: 1px solid #ccc;
    padding:  5px 20px 35px 20px;
    margin-bottom: 10px;
    border-radius: 10px;
}

form.classic span.description {
    font-size: 0.8em;
    font-style: italic;
    width: 100%;
    color: #666;
    display: block;
}

.classic input.field, .classic input.submit, .classic textarea, .classic select {
    display: block;
}

.classic input.text {
    width: 70%;
    border: 1px solid #666;
    font-size: 1.1em;
}

.classic textarea {
    width: 100%;
    height: 250px;
    border: 1px solid #666;
}

input.text {
    width: 300px;
    border: 1px solid #666;
    font-size: 1.1em;
}

input.integer {
    width: 50px;
    border: 1px solid #666;
    font-size: 1.1em;
}

th input.text {
    width: 300px !important;
}


/* tabele */

table.classic {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    clear: both;
    border-bottom: 1px solid #ccc;
}

table.classic td, th {
    padding: 5px;
    text-align: left;
    
}

table.classic td
{
    border-top: 1px solid #ccc;
}

table.classic th {
    font-weight: bold;
    color: #f60;
}

table.classic td.name {
    font-weight: bold;
}

.classic h4 {
    color: #f60;
}

#platnosci {
    text-align: left;
    padding-top: 50px;
    clear: both;
}
#platnosci img {
    margin-right: 20px;   
}

.banner {
    margin-top: 20px;
    text-align: center;
}

.banner img {
    border: 1px solid silver;
}

.banner textarea {
    display: block;
    width: 500px;
    height: 50px;
    margin: 5px auto;
}

/*
    Sortowanie tabel
*/
table.tablesorter thead tr .header {
    background-image: url('../img/bg.gif');
    background-repeat: no-repeat;
    background-position: center left;
    cursor: pointer;
}
table.tablesorter thead th {
    padding-left: 18px;
}
table.tablesorter thead tr .headerSortUp {
    background-image: url('../img/asc.gif');
}
table.tablesorter thead tr .headerSortDown {
    background-image: url('../img/desc.gif');
}

/*
 * Wirtualny terminal
 */
#terminal {
    margin: 20px 0 0px 0;
    height: 300px;
    background: #000000;
    overflow: auto;
    padding: 10px;
}
.terminal {
    background: #000000;
    color: #DCDCDC;
    font-family: 'DejaVu Sans Mono', 'Lucida Console', monospace;
    width: 660px;
}
#cmd {
    width: 520px;
    background: #000000;
    border: 1px solid #000000;
    color: #DCDCDC;
    font-family: 'DejaVu Sans Mono', 'Lucida Console', monospace;
}
.prompt {
    padding: 10px;   
}

/*
 * Baza wiedzy
 */
#pagecontent #page_content .knowledgebase-list h3 {
	margin: 0;	
}

/*
 * Stronicowanie
 */
.pagination a {
    margin: 0 6px;
}

/*
 * Informacja o plikach cookie
 */
.cookie-alert {
    position: absolute;
    right: 100px;
    top: 5px;
    width: 510px;
    background: #FFFFFF;
    padding: 5px;
    border: 1px solid silver;
}

/*
 * Zawartość ticketu
 */
.ticket-content {
    width: 80%;
    overflow: auto;
}

/*
 * Blog - skrót artykułu
 */
.blog-teaser {
    font-weight: bolder;
}

/*
 * Blog - artykuł
 */
.blog-content {

}

/*
 * Blog - lista kategorii
 */
.blog-categories {
    text-align: right;
    margin-top: 10px;
}

/*
 * Slider
 */

#nav {
	position: absolute;
	margin-top: 165px;
	width: 978px;
	left: 50%;
	margin-left: -510px;
	z-index: 9999;
	text-align: right;
}

#nav a{
	display: inline-block;
	border: 1px solid #df5900;
	background: #fff;
	border-radius: 20px;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	text-indent: 9999px;
	overflow: hidden;
}

#nav a.activeSlide{
	background: #ff6600;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff6600), to(#df5900));
	background: -webkit-linear-gradient(#ff6600, #df5900);
	background: -moz-linear-gradient(#ff6600, #df5900);
	background: -ms-linear-gradient(#ff6600, #df5900);
	background: -o-linear-gradient(#ff6600, #df5900);
	background: linear-gradient(#ff6600, #df5900);
}

@-moz-document url-prefix() { 
#logo img
    {
        margin-bottom: -3px;
    }
}
