/* GENERAL */
body {
    color:#4C4C4C;
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
    text-decoration:none;
    padding: 0;
    margin: 0;
}
#pageWrapper {
    position: relative;
    width:960px;
    top: 20px;
}
#mainWrapper {
    border-right: 160px solid #f0f0f0;
    position: relative;
    padding: 0;
    height: 100%;
}
#rightcol {
    width:160px;
    float:right;
    margin-right: -160px;
    background-color: #f0f0f0;
    position: relative;
}
#leftcol {
    float: left;
    width: 800px;
}
#header {
    margin: 0;
    padding: 0;
}
div.thickLine {
    height: 5px;
    background-color: #949494;
    width: 799px;
}
#leftNav {
    float: left;
    width: 160px;
}
#mainContent {
    float: left;
    width: 600px;
    padding: 0 20px 20px 20px;
    background: url('/images/deco/pixel-d9d9d9.gif') repeat-y scroll left;
}
#breadCrumbRow {
    height: 14px;
    padding: 8px 0;
}
#breadCrumb {
    font-size:10px;
}
#breadCrumb a {
    color:#949494;
    text-decoration: underline;
}
#breadCrumb a:hover {
    color:#4C4C4C;
}
#pageControls {
    clear: both;
    float: right;
    padding: 20px 0 10px 0;
}
#pageBack, #pageTop {
    border: 1px solid #b2b2b2;
    border-right: 0;
}
#pageControls #pagePrint {
    border: 1px solid #b2b2b2;
}

/* Account, Shopping Cart, Logout */
ul.commerceNav {
    margin: 0 0 10px 0;
    padding: 0;
    width: 160px;
    list-style-type: none;
    overflow: hidden;
    background-color: #e6e6e6;
}
ul.commerceNav li a {
    display: block;
    padding: 3px 10px;
    width: 140px;
    text-align: right;
    height: 19px;
    line-height: 19px;
    border-bottom: 1px solid #fff;
}
ul.commerceNav li a:hover {
    background-color: #cccccc;
    text-decoration: none;
}

/*
RELOCATE
*/
.clear {
    height:1px;
    width: 100%;
    clear: both;
}
.prod-item {
    padding-bottom: 20px;
    width: 120px;
}
.prod-item-img {
    text-align: center;
}
.prod-item-img img {
    border: 1px solid #D9D9D9;
    margin-left:20px;
}
.categoryLink {
    background-image: url('/images/deco/rarrow-red.gif');
    background-repeat: no-repeat;
    margin-left: 20px;
    padding-left: 10px;
}
.productThumb {
    padding: 8px;
    margin-top: 10px;
    border-bottom: 1px solid #efefef;
    border-right: 1px solid #efefef;
}
.productThumb img {
    border: 1px solid #D9D9D9;
    margin-left:20px;
}
.productListing {
    padding-left: 10px;
}
#categoryLanding {
    margin: 10px auto;
    width: 600px;
    height: 180px;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px;
}
#categoryLandingMessage {
    width: 299px;
    height: 180px;
    background-color: #d9d9d9;
    position: absolute;
    top: 0;
    left: 0;
}
#categoryLandingImage {
    height:180px;
    width:300px;
    height:180px;
    position: absolute;
    top: 0;
    right: 0;
}
#categoryLandingMessage .landingTitle { /* DEPRECATED in favor of h1 rule below */
    margin: 20px;
    font-size:14px;
    font-weight:bold;
    line-height:20px;
}
#categoryLandingMessage .landingLink {  /* DEPRECATED in favor of h2 rule below */
    font-weight:bold;
    text-decoration:none;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 20px;
    text-align: right;
}
#categoryLandingMessage h1 {
    margin: 20px;
    font-size:14px;
    font-weight:bold;
    line-height:20px;
}
#categoryLandingMessage h2 {
    font-weight:bold;
    text-decoration:none;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 20px;
    text-align: right;
    font-size: 11px;
}
#searchinput, #searchbutton {
    background-color:#FFFFFF;
    border:1px solid #B2B2B2;
    font-family:Arial,Helvetica,sans-serif;
    margin:0;
    padding: 0;
    height:17px;
    vertical-align: middle;
}
#searchinput {
    color:#4C4C4C;
    font-size:10px;
    width:95px;
}
#searchbutton {
    color: red;
    font-size: 9px;
    width: 22px;
}
#customerLogin {
    height: 250px;
}
#customerLogin .newCustomer {
    float:left;
    margin-right:20px;
    width:380px;
    padding-left: 20px;
}
#customerLogin .returningCustomer {
    float: left;
    width: 380px;
}
#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 .buttons {
    text-align: right;
    margin: 5px 0;
}
#customerLogin .returningCustomer .userInputs label {
    float:left;
    text-align:right;
    width:70px;
}
#customerLogin p {
    margin-bottom: 20px;
}
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;
}
a.plainLink {
    text-decoration: none;
}
previousProduct {
    padding-left:10px;
    line-height:20px;
    background-image:url('/images/deco/rarrow-red.gif');
    background-repeat: no-repeat;
    background-position: left;
}
.divider {
    clear: both;
    height: 1px;
    font-size: 1px;
    width: 95%;
    background-color: #d9d9d9;
    margin: 20px auto;
}
#userView, #profile {
  padding: 0 5px 80px 80px;
}
#userView td {
  padding: 2px;
}
#userView th {
  text-align: right;
  padding: 2px;
}
#profile {
  padding: 0 5px 80px 80px;
}
#profile td {
  padding: 2px;
}
#profile th {
  text-align: right;
  padding: 2px;
}
#password p {
  margin-bottom: 20px;
}
#password p.message {
  margin-bottom: 0px;
}
#password th.message {
  padding: 7px 2px;
}

/*
 * RELOCATE
 */
.information {
    padding: 10px;
}
.caption {
    color:#949494;
    font-size:10px;
}
.rightImage {
    float:right;
    padding:20px 0 20px 20px;
}
.brandLogo {
    float: left;
    vertical-alignment:top;
    width: 120px;
    text-align: center;
}
.brandFeatures {
    float:left;
    padding:0 0 30px 20px;
}
#searchResults h1, #searchResults p{
    padding-left: 20px;
}

/* Category Listing */
.catListWrapper {
    width: 150px;
}
.catListImage {
    text-align: center;
}
.catListImage img {
    border: 1px solid #d9d9d9;
}
.catListLink {
    padding: 20px 16px;
}
.catListLink a {
    background: url('/images/deco/rarrow-red.gif') no-repeat left top;
    padding-left: 10px;
    text-decoration: underline;
    font-weight: bold;
    display: block;
}

/* Theme wide */
.themeWide {
    margin: 0 20px 20px 0;
    width: 280px;
    overflow: hidden;
    position: relative;
}
.themeWide .themeImage {
    margin-right: 20px;
    border: 1px solid #d9d9d9;
    float: left;
    width: 118px;
    height: 88px;
}
.themeWide .info {
    width: 139px;
    padding-bottom: 1px;
    float: left;
}

/* ThemeTall */
.teaserTall {
    width: 120px;
    padding: 10px 20px 20px 19px;
    margin-top: 10px;
    border-left: 1px solid #d9d9d9;
    height: 200px;
    position: relative;
}
.teaserTallSimple {
    float: left;
    text-align: center;
    width: 115px;
    padding: 10px 12px 20px 12px;
    margin-top: 10px;
    height: 150px;
    position: relative;
}
.teaserTall .teaserImage,
.teaserTallSimple .teaserImage {
    padding-bottom: 20px;
    text-align: center;
}
.teaserTallSimple .teaserImage {
    height: 90px;
}
.teaserTall .teaserName,
.teaserTall .teaserName a,
.teaserTallSimple .teaserName,
.teaserTallSimple .teaserName a {
    font-weight: bold;
}
.teaserPurchase {
    position: absolute;
    bottom: 0;
    padding-top: 10px;
}
/* Coffee Teasers */
.coffeeCatTall {
    width: 120px;
    padding: 10px 20px 20px 19px;
    margin: 10px 0;
    border-left: 1px solid #d9d9d9;
    height: 200px;
    position: relative;
}
.coffeeCatTall .teaserImage {
    padding-bottom: 20px;
    text-align: center;
}
.coffeeCatTall .teaserImage img {
    border: 1px solid #d9d9d9;
}
.coffeeCatTall .teaserName,
.coffeeCatTall .teaserName a {
    font-weight: bold;
}

/* Contact Us */
#contactUs .textField {
    font-size: 11px;
    margin: 0 0 8px 0;
    color: #4c4c4c;
    border: 1px solid #b2b2b2;
}
#contactUs .fullWidth {
    width: 200px;
}
#contactUs label {
    width: 75px;
    display: block;
    float: left;
    clear: left;
    font-size: 11px;
    height: 16px;
}
#contactUs .contactButton {
    float: right;
    color: #fff;
    padding: 2px 5px 2px 15px;
    border: 0;
    background: #e60003 url('/images/deco/rarrow-white.gif') no-repeat 5px 50%;
    margin: 10px;
}

/*  DELETABLE?
.homeBanner {
    background-color: #c7cde8;
    font-size:14px;
    font-weight:bold;
    line-height:20px;
    text-decoration:none;
    vertical-alignment: top;
}
.homeBanner div {
    color: #fff;
    padding-top: 20px;
    padding-left: 20px;
}
#contentTop {
    background-color:#949494;
    height: 5px;
    font-size: 1px;
    width: 800px;
}
*/

.matrixCell {
    float: left;
}
.matrixCell img {
     display: block;
}
.matrixRow {
    overflow: hidden;
/*
    float: left;
*/
    zoom: 1;
}
#cartSummary {
  margin: -2px 5px 0;
  font-size: 10px;
  background-color: #fff;
}

#cartSummary .item {
  position: relative;
  margin: 0 0 1px 0;
  padding: 5px 0;
  background-color: #fff;
}

#cartSummary .image {
  float: left;
  width: 50px;
  height: 50px;
  margin: 0 5px 3px 0;
}

#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: #E6E6E6;
  margin: 0 0 5px 0;
}

#cartSummary .cartControls {
  margin: 0 0 5px;
}

#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;
}

#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;
}

#cartSummary h4 {
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  background-color: #E6E6E6;
}

#cartSummary .emptyMessage {
  text-align: center;
}
