#pageWrapper { 
	width: 962px;
	text-align:left; 
	padding: 0;
	margin: 0;
	background-color: #fff;
	clear: both;
	top: 30px;
	position: relative;
	overflow: visible;
	z-index: 1;
}

/* header */
#header { 
	width:100%;
	background-color: #fff;
	margin: 0;
	overflow: visible;
	position: relative;
}
#header .content {
	padding: 0;
}
#innerHeader {
	display: none;
}
#pageTitle {
	text-align: left;
}

/* two-column styles */
#mainWrapper {
	background-color:#fff;
        /* for fluid height leftcol with solid background, leftcol background = border-left color */
	/* border-left: 160px solid #fff; */
	background: transparent url(/images/border.gif) repeat-y scroll 160px 0px;
	border-right: 1px solid #E0E4E7;
	border-bottom: 1px solid #E0E4E7;
	float:left;
	padding:0;
	z-index: 10;
	position: relative;
	display: inline;
        /* width: 801px; */
        width: 961px;
}
#leftcol {
	float:left;
        /* margin-left should be negative value of mainWrapper's border-left */
	/* margin-left:-160px; */
	position:relative;
	width:160px;
	z-index:100;
        border-right: 1px solid #fff;
}
#rightcol {
	float: right;
	width: 800px;
}
#rightcol .content {

}

/* one-column styles */
#maincol {
	width: 100%;
	margin: 0;
	background-color:#fff;
}
#maincol .content {
	padding: 10px;
}

/* footer */
#footer {
	width:100%;
	background-color: #fff;
	margin: 0;
	clear: both;
	float: left;
	position: relative;
}
#footer .content {
	padding: 0;
	text-align: left;
	height: 12px;
}
#innerFooter {
	text-align: center;
}
#innerWrapper {
        width: 800px;
        zoom: 1;
}
#innerMainContent {
	float: left;
	position: relative;
	width: 600px;
	padding: 0 20px 20px 20px;
}
#innerRightCol {
	float: right;
        clear: right;
	position: relative;
	width: 160px;
	display: inline;
	padding-bottom: 10px !important;
	margin: 0;
	height: 100%;
}
.textInput {
	width: 95px;
	height: 13px;
}
.matrixCell {
	float: left;
}
.matrixRow {
	overflow: hidden;
}
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

/* Fixes 3px gap issue with floating img's for IE 5 */
/* http://www.positioniseverything.net/explorer/threepxtest.html */
* html #floated-image {
	margin: 0 -3px; ma\rgin: 0;
}

.dividerLine {
    background-color: #d9d9d9;
    clear: both;
    height: 1px;
    font-size: 1px;
    margin: 20px auto;
    width: 95%;
}

/* Contact Us */
#contactUs .fullWidth {
    width: 200px;
}
#contactUs .textField {
    border: 1px #b2b2b2 solid;
    margin: 0 0 8px;
}
#contactUs label {
    float: left;
    clear: left;
    width: 87px;
}
#contactUs .contactButton {
    float: right;
    color: #e60003;
    padding: 2px 5px;
    border: 1px solid #b2b2b2;;
    background-color: #fff;
    margin: 10px;
    font-weight: bold;
    font-size: 11px;
}
#contactUs .contactButton:hover {
    text-decoration: underline;
}

/* Buttons */
input.button, input.cartItemButton {
    background:transparent url(/images/buttons/right_btn.gif) no-repeat scroll right center;
    border:1px solid #A5ACB2;
    color:#807F83;
    font-size:10px;
    font-weight:bold;
    padding-right:20px;
    cursor: pointer;
}
input.buttonHover, input.cartItemButtonHover {
    background: #626262 url(/images/buttons/right_btn.gif) no-repeat right center;
    border:1px solid #A5ACB2;
    color:#807F83;
    color: #fff;
    font-size:10px;
    font-weight:bold;
    padding-right:20px;
    cursor: pointer;
    font-weight: bold;
}
/* User pages */
#customerLogin {
    height: 250px;
}
#customerLogin .newCustomer {
    float:left;
    margin-right:20px;
    width:290px;
}
#customerLogin .returningCustomer {
    float: left;
    width: 290px;
}
#customerLogin .userInputs {
    bottom:39px;
    position:absolute;
}
#customerLogin .userInputs div {
  padding: 2px 0;
}
#customerLogin .userInput {
    color:#808080;
    font-size:10px;
    margin:0;
    padding:0;
    width:200px;
}
#customerLogin .newCustomer .userInputs {
    width: 290px;
}
#customerLogin .buttons {
    text-align: right;
    margin: 5px 0;
}
#customerLogin .returningCustomer .userInputs label {
    float:left;
    text-align:right;
    width:70px;
}
#customerLogin p {
    margin-bottom: 10px;
}
#orders .klistingData th,
#orders .klistingData td {
  border: 1px solid #D6D7D9;
  border-spacing: 0;
}
#orders .klistingData th {
  background-color: #808080;
}
a.listingHeader {
  color: #FFF;
  font-size: 12px;
}

#cartSummary {
  margin: 15px 5px 0;
  font-size: 10px;
}

#cartSummary .item {
  position: relative;
  margin: 0 0 1px 0;
  padding: 5px 0;
}

#cartSummary .image {
  float: left;
  width: 50px;
  height: 50px;
  margin: 0 5px 3px 0;
  border: 1px solid grey;
}

#cartSummary .remove {
  text-align: right;
  margin: 0 0 3px;
}

#cartSummary .plu {
  font-weight: bold;
}

#cartSummary .name {
  clear: both;
}

#cartSummary .subTotal {
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  background-color: #C8CDCF;
  margin: 0 0 5px 0;
}

#cartSummary .cartControls {
  margin: 0 0 5px 0;
}

#cartSummary .button {
  background:url("/images/buttons/right_btn.gif") no-repeat scroll right center transparent;
  border:1px solid #A5ACB2;
  color:#807F83;
  cursor:pointer;
  font-size:10px;
  font-weight:bold;
  padding:0 20px 0 0;
  text-decoration: none;
  float: right;
  margin: 3px 3px 3px 0;
  width: 120px;
  text-align: right;
  line-height: normal;
}

#cartSummary .buttonHover {
  background:url("/images/buttons/right_btn.gif") no-repeat scroll right center transparent;
  background-color: #807F83;
  border:1px solid #A5ACB2;
  color:#FFF;
  cursor:pointer;
  font-size:10px;
  font-weight:bold;
  padding:0 20px 0 0;
  text-decoration: none;
  float: right;
  margin: 3px 3px 3px 0;
  width: 120px;
  text-align: right;
  line-height: normal;
}

#cartSummary h4 {
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  background-color: #C8CDCF;
}

#cartSummary .emptyMessage {
  text-align: center;
}

