﻿body
{
    background-color: White;
    font-size: 12px;
    color: black;
    margin-top: 0px;
    margin-bottom:0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px 0px 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
    text-align:left;
}

div.line
{
    height:1px;
    background-color:#ff6801;
    margin: 0px;
    margin-left: 10px;
    margin-top: 2px;
    margin-bottom: 10px;
    display: inline-block;
    padding: 0px;
    width: 720px;
}

/********************************************************* Main template *************************************************/
.page
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color:White;
}

#header
{
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    color: #000;
    padding: 0px;
    background-color:White;
    overflow:auto;
    padding-top: 0px;
    width: 900px;
    height: 150px;
}

#feedback
{
    position:fixed;
    bottom: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 72px;
    height:72px;
    background-image: url('/images/Icons/uwagi.png');
    background-repeat: no-repeat;
    background-position: right;
    cursor:pointer;
}
.feedbackdialog
{
    display:none;
}
.feedbackdialog p
{
    background-color: transparent;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.feedBackError
{
    display:none;
    width: 100%;
    color:Red;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.FeetBackConfirmationDialog
{
    display:none;
}
.FeetBackConfirmationDialog p
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
#main
{
    float: left;
    width: 900px;
    margin: 0px 10px 0px 0px;
}

#main .top
{
    overflow: hidden;
    width: 900px;
    height: 190px;
    background-position:right;
    background-repeat:repeat-y;
    background-color:Black;
}
#main .middle
{
    width: 900px;
    overflow:auto;
    background-image: url('/images/Backgrounds/cien.png');
    padding: 30px 0px 0px 0px;
    background-repeat: repeat-x;
    background-color: #e2e2e2;
}

#main .bottom
{
    overflow: auto;
    width: 900;
    margin: 0px 0px 20px 0px;
}

#footer
{
    text-align: left;
    vertical-align: middle;
    overflow: auto;
    width: 900px;
}

/********************************************************* Header Content *************************************************/

a.Logo
{
    display: inline-block;
    border: none;
    text-decoration: none;
    color: Black;
    background-image: url('/Logos/logo.jpg');
    background-repeat:no-repeat;
    margin: 19px 0px 0px 0px;
    width: 350px;
    height: 61px;
}
a.Logo span
{
    display: inline-block;
    position:relative;
    width: 350px;
    margin: 55px 50px 0px 120px;
}

#header #title
{
    height: 80px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0px;
    background-color: #4b4b4b;
    border-width: 0px;
    text-align:left;
    vertical-align:bottom;
}

#header #title img
{
    margin-top: 19px;   
}
#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:2px 2px 2px 10px;
    color:Black;
    height: 13px;
}
.cleaner
{
    clear:both;
}


#mainMenu
{
    clear:both;
    height: 25px;
    text-align: center;
    margin: auto;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    display: block;
    padding: 0px 0px 0px 0px;
    background-image: url('/images/Backgrounds/menubackground.jpg');
    background-repeat:repeat-x;
}
#submenu
{
    height: 24px;
    clear:both;
    text-align: center;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    display: none;
    padding: 0px;
    background-color: white;  
}


/********************************************************* MAIN TOP *************************************************/

#main .top .left
{
    width: 150px;
    height: 190px;
    background-color: #4b4b4b;
    float:left;
    display: inline-block;
}
#main .top .left ul.offer
{
    width: 150px;
    background-color: white;
    padding: 0px 0px 0px 0px;
    margin: 40px 10px 53px 0px;
    color: White;
    list-style: none;
}

#main .top .left ul.offer li
{   
    width: 150px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 1px 0px;
    height: 20px;
    background-color: #4b4b4b;
    color: White;
    font-size: 10px;
    
}
#main .top .left ul.offer li a
{
    width: 123px;
    text-decoration:none;
    color: White;
    padding: 5px 10px 5px 20px;
    display: block;
}
#main .top .left ul.offer li a:hover
{
    text-decoration:none;
    color: #ff6801;
    display: block;
}

#main .top .center
{
    overflow: hidden;
    background-color:Black;
    width: 570px;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-left: solid 1px white;
    height: 190px;
}
#main .top .center .title
{
    color:White;
}
#main .top .center *
{
    width: 100%;
}

/* TOP Right */

#main .top .right
{
    overflow: hidden;
    width: 175px;
    height: 190px;
    background-image: url('/images/Backgrounds/TopRightBackground.jpg');
    background-position:left;
    background-repeat:repeat-y;
    margin: 0px 0px 0px 0px;
    float: right;
    color: White;
    text-align: left;
    padding: 0px 0px 0px 0px;
}

#main .top .right div.loginPanel
{
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
    font-size: 10px;
    width: 175px;
    float:right;
    display: inline-block;
}

#main .top .right .loginPanel input[type='text'],#leftMenu input[type='text']
{
      width: 115px;
      height: 16px;
      margin-top: 10px;
      background-color: #f5f5f5;
      border: solid 1px gray;
      margin: 10px 0px 0px 0px;
}
#main .top .right .loginPanel input[type='password'],#leftMenu input[type='password']
{
    width: 115px;
    height: 16px;
    background-color: #f5f5f5;
    border: solid 1px gray;
    margin: 5px 0px 0px 0px;
}
#main .top .right .loginPanel .RememberMe
{
    width: 85px;
    margin: 0px 0px 0px 58px;
    padding: px 0px 0px 0px;
    display: inline-block;
}
#main .top .right .loginPanel .loging
{
    text-align: right;
    padding: 0px 0px 0px 0px;
}
#main .top .right .loginPanel .loging input[type='submit']
{
    width: 70px;
    color: White;
    font-size: 11px;
    border: none;
    background-image: url('/images/Icons/strzałaka_bok.png');
    background-position:left;
    background-repeat:no-repeat;
    margin: 10px 0px 0px 55px;
    padding: 3px 0px 3px 0px;
    background-color: transparent;
}
#main .top .right .loginPanel .loging input[type='submit']:hover
{
    border:none;
    color: #ff6801;
}

/********************************************************* MAIN MIDDLE *************************************************/
#main .middle .left
{
    width: 150px;
    float: left;
    min-height: 1px;
}
    
#main .middle .center
{
    float:left;
    text-align:left;
    width: 450px;
}
#main .middle .center ul
{
    color: black;
    margin: 0px 0px 20px 40px;
    padding: 0px 0px 0px 20px;
}
#main .middle .center ul li
{
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size:13px;
    list-style-image: url('/images/Static/listArrow.png');
}
#main .middle .center h3
{
    color: Black;
    display:block;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 40px;
    font-size: 20px;
    font-weight: lighter;
}
#main .middle .center p
{
    color: black;
    width: 400px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 40px;
    line-height: 17px;
    display: inline-block;
    font-size:13px;
    font-weight: normal;
    text-indent: 0px;
}



#main .middle .right
{
    float:right;
    text-align:left;
    width: 300px;
    overflow:auto;
}
#main .middle .right div.getStart
{
    background-color: #333333;
    margin: 150px 0px 0px 100px;
    width: 130px;
    height: 30px;
}

#main .middle .right div.getStart a
{
    display:block;
    color:White;
    text-align: center;
    padding: 5px 0px 0px 0px;
    font-size: 16px;
    text-decoration:none;
}
#main .middle .right div.getStart a:hover
{
    text-decoration: underline;
}
#main .middle .right div.ul,#main .middle .center div.ul
{
    margin: 0px 0px 0px 40px;
    width: 250px;
    display: block;
}
#main .middle .right div.ul div.li,#main .middle .center div.ul div.li
{
    border-left: solid 6px #ff6801;
    overflow:auto;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px
}
#main .middle .right div.ul div.li span,#main .middle .center div.ul div.li span
{
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 5px;
    font-size: 24px;
    color: Black;
    width: 20px;
    float:left;
}
#main .middle .right div.ul div.li p,#main .middle .center div.ul div.li p
{
    float:left;
    display: inline-block;
    text-align: left;
    font-size: 10px;
    font-weight:bold;
    line-height: 12px;
    padding: 2px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-transform:uppercase;
}
/********************************************************* MAIN Bottom *************************************************/

#main .bottom .left
{
    width: 150px;
    min-height: 1px;
    margin: 20px 0px 0px 0px;
    float:left;
}

#main .bottom .center
{
    float:left;
    width: 450px;
    text-align: left;
    margin: 20px 0px 0px 40px;
    
}
#main .bottom .center h4
{
    margin: 0px 0px 0px 0px;
    padding: 6px 0px 5px 0px;
    font-size: 16px;
}
#main .bottom .center h4 span
{
    margin: 0px 0px 0px 5px;
    padding: 6px 8px 5px 9px;
    background-image: url('/images/Icons/kropa_pomorancz.png');
    background-repeat:no-repeat;
}
#main .bottom .center img
{
    width: 100%;
}
#main .bottom .center p.source
{
    text-align:center;
    display:block;
}
#main .bottom .center ul
{
    margin: 20px 0px 20px 0px;
    display:block;
    padding: 0px 0px 0px 0px;
    font-weight: bold;
}
#main .bottom .center ul li
{
     margin: 10px 0px 0px 20px;
     padding: 0px 0px 0px 0px;
     list-style-image: url('/images/Static/listArrow.png');
}

#main .bottom .right
{
     width: 260px;
     min-height: 1px;
     float:right;
     text-align: left;
     margin: 0px 0px 0px 0px;
}
#main .bottom .right div.ProgramsCatalog
{
    background-color: #ff6801;
    display: block;
    margin: 0px 0px 0px 30px;
}
#main .bottom .right div.ProgramsCatalog a
{
    display:block;
    color:White;
    text-decoration:none;
    font-size: 16px;
    padding: 10px 10px 10px 10px;
}

#main .bottom .right div.ProgramsCatalog a:hover
{
    text-decoration: underline;
}
#BackBtn
{
    font-size: 12px;
    color: Black;
    font-weight:bold;
}
#BackBtn:hover
{
    color: #ff6801;
    font-weight:bold;
}
/********************************************************* FOOTER *************************************************/
#footer img 
{
    float: left;
}
.footerText p
{
    float:right; 
    text-align:left; 
    width: 500px; 
    margin: 20px 70px 0px 0px; 
}


/********************************************************* TAB MENUS *************************************************/

/**************************** Footer */
ul.downMenu
{
    margin: 0px 0px 0px 0px;
    padding: 0px 80px 0px 0px;
    text-align: right;
    display: block;
    height: 25px;
    font-weight: bold;
    font-size: 11px;
    background-image: url('/images/Backgrounds/menubackground.jpg');
}

ul.downMenu li
{
    display: inline;
    list-style: none;
    margin: 4px 0px 0px 0px;

}

ul.downMenu li#greeting
{
    color: #fff;
}

ul.downMenu li a
{
    color: Black;
    text-decoration: none;
    display:inline-block;
    margin: 0px 0px 0px 0px;
    padding: 2px 5px 5px 5px;
    
}

ul.downMenu li a:hover
{
    display:inline-block;
    text-decoration: none;
    background-color: Black;
    color: White;
}

ul.downMenu li a:active
{
    background-color: Black;
    text-decoration: none;
}

ul.downMenu li.selected a
{
    background-color: #fff;
    color: #000;
}

/******************************* Upper menu */
ul.menu
{
    padding-top: 3px;
    margin: 0px 50px 0px 0px;
    text-align: right;
    display: block;
    height: 22px;
    font-weight: bold;
    font-size: 11px;
}

ul.menu li
{
    display: inline;
    list-style: none;
    margin: 0px;
    padding: 5px;
}

ul.menu li#greeting
{
    color: #fff;
}

ul.menu li a
{
    color: Black;
    text-decoration: none;
    display:inline-block;
    margin: 0px;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
    
}

ul.menu li a:hover
{
    display:inline-block;
    text-decoration: none;
    background-color: Black;
}

ul.menu li a:active
{
    background-color: Black;
    text-decoration: none;
}

ul.menu li.selected a
{
    background-color: #fff;
    color: #000;
}

#submenu ul
{
    display: none;
    padding-top: 0px;
    margin: 0px;
    text-align: center;
    height: 20px;
    border-bottom: solid 1px black;
    font-size: 11px;
}
.sub li
{
    display: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
    color: Black;
}
ul.sub li a
{
    color: Black;
    text-decoration: none;
    display:inline-block;
    margin: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;  
}
ul.sub li a:hover
{
    color: #ff6801;
    display:inline-block;
    margin: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    background-color:Black;  
}

/***************************************************** CONTENT ****************************************************/
.pager
{
    color:Black;
}


#main .middle .left div.line, #main .bottom .left div.line
{
    width: 130px;
    height: 1px;
    background-color:Gray;
}

#main .bottom .right div.line
{
    height:1px;
    background-color:#ff6801;
    margin: 10px 0px 10px 0px;
    display: inline-block;
    padding: 0px;
    width: 100%;
}

.accordationTable td
{
    vertical-align:top;
}
span.RedStar
{
    display: inline;
    color:Red;
}
/************** KATALOG PROGRAMÓW ******************/

.dialog
{
    display: none;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
}
.dialog p
{
    text-align:left;
    width: 430px;
    height: 300px;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 20px;
}

.desc
{
    display: none;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
}
.desc p
{
    text-align:left;
    width: 430px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 20px;
}

/************** KATALOG PRODUKTÓW ******************/
div.ProductDetail
{
    
}
div.ProductDetail h2
{
    margin: 20px 0px 5px 0px;
}
div.ProductDetail div.lineBlack
{
    width: 750px;
    height: 1px;
    background-color:Black;
    margin: 0px 0px 0px 0px;
}
div.ProductDetail .info
{
    float:left;
    width: 510px;
    margin: 0px 0px 20px 10px;
}
div.ProductDetail h3
{
    color: #ff6801;
}
div.ProductDetail p.productDetail
{
    background-color: #efefef;
    margin: 10px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
}
div.ProductDetail .info h3
{
    color: #ff6801;
    font-size: 20px;
}
div.ProductDetail .info .price
{
    font-size: 18px;
    margin: 20px 0px 20px 10px;
}
div.ProductDetail .info p
{
    width: 500px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
div.ProductDetail .thumbnail
{
    float: left;
    width: 200px;
}
div.ProductDetail .thumbnail img
{
    width: 100%;
}


/********************************************************* Register button *************************************************/
.Register
{
    text-align: right;
    background-image: url('/images/Icons/rejestracja4.png');
    padding:  5px 0px 5px 0px;
    width: 120px;
    margin: 0px 0px 0px 0px;
}
.Register input[type="submit"]
{
    background-color:Transparent;
    border: none;
    color:White
    
}
.Register input[type="submit"]:hover
{
    background-color:Transparent;
    border: none;
    color:Black;
    cursor:pointer;
}
#RegisterBtn
{
    font-size: 10px;
    color: silver; 
    font-weight: lighter; 
    padding: 8px 0px 8px 0px;
    text-decoration: none;
    text-align:center;
    
}
#RegisterBtn:hover
{
    color: White;
}

/********************************************************* Headings *************************************************/
h1
{

}
h2
{
    color: black;
    background-image: url('/images/Icons/kropa_pomorancz.png');
    background-repeat:no-repeat;
    display:block;
    font-size: 26px;
    font-weight:lighter;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 40px;
}
h3
{
    color: #ff6801;
    display:inline;
    font-size: 14px;
    font-weight:lighter;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
h4
{
    
}
/********************************************************* paragraph *************************************************/

p
{
    font-size: 12px;
    padding: 0px 0px 0px 0px;
    display: inline-block;
    margin: 0px 0px 20px 0px
}

/********************************************************* Lists *************************************************/

/******************************* PDF */
ul.PdfFiles
{
   margin: 0px 0px 20px 0px;
   padding: 0px 0px 0px 10px;
}
ul.PdfFiles li
{
    list-style-type: none; 
    margin: 0px 0px 0px 0px;  
}

ul.PdfFiles li a
{
    display:block;
    width: 60px;
    padding: 0px 0px 5px 35px;
    margin: 0px 0px 0px 0px;
    text-decoration:none;
    color:black;
    font-weight:lighter;
    background-image: url('/images/Icons/pdf.png');
    background-repeat:no-repeat;
    font-size: 11px;
}
ul.PdfFiles li a:hover
{
    text-decoration:none;
    color:#ff6801;
}

#main .bottom .left ul.PdfFiles
{
    margin: 0px 0px 20px 0px;   
}
/******************************* Arrow right */
ul.first
{
    color: Black;
    list-style: none;
    margin: 0px 0px 0px 10px;
    padding: 0px 0px 10px 10px;
    width: 85px;
}

ul.first li
{
    color: #ff6801;
    list-style: none;
    margin: 0px 0px 5px 20px;
    padding: 0px 0px 0px 0px;
    width: 100px;
    font-size: 11px;
    font-weight:bold;
    list-style-image: url('/images/Icons/strzałaka_w-dół.png');
}
ul.first li a
{
    display:block;
    padding: 0px 0px 0px 0px;
    text-decoration:none;
    color:black;
    font-weight:lighter;
}
ul.first li a:hover
{
    text-decoration:none;
    color:#ff6801;
    font-weight:lighter;
}
/******************************* Application */

ul.second
{
    color: Black;
    list-style: none;
    margin: 0px 0px 0px 10px;
    padding: 0px 0px 10px 0px;
    width: 85px;
}

ul.second li
{
    color: #ff6801;
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    width: 150px;
    font-size: 11px;
    font-weight:lighter;
}
ul.second li a
{
    display:block;
    padding: 5px 0px 5px 35px;
    text-decoration:none;
    color:#ff6801;
    font-weight:lighter;
}
ul.second li a:hover
{
    text-decoration:none;
    color:black;
    font-weight:lighter;
}

/************************************************** Fields ******************************************************/
#main .bottom .center div.SilverField
{
    width: 450px;
    background-color:#dddddd;
    overflow:auto;
    margin: 20px 0px 20px 0px;
    padding: 0px 20px 0px 15px
}

#main .bottom .center div.SilverField h4 
{
    margin: 10px 10px 0px 80px;
    padding: 0px 0px 6px 20px;
    background-image: /*url('/images/Icons/kropa_pomorancz.png');*/url('/images/Static/listArrow.png');
    background-repeat:no-repeat;
    font-size: 12px;
    width: 270px;
}