html, body {
margin: 0;
padding: 0;
color: #fff;
height: 100%;
text-align: center;
background-color: #333;
}

a, a:visited {
border:0 ;
color:skyblue;
text-decoration: underline;
}

a:active {color: white;}


#container {
position: relative;
width: 760px;
margin: 0 auto;
text-align: left;
border-left: 200px solid black; /* left border creates background for left column ~ colour only */
background: #595959;
min-height: 600px; /* this is where inheritance stops */
}

/* the following changes the width per box model hack
and then puts in the 100% height (equivalent to min-height) for IE/Win only */
/*\ hide from Mac it's not broken */
* html #container {
width: 960px;
w\idth: 760px; /* should be 760 if in quirks mode */
/*height: 100%; */
}
/* end hide */

/* trick to get compliant browsers to clear the (right) floated div if required */
#container::after{
content: ".";
display: block;
height: 0;
line-height: 0;
font-size: 1px;
clear: both;
visibility: hidden;
}

#header {
position: absolute;
z-index: 100;
left: 50%;
margin: 0 0 0 -580px;
padding: 0;
height: 100px;
width: 960px;
background: #767a7c;
border-bottom: 6px solid orange;
overflow: hide;
}

div.header{
color:white;
}


#header #headline {
font-size: 2em;
position:absolute;
top:15px;
right:280px;
text-align:center;
text-shadow:2px 2px 8px #000000;
width:400px;}

#header, #left-col, #footer {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#header #headline #tagline {
font-size: .5em;
color: skyblue;
}

#headline {
text-transform: lowercase;
}

#placeholder-search, #placeholder-whosloggedin {
float:right;
}

#placeholder-search {
position: absolute;
right: 0;
bottom: 0;
margin: 2px;
}

#placeholder-whosloggedin {
font-size: 12px;
}
#footer
{
clear: both;
position: absolute;
left: -200px;
bottom: 0;
width: 960px;
background: #767a7c;

}

#left-col
{

position: relative;
margin: 0 0 0 -190px;
padding-bottom: 0px; padding-top: 106px;
width: 180px;
color: #FFF;
}


#placeholder-nav ul {
list-style-type: none;
margin: 0;
padding: 0;
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
}

#placeholder-nav li {
padding: .25em 1em;
}



#right-col
{
position: relative;
float: right;
margin: 106px 0 0 0;
padding: 0 0 60px 0;
width: 760px;
color: #DDD;
font-family: Georgia,Times New Roman,Times,serif;
font-size:16px;

}

#right-col h1
{
color: white;
}

#right-col h2, #right-col h3, #right-col h4, #right-col h5
{
color: skyblue;
text-decoration: none;
}


#right-col ol li
{
padding: 0 0 1em 0;
}


#left-col a, #left-col a:visited {color: white; text-decoration: none;}

#left-col a:hover {text-decoration: underline;background-color: #222;}


div#loadedcontent{padding-left: 12px; padding-right: 12px;margin-top: -12px;}

.breadcrumbs {font-size: 12px;font-family: Georgia,Times New Roman,Times,serif;}

.retailers h3, .retailers h4 {margin:0;}

textarea {min-width:30em;
}

input.productTextInput {
width:50px;
}

li.quantity img {
position:relative;
top:8px;
}


.shop-main li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

div.details ul {
display: inline-block; vertical-align: bottom; padding-left: 0px;
}

div.details ul li.price {
font-size: 24px;
}

div.details ul li.instock {
display:none;
}


div.cart-summary{
float:right;
}

.cartSummaryItem a {
font-weight:bold;
text-decoration:underline;
}

.whoslogged a {
font-weight:bold;
text-decoration:underline;
}
a img {
border: 0;
}
.clear {
clear:both;
}

table.cart {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #DDDDDD;
border-collapse:collapse;
border-spacing:0;
font-size:12px;
width:100%;
color:black;
}

table.cart a {
color:#1969BC;
}

table.cart a:hover {
color:#1969BC;
background: white;
text-decoration:underline;
}

table.cart th, table.cart td {
color:#666666;
padding:9px;
}

table.cart th {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F9F9F9 none repeat scroll 0 0;
border-bottom:1px solid #EEEEEE;
color:#000000;
font-size:11px;
font-weight:bold;
text-align:left;
}

.productitemcell {
height:23px;
line-height:20px;
margin:0 0 3px;
overflow:hidden;
}
tablecart div.productitemcell {
height:auto;
line-height:20px;
margin:0 0 3px;
overflow:visible;
}

table.cart td.actions {
text-align:right;
}
table.cart td.actions a {
font-size:12px;
font-weight:bold;
margin:0 18px 0 0;
text-decoration:none;
}
a#catshopclear {
font-size:10px;
font-weight:normal;
}
table.cart strong {
font-size:14px;
}

.productSmall td.productItem {
border: 1px solid gray;
padding: 4px;
}

table.productTable.productSmall td {
width: 25%;
}

input.cartInputText {
width:70px;
}
input#DiscountCode, input#GiftVoucher {
width:70px;
}
select.shippingDropDown {
width:150px;
}
table.cart th.quantity {
text-align:right;
}
table.cart td.quantity {
text-align:right;
}

.shop-form {
margin:0 0 18px;
}

.shippingCalc {
font-weight:bold;
background-color: lightgray;
}

#shippingCalc p {
display:none;
}

#ShippingCols{
margin-top:1em
}
.shop-checkout div.item{
margin-top: 1em;
}

#CardCCV{
width:4em;
}

#Amount
width:8em;
}

.shop-checkout .PaymentMethodType {
text-align:right;
}

.shop-form ul.form {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F9F9F9 none repeat scroll 0 0;
border:1px solid #EEEEEE;
padding:18px;
}
.shop-form ul.form li {
margin:0;
padding:9px 0;
}

.shop-form li.last {
border-top:1px solid #EEEEEE;
}
input.PaymentMethodType {
margin:0 6px 0 0;
}
.shop-form ul.form input.cat_textbox, .shop-form ul.form select.cat_dropdown, .shop-form ul.form textarea.cat_listbox {
width:260px;
}
.shop-form textarea.cat_listbox {
height:100px;
}

.shop-checkout input.cat_textbox {
width: 20em;
}

#shoponlinelink a, #shoponlinelink a:hover, #shoponlinelink a:visited {
color: yellow;
text-decoration: underline;
}

#shoponlinelink ul li a, #shoponlinelink ul li a:visited {
color: white;
text-decoration: none;
}

#shoponlinelink ul li a:hover{ text-decoration: underline;}
/* Misc classes and elements
-------------------------------------------------------------- */

/* Columns
-------------------------------------------------------------- */

/* Use this class together with the .span-x classes
   to create any composition of columns in a layout. */
   
.column {
  float: left;
  margin-right: 10px;
}


/* The last column in a row needs this class. */
.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1   { width: 30px; }
.span-2   { width: 70px; }
.span-3   { width: 110px; }
.span-4   { width: 150px; }
.span-5   { width: 190px; }
.span-6   { width: 230px; }
.span-7   { width: 270px; }
.span-8   { width: 310px; }
.span-9   { width: 350px; }
.span-10  { width: 390px; }
.span-11  { width: 430px; }
.span-12  { width: 470px; }
.span-13  { width: 510px; }
.span-14  { width: 550px; }
.span-15  { width: 590px; }
.span-16  { width: 630px; }
.span-17  { width: 670px; }
.span-18  { width: 710px; }
.span-19  { width: 750px; }
.span-20  { width: 790px; }
.span-21  { width: 830px; }
.span-22  { width: 870px; }
.span-23  { width: 910px; }
.span-24  { width: 950px; margin: 0; }

/* Add these to a column to append empty cols. */
.append-1   { padding-right: 40px; }  
.append-2   { padding-right: 80px; } 
.append-3   { padding-right: 120px; } 
.append-4   { padding-right: 160px; } 
.append-5   { padding-right: 200px; } 
.append-6   { padding-right: 240px; } 
.append-7   { padding-right: 280px; } 
.append-8   { padding-right: 320px; } 
.append-9   { padding-right: 360px; } 
.append-10  { padding-right: 400px; } 
.append-11  { padding-right: 440px; } 
.append-12  { padding-right: 480px; } 
.append-13  { padding-right: 520px; } 
.append-14  { padding-right: 560px; } 
.append-15  { padding-right: 600px; } 
.append-16  { padding-right: 640px; } 
.append-17  { padding-right: 680px; } 
.append-18  { padding-right: 720px; } 
.append-19  { padding-right: 760px; } 
.append-20  { padding-right: 800px; } 
.append-21  { padding-right: 840px; } 
.append-22  { padding-right: 880px; } 
.append-23  { padding-right: 920px; } 

/* Add these to a column to prepend empty cols. */
.prepend-1   { padding-left: 40px; }  
.prepend-2   { padding-left: 80px; } 
.prepend-3   { padding-left: 120px; } 
.prepend-4   { padding-left: 160px; } 
.prepend-5   { padding-left: 200px; } 
.prepend-6   { padding-left: 240px; } 
.prepend-7   { padding-left: 280px; } 
.prepend-8   { padding-left: 320px; } 
.prepend-9   { padding-left: 360px; } 
.prepend-10  { padding-left: 400px; } 
.prepend-11  { padding-left: 440px; } 
.prepend-12  { padding-left: 480px; } 
.prepend-13  { padding-left: 520px; } 
.prepend-14  { padding-left: 560px; } 
.prepend-15  { padding-left: 600px; } 
.prepend-16  { padding-left: 640px; } 
.prepend-17  { padding-left: 680px; } 
.prepend-18  { padding-left: 720px; } 
.prepend-19  { padding-left: 760px; } 
.prepend-20  { padding-left: 800px; } 
.prepend-21  { padding-left: 840px; } 
.prepend-22  { padding-left: 880px; } 
.prepend-23  { padding-left: 920px; } 


/* Border on right hand side of a column. */
.border {
  padding-right: 4px;
  margin-right: 5px;
  border-right: 1px solid #eee;
}

/* Border with more whitespace, spans one column. */
.colborder {
  padding-right: 24px;
  margin-right: 25px;
  border-right: 1px solid #eee;
}


/* Use these classes on an element to push it into the 
   next column, or to pull it into the previous column. */

.pull-1  { margin-left: -40px; }
.pull-2  { margin-left: -80px; }
.pull-3  { margin-left: -120px; }
.pull-4  { margin-left: -160px; }

.push-0  { margin: 0 0 0 18px; }
.push-1  { margin: 0 -40px 0 18px; }
.push-2  { margin: 0 -80px 0 18px; }
.push-3  { margin: 0 -120px 0 18px; }
.push-4  { margin: 0 -160px 0 18px; }
.push-0, .push-1, .push-2, .push-3, .push-4 { float: right; }


/* Misc classes and elements
-------------------------------------------------------------- */

/* Use a .box to create a padded box inside a column.  */ 
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #eee; 
}

/* Clearing floats without extra markup */

.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }

/* @end */

/* @group IE6 */

* html body { text-align: center; }
* html .container { text-align: left; }
* html .column { overflow-x: hidden; }
* html .pull-1, * html .pull-2, * html .pull-3, * html .pull-4,
* html .push-1, * html .push-2, * html .push-3, * html .push-4, 
* html ul, * html ol { position: relative; }
* html legend { margin-bottom:1.4em; }
* html ol { margin-left:2em; }

/* @end */

