﻿

.BaseBanners,
.TelImage .Ad
{
	display:none;
}


h1, p
{
	position:relative;
}
fieldset
{
	border-top: 1px solid #000;
	border-bottom:none;
	border-left:none;
	border-right:none;
}
fieldset img
{
	vertical-align:middle;
}
fieldset legend
{
	color:#e33d4e;
	font-weight:bold;
	padding-right:4px;
}

.Agreement label
{
	font-weight:bold;
	padding-right:70px;
}

.Required, .Error
{
	color: #ff0000;
}

.AddressList
{
	margin-top:50px;
}

table.DeliveryAddresses td
{
	padding:8px;
}
table.DeliveryAddresses a
{
	padding-right:8px;
	text-decoration:underline overline;
}
table.DeliveryAddresses a:hover
{
	color:#c5c5c5;
}



ul#AccountBreadCrumbs li
{
	display:inline;
	padding-right:10px;
}
table.WishList
{
	
}
table.WishList td
{
	vertical-align:top;
	padding:8px;
}
table.WishList td a
{
	padding-right:8px;
	text-decoration:underline overline;
}


.CreateReview fieldset
{
	margin-top:20px;
}

.CreateReview fieldset legend
{
	font-size:12px;
}
.CreateReview fieldset label
{
	font-weight:bold;
}
.CreateReview fieldset select
{
	width:100px;
	padding:1px;
}

.CreateReview fieldset input,
.CreateReview fieldset textarea
{
	width:90%;
}

table.Wishlist
{
	border-collapse:collapse;
	width:98%;
}

table.Wishlist th
{
	text-align:left;
}

table.Wishlist td
{
	vertical-align:top;
	border-bottom:1px solid #ccc;
	padding:4px 4px 4px 0;
}
table.Wishlist td.WishListButtons
{
	width:200px;
}
table.Wishlist td input.Submit
{
	padding:1px;
}

.CustomerAccount ul
{
	list-style:none;
}
.CustomerAccount ul li
{
	padding-bottom:6px;
}

ul#AccountBreadCrumbs a:hover,
.CustomerAccount ul li a:hover,
a.AddNew:hover
{
	color:#c5c5c5;
}


ul#AccountBreadCrumbs
{
	margin:6px 0 22px 6px;
	padding:0;
}

/*** My Account Page ***/

.AccountHeader
{
	background: url(../images/my-account-icon.png) no-repeat;
	height:52px;
	padding:20px 0 10px 75px;
	margin:10px 0 0 10px !important;
	
}

.OrderHistory
{
	background: url(../images/order-history-icon.png) no-repeat;
	height:52px;
	padding:20px 0 10px 75px;
	margin:10px 0 0 10px !important;
}

.AccountPage
{
	border: 1px solid #E7ECEF;
	margin:0 25px 20px 20px;
}

.AccountPage Legend
{
	color:#000;
}

.AccountButtons
{
	margin:15px 25px 0 15px;
	position:relative;
	width:485px;
}

.AccountButtonsRight
{
	float:right;
	position:relative;
	padding-right:75px;
}

.AccountButtonsRight .CancelBtn
{
	background: url(../images/CancelBtn.png) no-repeat;
	width:67px;
	height:24px;
	border:none;
	cursor:pointer;
	position:absolute;
	right:0;
	top:0;
}

/*** Order History Table ***/

.CartDataTable th
{
	background:#B7BBBE;
	padding:12px 15px;
	color:#000;
	text-decoration:underline;
}

.CartDataTable td
{
	padding:6px 0;
	background:#DBDBDB;
	color:#6E6F6F;
	text-align:center;
}

.CartDataTable
{
	border-bottom:15px solid #B7BBBE;
	padding-bottom:1px;
	margin-left:10px;
	margin-top:10px;
}

/*** Order Track ***/

.OrderTrack
{
	background: url(../images/tracking-icon.png) no-repeat;
	height:52px;
	padding:20px 0 10px 75px;
	margin:10px 0 0 10px !important;
}


.WishListHeader
{
	background: url(../images/wishlist-icon.png) no-repeat;
	height:52px;
	padding:20px 0 10px 75px;
	margin:10px 0 0 10px !important;
}


/***Login Page ***/
.LoginBox
{
	width:160px;
	float:left;
	margin:20px 0 90px 2px;
	border:1px solid #cccccc;
	padding-left:120px;
	height:200px;
}

.LoginBox a
{
	font-size:11px;
} 

.LoginBox h1
{
	text-align:center;
	left:-65px;
	width:180px;
}

.LoginBox fieldset
{
	border:none;
}

.LoginBox fieldset .Checkbox
{
	float:left;
	width:inherit;
}
.LoginBox fieldset input
{
	margin-bottom:10px;
	width:120px;
}

.LoginBox fieldset label
{
	left:-200px;	
}
.LoginBox fieldset div
{
	margin:0;
	padding:0;
	left:0;
	width:145px;
}

.LoginBox fieldset .login, .LoginBox fieldset .NewCustomer
{
	width:inherit;
	padding:3px 6px;
	float:right;
	margin-right:20px;
	margin-top:10px;
	color:#59901B;
	font-weight:bold;
}

.LoginText
{
	margin:25px 0 0 20px;
}

.LoginText h2
{
	font-size:12px;
	margin:0;
	padding:0;
}

.LoginText p
{
	margin:10px 0 0 0;
	padding:0;
}

.Account
{
	padding-left:5px;
	margin-top:15px;
}
.Account img
{
	margin:0 0 10px 11px;
	float:left;
}

