﻿.cartstep
{
    height: 28px;
    width: 340px;
    float: right;
    background: url(Images/bg/quickcheckout-steps.png) 0 -8px no-repeat;
    margin-bottom: 6px;
}
.cartstep2
{
    height: 28px;
    width: 340px;
    float: right;
    background: url(Images/bg/quickcheckout-steps2.gif) 0 -8px no-repeat;
    margin-bottom: 6px;
}

.backtocartlnk
{
    float:left;
}
.CheckoutContainer
{
	width: 100%;
	margin-bottom:5px;
}
.CheckoutContainerTitleLeft
{
	background: url(Images/Container/CheckoutContainerTitleLeft.gif) no-repeat right bottom;
}
.CheckoutContainerTitleLeft div
{
	width: 11px;
}
.CheckoutContainerTitle
{
	height: 29px;
	background: url(Images/Container/CheckoutContainerTitle.gif) repeat-x bottom;
}
.CheckoutContainerTitle, .ContainerTitle
{
	color: Black;
	font-weight: bold;
	font-size: 15px;
}
.CheckoutContainerTitleRight
{
	background: url(Images/Container/CheckoutContainerTitleRight.gif) no-repeat left bottom;
}
.CheckoutContainerTitleRight div
{
	width: 11px;
}
.CheckoutContainerTopLeft,
.CheckoutContainerContentLeft
{
	background: url(Images/Container/CheckoutContainerContentLeft.gif) repeat-y right;
}
.CheckoutContainerContent
{
	background-color: White;
}
.CheckoutContainerTopRight,
.CheckoutContainerContentRight
{
	background: url(Images/Container/CheckoutContainerContentRight.gif) repeat-y left;
}
.CheckoutContainerBottomLeft
{
	background: url(Images/Container/CheckoutContainerBottomLeft.gif) no-repeat top right;
}
.CheckoutContainerBottom
{
	height: 12px;
	background: url(Images/Container/CheckoutContainerBottom.gif) repeat-x top;
}
.CheckoutContainerBottomRight
{
	background: url(Images/Container/CheckoutContainerBottomRight.gif) no-repeat top left;
}
.CheckoutContainerContent .WidthFixer
{
	/*width: 225px;*/
}
table.LoginTable
{
    border: solid 1px #006699;
    height: 150px;
}
tr.LoginRowTitle
{
    background-color: #8BC04C;
    height:30px;
}
tr.LoginRowTitle td
{
    padding: 4px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
