*	{
	margin: 0;
	padding: 0;
	}
	
body {
	font-family: Arial, Helvetica, "Trebuchet MS" sans-serif;
	font-size: small;
	background: #baeffb url(../images/layout/background-body.jpg) top center no-repeat;
	}
	
#border {
	margin: 0 auto;
	background: url(../images/layout/border-container.gif) top left repeat-x;
	width: 1052px;
/*	max-width: 1352px;
	min-width: 972px;
*/	border-bottom: 1px solid #b2d2e5;
	}
	
#container {
	margin: 0 auto;
	padding: 35px 25px;
	width: 1000px;
/*	max-width: 1300px;
	min-width: 920px;
*/	font-size: 90%;
	background: #ddf7fd url(../images/layout/background-container.jpg) top center no-repeat;
	}
		
#mainContent {
	margin: 20px 0 30px 0;
	}
	
#leftColumn {
	width: 188px;
	float: left;
	margin-bottom: 30px;
	border: 1px solid #fff;
	}
	
#centerColumn {
	margin: 0 210px 30px 210px;
	}

#rightColumn {
	width: 190px;
	float: right;
	margin-bottom: 30px;
	}
	
#footer {
	clear: both;
	padding: 15px;
	margin-top: 20px;
	color: #235b68;
	font-size: 90%;
	text-align: right;
	background: #d2effa;
	border: 1px solid #fff;
	}
	

/* ---------- Header Styles ---------- */

#header img {
	width: auto;
	float: left;
	}
	
#emailNewsletterTB {
	margin-right: 50px;
	}

#quickLinks {
	width: 400px;
	float: right;
	margin-top: 15px;
	text-align: right;
	}
	
#quickLinks li, #login li {
	display: inline;
	padding: 0 5px;
	font-size: 95%;
	}
	
#login span {
	font-size: 95%;
	padding: 0 0 0 10px;
	}
	
#quickLinks input.textBox {
	width: 200px;
	padding: 7px 6px 6px 6px;
	font-size: 90% !important;
	color: #828383;
	border: 1px solid #215c8b;
	}
	
#quickLinks input.button {
	color: #828383;
	}
	
#emailNewsletterTB {
	width: 200px;
	margin-right: 10px;
	padding: 3px 3px 2px 3px;
	font-size: 85% !important;
	}
	
#newsletterSubmitBTN {
	border: none;
	float: none !important;
	margin: 2px 0 0 0 !important;
	}
	
#mainNavContainer {
	clear: both;
	margin-top: 12px;
	background: #ffaa4e url(../images/layout/background-main-nav.gif) bottom left repeat-x;
	border: 1px solid #fff;
	}
	
#mainNav ul {
	float: left;
	width: 520px;
	}
	
#mainNav li {
	float: left;
	padding-right: 2px;
	background: url(../images/layout/main-nav-border.gif) bottom left no-repeat;
	}

#login {
	float: right;
	width: auto;
	margin-top: 12px;
	}
	
#cartSummary {
	float: right;
	width: 250px;
	padding: 8px 7px;
	font-size: 90%;
	}
	
#cartSummary ul {
	float: right;
	width: auto;
	margin-right: 6px;
	padding: 4px 10px;
	color: #61797f;
	background: #fff;
	border: 1px solid #d15d01;
	}
	
#cartSummary li {
	display: inline;
	}
	
#totalPrice {
	padding-right: 9px;
	margin-right: 6px;
	border-right: 1px solid #a3acaf;
	}
	
#viewCart {
	display: block;
	float: right;
	width: 72px;
	height: 22px;
	text-indent: -9999px;
	background: url(../images/buttons/view-cart.gif);
	}
	
#viewCart:hover {
	background: url(../images/buttons/view-cart-hover.gif);
	}
	
/* ---------- Left Column styles ---------- */

#leftColumn h2, #rightColumn h2 {
	padding: 10px 15px;
	text-align: center;
	font-size: 100%;
	color: #fff;
	background: #4c607f url(../images/layout/h2-blue.gif) bottom left repeat-x;
	}
	
/* a tag for h2 */
/*h2 a
{
color: #fff;
}*/

.supportBox
{
    border: 1px solid #fff;    
    width: 188px;
    height: 144px;
    text-decoration: none;
    background: url(../images/layout/supportpic.jpg);
    background-color: #f6fafb;
    overflow: hidden;
}
.supportBox a:link, a:visited, a:active
{
    text-decoration: none;
}


#leftColumn h3 {
	padding: 9px 12px;
	font-size: 90%;
	color: #34445b;
	background: #d7eaf0;
	border-bottom: 1px solid #34445b;
	}
	
#leftColumn h3:hover, #leftColumn {
	background: #a0c00f;
	color: #fff;
	cursor: pointer;
	}
	
#leftColumn li {
	float: left;
	width: 188px;
	}
	
/* ---------- Center Column styles ---------- */

.homeBox {
	width: 29%;
	height: 144px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	border: 1px solid #fff;
	background: url(../images/layout/background-home-box.gif) no-repeat;
	overflow: hidden;
	}
	
.homeBox img {
	float: right;
	}
	
.homeBox span {
	position: absolute;
	margin: 80px 0 0 10px;
	padding: 3px 20px 3px 0;
	font-weight: bold;
	color: #464e5b;
	background: url(../images/buttons/arrow-green.gif) right center no-repeat;
	}
	
.containingLink {
	height: 144px;
	display: block;
	text-decoration: none;
	}
	
#generalText {
	padding: 0 20px;
	font-size: 95%;
	}
	
#cartButtons {
	margin-bottom: 40px;
	padding: 17px 0 40px 0;
	font-size: 90%;
	color: #667ea2;
	background: url(../images/layout/dotted-blue.png) bottom left repeat-x;
	}
	
#searchFilter {
	margin-top: 15px;
	padding-bottom: 15px;
	background: url(../images/layout/dotted-blue.png) bottom left repeat-x;
	}

#searchFilter p {
	float: left;
	width: 55%;
	}
	
#searchFilter p select {
	margin-left: 6px;
	font-size: 100%;
	width: 50px;
	}
	
#results, #itemsTable table {
	float: left;
	color: #34445b;
	background: #fff;
	border: 1px solid #fff;
	font-size: 90%;
	width: 100%;
		margin-bottom: 30px;
	}
	
#results th, #itemsTable table th {
	padding: 12px 10px;
	color: #fff;
	background: #b9d635 url(../images/layout/background-th.gif) bottom left repeat-x;
	}
	
#results th a {
	color: #fff;
	}
	
#results td, #itemsTable table td {
	padding: 8px 10px 2px 10px;
	text-align: center;
	vertical-align: top;
	line-height: 1.5em;
	border-bottom: 1px solid #ddeb9e;
	vertical-align: middle;
	}
	
#results .productRangeName, #itemsTable table .productRangeName {
	padding: 8px 10px 2px 5px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	}
	
#results .productRangeName a, #itemsTable table .productRangeName a {
	color: #34445b;
	}
	
#results .productRangeName a:hover, #itemsTable table .productRangeName a:hover {
	color: #349ab2;
	}
	
#results .productRangeName img {
	padding: 0 10px 10px 0;
	float: left;
	width: 90px;
	}
	
#results .productRangePrice, .buyProduct, #itemsTable table .productRangePrice  {
	font-weight: bold;
	color: #bf2001;
	}
	
#results .productRangeBuy, #itemsTable table .productRangeBuy {
	padding-right: 20px;
	}
	
#results .productRangeBuy input, .buyProduct input, #itemsTable table .productRangeBuy input {
	width: 45px;
	margin-bottom: 3px;
	padding: 4px 2px;
	font-size: 90%;
	color: #34445b;
	border: 1px solid #a4a4a4;
	}
	
#productPage, #checkoutProcess, #account {
	background: #fff;
	border: 1px solid #fff;
	}
	
h1.dotted {
	padding: 10px 0 12px 0;
	font-size: 105%;
	color: #35455d;
	background: url(../images/layout/dotted-blue.png) bottom left repeat-x;
	}
	
h1.where {
	margin-bottom: 20px;
	padding: 12px 10px;
	font-size: 95%;
	font-weight: normal;
	color: #fff;
	background: #b8d634 url(../images/layout/background-th.gif) bottom left repeat-x;
	}

#productPage h2 {
	font-size: 100%;
	color: #34445b;
	margin-bottom: 30px;
	}
	
#productPage img {
	float: left;
	width: 180px;
	padding: 0 0 0 20px;
	}
	
#productDetails {
	margin: 20px 20px 0 220px;
	}
	
.productBuyDetails {
	margin-bottom: 10px;
	}
	
.productBuyDetails li {
	font-size: 90%;
	display: inline;
	}
	
.manufacturersNo {
	color: #bdc0c3;
	}
	
.buyProductInput input {
	width: 47px;
	float: left;
	padding: 1px 0;
	}
	
.buyButtonInput {
	float: left;
	margin-left: 5px !important;
	}
	
#productDetails table {
	font-size: 90%;
	}
	
hr.dotted {
	border: none;
	height: 1px;
	display: none;
	background: url(../images/layout/dotted-blue.png) repeat-x;
	}
	
#specification, .specification {
	width: 100%;
	margin: 50px 0;
	}
	
#specification th, .specification th {
	border-bottom: 1px solid #eaebec;
	text-align: left;
	}
	
#specification th, #specification td, .specification th, .specification td {
	padding: 7px 6px;
	}
	
#specification .first, .specification .first {
	border-right: 7px solid #fff;
	}
	
#specification .alt td, .specification .alt td {
	background: #f7f7f8;
	border-top: 1px solid #e6e7e9;
	border-bottom: 1px solid #e6e7e9;
	}
	
body #shoppingCart {
	margin-bottom: 30px;
	}
	
body #shoppingCart td {
	text-align: left;
	}
	
body #shoppingCart td input {
	width: 30px;
	margin-right: 10px;
	}
	
#cartNav {
	float: left;
	width: 565px;
	padding-top: 10px;
	}
	
#subTotal {
	float: right;
	margin: 0 0 30px 20px;
	text-align: right;
	font-weight: bold;
	color: #b00;
	}
	
.productRemove {
	text-decoration: none !important;
	font-weight: bold !important;
	}
	
#cartUpdates, .goCheckout {
	font-size: 105%;
	color: #34445b;
	}
	
#cartUpdates li {
	float: left;
	margin-right: 10px;
	font-weight: bold;
	}
	
.goCheckout {
	float: right;
	width: 200px;
	text-align: right;
	font-weight: bold;
	}
	
.goCheckout strong, #deliveryOptions strong, .red {
	color: #bf2001;
	margin-left: 5px;
	font-size: 110%;
	}
	
#deliveryOptions {
	width: 390px;
	margin-bottom: 30px;
	text-align: right;
	}
	
#deliveryOptions select {
	font-size: 95%;
	width: 60%;
	padding: 1px 1px 1px 2px
	}
	
#deliveryOptions p.rightAlign {
	margin-bottom: 10px;
	}
	
p.dotted {
	background: url(../images/layout/dotted-blue.png) bottom left repeat-x;
	padding-bottom: 15px;
	margin-bottom: 15px;
	}
	
#costTotals p {
	margin: 0 0 10px 0;
	text-align: right;
	font-weight: bold;
	}
	
#costTotals p strong {
	color: #bf2001;
	}
	
	
#accountNav li {
	float: left;
	}
	
#accountNav li.last {
	border-right: 1px solid #fff;
	}
	
#accountNav li a {
	float: left;
	padding: 10px;
	color: #fff;
	background: #b8d634 url(../images/layout/background-th.gif) bottom left repeat-x;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	}
	
#accountNav li a:hover {
	background: #495d7b url(../images/layout/h2-blue.gif) bottom left repeat-x;
	}
	
#accountNav li a.active, #accountNav li a.active:hover {
	color: #34445b;
	background: #eff7f9;
	}

#account {
	float: left;
	padding: 30px 0 0 0;
	width: 575px;
	margin-bottom: 40px;
	}
	
#account p.dotted {
	margin-bottom: 30px;
	}
	
.linkList li {
	margin-bottom: 4px;
	}
	
#largerText {
	font-size: 130%;
	}
	
#helpImage {
	float: right;
	width: 320px;
	margin-left: 20px;
	border: 1px solid #626f86;
	}
	
#centerColumn.infoText {
	color: #245342;
	text-align: justify;
	font-size: 95%;
	}
	
#centerColumn.infoText h1, .smallH1 {
	text-transform: uppercase;
	font-size: 120%;
	margin-bottom: 15px;
	color: #23335b;
	}
	
#centerColumn.infoText h2 {
	color: #23335b;
	font-size: 100%;
	padding-bottom: 5px;
	margin-bottom: 8px;
	background: url(../images/layout/dotted-blue.png) bottom left repeat-x;
	}
	
#centerColumn.infoText .linkList li {
	padding-bottom: 10px;
	}
	
.fullTable {
	width: 560px;
	color: #122249;
	margin: 20px 0 40px 0;
	}
	
.fullTable td, .fullTable th {
	padding: 5px 8px;
	vertical-align: top;
	text-align:left;
	}
	
.fullTable .column1 {
	width: 320px;
	}
	
.address {
	width: 50%;
	float: left;
	}
	
	
/* ---------- PC Builder Styles ---------- */

#pcBuilder {
	position: relative;
	z-index: 5000;
	width: 545px;
	}
	
#pcBuilder #tabNav {
	width: 545px;
	}

#pcBuilderHome h2 {
	text-indent: 0;
	font-size: 100%;
	color: #fff;
	width: auto;
	height: auto;
	padding: 8px;
	}
	
#pcBuilderHome img {
	position: relative;
	z-index: 50;
	}
	
.pcBuilderConfigure {
	position: absolute;
	z-index: 100;
	display: block;
	width: 162px;
	text-align: center;
	background: #344059;
	color: #fff;
	text-decoration: none;
	margin-top: 92px;
	padding: 3px;
	}
	
.pcBuilderConfigure:hover {
	background: #a2ae2f;
	}

#pcBuilder .tabContentActive {
	background: #fff;
	}
	
#summaryDiv {
	position: fixed;
	z-index: 6000;
	width: 188px;
	background: #f6fafb;
	border: 1px solid #fff;
	}

#pcBuilder .component {
	background: #f6fafb;
	border: 1px solid #657a98;
	color: #37475f;
	margin-bottom: 20px;
	width: 543px;
	}
	
#pcBuilder .component h2 {
	background: #eff7f9 url(../images/layout/dotted-blue.png) bottom left repeat-x;
	color: #a0c00f;
	font-size: 100%;
	text-transform: uppercase;
	padding: 10px 12px;
	}
	
#pcBuilder .learnMore {
	display: none;
	}
	
#pcBuilder .moreInfo {
	padding: 12px 12px 0 12px;
	font-size: 95%;
	}
	
#pcBuilder p {
	margin-bottom: 10px;
	}
	
#pcBuilder .options {
	padding: 0 12px 20px 12px;
	font-size: 95%;
	}
	
#pcBuilder .active {
	background: url(../images/layout/dotted-blue.png) bottom left repeat-x;
	}
	
#pcBuilder table td {
	vertical-align: middle;
	padding: 1px 3px 2px 3px;
	}
	
#pcBuilder table td.pcBuilderProduct {
	width: 500px;
	}
	
#pcBuilder table td.pcBuilderMore a, #pcBuilder p.closeLink a {
	text-decoration: none;
	font-weight: bold;
	color: #5c6f98;
	background: url(../images/layout/builder-down-arrow.gif) right center no-repeat;
	display: block;
	padding-right: 16px;
	font-size: 95%;
	}
	
#pcBuilder table td.pcBuilderMore a:hover {
	color: #34445b;
	}
	
#pcBuilder p.closeLink a {
	background: none;
	padding-top: 20px;
	color: #5c6f98;
	}
	
#pcBuilder table td input {
	margin: 0;
	padding: 0;
	}
	
#pcBuilder #summaryDiv h3 {
	color: #fff;
	background-color: #a0c00f;
	margin: 0 0 10px 0;
	}	
	
#pcBuilder table .active {
	padding: 20px 0;
	}
	
#pcBuilder table .active img {
	padding: 5px;
	background: #fff;
	border: 1px solid #899ab1;
	float: left;
	width: 100px;
	}
	
#pcBuilder table .active .pcBuilderMoreDetails {
	float: right;
	width: 380px;
	margin-top: 0;
	padding-top: 0;
	}
	
#pcBuilder table .active .specification {
	margin: 0;
	padding: 0;
	}
	
.moveTabLinkPrevious {
	float: left;
	width: 40%;
	}
	
.moveTabLinkNext {
	text-align: right;
	float: right;
	width: 40%;
	}

	
	
.moveTabLink {
	text-decoration: none;
	text-transform: uppercase;
	color: #34445b;
	margin-left: 10px;
	}
	
.moveTabLink:hover {
	color: #495d7b;
	}
	
.closeLink {
	text-align: right;
	margin-bottom: 30px;
	}
	
#summaryDiv ul {
	margin: 0;
	padding: 12px 12px 0 12px;
	font-size: 95%;
	}
	
#summaryDiv li {
	margin: 0 0 6px 0;
	}
	
#summaryDiv #checkoutLink {
	display: block;
	margin-top: 15px;
	padding: 7px 10px;
	text-align: center;
	color: #fff;
	background: #b8d634 url(../images/layout/background-th.gif) bottom left repeat-x;
	text-decoration: none;
	border: 1px solid #fff;
	}

	
#pcBuilderCost, #pcBuilderCostIncVat {
	text-align: right;
	background: #eff7f9 url(../images/layout/dotted-blue.png) top left repeat-x;
	padding: 8px 12px;
	margin-bottom: 0;
	margin-top: 15px;
	font-weight: bold;
	font-size: 110%;
	color: #465a76;
	}
	
#pcBuilderCostIncVat {
	margin-top: 0;
	}
	
.tabContentActive, .tabContent {
	display: block;
	position: relative;
	z-index: 1;
	float: left;
	margin-top: -1px;
	padding: 22px 18px;
	width: 545px;
	background: url(../images/layout/tab-background.jpg) top left no-repeat;
	border-top: 1px solid #b2ba7e;
	}
	
.tabContent {
	display: none;
	}
	
#tabNav, #tabNav2 {
	position: relative;
	z-index: 2;
	}
	
#tabNav li, #tabNav2 li {
	list-style: none;
	float: left;
	margin-right: 1px;
	background: url(../images/layout/tab-right.gif) top right no-repeat;
	}
	
#tabNav li.last, #tabNav2 li.last {
	border-right: 1px solid #fff;
	}
	
#tabNav li a, #tabNav2 li a {
	display: block;
	padding: 10px;
	color: #fff;
	background: #b8d634 url(../images/layout/background-th.gif) bottom left repeat-x;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	}
	
#tabNav li a:hover, #tabNav2 li a:hover, #tabNav li.active a, #tabNav2 li.active a {
	background: #495d7b url(../images/layout/h2-blue.gif) bottom left repeat-x !important;
	}
	
#tabNav li a.active, #tabNav2 li a.active {
	color: #34445b;
	background: #eff7f9;
	}


/* ---------- Contact Form ---------- */

#contactForm p {
	margin-bottom: 15px;
	}

#contactForm strong {
	margin-right: 20px;
	}
	
#contactForm input {
	margin-right: 10px;
	}
	
#enquiryTxt {
	margin-top: 10px;
	}


	
/* ---------- Right Column styles ---------- */

#topSellersContainer	{
	border: 1px solid #fff;
	background: #f6fafb;
	font-size: 90%;
	}
	
.topSeller, .topSellerAlt {
	padding: 12px 7px;
	background: url(../images/layout/dotted-green.png) bottom left repeat-x;
	}
	
#topSellersContainer strong {
	float: right;
	}
	
.topSellerAlt {
	background: #eff7f9 url(../images/layout/dotted-green.png) bottom left repeat-x;
	}
	
#topSellersContainer .rightAlign {
	margin-top: 8px;
	color: #bf2001;
	font-weight: bold;
	}
	
/* ---------- Footer Styles ---------- */	

#footer li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #f9fdfe;
	}
	
#footer li.last {
	padding: 0 0 0 10px;
	border-right: none;
	}
	
#footer p {
	margin: 0;
	}
	
	
/* ---------- Forms --------- */

/* -- Checkout Process -- */

#checkoutProgress {
	display: block;
	margin: 0 auto 30px auto;
	}
	
#checkoutForm, #accountContent {
	padding: 0 20px 40px 20px;
	}
	
#checkoutForm p, #accountContent p {
	color: #34445b;
	}
	
#checkoutForm .radioChoice {
	font-weight: bold;
	color: #34445b;
	margin-bottom: 10px;
	}
	
#checkoutForm .radioChoice input {
	margin-right: 10px;
	}
	
#checkoutForm hr {
	margin: 20px 0 40px 0;
	}
	
#checkoutForm dl, #accountContent dl {
	color: #667ea2;
	}
	
#checkoutForm dt, #accountContent dt {
	float: left;
	width: 130px;
	margin-bottom: 10px;
	}
	
#checkoutForm dd, #accountContent dd {
	margin-left: 150px;
	margin-bottom: 10px;
	}
	
#checkoutForm .textNormal, #checkoutForm .textShort, #accountContent .textNormal {
	width: 240px;
	border: 1px solid #34445b;
	padding: 2px 4px;
	}
	
#container select.textNormal {
	padding: 1px 1px 1px 2px;
	}
	
#checkoutForm .textShort, #accountContent .textShort {
	width: 90px;
	}
	
#checkoutForm select.textShort {
	font-size: 90%;
	padding: 1px 1px 1px 2px;
	}
	
#checkoutForm #continueButton, #accountContent #continueButton {
	margin: 20px 0 20px 328px;
	}
	
.checkQuestion {
	margin: 35px 0;
	}
	
.checkQuestion input {
	margin-left: 20px;
	}
	
.nextButton {
	padding: 1px 5px;
	}
	
.formOff {
	display: none;
	}
	
.formOn {
	display: block;
	}
	
.formInactive input {
	color: #515151;
	}
	
.formQuestion {
	width: 400px;
	text-align: right;
	margin: 30px 0 40px 0;
	padding: 0 0 12px 0;
	background: url(../images/layout/dotted-blue.png) bottom left repeat-x;
	}
	
.formQuestion a {
	float: right;
	text-align: left;
	margin: -5px 0 0 10px;
	}
	
#addressDetails dd {
	color: #34445b
	}
	
#emailButton {
	margin: 10px 0 20px 338px;
	}
	
/* ---------- Typography styles  ---------- */

#centerColumn h3	{
	margin-bottom: 25px;
	color: #b8d634;
	font-size: 100%;
	text-transform: uppercase;
	}
	
#centerColumn #account h3 {
	margin-bottom: 10px;
	}
	
p	{
	margin: 0 0 25px;
	line-height: 1.4em;
	}
	
#generalText p {
	color: #34445b;
	}

li	{
	list-style: none;
	}

.rightAlign, #rightAlign {
	text-align: right;
	}
	
.leftAlign {
	text-align: left;
	}
	
.centered {
	text-align: center;
	}
	
.borderedTop {
	border-top: 1px dotted #666;
	margin-top: 15px;
	padding-top: 10px;
	}

/* -- Link styles -- */

#header a {
	text-decoration: none;
	color: #fff;
	}

#mainNav li a {
	float: left;
	padding: 13px 14px;
	}
	
#mainNav li a:hover {
	background: #495d7b url(../images/layout/h2-blue.gif) bottom left repeat-x;
	}
	
#leftColumn a {
	display: block;
	clear:left;
	padding: 9px 12px;
	color: #34445b;
	background: #ddeb9e;
	border-bottom: 1px solid #cde07a;
	text-decoration: none;
	font-size: 90%;
	}
	
#leftColumn a:hover {
	background: #cde07a;
	border-bottom: 1px solid #adbc6c;
	}
	
#leftColumn a.last {
	border-bottom: 1px solid #34445b;
	}
	
#centerColumn p a, .passwordLink, #summaryDiv a, #shoppingCart a, #cartUpdates a, #cartButtons a {
	color: #041d2b;
	}
	
#centerColumn p a:hover, passwordLink:hover, #summaryDiv a:hover, #shoppingCart a:hover, #cartUpdates a:hover, #cartButtons a {
	color: #0a4f76;
	}
	
#shoppingCart a {
	text-decoration: none;
	}
	
#footer li a, .linkList a {
	text-decoration: none;
	color: #041d2b;
	}
	
#footer li a:hover, .linkList a:hover {
	color: #0d74af !important;
	}

	
#footer p a {
	color: #349ab2;
	font-weight: bold;
	}
	
#quickLinks a:hover, #footer a:hover, .linkList a:hover {
	color: #221e1f;
	}
	
.linkList a {
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
/* -- Image Replacement -- */

.homeBox h2 {
	width: 160px;
	height: 32px;
	text-indent: -9999px;
	}
	
#homeDesktops 		{ background: url(../images/headings/home-desktops.gif); }
#homeComponents { background: url(../images/headings/home-components.gif); }
#homePeripherals 	{ background: url(../images/headings/home-peripherals.gif); }
#homeNetworking 	{ background: url(../images/headings/home-networking.gif); }
#homeSoftware 		{ background: url(../images/headings/home-software.gif); }
#homeMedia 			{ background: url(../images/headings/home-media.gif); }
#homeCables 			{ background: url(../images/headings/home-cables.gif); }
#homeElectronics 	{ background: url(../images/headings/home-electronics.gif); }
#homeCCTV 			{ background: url(../images/headings/home-cctv.gif); }

.goButton, #newsletterSubmitBTN {
	float: right;
	margin: -3px 0 5px 10px;
	width: 33px;
	height: 18px;
	text-indent: -9999px;
	text-align: left;
	background: url(../images/buttons/go-orange.gif);
	}
	
#newsletterSubmitBTN {
	border: none;
	margin-top: -19px;
	}
	
.goButton:hover, #newsletterSubmitBTN:hover {
	background: url(../images/buttons/go-green.gif);
	cursor: pointer;
	}
	
#centerColumn .goButton {
	float: none;
	margin: 0 auto;
	}
	
.buyButton {
	display: block;
	width: 51px;
	height: 22px;
	text-indent: -9999px;
	background: url(../images/buttons/buy.gif);
	}
	
.addedProduct {
	display: block;
	width: 51px;
	height: 22px;
	text-indent: -9999px;
	background: url(../images/buttons/buy-added.gif);
	}
	
#continueButton {
	display: block;
	width: 72px;
	height: 22px;
	text-indent: -9999px;
	background: url(../images/buttons/continue.gif);
	}
	
#continueButton:hover {
	background: url(../images/buttons/continue-hover.gif);
	}
	
#updateButton, #emptyCart {
	display: block;
	width: 61px;
	height: 22px;
	text-indent: -9999px;
	background: url(../images/buttons/update.gif);
	}
	
#updateCart {
	display: block;
	background: url(../images/buttons/update.gif);
	width: 61px;
	height: 22px;
	text-indent: -9999px;
	float: right;
	margin-top: -5px;
	}
	
	
#updateButton:hover {
	background: url(../images/buttons/update-hover.gif);
	}
	
#emptyCart {
	background: url(../images/buttons/empty.gif);
	}
	
#emptyCart:hover {
	background: url(../images/buttons/empty-hover.gif);
	}
	
.checkoutButton {
	display: block;
	width: 75px;
	height: 22px;
	margin: -5px 0 0 10px;
	text-indent: -9999px;
	background: url(../images/buttons/checkout-hover.gif);
	text-align: left;
	float: right;
	}
	
.checkoutButton:hover {
	background: url(../images/buttons/checkout.gif);
	}

	
.deleteButton {
	display: block;
	width: 61px;
	height: 22px;
	text-indent: -9999px;
	background: url(../images/buttons/delete.gif);
	}
	
.deleteButton:hover {
	background: url(../images/buttons/delete-hover.gif);
	}

.returnButton {
	display: block;
	margin: 0 auto;
	width: 61px;
	height: 22px;
	text-indent: -9999px;
	background: url(../images/buttons/return.gif);
	}
	
.returnButton:hover {
	background: url(../images/buttons/return-hover.gif);
	}

	
/* ---------- Hacks and Patches ---------- */

/* -- Little fixes for IE6 -- */
	
img, .png 
{
	behavior: url(iepngfix.htc);
	}

/* -- Clearing floats -- */

.clear:after,
.topSeller:after,
.topSellerAlt:after,
#pcBuilder .active:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

* html .clear,
* html .topSeller,
* html .topSellerAlt,
* html #pcBuilder .active {
	height: 1px;
	}

*:first-child+html .clear,
*:first-child+html .topSeller,
*:first-child+html .topSellerAlt,
*:first-child+html #pcBuilder .active {
	min-height: 1px;
	}
	
.clearRight {
	clear: right;
	}
	
.cleared {
	clear: both;
	}

/* -- Added by Chris -- */	
.hidden,
#categoryGroup {
	display: none;
	}	

/* -- Pager -- */

#pagerAbove, #pagerBelow {
color: #349ac2;
float: left;
width: 40%;
text-align: right;
padding-bottom:10px;
}

#pagerBelow {
	width: 100%;
	}

#pagerAbove a, #pagerBelow a, #pagerAbove span, #pagerBelow span {
text-decoration: none;
margin: 0 0 0 5px;
color: #235b68;
font-weight: bold;
}

#pagerAbove span, #pagerBelow span {
	color: #589fcc;
	}

#pagerAbove a:hover, #pagerBelow a:hover {
color: #d15d01;
text-decoration: underline;
}




.inactive 
{
	display:none;
}

.active
{
	display:block;
}