﻿.login
{
	margin: 10px 0 0 0;
}

.login td
{
	padding: 5px;
}

.login table th
{
	text-align: right;
}

.createAccount
{
	margin: 10px 0 0 0;
}

.createAccount td
{
	padding: 5px;
}

.createAccount th
{
	text-align: right;
}

.popup
{
	display: none; 
	position: absolute;
	top: 100px;
	left: 40px;
	width: 620px;
	border: 6px solid #999;
	background-color: #fff;
	padding: 5px 5px 10px 5px; 
}

.popup a
{
	display: block;
	float: right;
	margin: 4px;
}

.popupShow
{
	display: block; 
}

.spacer10
{
	margin: 10px 0 10px 0;
}

.linkList a
{
	display: block;
	margin: 5px 0 0 0;
}

.messageBlock
{
	display: block;
	color: Red;
	margin: 0 0 10px 0;
}


/* ########################################################### */


.orderPayment
{
	width: 700px;
}

.orderSummaryTable, .shippingTable, .totalsTable
{
	width: 700px;
	min-width: 700px;
	margin: 0 0 10px 0;
	padding: 0px;
	margin: 0px;
	border: none;
	border-spacing: 0px;
}

.orderSummaryTable th, .shippingTable th, .totalsTable th
{
	text-align: left;
	font-size: 12px;
	background-color: #aaa;
	height: 20px;
	padding: 5px;
}

.orderSummaryTable td, .shippingTable td, .totalsTable td
{
	padding: 5px;
}

.orderSummaryTable .alt
{
	background-color: #eee;
}

.shippingTable
{
	border: solid 1px black;
	width: 400px;
	min-width: 300px;
	float:right;
}

.shippingTable .label
{
	text-align: right;
}

.totalsTable .totalRow
{
	background-color: #ccc;
	height: 20px;
	font-weight: bold;
	font-size: 12px;
}

.totalsTable .totalRow td
{
	border-bottom: solid 1px #999;
}

.strikePrice
{
	text-decoration: line-through;
}

.onSalePrice
{
	color: Red;
	font-weight: bold;
}

.required
{
	color: Red;
}

.orderSummaryNumericInput
{
	text-align: center;
}

table
{
	margin: 0 40px 0 0;
}

table th
{
	text-align: right;
	padding: 5px;
}

table thead th
{
	text-align: left;
	font-size: 14px;
}

.defaultTable td
{
	padding: 5px;
}

.billTo
{
	float: left;
}

.shipTo
{
		
}

.orderFooter
{
	margin: 20px 0 0 0;
	text-align: center;
}

.shippingAddress
{
	padding:5px;
}

/* ###########################################################
WishLists
 */
.wishListClosePopup
{
	background-image:url(/Images/cart-close.gif);
}

.quickList td {
	vertical-align:middle;
	background-color:#ccc;
	font-size:11px;
	}

.quickListHead {
	font-weight:bold;
	border-bottom:1px solid #fff;
	}

.quickListTitle {
	width:100%;
	margin:0 0 10px 0;
	}

.quickList .myPart {
	width:75px;
	}
			
input.input_onoff[disabled] {
  border: 0px;
  color: Black;
}

select.input_onoff[disabled] {
  border: 0px;
  color: Black;
}
