﻿.BasketSummaryList_lblFejl
{
	color: Red;
}

/*GridViewCSS Soft Grey Style*/
.BasketSummaryList_gvItems
{
    font-family: Arial, Sans-Serif;
    font-size:small;
    table-layout: auto;
    border-collapse: collapse;
    border:#91a7b4 1px solid;
    border-bottom-width: 0px;
    width: 100%;
}
/*Header style*/
.BasketSummaryList_gvItems_header
{
    background-image: url(YahooSprite.gif);
    background-position:top;
    background-repeat:repeat-x;
    background-color:#d1dbe0;
}
.BasketSummaryList_gvItems_header th
{
    padding: 5px;
    color: #16387c;
}
.BasketSummaryList_gvItems_header a
{
    text-decoration:none;
    color:#16387c;
    display:block;
    text-align:left;
    font-weight:normal;
}
/*RowStyles*/
.BasketSummaryList_gvItems_row td, .BasketSummaryList_gvItems_altrow td /*Common Styles*/
{
    padding: 5px;
    border-right: solid 1px #91a7b4;
}
.BasketSummaryList_gvItems_row td
{
    background-color: #f1f5f6;
}
.BasketSummaryList_gvItems_altrow td
{
    background-color: #9ab2ca;
	background-image: url(YahooSprite.gif);
    background-position:0 -80px;
    background-repeat:repeat-x;
}
.BasketSummaryList_gvItems_colBelo, .BasketSummaryList_gvItems_colRaba, .BasketSummaryList_gvItems_colNett, .BasketSummaryList_gvItems_colAcon
{
	width: 50px;
	text-align: right;
}
.BasketSummaryList_gvItems_colSlet
{
}
.BasketSummaryList_tblTotals
{
    font-family: Arial, Sans-Serif;
    font-size:small;
    table-layout: auto;
    border-collapse: collapse;
    border:#91a7b4 1px solid;
    border-top: Black 2px solid;
    width: 100%;
}
.BasketSummaryList_tblTotals td
{
	padding: 5px;
}
