﻿html,body,h2,div,p, form
{
    margin:0;
    padding:0;
}

html, body
{
    height: 100%;
    font-family: Verdana;
    font-size: 11px;
}

body
{
    background-image: url(images/background.jpg);
    background-repeat:no-repeat;
    background-position:top center;
    color:#373737;
}

a
{
    text-decoration:none;
    color:#373737;
}

.underline
{
    text-decoration:underline;
}

.stopka_link
{
	text-decoration:underline;
	color:#a1a1a1;
}


div
{
/*    border: 1px solid red;
    border-collapse:collapse;
  */  
}

div#site-content
{
    width:940px;
    margin-left:auto;
    margin-right:auto;
}

div#owner-content
{
    width:760px;
    height:155px;
    font-size:90%;
    
}

div#login-panel
{
    width:160px;
    height:155px;
    float:right;
}

div#login-panel p
{
    margin-bottom:5px;
}

/* jquery ui override */
.ui-button
{
    height:25px; 
}

.ui-button-text-only .ui-button-text
{
    padding-top:3px;
}

 .ui-button-text
 {
    padding-top:3px;
 }
 
.ui-widget
{
   font-size:11px;
}

.ui-state-error p, .ui-state-highlight p
{
    padding-top:2px;
    padding-bottom: 2px;
}


/* MAIN MENU */
div#main-menu
{
    width:538px;
    height:26px;
    margin-left:370px;
}

ul.ul-main-menu
{
    list-style:none;
    margin:0;
    padding:0;
}

ul.ul-main-menu li
{
    float:left;
    margin:0;
    padding:0;
}

ul.ul-main-menu li a
{
    display: block;
    text-decoration: none;
    font-size:10px;
    color:#373737;
    padding:6px 6px 0px 6px;
    height:20px;
}

ul.ul-main-menu li a.selected
{
    color:#d9d9d9;
    background-image:url(images/manu-active-background.png);
    background-repeat:repeat-x;

}

ul.ul-main-menu li a:hover
{
    color:#d9d9d9;
    background-image:url(images/manu-active-background.png);
    background-repeat:repeat-x;
    
}

/* END MAIN MENU */

/* INPUTS */
input, select, textarea 
{ 
    font-size:11px; 
    padding:0;
    margin:0;
    color:#373737;
    padding-left:3px;
}

textarea#Uwagi
{
    width:250px;
    height:100px;
}

input[type="text"], input[type="password"],
select
{
    height:23px;
    border:1px solid #ababab;
    background-color:#fff;
    line-height:23px;
}

select
{
    width:190px;
}


.input-with-icon
{
    padding-left:33px;
    background-repeat:no-repeat;
    width:117px;
}

.icon-user
{
    background-image:url(images/input-icon-user.png);
}

.icon-password
{
    background-image:url(images/input-icon-password.png);
}

.icon-search
{
    background-image:url(images/input-icon-search.png);
}

/*END INPUTS */

a img { border: none; }



h2
{
    color: #B60702;
    font-size:13px;
    padding: 3px 0;
}



input.input-validation-error
{
    background-color: #FFF4F4;
    border: 1px solid #990000;
}

.field-validation-error
{
    color: #990000;
}

fieldset
{
    border:none;
}

fieldset p 
{
    margin-bottom:5px;
}

fieldset p label
{
    display:block;
    width: 100px;
    float:left;
    text-align:right;
    line-height:23px;
    height:23px;
    padding-right:10px;
}

fieldset.without-left-margin p label
{
    display:block;
    width: 80px;
    float:left;
    text-align:left;
    line-height:23px;
    height:23px;
    padding-right:0px;
}

fieldset.zamowienie-szczegoly p select
{
    width:250px;
}


fieldset p input[type="text"], fieldset p input[type="password"]
{
    width:150px;
}

fieldset.without-left-margin p input[type="text"]
{
    width:250px;
}

fieldset p span
{
    
    line-height:23px;
    
}

p.label-bold label 
{
    font-weight:bold;
}
/* tabelki */

table
{
  border-collapse:collapse;
  width:100%;
  margin-bottom:10px;
}

table thead tr th
{
    border: 1px solid #ababab;
    background-image:url(Images/table-head-background.png);
    background-repeat:repeat-x;
    height:21px;
    padding:3px 10px 3px 8px;
    margin-bottom:20px;
    font-weight:bold;
}

th.header
{
    cursor:pointer;
}

table tbody tr td
{
    border: 1px solid #ababab;
    padding:3px 10px 3px 8px;
    height:21px;
}

table tbody tr.table-row-error
{
    background-color: #FFAEAE;
}

table.hover-highlight tbody tr:hover
{
    background-color: #F3F3F3;
    cursor: pointer;
}

.grid-row-selected
{
    background-color: #e5e5e5;
}

div#filtrPanel
{
    border-bottom: 1px solid #ababab;
    margin-bottom:10px;
    padding-bottom:10px;
}


div#wersjaGrid
{
    margin-left:222px; 
    min-height:100px;
}

div#kategorieTreePanel
{
    width:200px;
    float:left;
    
}

div#kategorieTree
{
    border: 1px solid #ababab;
    margin-bottom:10px;
    min-height:200px;
}

div#kategorieTree span
{
    cursor:pointer;
}

div#kategorieTree span:hover
{
    color:Red;
}

div#czesciPanel.with-margin
{
    margin-left: 222px;
}

.header-style
{
    font-weight:bold;
    font-size: 12px;
}


.header-link-active
{
    cursor:pointer;
    
}

.header-link-inactive
{
    cursor: pointer;
    color: #7C6A58;
}

div#doKoszykaButtonPanel
{
    text-align:right;
    margin: 5px 0;
}


div#tabs-szczegoly span
{
  font-weight:bold;
}
 
div#zawartoscStatycznaPromocje
{
    width:280px;
    margin-left:660px; 
    min-height:400px; 
}

div#zawartoscStatycznaPromocje p
{
    margin-top:10px;
}

div#zawartoscStatyczna
{
    float:left;
    width:640px;
}

div#zawartoscStatyczna p
{
    margin-top:10px;
    text-indent:15px;
}

div#zawartoscStatyczna h2
{
    margin-bottom:10px;
}

div#kontakt h2
{
    margin-bottom:10px;
}

div#kontakt p
{
    margin-top:10px;
}


p.label-upper
{
    margin-bottom:10px;
}


input.numeric-input
{
    width:20px;
}

span.accordion-header
{
    color: #B60702;
    font-size:13px;
    padding: 3px 0;
    font-weight:bold;
}
