﻿.cartwizardcontainer
{
	display: none;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 3000;	
	background-color: #EEEEEE;
	border-top: solid 1px #666666;
	border-left: solid 1px #666666;
	border-right: solid 3px #666666;
	border-bottom: solid 3px #666666;
	padding: 10px;
}

.cartcontents
{
	background-color: White;
	min-height: 50px;
	height: auto !important;
    height: 50px;
	text-align: center;
	border: solid 1px Gray;
	padding: 5px 5px 5px 5px;
}

.ShoppingButtonOptions
{
	text-align: center;
}

.ShoppingOptions
{
	font-size: 12px;
	font-family: Verdana, Georgia, Arial;
	margin-bottom: 15px;	
}

.cartwizardinnercontainer
{
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Georgia, Arial;
}

.cartwizardcontainer .headerimage
{
	border-bottom: dotted 1px #666666;
}
/*	.cartwizardinnercontainer th
{
	background: #F8F7EF;
	padding: 10px 5px 10px 5px;
	vertical-align: middle;
	font-size: 1em;
	color: #666666;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: solid 1px Gray;
}*/

.cartwizardinnercontainer td
{
	padding: 3px 0px 3px 0px;
}

.cartwizardinnercontainer tr
{
	border-top: dotted 1px #aaaaaa;
}

.firsttotalrow 
{
	border-top: dotted 3px #666666;
}

.lasttotalrow
{
	border-top: dotted 3px #666666;
}

.lasttotalrow .totalrowdata
{
	color: #D60614;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 4px;
}

.totalrowlabel
{
	font-weight: bold;
}

.cartwizardbuttons
{
	text-align: center;
	padding: 20px 5px 5px 5px; 
}

.iframe
{
/*	height: 350px; */
	border: 0px solid #DDEFFF;
/*		background: #DDEFFF; */
}

.cwlabel
{
	margin-right: 3px;
	font-weight: bold;
	width: 100px;
	text-align: right;
	display: inline-block;
}

.CartDetailsTable td
{
	background-color: White;
	font-size: 12px;
	padding: 1px 5px 1px 5px;
	font-family: Verdana, Georgia, Arial;
	border: solid 1px Gray;
}

#formPresentOptions
{
	margin: 10px;
}

#formPresentOptions #btnAddToCart
{
	float: right;
}
