﻿body 
{
    margin:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
    background-image: url(/nzlaptops/images/frontbackstrip.JPG);
}
a {
}
img 
{
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}

 /* 3 Column settings */
.threecol {
	background:#fff;		/* right column background colour */
}
.threecol .colmid {
	right:0;			/* width of the right column */
}
.threecol .colleft {
	right:68%;			/* width of the middle column */
	background:#fff;	/* left column background colour */
}
.threecol .col1 {
	width:68%;			/* width of center column content (column width minus padding on either side) */
	left:100%;			/* 100% plus left padding of center column */
	padding:2px;
}
.threecol .col2 {
	width:30%;			/* Width of left column content (column width minus padding on either side) */
	left:0;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}


/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
	/*border-top:1px solid #000;*/
}

.OrderDetails_MainTable
{
    background-color:#eeeeee;
}
.OrderDetails_MainTable tr td
{
    border: solid 1px #aaaaaa;
}
.GrayBox
{
    border:solid 1px #aaa;
    background-color:#eee;
}


.Checkout_Header
{
    font-size:12pt;
    font-weight:bold;
    margin-left:40px;
}
.Checkout_MainTable
{
    border:solid 1px #aaaaaa;
    width:99%;
    margin-top:5px;
    margin-bottom:10px;
    background-color:#eeeeee;
}
.Checkout_ValidationError
{
    background-color:#ff6a6a;
    border:solid 1px #aa0000;
}
.Checkout_AltRow
{
    background-color:#eeeeee;   
}
.Checkout_Total
{
    font-weight:bold;
}

.CustomerLogin_Header
{
    font-size:12pt;
    font-weight:bold;
    text-align:center;
}
.CustomerLogin_ButtonDiv
{
    text-align:center;
}
.CustomerLogin_Existing
{
    background-color:#eeeeee;
    border:solid 1px #aaaaaa;
}
.CustomerLogin_New
{
    background-color:#eeeeee;
    border:solid 1px #aaaaaa;
}

.OrderDetails_Header
{
    font-size:12pt;
    font-weight:bold;
    text-align:center;
}
.OrderDetails_MainTable
{
    border: solid 1px #aaaaaa;
    background-color:#eeeeee;
}
.FullCart_MainTable
{
    width:98%;
    border:solid 1px black;
}

.FullCart_AltRow
{
    background-color:#eeeeee;
}
.FullCart_ItemQty
{
    width:40px;
}
.FullCart_Total
{
    font-weight:bold;
}

.WS_CartTable
{
    background-color:#86848c;
    color:#121212;
}
.WS_CartTable a
{
    color:#121212;
    margin:4px;
    text-decoration:none;
}
.WS_CartTable th
{
    background-color:#121212;
    color:#eeeeee;
    font-weight:bold;
}
.WS_CartTable tr:nth-child(odd)
{
    background-color:#9c9aa3;
}
