.standardtext
{
    font-size: 0.8em;
    line-height: 1.1em;
}

.padtop10
{
	padding-top: 10px;
}

.UpdateProgress
{
	position: fixed;
	top: 10px;
	left: 90px;
	float: left;
	color: Red;
	font-size: 14px;
	width: auto;
	height: auto;
	padding: 5px 5px 5px 5px;
	background-color: White;
	margin: 2px 0px -1px 2px;
	border: inset 1px gray;
	z-index: 1000;
}

.Listable ul
{
	list-style-type: none;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 0px;
	padding-left: 20px;
}

.Listable li
{
	display: block;
	padding-top: 3px;
	width: 100%;
	clear: left;
}

.Listable li label
{
	display: block;
	width: 160px;
	overflow: hidden;
	float: left;
	clear: left;
}

.Listable li div
{
	display: block;
	width: 150px;
	overflow: hidden;
	float: left;
}

.Listable li input
{
	margin-left: 10px;
	float: left;	
}

.Listable li textarea
{
	margin-left: 10px;
	float:left;
}

.Listable li select
{
	margin-left: 10px;
	float: left;	
}

.Listable li span
{
	margin-left: 10px;
	float: left;	
    font-size: 0.8em;
}

.Listable p
{
	clear: left;
	margin-top: 0px;
	padding-top: 10px;
}

.Listable li p
{
	clear: none;
	float: left;
}

.LoginFailure
{
	margin-top: 10px;
	color: Red;	
	padding-bottom: 1px;
}

.Profile a
{
	margin-right: 30px;
}

.Profile div
{
	padding-top: 10px;
}

.Profile div label
{
	width: 140px;
	display: block;
	float: left;
}

.Profile div input
{
	float: left;
	margin-left: 10px;
}

/* BEGIN contact us styling */
.ContactUs
{
	margin-left: 30px;	
}

.ContactUs p
{
	margin-left: 150px;
}

.ContactUs p a
{
/*	background-image: url(../images/buttons/basketbuttons.png);*/
	display:block;
	width: 130px;
	height: 24px;
	padding-top: 4px;
	text-align: center;
/*	color: #fff;*/
	float: left;
	margin-right: 30px;
}

.ContactUs input
{
	width: 250px;
}

.ContactUs textarea
{
	width: 300px;
	height: 200px;
}
.ContactUsValidation
{
	float: left;
	margin-top: 10px;
}

/* END contact us styling */

/* START User Identification controls */
.IdentificationSelection
{
	width: 450px;
	height: 110px;
	margin: 20px auto 20px auto;
}

.IdentificationSelection div div
{
	width: 140px;
	height: 56px;
	float: left;
	margin-top: 5px;
}

.IdentificationSelection div span
{
	width: 140px;
	height: auto;
	display: block;
	float: left;
	text-align: center;
	padding-bottom: 5px;
}

.IdentificationSelection div a
{
	display: block;
	width: 56px;
	height: 56px;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

.UserIdentification a.standardlink
{
	display: inline;
	width: auto;
	margin-left: 0px;
}

span.UserId_OrderNoLogon
{
	margin-right: 10px;
}

span.UserId_OrderWithLogon
{
	margin-right: 10px;
}

div.UserId_OrderNoLogon
{
	margin-right: 10px;
}

div.UserId_OrderWithLogon
{
	margin-right: 10px;
}

a.UserId_OrderNoLogon
{
	background-image: url(../images/user_justorder.png);
	width: 54px;
	height: 54px;
	display:block;
}

a.UserId_OrderNoLogon:hover
{
	background-image: url(../images/user_justorder.png);
	width: 54px;
	height: 54px;
	display:block;
}

a.UserId_OrderNoLogon:active
{
	background-image: url(../images/user_justorder.png);
	width: 54px;
	height: 54px;
	display:block;
}

a.UserId_OrderWithLogon
{
	background-image: url(../images/user_login.png);
	width: 54px;
	height: 54px;
	display:block;
}

a.UserId_OrderWithLogon:hover
{
	background-image: url(../images/user_login.png);
	width: 54px;
	height: 54px;
	display:block;
}

a.UserId_OrderWithLogon:active
{
	background-image: url(../images/user_login.png);
	width: 54px;
	height: 54px;
	display:block;
}

a.UserId_OrderAndRegister
{
	background-image: url(../images/user_register.png);
	width: 54px;
	height: 54px;
	display:block;
}
    
a.UserId_OrderAndRegister:hover
{
	background-image: url(../images/user_register.png);
	width: 54px;
	height: 54px;
	display:block;
}

a.UserId_OrderAndRegister:active
{
	background-image: url(../images/user_register.png);
	width: 54px;
	height: 54px;
	display:block;
}

/* START shopping basket controls */
a.ShoppingBasket_Ctl_Inc
{
	display: block;
	width: 42px;
	height: 40px;
	background-image: url(../images/basketbutton_add.png);
	background-repeat: no-repeat;
	float: left;
}

a.ShoppingBasket_Ctl_Inc:hover
{
	display: block;
	width: 42px;
	height: 40px;
	background-image: url(../images/basketbutton_add.png);
	background-repeat: no-repeat;
	float: left;
}

a.ShoppingBasket_Ctl_Inc:active
{
	display: block;
	width: 42px;
	height: 40px;
	background-image: url(../images/basketbutton_add.png);
	background-repeat: no-repeat;
	float: left;
}

a.ShoppingBasket_Ctl_Dec
{
	display: block;
	width: 42px;
	height: 40px;
	background-image: url(../images/basketbutton_minus.png);
	background-repeat: no-repeat;
	float: left;
}

a.ShoppingBasket_Ctl_Dec:hover
{
	display: block;
	width: 42px;
	height: 40px;
	background-image: url(../images/basketbutton_minus.png);
	background-repeat: no-repeat;
	float: left;
}

a.ShoppingBasket_Ctl_Dec:active
{
	display: block;
	width: 42px;
	height: 40px;
	background-image: url(../images/basketbutton_minus.png);
	background-repeat: no-repeat;
	float: left;
}

a.ShoppingBasket_Ctl_Upd
{
	display: block;
	width: 42px;
	height: 40px;
	background-image: url(../images/basketbutton_update.png);
	background-repeat: no-repeat;
	float: left;
}

a.ShoppingBasket_Ctl_Upd:hover
{
	display: block;
	width: 42px;
	height: 40px;
	background-image: url(../images/basketbutton_update.png);
	background-repeat: no-repeat;
	float: left;
}

a.ShoppingBasket_Ctl_Upd:active
{
	display: block;
	width: 42px;
	height: 40px;
	background-image: url(../images/basketbutton_update.png);
	background-repeat: no-repeat;
	float: left;
}

a.ShoppingBasket_Ctl_Del
{
	display: block;
	width: 42px;
	height: 40px;
	background-image: url(../images/basketbutton_delete.png);
	background-repeat: no-repeat;
	float: left;
}

a.ShoppingBasket_Ctl_Del:hover
{
	display: block;
	width: 42px;
	height: 40px;
	background-image: url(../images/basketbutton_delete.png);
	background-repeat: no-repeat;
	float: left;
}

a.ShoppingBasket_Ctl_Del:active
{
	display: block;
	width: 42px;
	height: 40px;
	background-image: url(../images/basketbutton_delete.png);
	background-repeat: no-repeat;
	float: left;
}


.ShoppingBasket ul
{
	display: block;
	width: 100%;
	list-style-type: none;
	margin-left: 10px;
	padding-left: 0px;
}

.ShoppingBasket li
{
	width: 100%;
	display: block;
	margin-top: 5px;
}

.CheckBoxArea
{
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top:25px;
}

.CheckBoxArea input
{
	margin-left: 20px;
}

.CheckBoxArea p
{
	margin-left: 0px;
	padding-left: 0px;
}

.CheckBoxArea p a
{
	margin-left: 0px;
	margin-right: 0px;
}

.ShoppingBasketContainer
{
	font-size: 0.8em;
}

.ShoppingBasket_Headers
{
	text-decoration: none;
	font-weight: bold;
}

.ShoppingBasket_Headers .ShoppingBasket_RowTotal
{
	text-decoration: none;
}

ul.ShoppingBasket_ButtonList
{
	height: 30px;
	display:inline;
	width: 100%;
}

ul.ShoppingBasket_ButtonList li
{
	display: inline;
	width: 130px;
	float: right;
}

ul.ShoppingBasket_ButtonList li a
{
	margin-left: 30px;
	background-image: url(../images/buttons/basketbuttons.png);
	display:block;
	width: 130px;
	height: 24px;
	padding-top: 4px;
	text-align: center;
	color: #fff;
/*	float: right;*/

	font-size: 0.8em;
}

.ShoppingBasket_SubTotalHeader
{
	text-align: right;
	padding-right: 20px;
}

.ShoppingBasket_ProductCode
{
	height: 60px;
}

td.ShoppingBasket_Quantity
{
	width: 263px;
	margin-left: 3px;
}

.ShoppingBasket_QuantityControl
{
	float: left;
	margin-top: 15px;
	margin-right: 3px;

	width: 25px;
}

.ShoppingBasket_RowTotal
{
	margin-left: 10px;
	font-style: italic;
}

.ShoppingBasket_SubTotalValue
{
	margin-left: 10px;
	font-weight: bold;
}

.ShoppingBasketViewer ul
{
	padding: 0;
	margin: 0;
	margin-left: 10px;
	margin-bottom: 20px;
	list-style-type: none;
}

.ShoppingBasketViewer ul li
{
	padding-left: 10px;
}

.ShoppingBasketViewer ul li p
{
	padding: 0;
	margin: 0;
	padding-top: 5px;
}

.ModalPopupBackground
{
    background: url(../Images/opaqueblackpixel.png) repeat;
}

.ModalPopup
{
    width: 60%;
    margin-left: auto;
    margin-right:auto;
    padding: 10px 10px 10px 10px;
    height: 50%;
    overflow: auto;
    background-color: #fff;
    border: solid 1px black;
}

.AddressSelection label
{
	font-weight: bold;
	font-size: 0.8em;
	margin-right: 10px;
}

.AddressSelection span
{
	font-size: 0.8em;
}

.AddressSelection p
{
	padding: 0;
	margin: 0;
}

.AddressSelection p a
{
	margin-right: 30px;
}

/* BEGIN Order Viewer styling */

table.OrderContainer
{
	width: 96%;
}

td.Order_ProductCode
{
	width: 20%;
	font-size: 0.8em;
}

td.Order_Title
{
	width: 35%;
	font-size: 0.8em;
}

td.Order_Price
{
	width: 15%;
	font-size: 0.8em;
}

td.Order_Quantity
{
	width: 10%;
	font-size: 0.8em;
}

td.Order_RowTotal
{
	width: 20%;
	font-size: 0.8em;
}

td.Order_SubTotalHeader
{
	text-align: right;
	padding-right: 20px;
	font-size: 0.8em;
}

td.Order_SubTotalValue
{
	font-style: italic;
	font-size: 0.8em;
}

td.Order_PostageTotalHeader
{
	text-align: right;
	padding-right: 20px;
	font-size: 0.8em;
}

td.Order_TotalHeader
{
	text-align: right;
	padding-right: 20px;
	font-size: 0.8em;
}

td.Order_TotalValue
{
	font-weight: bold;
	font-size: 0.8em;
}

.OrderContainer tbody tr td a
{
	font-size: 0.8em;
}

/* END Order Viewer styling */

.ValidationSummary, .ECP
{
	padding-top: 10px;
	padding-left: 10px;
	font-size: 0.8em;
}
