﻿table.shop
{
   width: 100%;
}
td.shop_headercaption
{
   background-color: #eeeeee;
   color: #001e78;
   font-weight: bold;
   border-right: solid 2px #ffffff;
   font-size: 13px;
   padding: 2px;
}
td.shop_headerprice
{
   background-color: #eeeeee;
   font-weight: bold;
   border-right: solid 2px #ffffff;
   text-align: right;
   width: 100px;
   padding: 2px;
}
td.shop_headercart
{
   background-color: #eeeeee;
   font-weight: bold;
}
td.shop_item
{
   vertical-align: top;
   padding: 2px;
   padding-top: 10px;
   padding-bottom: 10px;
}
td.shop_itemcurrency
{
   vertical-align: top;
   padding: 2px;
   padding-top: 10px;
   text-align: right;
}
td.shop_itemcart
{
   vertical-align: top;
   padding: 2px;
   text-align: center;
}
div.shop_itemcaption
{
   font-weight: bold;
}
div.shop_itemdescription
{
}

td.shop_basket_quantityheader
{
   font-size: 10px;
   background-color: #eeeeee;
   font-weight: bold;
   color: #001e78;
   border-right: solid 2px #ffffff;
   width: 45px;
   padding: 2px;
}

td.shop_basket_captionheader
{
   font-size: 10px;
   background-color: #eeeeee;
   font-weight: bold;
   color: #001e78;
   border-right: solid 2px #ffffff;
   padding: 2px;
}

td.shop_basket_currencyheader
{
   font-size: 10px;
   background-color: #eeeeee;
   font-weight: bold;
   color: #001e78;
   border-right: solid 2px #ffffff;
   text-align: right;
   width: 135px;
   padding: 2px;
}

td.shop_basket_deleteheader
{
   background-color: #eeeeee;
   font-weight: bold;
   color: #001e78;
   padding: 2px;
}

td.shop_basket_quantity
{
   padding: 2px;
}

td.shop_basket_caption
{
   padding: 2px;
}

td.shop_basket_currency
{
   text-align: right;
   padding: 2px;
}

td.shop_basket_delete
{
   text-align: center;
}

td.shop_basket_total
{
   background-color: #eeeeee;
   font-weight: bold;
   color: #001e78;
   border-right: solid 2px #ffffff;
   text-align: right;
   width: 135px;
   padding: 2px;
}

table.shop_steps
{
   width: 100%;
}

td.shop_openstep
{
   font-weight: bold;
   color: #001e78;
   background-color: #eeeeee;
   border-right: solid 2px #ffffff;
   width: 33%;
   text-align: center;
}

td.shop_processedstep 
{
   font-weight: bold;
   color: #001e78;
   background-color: #ff6600;
   border-right: solid 2px #ffffff;
   width: 33%;
   text-align: center;
   
}

td.shop_processedstep a
{
   font-weight: bold;
   color: #001e78;
   text-decoration: none;
}

td.shop_processedstep a:hover
{
   font-weight: bold;
   color: #001e78;
   text-decoration: underline;
}

div.shop_progress, div.shop_progress a
{
   text-align: right;
   font-weight: bold;
   color: #001e78;
   font-size:11px;
   text-decoration: none;
}

div.shop_progress a:hover
{
   text-align: right;
   font-weight: bold;
   color: #001e78;
   font-size:11px;
   text-decoration: underline;
}

span.shop_activestep
{
   color: #ff6600;
}


table.shop_form
{
}

td.shop_formcaption
{
   width: 130px;
}

td.shop_formvalue
{
}
