﻿/*  Okno koszyka    */

#middle-fake
{
    position: absolute;
    left: 170px;
    top: 180px;
    z-index: 202;
    width: 434px;
    height: auto !important;
    height: 445px;
    min-height: 445px;
    background-color: White;
    border: solid 2px #C2C2C2;
    color: #5E5C59;
}
#middle-fake textarea
{
    font-family: Arial,Verdana,Helvetica, sans-serif;
    font-size: 12px;
    border: solid 1px #CFD1DA;
    overflow: auto;
}
#middle-fake .AlertInput
{
    border: solid 1px Red;
}
#middle-fake .NormalInput
{
    border: solid 1px #CFD1DA;
}

#middle-fake p
{
    margin: 9px 25px 10px 10px;
    font-size: 11px;
}
#middle-fake h1
{
    margin: 0;
    background-color: White;
    padding: 8px 5px 5px 15px;
    font-size: 130%;
    font-weight: bold;
    color: #6A7B8B;
    height:20px;
    background-image:url(../agd/basketheader.gif);
    background-repeat:no-repeat;
    background-position:10px 10px;
    width: 400px;
    display: inline;
    float: left;
    margin-bottom: 9px;
}
#middle-fake h1 img
{
    position: absolute;
    top: 6px;
    right: 6px;
    cursor: pointer;
}



.BasketNext
{
       background-image:url(../agd/dalej.gif);
     background-repeat:no-repeat;
     width:64px;
     height:22px;
     border-style:none;
   
    /* margin: 0;*/
   /* padding: 0;*/
    float:right;
    cursor:pointer;
     background-color: White;
}

.BasketContinue
{
    background-image:url(../agd/continue.gif);
    background-repeat:no-repeat;
    width:164px;
    height:22px;
    border-style:none;
    float:left;
    cursor:pointer;
    background-color: White;
}

.BasketBack
{
     background-image:url(../agd/wstecz.gif);
     background-repeat:no-repeat;
     width:64px;
     height:22px;
     border-style:none;
     float:right;
       cursor:pointer;
        background-color: White;
    
}

.ButtonRecall
{
      background-image:url(../agd/przelicz.gif);
     background-repeat:no-repeat;
     width:122px;
     height:22px;
     border-style:none;
     background-color: White;
       cursor:pointer;
}

.BasketOrder
{
      background-image:url(../agd/zamow.gif);
     background-repeat:no-repeat;
     width:64px;
     height:22px;
     border-style:none;
     float:right;
     margin-left:5px;
     margin-right:9px;
     cursor:pointer;
      background-color: White;
    
}
.BasketEnd
{
        background-image:url(../agd/zamknij.gif);
     background-repeat:no-repeat;
     width:64px;
     height:22px;
     border-style:none;
     float:left;
     margin-top:5px;
      background-color: White;
        cursor:pointer;
      margin-right:9px;
    
}

.head
{
 font-size:10px;
    color: #5E5C59;
    font-weight:bold; 
}




#middle-fake table
{
    font-size: 11px;
    color: Black;
    margin: 0;
    margin-left: 10px;
}
#middle-fake table img
{
    cursor: pointer;
}
#middle-fake table span
{
    color: Red;
}
#middle-fake tr
{
    margin: 2px;
}

#middle-fake td
{
    /*margin: 2px;*/ /*padding: 1px 5px 1px 5px;*/
    text-align: left;
}

#middle-fake th
{
    background-color: #EEEEEE;
    text-align: left;
}

#middle-fake .Info
{
    background-image: url(../img/info.gif);
    height: 16px;
    width: 16px;
    cursor: pointer;
    float: right;
}


#middle-fake select
{
   
    border: solid 1px #CFD1DA;
}

#middle-fake .TextInput /*  licza produktow  */
{
   
    border: solid 1px #CFD1DA;
    font-size: 12px;
}


#middle-fake hr
{
    border-style: none;
    height: 1px;
    background-color: #625F5B;
}



