﻿.wizard-right-col
{
	vertical-align: top;
	min-height: 200px;
	padding: 5px;
	border: solid 1px tan;
	background-color: lemonchiffon;
	width: 30%; 
	float: left; 
}
.wizard-left-col
{
	vertical-align: top;
	padding: 5px;
	margin-right: 5px;
	width: 66%; 
	float: left; 
}
.wizard-step-title
{
	font-size: 1.4em;
	color: brown;
}
.wizard-step-intro
{
	margin: 0px 0px 10px 0px;
	font-size: 0.8em;
	color: #555555;
	font-weight: normal;
}
.wizardstepactive
{
	color: #FFFFFF;
	background-color: #B32400;
	border: solid 1px black;
	padding: 2px;
	text-transform: uppercase;
}
.wizardstepinactive
{
	color: #777777;
	padding: 2px;
	text-transform: uppercase;
}
.wizard-indicator-container 
{
	padding: 0px 0px 3px 0px;
	font-size: 0.8em; 
	width: 100%;
}
.wizard-current-products-items
{
	padding: 2px;
	font-size: 0.8em; 
	font-family: Verdana;
}
.wizard-final-productlist-headercell
{
	background-color: #B32400;
	color:#FFFFFF;
	font-weight:bold;
}
.wizard-final-productlist-headerrow
{
	border-bottom:1px solid #333333;
}
.wizard-final-productlist-table
{
	border:1px solid #333333;
	width: 100%;
}
.wizard-productlist-groupname
{
	font-weight:bold;
	padding-bottom:4px;
}
.wizard-productlist-table
{
	width:100%; 
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.wizard-productlist-headerrow
{
	border-bottom: 1px solid #999999;
}
.wizard-productnumber
{
	font-size:80%;
	font-weight:bold;
}
.wizard-productname
{
	font-size:85%;
}
.wizard-final-buttons
{
	font-size:80%;
	font-family: Verdana;
}
.shoppingcartlink
{
	padding: 0px 0px 3px 0px;
	font-size: 0.8em; 
	width: 100%;
	text-align: right;
}

.ftfailoverpanel 
{
    margin-top:20px;
    margin-bottom:20px;
    display:block;
    background-color:lemonchiffon;
    border:1px solid tan;
    padding:3px;
}
.ftfailoverpanel div
{
    border-style:none;
}
.ftfailoverpanel input[type=checkbox]
{
    margin-right: 5px;
}
.ftfailoverpanel table, .ftfailoverpanel td
{
    margin-top:5px;
    margin-left:10px;
    margin-bottom:10px;
    border-style:none;
    background-color:lemonchiffon;
}

