﻿table#WebShop
{
    width: 500px;
}

.shopItem
{
    background-color: #f7f7f7;
    border: solid 1px #eaeaea;
    margin-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
}

.shopItem .shopItem
{
    border: none;
    margin-bottom: 0px;
    padding: 0px;
}

.shopItem .shopItem .shopItemTable
{
    width: 100%;
}

table#SubItems
{
    width: 350px;   
}

.processSteps
{
    padding-bottom: 25px;   
}

.processSteps .label
{
    color: #cccccc;   
    margin-right: 35px;
    font-weight: 700;
    white-space:nowrap;
    
}

.processSteps .active
{
    color: #707070;   
}

table#WebShop .header
{
    color: #505050;/* #c41230;*/
    font-size: 14px;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 16px;
}

.shopItem .shopItem 
{
    margin-left: 25px;
}

td.subitems
{
    padding-top: 10px;
    padding-bottom: 25px;
}

.shopItem .shopItem .header
{
    font-size: 12px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.shopItem .shopItem .checkbox
{
    text-align: right; 
}
.shopItem .shopItem .checkbox .price
{
}

table#WebShop .description
{
    padding-bottom: 20px;
    padding-left: 25px;
}

 .subitems .description
 {
    padding-left: 0px !important;
 }

.shopItem .shopItem .description
{
    padding-bottom: 10px !important;
}

table#WebShop p, table#SubItems p
{
    margin: 0px;
    padding: 0px;
}


table#WebShop .checkbox
{
   vertical-align:top;
   padding-left: 20px;
}

.shopItemTable .price
{
    text-align:right;
    font-size: 14px;   
    white-space:nowrap;
}

.price span
{
    font-size: 12px;   
}

.number
{
    font-size: 10px;
    color: #cccccc;
}

.presonalInformation .label
{
    padding-left: 25px;
}

.message
{
    font-style: italic;
    color: #bbbbbb;
    padding: 10px 0px 20px 25px;
}

.inputField
{
 	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana,sans-serif;
	font-size: 11px;
	padding: 2px 0px 2px 4px;
	color: #404040;
	border: solid 1px #cccccc;
	width: 200px;
}


#OrderedItems .Title div, #PersonalData .Title div
{
    border-bottom: solid 1px #dddddd;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-weight: 700;
}

#OrderedItems .price
{
    text-align: right;
}

#OrderedItems .name, #OrderedItems .price, #OrderedItems .Total div, #PersonalData .label, #PersonalData .value
{
    padding-left: 12px;   
}

#OrderedItems .Total div
{
    padding-top: 5px;
}

 #PersonalData .label
 {
     color: #aaaaaa;
     display: none;
 }
 
 .PanelValidation
 {
    padding: 10px 25px;
    border: solid 1px #eaeaea;   
    margin-bottom: 10px;
    text-align: right;
    font-weight: bold;
 
 }
 
 
 #progressBackgroundFilter {
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000; 
    filter:alpha(opacity=50); 
    opacity:0.5; 
    z-index:1000; 
}

#processMessage { 
    position:fixed; 
    top:30%; 
    left:43%;
    padding:10px; 
    width:14%; 
    z-index:1001; 
    background-color:#fff;
    border:solid 1px #000;
}
