/*************************************************************
*
* Shop style 1.0
*
* Copyright (c) 2006 - 2008 CatenaLogic
*
**************************************************************/

/*************************************************************
* PURCHASESUMMARYTABLE
**************************************************************/

.purchaseSummaryTable
{
	width: 760px;
	border-collapse: collapse;
}

.purchaseSummaryTable th
{
	border: solid 1px gray;
	padding: 3px 7px 3px 7px;
	background-color: #007ac7;
	color: White;
}

.purchaseSummaryTable td
{
	border: solid 1px gray;
	padding: 3px 7px 3px 7px;
}

.purchaseSummaryTable .product
{
	padding: 5px;
	border-right: solid 1px gray;
	border-bottom: solid 1px gray;
}

.purchaseSummaryTable .info
{
	border-left: solid 1px gray;
	border-right: solid 1px gray;
}

.purchaseSummaryTable .empty
{
	width: 540px;
	border: none;
}

.purchaseSummaryTable .price
{
	width: 100px;
	text-align: right;
}

.purchaseSummaryTable .total
{
	font-weight: bold;
}

/*************************************************************
* PURCHASETABLE
**************************************************************/

.purchaseTable
{
	width: 780px;
	border-collapse: collapse;
	border: solid 1px gray;
}

.purchaseTable th
{
	font-weight: bold;
	padding: 3px 7px 3px 7px;
	background-color: #007ac7;
	color: White;	
}

.purchaseTable td
{
	border-top: solid 1px gray;
	padding: 3px 7px 3px 7px;
}

.purchaseTable .oddRow
{
	background-color: #d9e9f5;
}

.purchaseTable .evenRow
{
	/* For future usage */
}

.purchaseTable .product
{
	width: 450px;
}

.purchaseTable .priceHeader
{
	text-align: center;
	border-left: solid 1px gray;
}

.purchaseTable .price
{
	border-left: solid 1px gray;
	padding-left: 10px;
	text-align: right;
	width: auto;
}

.purchaseTable .buy
{
	padding: 0px 0px 0px 0px;
	text-align: left;
	width: 40px;
}

.purchasePayPalVerified
{
	float: left;
	padding: 10px 0px 10px 300px;
}

.purchasePayPalWorldSeller
{
	float: right;
	padding: 10px 300px 10px 0px;
}

/*************************************************************
* PURCHASEWIZARD
**************************************************************/

.purchaseWizard
{
	width: 780px;
	height: 340px;
	background-image: url('../Images/wizard_back.png');
	background-repeat: no-repeat;
	padding: 0px;
}

.purchaseWizard .content
{
	width: 760px;
	height: 222px;
	padding: 10px;
	padding-top: 10px;
}

.purchaseWizard .header
{
	padding-top: 8px;
	padding-left: 14px;
	font-size: 14px;
	font-weight: bold;
	color: White;
}

.purchaseWizard .gather
{
	width: 780px;
	height: 56px;
	background-image: url('../Images/step_1.png');
	background-repeat: no-repeat;
}

.purchaseWizard .summary
{
	width: 780px;
	height: 56px;
	background-image: url('../Images/step_2.png');
	background-repeat: no-repeat;
}

.purchaseWizard .information
{
	width: 780px;
	height: 56px;
	background-image: url('../Images/step_3.png');
	background-repeat: no-repeat;
}

.purchaseWizard .paying
{
	width: 780px;
	height: 56px;
	background-image: url('../Images/step_4.png');
	background-repeat: no-repeat;
}
