﻿/* General markup of built in classes */

*
{
	margin: 0;
	padding: 0;
}

a
{
	text-decoration: none;
}

a:link, a:visited
{
}

a:hover, a:active
{
	text-decoration: underline;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #3E3E3E;
}

.DropDownList, .Label, .TextBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; /* font-size lets the form element scale */
	color: #3E3E3E;
	padding: 1px;
}

.DropDownList
{
	width: 150px;
}

h1
{
	display: block;
	font-weight: bold;
	font-size: 26px;
	background-image: url(../Images/H1Line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 2px;
	margin-bottom: 20px;
}

h2, .AspNet-DetailsView-Header, .AspNet-GridView-Header th, .AspNet-PasswordRecovery-UserName-TitlePanel, #CheckoutSteps .Item.Active
{
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
}

h3, .AspNet-DetailsView-RowHeader
{
	font-weight: bold;
	font-size: 12px;
	line-height: 25px;
	height: 25px;
}

.Sidebar p
{
	margin: 6px 0 6px 0;
}

.MainContent p
{
	margin: 12px 0 12px 0;
}


span
{
	white-space: nowrap;
}

.TextBox
{
	width: 145px;
}

ul
{
	list-style: none;
}

/* Styled elements */
.Block
{
	clear: both;
	display: block;
	overflow: auto;
	height: 10px;
	height: auto !important;
	min-height: 10px;
	width: 100%;
	position: relative;
}

.Block .LeftColumn
{
	clear: left;
	float: left;
	width: 330px;
}

.Block .RightColumn
{
	clear: right;
	float: right;
	width: 330px;
}

.StyledPanel
{
	overflow: hidden;
	position: relative;
	background-repeat: repeat-y;
	background-position: left top;
	color: #3E3E3E;
}

.StyledPanel a
{
	color: #3E3E3E;
}

.StyledPanel .TopImage, .StyledPanel .BottomImage
{
	position: absolute;
	left: 0;
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden; /* reasonable IE6 fix */
}

.StyledPanel .TopImage
{
	top: 0;
}

.StyledPanel .BottomImage
{
	bottom: 0;
}

.MainContent .StyledPanel
{
	width: 661px;
	margin: 15px 0 15px 0;
	padding: 3px;
	background-image: url(../Images/BoxMiddle.gif);
}

.MainContent .StyledPanel .TopImage, .MainContent .StyledPanel .BottomImage
{
	width: 667px;
	height: 11px;
}

.MainContent .StyledPanel .TopImage
{
	background-image: url(../Images/BoxTop.gif);
}

.MainContent .StyledPanel .BottomImage
{
	background-image: url(../Images/BoxBottom.gif);
}

.MainContent .StyledPanel.Text
{
	width: 645px;
	padding-left: 11px;
	padding-right: 11px;
	padding-bottom: 11px;
}

.MainContent .StyledPanel.Text.WithoutHeader
{
	padding-top: 11px;
}

.Sidebar .StyledPanel
{
	width: 201px;
	padding: 8px 8px 8px 8px;
	background-image: url(../Images/BoxSidebarMiddle.gif);
	margin: 10px 0 10px 0;
	overflow: visible;
	color: #3E3E3E;
}

.Sidebar .StyledPanel a
{
	color: #3E3E3E;
}

.Sidebar .StyledPanel .TopImage, .Sidebar .StyledPanel .BottomImage
{
	width: 217px;
	height: 9px;
}

.Sidebar .StyledPanel .TopImage
{
	background-color: White;
	background-image: url(../Images/BoxSidebarTop.gif);
}

.Sidebar .StyledPanel .BottomImage
{
	background-color: White;
	background-image: url(../Images/BoxSidebarBottom.gif);
}

/* Classes */

.Highlight
{
	color: #E31221;
}

.Highlight.Block
{
	display: block;
}

.DetailsView
{
	width: 310px;
}

.AspNet-DetailsView li
{
	position: relative;
	display: block;
	overflow: visible;
	width: 100%;
	vertical-align: bottom;
	height: 25px;
	height: auto !important;
	min-height: 25px;
}

.AspNet-DetailsView-Name, .AspNet-DetailsView-Value, .AspNet-DetailsView-RowCommand
{
	display: block;
	float: left;
	clear: none;
	line-height: 25px;
	height: 25px;
	height: auto !important;
	min-height: 25px;
}

.AspNet-DetailsView-Name
{
	width: 150px;
}

.AspNet-DetailsView-Value
{
	width: 155px;
}

.Button
{
	display: block;
	background-color: Transparent;
	border: none;
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}

.Button, .Button:link, .Button:visited, .Button:hover, .Button:active
{
	text-decoration: none;
}

.Button.AddToShoppingCart, .Button.AddToShoppingCart:visited
{
	background-image: url(../Images/ButtonAddToShoppingCart.gif);
	width: 74px;
	height: 26px;
	font-weight: bold;
	line-height: 26px;
	color: #FFFFFF;
	padding-left: 32px;
}
.Button.AddToShoppingCart:hover
{
	background-image: url(../Images/ButtonAddToShoppingCartHover.gif);
	color: #EC1C24;
}
.Button.AddToShoppingCart:active
{
	background-image: url(../Images/ButtonAddToShoppingCartActive.gif);
	padding-top: 9px;
	color: #EC1C24;
}

.Button.AddToFavorites, .Button.AddToFavorites:visited
{
	background-image: url(../Images/ButtonAddToFavorites.gif);
	color: Red;
	width: 16px;
	height: 16px;
}
.Button.AddToFavorites:hover
{
	background-image: url(../Images/ButtonAddToFavoritesHover.gif);
	color: Red;
}
.Button.AddToFavorites:active
{
	background-image: url(../Images/ButtonAddToFavoritesActive.gif);
	color: Red;
}

.Button.Forward, .Button.Back
{
	width: 123px;
	height: 26px;
	font-weight: bold;
	line-height: 26px;
}
.Button.Forward
{
	float: right;
	background-image: url(../Images/ButtonForward.gif);
	color: #FFFFFF;
	padding-right: 15px;
	text-align: center;
}

.Button.Forward:hover
{
	background-image: url(../Images/ButtonForwardHover.gif);
	color: #FFFFFF;
}

.Button.Forward:active
{
	background-image: url(../Images/ButtonForwardActive.gif);
	color: #FFFFFF;
}

.Button.Back
{
	float: left;
	background-image: url(../Images/ButtonBack.gif);
	padding-left: 15px;
	color: #FFFFFF;
	text-align: center;
}

.Button.Back:hover
{
	background-image: url(../Images/ButtonBackHover.gif);
}

.Button.Back:active
{
	background-image: url(../Images/ButtonBackActive.gif);
	color: #3E3E3E;
}

.Cartridges
{
}

.Cartridges .Item .StyledPanel
{
	height: 135px;
}

.Cartridges .Item h2
{
	padding-left: 0px;
	padding-right: 0px;
}

.Cartridges .Item .Color, .Cartridges .Item .Brand, .Cartridges .Item .OemCode, .Cartridges .Item .Capacity
{
	position: absolute;
}

.Cartridges .Item .Color
{
	left: 11px;
}

.Cartridges .Item .Color h2
{
	display: inline;
}

.Cartridges .Item .Color img
{
	display: inline;
	vertical-align: middle;
	margin: 0 2px 0 0;
}

.Cartridges .Item .Color label
{
	font-variant: normal;
	font-weight: bold;
}

.Cartridges .Item .Brand
{
	left: 152px;
}

.Cartridges .Item .OemCode
{
	left: 292px;
}

.Cartridges .Item .Capacity
{
	left: 432px;
}

.Cartridges .Item .Price
{
	z-index: 2;
	position: absolute;
	right: 11px;
	height: 90px;
	text-align: right;
}

.Cartridges .Item .Price .Value
{
	display: block;
	margin-top: 17px;
	color: #3E3E3E;
}

.Cartridges .Item .Price .ValueWithTax
{
	display: block;
	bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
}

.Cartridges .Item .Image
{
	z-index: 2;
	position: absolute;
	top: 32px;
	left: 11px;
}

.Cartridges .Item .Description
{
	z-index: 1;
	position: absolute;
	left: 133px;
	top: 50px;
	padding: 5px 158px 5px 19px;
	width: 354px;
	height: 70px;
	background-color: #F0F0F0;
	color: #3E3E3E;
}

.Cartridges .Item .Favorite
{
	z-index: 2;
	position: absolute;
	bottom: 17px;
	right: 125px;
}

.Cartridges .Item .Submit
{
	z-index: 2;
	position: absolute;
	bottom: 12px;
	right: 11px;
}

.CheckBox
{
}

.CheckBoxImage
{
	background-image: url(../Images/CheckBox.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	width: 15px;
	display: block;
}

.CheckBoxImage.Checked
{
	background-image: url(../Images/CheckBoxChecked.gif);
}

#CheckoutSteps .Item
{
	font-weight: bold;
}

#CheckoutSteps .Item a
{
	text-decoration: underline;
}

#CheckoutSteps .Item.Active a
{
	text-decoration: none;
}

.FieldValidator
{
	padding-left: 2px;
	color: #FFFFFF;
}

.HyperLink, .AspNet-LoginStatus
{
	text-decoration: underline;
}

.MenuNavigation, .MenuFooter
{
	width: 500px;
	margin: 0 auto 0 auto;
	overflow: visible;
}
.MenuNavigation a, .MenuNavigation a:link, .MenuNavigation a:hover, .MenuNavigation a:active, .MenuNavigation a:visited
{
	color: #FFFFFF;
}
.MenuNavigation ul.AspNet-Menu li /* Tier 1 list items */
{
	line-height: 29px;
	margin-right: 30px;
	font-style: italic;
	font-weight: bold;
}

.MenuFooter ul.AspNet-Menu li /* Tier 1 list items */
{
	line-height: 20px;
	margin: 0 15px 0 15px;
}

#MiniShoppingCart
{
	font-size: 10px;
}

#MiniShoppingCart .AspNet-FormView
{
	padding-top: 25px;
	padding-left: 24px;
}

#MiniShoppingCart .Title
{
	position: relative;
	top: 4px;
	left: 30px;
	font-weight: bold;
	font-style: normal;
	color: #3E3E3E;
	font-size: 11px;
}
#MiniShoppingCart .Summary
{
	margin-bottom: 32px;
}
#MiniShoppingCart ul li.First
{
}

#MiniShoppingCart .HyperLinks a, a:link
{
	color: #3E3E3E;
}

.Notification .AspNet-Notification, .AspNet-DetailsView-FailurePanel, .MessageBox
{
	margin: 10px 0 10px 0;
	padding: 5px;
	border: solid 1px #DD9988;
	background-color: #FFFFD5;
	color: #990000;
}

.MessageBox p
{
	margin: 0;
}

.Login .AspNet-Login-FailurePanel, .ChangePassword .AspNet-ChangePassword-FailurePanel
{
	margin: 10px 0 10px 0;
	padding: 5px;
	border: solid 1px #DD9988;
	background-color: #FFFFD5;
	color: #990000;
}


.PasswordRecovery
{
}
.PaymentMethods
{
}
.PaymentMethods table
{
	width: 100%;
}


.PaymentMethods table td
{
	background-color: #F2F2F2;
	color: #3E3E3E;
	width: 20%;
	height: 40px;
}

.PaymentMethods table td .Label
{
	color: #3E3E3E;
}

.PaymentMethods table th
{
	text-align: center;
}

.PaymentMethods table tr.Mandate td
{
	padding-bottom: 5px;
}

.PaymentMethods table .Select.Ideal
{
	background-image: url(../Images/IdealGray.gif);
}
.PaymentMethods table .Select.Invoice
{
	background-image: url(../Images/InvoiceGray.gif);
}
.PaymentMethods table .Select.Mandate
{
	background-image: url(../Images/MandateGray.gif);
}
.PaymentMethods table .Select.MoneyTransfer
{
	background-image: url(../Images/MoneyTransferGray.gif);
}
.PaymentMethods table .Select
{
	margin: auto;
	width: 50px;
	height: 21px;
	padding-top: 6px;
	background-repeat: no-repeat;
	background-position: center right;
	position: relative;
}

.PaymentMethods .Item
{
	margin-bottom: 0px;
	margin-top: 0px;
}

.PaymentMethods .Item.Alternate
{
	border-top: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
		color: #3E3E3E;
}

.PaymentMethods .Item p
{
}

.PaymentMethods .Item.Selected
{
}

.PaymentMethod
{
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}

.PaymentMethod .CheckBoxImage
{
}

.PaymentMethod.Ideal
{
	background-image: url(../Images/IdealWhite.gif);
}
.PaymentMethod.Invoice
{
	background-image: url(../Images/InvoiceWhite.gif);
}
.PaymentMethod.Mandate
{
	background-image: url(../Images/MandateWhite.gif);
}
.PaymentMethod.MoneyTransfer
{
	background-image: url(../Images/MoneyTransferWhite.gif);
}
.PaymentMethods .Item .PaymentMethod
{
	background-repeat: no-repeat;
	background-position: 60px center;
	padding-left: 150px;
	position: relative;
}

.PaymentMethods td.PaymentMethod
{
}

.StyledPanel.Text .PaymentMethod
{
	background-position: 8px center;
	height: 27px;
	line-height: 27px;
	padding-left: 46px;
}

.Printer
{
	position: relative;
}

.Printer h1 .Highlight.Block
{
	text-indent: 0;
}

.Printer .Favorite
{
	position: absolute;
	right: 112px;
	top: 12px;
}

.Printer .Image
{
	position: absolute;
	right: 10px;
	top: -10px;
}

.PrinterSearch .Data, .PrinterSearch h2, .PrinterSearch h3, .PrinterSearch .Groups
{
	padding-left: 8px;
	padding-right: 8px;
	float: none;
	clear: both;
}

.PrinterSearch .Data
{
	background-color: #F2F2F2;
		color: #3E3E3E;
}

.PrinterSearch .Data, .PrinterSearch .Groups
{
	background-color: #F2F2F2;
	color: #3E3E3E;
	padding-bottom: 5px;
	padding-top: 5px;
	border-style: solid none solid none;
	border-width: 1px;
	border-color: #F4D2DE;
}

.PrinterSearch .Data, .PrinterSearch .Data a, .PrinterSearch .Groups a
{
	color: #3E3E3E;
}

.PrinterSearch .Groups
{
	overflow: auto;
	display: block;
	height: 10px;
	height: auto !important;
	min-height: 10px;
	position: relative;
}

.PrinterSearch .Groups .Group
{
	width: 215px;
	float: left;
}

.Button.Add
{
	background-image: url(../Images/ButtonAdd.gif);
}
.Button.Add:hover
{
	background-image: url(../Images/ButtonAddHover.gif);
}
.Button.Add:active
{
	background-image: url(../Images/ButtonAddActive.gif);
}
.Button.Remove
{
	background-image: url(../Images/ButtonRemove.gif);
}
.Button.Remove:hover
{
	background-image: url(../Images/ButtonRemoveHover.gif);
}
.Button.Remove:active
{
	background-image: url(../Images/ButtonRemoveActive.gif);
}
.Button.Delete
{
	background-image: url(../Images/ButtonDelete.gif);
}
.Button.Delete:hover
{
	background-image: url(../Images/ButtonDeleteHover.gif);
}
.Button.Delete:active
{
	background-image: url(../Images/ButtonDeleteActive.gif);
}

.ShoppingCartDetails
{
	border-bottom: solid 1px #E3E3E3;
}

.ShoppingCartDetails .Button
{
	display: block;
	width: 12px;
	height: 12px;
	background-color: Transparent;
	border: none;
	float: left;
	margin: 1px 1px 0 1px;
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}

.ShoppingCartDetails .Button.Add
{
	background-image: url(../Images/ButtonAdd.gif);
}
.ShoppingCartDetails .Button.Add:hover
{
	background-image: url(../Images/ButtonAddHover.gif);
}
.ShoppingCartDetails .Button.Add:active
{
	background-image: url(../Images/ButtonAddActive.gif);
}
.ShoppingCartDetails .Button.Remove
{
	background-image: url(../Images/ButtonRemove.gif);
}
.ShoppingCartDetails .Button.Remove:hover
{
	background-image: url(../Images/ButtonRemoveHover.gif);
}
.ShoppingCartDetails .Button.Remove:active
{
	background-image: url(../Images/ButtonRemoveActive.gif);
}
.ShoppingCartDetails .Button.Delete
{
	background-image: url(../Images/ButtonDelete.gif);
}
.ShoppingCartDetails .Button.Delete:hover
{
	background-image: url(../Images/ButtonDeleteHover.gif);
}
.ShoppingCartDetails .Button.Delete:active
{
	background-image: url(../Images/ButtonDeleteActive.gif);
}
.ShoppingCartDetails .Quantity .Number
{
	float: left;
	margin-right: 10px;
}

.AspNet-GridView table
{
	width: 100%;
}

.AspNet-GridView td, .AspNet-GridView th, .PaymentMethods td, .PaymentMethods th
{
	padding-left: 8px;
	padding-right: 8px;
}

.AspNet-GridView td
{
	height: 40px;
}

.AspNet-GridView .AspNet-GridView-Normal
{
	background-color: #F2F2F2;
	color: #3E3E3E;
}

.AspNet-GridView .AspNet-GridView-Normal a, .AspNet-GridView .AspNet-GridView-Normal a:link, .AspNet-GridView .AspNet-GridView-Normal a:visited, .AspNet-GridView .AspNet-GridView-Normal a:active
{
	color: #3E3E3E;
}

.AspNet-GridView .Quantity
{
	width: 75px;
	text-align: right;
}

.AspNet-GridView .Quantity .Container
{
	float: right;
}

.AspNet-GridView .Price
{
	text-align: right;
	padding-right: 8px;
	width: 50px;
}

.ShoppingCartSummary
{
	float: right;
	border-left: 1px solid #E3E3E3;
	text-indent: 8px;
}

.ShoppingCartSummary .AspNet-DetailsView-Value
{
	font-weight: bold;
	text-align: right;
}

.ShoppingCartSummary .Total
{
	border-top: solid 1px #E3E3E3;
}

.Sidebar h2, #CheckoutSteps .Item.Active
{
	background-image: url(../Images/H2Line.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 3px;
	margin: 0 0 10px 0;
	line-height: 18px;
	height: 18px;
		color: #3E3E3E;
}

.Sidebar h2, .Sidebar #CheckoutSteps .Item
{
	text-indent: 17px;
}

.Sidebar #PaymentMethods
{
	width: 217px;
	height: 61px;
	margin: auto;
	position: static;
	overflow: visible;
	background-image: url(../Images/PaymentMethods.gif);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 0;
}
.Sidebar #BannerIdeal
{
  width: 155px;
  height: 55px;
  margin: auto;
  overflow: hidden;
}
.Sidebar #SearchByPrinterBrand, .Sidebar #QuickSearch, .Sidebar #Favorites
{
	margin-left: 25px;
}

.Sidebar #SearchByPrinterBrand .Item, .PrinterSearch .Item, .Sidebar #Favorites .Item
{
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}

.Sidebar #SearchByPrinterBrand .Item, .Sidebar #Favorites .Item
{
	background-image: url(../Images/HyperLink.gif);
}

.Sidebar #Favorites .Item
{
	position: relative;
	height: 23px;
	line-height: 23px;
}

.Sidebar #Favorites .Button.Delete
{
	position: absolute;
	right: 35px;
	top: 6px;
	width: 12px;
	height: 12px;
}

.Sidebar #Favorites .Button.AddToShoppingCartSmall
{
	position: absolute;
	top: 0;
	right: 0;
}

.PrinterSearch .Item
{
	background-image: url(../Images/HyperLink.gif);
}

.ShowOther
{
	font-style: italic;
}

.Sidebar #Start
{
	width: 217px;
	height: 44px;
	background-image: url(../Images/Start.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}
.Sidebar #QuickSearch
{
	text-align: left;
}
.Sidebar #QuickSearch .Label
{
	color: #3E3E3E;
	clear: right;
}
#Start
{
	color: #FFFFFF;
}

#Start h1
{
	font-size: 21px;
	padding-top: 5px;
	background-image: none;
	margin: 0;
}

#Start span
{
	font-weight: bold;
}

.SubmitButton
{
	height: 16px;
	width: 16px;
	background-color: Transparent;
	background-image: url(../Images/SubmitButton.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: none;
	vertical-align: middle;
	position: relative;
	padding: 0;
	margin: 0 0 5px 0;
}

table th
{
	text-align: left;
}

.CompletionList
{
	visibility: hidden;
	margin: 0px !important;
	background-color: Transparent;
	background-image: none;
	padding-left: 1px;
	color: #3E3E3E;
	cursor: default;
	overflow: auto;
	height: 100px;
	text-align: left;
	list-style-type: none;
	z-index: 2;
	cursor: default;
}

.CompletionListItem, .CompletionListHighlightedItem
{
	background-color: #F0F0F0;
	padding: 2px;
}

.CompletionListHighlightedItem
{
	background-color: #FFFFFF;
	color: #3E3E3E;
}

.TextBoxCompletionList #QuickSearch .TextBox
{
	width: 130px;
}



#Footer a
{
	color: #3E3E3E;
	text-decoration: underline;
}

