@CHARSET "ISO-8859-1";

.clearfix:after
{
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
 
.clearfix
{
	display: inline-block;
}

/* Hides from IE-mac */
* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}
/* End hide from IE-mac */

h2
{
	color: black;
	font-weight: normal;
	border-bottom: 1px dashed #ccc;
	margin-top: 30px;
}

h2 a
{
	float: right;
	font-size: 12px;
}

h2 span
{
	float: right;
}

img
{
	border: none;
}

table.listProducts
{
	width: 100%;
	color: black;
	margin-top: 20px;
}

table.listProducts th, table.listProducts td
{
	border-bottom: 1px dashed #ccc;
}

table.listProducts .description
{
	text-align: left;
}

table.listProducts .qty
{
	text-align: right;
}

table.listProducts .price
{
	text-align: right;
}

table.listProducts .productTitle
{
	font-size: 14px;
	font-weight: bold;
}

table.listProducts .productDescription
{
	font-size: 12px;
	color: gray;
}

table.listProducts tr.subtotal
{
	background-color: #d5d5d5;
	text-align: right;
}

table.listProducts tr.subtotal td.price
{
	font-weight: bold;
}

div.productsButtonRow
{
	margin-top: 15px;
}

div.productsButtonRow input
{
	float: right;
}

div.stepBar
{
	color: #aaa;
	background-position:0 15px;
	background-repeat:no-repeat;
	height:25px;
}

div.step1
{
	background-image:url(img/lineandarrow_3.jpg);
}

div.step2
{
	background-image:url(img/lineandarrow_2.jpg);
}

div.step3
{
	background-image:url(img/lineandarrow_1.jpg);
}

div.stepBar div.stepPurchase
{
	margin-right: 20px;
	margin-left: 5px;
	float: left;
}

div.stepBar div.stepSelected
{
	color: black;
}

a.glossyButton
{
	-x-system-font: none;
	background: #FFFFFF url(/apps/images/glossyback.gif) repeat-x scroll left bottom;
	color: #773D97;
	display: block;
	font-family: arial,helvetica;
	font-size: 14px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	padding: 7px 0 7px 10px;
	position: relative;
	text-decoration: none;
	width: 203px;
}

table.infoCC
{
	width: 650px;
}

table.infoCC th
{
	vertical-align: top;
	color: black;
	text-align: left;
}

div.notice
{
	color: #F66500;
}

.infoBox
{
	width: 330px;
	float: left;
	overflow: hidden;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.infoBox .fieldSmall
{
	width: 140 px;
	float: left;
	display: inline;
	margin-right: 25px;
}

.infoBox label
{
	display: block;
}

.infoBox .sameCheck
{
	float: right;
}

.infoBox .sameCheck label
{
	display: inline;
}

label.error
{
	color: #F66500;
	font-weight: bold;
}

.infoBox .fieldSmall input
{
	width: 120px;
}

.infoBox .field input
{
	width: 325px;
}

div.checkoutButtons
{
	margin-right: 20px;
}

div.checkoutButtons input.productsProceedConfirmation
{
	float: right;
}

div.checkoutButtons input.productsBackToSelect
{
	float: left;
}

div.productsTools
{
	padding-bottom: 30px;
}

div.promoNotice
{
	float: left;
	color: aaa;
	margin-top: 5px;
	height: 20px;
	margin-right: 20px;	
}

div.promoBox
{
	margin-top: 5px;
	float: left;
	color: black;
}

div.promoBox input
{
	border: 1px solid gray;
	height: 15px;
	font-size: 10px;
}

input.productsUpdateSubtotal
{
	float: right;
}

div.confirmLeftColumn
{
	width: 300px;
	float: left;
	overflow: hidden;
	color: black;
}

div.confirmRightColumn
{
	width: 350px;
	float: left;
	overflow: hidden;
}

div.confirmRightColumn ul
{
	padding-left: 15px;
}

div.confirmLeftColumnPad
{
	padding-right: 40px;
}

table.orderSummaryCalculations
{
	background-color: #ddd;
	width: 250px;
}

table.orderSummaryProducts
{
	width: 250px;
}

table.orderSummaryProducts th
{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	width: 100px;
}

table.orderSummaryProducts td
{
	text-align: right;
}

table.orderSummaryCalculations th, table.orderSummaryCalculations td
{
	text-align: right;
	font-weight: normal;
	padding: 2px;
}

table.orderSummaryCalculations th
{
	width: 100px;
}

table.orderReceipt
{
	margin-left: 50px;
}

table.orderReceipt th
{
	text-align: right;
	font-weight: normal;
	padding-right: 30px;
}

div.error
{
	background-color:#FFCCCC;
	background-image:url(img/Error_icon.gif);
	background-position:10px 50%;
	background-repeat:no-repeat;

	color: #D62907;
	padding: 7px 45px;
	margin: 2px;
}

