

.estyle1
{
	color:#666;
	background:#fff;
	border:1px #525e6f solid;
	font-size:10px;
	padding:5px;
}



fieldset
{
	border-top: 1px solid black;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin: 0;
	padding: 0 0 15px 0;
	width: 540px;
}


fieldset.Buttons
{
	text-align: right;
}

/* Add 200px margin to the left of each form div */
fieldset div
{
	clear: both;
	margin-bottom: 12px;
	min-height: 12px;
	margin-left: 210px;
	margin-top: 12px;
	position: relative; /* Important overrides the 10px padding applied to all divs within content */
	padding: 0 !important;
}

/* Then offset the labels into the empty space */
fieldset label
{
	display: block;
	position: absolute;
	width: 190px;
	left: -215px;
	text-align: right;
	margin-top: 3px;
}

/* Then remove the margin from nested divs */
fieldset div div
{
	clear: none;
	margin: 0;
}
fieldset legend
{
	font-weight: bold;
	color: #000;
}
/* This pushes the asterisks into their own column so field labels continue to line up */
fieldset label .Required
{
	position: absolute;
	left: 197px;
}


.Required, .Error
{
	color: #ff0000;
}

#requ-key
{
	color: #ff0000;
	float:right;
}

fieldset p
{
	text-align: right;
}



/*///////////////////////////////////////////////*/

.Newsletter
{
	float:right;
	background:url(../images/newsletter-bg.png) no-repeat;
	width:375px;
	height:105px;
	color:#fff;
}
.Newsletter div
{
	width:330px;
	margin-left:20px;
	margin-top:12px;
	font-weight:bold;
}
.Newsletter div p
{
	margin:0;
	padding:0;
}

.Newsletter input.Text
{
	border:1px solid #000;
	width:180px !important;
}

.Newsletter input
{
	vertical-align:middle;
}

#AddressWrapper
{
}

.AddressDetails
{	border:0 !important;
	margin:12px 20px 12px 0;
	padding: 0;
	width: 354px;
	float:left;
	font-size:12px;
}

.AddressDetails p
{	border:1px solid #000;
	margin:0 0 12px 0;
	padding: 6px;
}

.Map
{

}

fieldset.Contact
{
	border: 1px solid #999;
	margin: 0;
	padding: 8px 8px 15px 8px;
	width: 740px;
	font-size:12px;
}

fieldset.Contact input.Text
{
	width: 260px;
}

fieldset.Contact .MsgBox
{
	float:right;
	width:400px;
}
fieldset.Contact textarea.Large
{
	width:396px;
	font-size:12px;
}

fieldset.Contact div
{
	margin-bottom: 0;
	margin-left: 0px;
	margin-top: 0;
	position: relative;
}

fieldset.Contact label
{
	display: block;
	position: relative;
	left: 0;
	text-align: left;
	margin-top: 0;
	font-weight:bold;
}

fieldset.Contact div div
{
	clear: none;
	margin: 0;
}

fieldset.Contact label .Required
{
	position: relative;
	left: 0;
}


fieldset.Contact p
{
	text-align: left;
}
fieldset.Contact legend
{
	margin:12px 0;	
}
fieldset.CatRequest br
{
	margin:0;
	padding:0;
	line-height:60%;
}

p.ContactMsg
{
	font-size:12px;
}
/*/////////////////////////////////////////////////////*/



/* Inputs and Buttons */

input, select, textarea
{
	font-size: 11px;
}

input.Text
{
	padding: 1px 0 1px 2px;
}

input.ResetButton
{
	background: url(../images/button-reset-password.png) no-repeat;
	border: 0;
	width: 120px;
	text-align: left;
	font-weight: bold;
	padding: 4px 0 4px 3px;
	cursor:pointer;
}


p.Reset
{
	text-align:left;
	margin-left:208px;
}


p.Address
{
	float:right;
	width:336px;
}
a.AddAddress
{
	background: url(../images/button-add-address.png) no-repeat;
	border: 0;
	width: 120px;
	display:block;
	text-align: center;
	font-weight: bold;
	padding: 4px 0 4px 0px;
	color:#1b2432;
}

.Tiny
{
	width: 4em;
}

.Medium
{
	width: 16em;
}

.Large
{
	width: 90%;
}


.AccountLinks
{
	float: right;
	width: 200px;
	margin-top: 36px;
}

.AccountLinks ul, .AccountLinksDefault ul
{
	font-weight: bold;
	list-style: square;
}
.AccountLinks ul li, .AccountLinksDefault ul li
{
	padding-bottom: 6px;
}

.AccountLinksDefault
{
	float: none;
}


.AccountLinksDefault .Welcome
{
    font-size:14px;
    margin-left:30px;
    margin-top:15px;
}

.AccountLinksDefault .GoShopping
{
	 font-size:14px;
     margin-left:30px;
}

.Welcome
{
	font-size:14px;
    margin-top:15px;
}

.GoShopping
{
	font-size:14px;
    margin-bottom:30px;
}

table.CartDataTable
{
	border: 1px solid black;
	margin-bottom: 20px;
	width: 540px;
	color:#000;
}

table.ReceiptTable
{
	border-bottom: none;
}

table.CartDataTable td
{
	padding: 6px 4px 2px 6px;
	vertical-align: top;
}
table.CartDataTable thead
{
	background: #dedede;
}

table.CartDataTable th
{
	padding: 6px 4px 2px 6px;
	font-weight: bold;
	text-align: left;
}
table.CartDataTable td input
{
	width: 26px;
	text-align: center;
	border: 1px solid black;
}
table.CartDataTable td.Buttons input
{
	width: 72px;
	margin-left: 8px;
}

table.CartDataTable td.Total
{
	text-align: right;
	font-weight: bold;
}


table.CartDataTable tr.Even td
{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}


/*//////Required for FF///////////*/
.FinalCheckout
{
	position:relative;
	z-index:1;
	text-align:left;
}
