﻿

.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 legend
{
	color:#BE0C1A;
	font-weight:bold;
	padding-right:4px;
}

.Required, .Error
{
	color: #ff0000;
}

.AddressList
{
	margin-top:50px;
}

table.DeliveryAddresses td
{
	padding:8px;
}
table.DeliveryAddresses a
{
	padding-right:8px;
	text-decoration:underline overline;
}

ul#AccountBreadCrumbs
{
	margin:6px 0 22px 6px;
	padding:0;
}

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:50px;
	border:none;
}

.CreateReview fieldset legend
{
	font-size:16px;
	margin-left:-10px;
}
.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;
}