﻿div.basket_panel
{
}

div.basket_panel h1
{
    background-image: url(images/red_arrow.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    padding-left: 40px;
    xmargin-bottom: 15px;
    color:#1A171B;
}


div.basket_panel div.basket_sheet
{
	width:614px;
    padding-left: 40px;
    padding-right: 25px;
}

div.basket_panel div.no_items
{
    margin: 40px 10px 0px 0px;
    line-height: 200% !Important;
    padding: 0px 50px;    
}

/*
div.basket_panel h2
{
    line-height: 40px;
    background-image: url(images/middle_color.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    font-weight:700;
}
*/

div.basket_panel sup
{
    position: relative;
    top: -0.4em;
}

div.basket_panel h2.alt1
{
    line-height: 20px;
    background-image: url(images/bg_green.jpg);
    background-position: left top;
    background-repeat: repeat-x;
    padding-left: 10px;
    font-weight: 700;
    font-size:11px;
}

/* seznam objednaných položek */

div.basket_panel table.basketItems
{
    border-collapse: collapse;
}

div.basket_panel table.basketItems th
{
	color:White;
	background-color:Black;
    font-weight: 700;
    font-size:11px;
    text-align: center;
    line-height: 18px;
    white-space: nowrap;
    border-top: solid 1px #eeeeee;
    border-bottom: solid 1px #eeeeee;
    border-right: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
}

div.basket_panel table.basketItems td
{
    font-size:11px;
    border-top: solid 1px #eeeeee;
    border-bottom: solid 1px #eeeeee;
    border-right: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    line-height: 25px;
    padding-right: 5px;
    padding-left: 10px;    
}

div.basket_panel table.basketItems td.ra
{
    padding-right: 10px;
    padding-left: 5px;
}

/**/

div.basket_panel table.grid
{
    border-collapse: collapse;
}

div.basket_panel table.grid th
{
    font-weight: 700;
    font-size:11px;
    text-align: center;
    background-image: url(images/bg_gray.jpg);
    background-position: left top;
    background-repeat: repeat-x;
    line-height: 18px;
    white-space: nowrap;
    border-top: solid 1px #eeeeee;
    border-bottom: solid 1px #eeeeee;
    border-right: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
}

div.basket_panel table.grid td
{
    font-size:11px;
    border-top: solid 1px #eeeeee;
    border-bottom: solid 1px #eeeeee;
    border-right: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    line-height: 25px;
    padding-right: 5px;
    padding-left: 10px;    
}

div.basket_panel table.grid td.ra
{
    padding-right: 10px;
    padding-left: 5px;
}

/**/


div.basket_panel table.nogrid td
{
    border: none;
    padding: 0;
}

div.basket_panel table.content td
{
    padding: 2px 5px;
}


div.basket_panel input.ed_units
{
    padding: 0;
    border: none;
    text-align: center;
    background-color: #eeeeee;
}

div.basket_panel table.summary
{
    width:230px;
    border: solid 1px #1A171B;
    margin: 20px 0px 20px auto;
}

div.basket_panel table.summary td
{
    line-height: 25px;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: solid 1px #eeeeee;
    border-right: solid 1px #cccccc;
    font-size:11px;
}

div.basket_panel table.summary tr.total td
{
    background-color: #E5E5E5;
    font-weight:700;
}


div.order_sheet
{
    border: solid 1px #cccccc;
    background-color: #e8e8e8;
    padding: 10px 5px;
    line-height: 150%;
    font-size: 11px;
    margin: 20px 0px;
}

div.order_sheet h1
{
    background-image: none;
    line-height: 30px;
    font-size: 14px;
    padding: 0px;
    background-color: #1A171B;
    color: White;
}

div.order_sheet h2
{
    background-image: none;
    line-height: 20px;
    font-size: 12px;
    padding: 0px;
    text-decoration: underline;
    border:none;
    margin-top:20px;
}

div.order_sheet div.orderframeinside
{
    margin: 10px 0px;
}

div.order_sheet table.order
{
    width: 100%;
}


div.order_sheet table.items
{
}

div.order_sheet table.items tr.heading
{
    background-color: #1A171B;
    color: White;
}


div.order_sheet table.items td
{
    line-height: 22px;
    padding: 0px 5px 0px 10px;
    border: solid 1px #cccccc;
    border-top: none;
}

div.order_sheet table.items td.ra
{
    padding: 0px 10px 0px 5px;
}
