body {
  color: #000000;
  background-color: #FFFFFF;
/*  background: #314F4E url("outside-gradient.gif") repeat-x left;*/
  margin-top:0px;
  margin-left:0px;
  margin-right:0px;
  margin-bottom:0px;
}
body, p, table, td, th, ul, ol {
  font-size: 10px;
  font-family: verdana,arial,helvetica,sans-serif;
}
h1 {
  color: #000000;
  font-size: 150%;
  font-family: verdana,arial,helvetica,sans-serif;
}
h2, h3 {
  color: #000000;
  font-size: 130%;
  font-family: verdana,arial,helvetica,sans-serif;
}
textarea, input {
/*  font-size: 100%;*/
  font-family: verdana,arial,helvetica,sans-serif;
}
strike, s {
  font-family: 'Century Gothic', sans-serif;
}

a{
  text-decoration: none;
  color: #000000;
}
a:hover{
  text-decoration:underline;
}

.black{
  color:black;
}

.title-image-box {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  margin-left:0px;
  margin-right:0px;
}
.title-text, .title-text a {
  color: #D4D0C7;
}
.title-text a:hover {
  text-decoration:underline;
}





.floating-box {
  border-left: 2px solid #5E5E5E;
  border-right: 2px solid #5E5E5E;
  border-top: 2px solid #5E5E5E;
  border-bottom: 2px solid #5E5E5E;
  background-color: #D4D0C7;
}
.floating-box-top {
  font-size: 11px;
  border-left: 2px solid #5E5E5E;
  border-right: 2px solid #5E5E5E;
  border-top: 2px solid #5E5E5E;
  background-color: #949494;
}
.bottombar-text, .bottombar-text a, .bottombar-text a:hover {
  color: #FFFFFF;
  text-decoration: none;
/*  font-size: 11px;*/
}




.search-bar{
  font-weight:bold;
  color: #AAB4CB;
}
.search-bar-input, .search-bar-button {
  font-size: 100%;
  vertical-align:middle;
}
.newsletter-signup-input, .newsletter-signup-button {
  font-size: 100%;
}

/*These adjust the list of categories*/
.category-list-item {
  text-indent: -2ex;
  margin-left: -4ex;
}
.category-list {
  list-style-type: none;
  margin-top: 0px;
  margin-bottom: 0px;
}
/*.category-list-item {
  text-indent: -2ex;
}
.category-list {
  list-style-type: none;
  margin-left: 4ex;
  margin-top: 0px;
  margin-bottom: 0px;
}*/





/*These adjust the shopping cart backgrounds */
.cart-background-light {
/*  background-color: #CCCCFF;*/
  background-color: #FFFFFF;
}
.cart-background-dark {
/*  background-color: #9999FF;*/
  background-color: #F2F2F2;
}
.cart-background-header {
  background-color: #949494;
/*  background-color: blue;*/
}
/*These adjust the shopping cart text */
.cart-text {
  font-size: 11px;
  font-family: verdana,arial,helvetica,sans-serif;
} 
.cart-text-header {
  font-size: 11px;
  font-family: verdana,arial,helvetica,sans-serif;
} 
.cart-text a {
  font-size: 100%;
}
.cart-text-light {
  color: #454545;
  font-size: 11px;
  font-family: verdana,arial,helvetica,sans-serif;
}
.cart-text-light a {
  color: #080361;
/*  font-size: 11px;
  font-family: verdana,arial,helvetica,sans-serif;*/
}
.cart-text-outofstock, .cart-text-outofstock a {
  color: red;
  font-size: 200%;
  font-size: 11px;
  font-family: verdana,arial,helvetica,sans-serif;
}
/*These adjust the shopping cart borders */
.cart-border-bottom-right {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.cart-border-bottom-left {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.cart-border-top-right {
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.cart-border-top-left {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.cart .price-too-low, .cart .price-too-low:hover {
  color:#8b0000;
  font-style:italic;
  text-decoration:none;
}
.cart .price-savings, .cart .price-savings:hover {
  color:#ff6600;
  font-style:italic;
  text-decoration:none;
}




/*These adjust the text on the checkout screen */
.checkout-header {
  font-weight: bold;
  font-size: 25px;
  font-family: timesroman, sans-serif;

  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.checkout-bar {
  color: #FFFFFF;
  background-color: #0066CC;
  font-weight: bold;
  font-size: 20px;
  font-family: timesroman, sans-serif;

  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.checkout-text-large {
  color: #000000;
  font-size: 18px;
  font-family: timesroman, sans-serif;

  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.checkout-text {
  color: #000000;
  font-size: 16px;
  font-family: timesroman, sans-serif;

  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.checkout-text-light {
  color: #8D8383;
  font-size: 16px;
  font-family: timesroman, sans-serif;

  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.checkout-text a {
  color: blue;
  text-decoration: underline;
}
.checkout-text-error {
  color: red;
  font-weight: bold;
  font-size: 16px;
  font-family: timesroman, sans-serif;

  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.checkout-menu-text {
  font-size: 16px;
  font-family: timesroman, sans-serif;
}

.order-checkout-item-price-each {
  padding-left: 1ex;
  padding-right: 4ex;
}
.order-checkout-item-price-total {
  padding-left: 1ex;
  padding-right: 4ex;
}



/*These adjust the text on the reviews */
/*.review-header {
  font-size: 150%;
  font-weight: bold;
}*/
.review-text {
/*  text-indent: 3ex;*/
  color: #000000;
  font-size: 130%;
}
/*.review-mini-text {
  color: #080361;
  font-size: 77%;
}*/
.review-text a, .review-text p {
  font-size: 100%;
}
.review-menu-text {
  font-size: 130%;
  font-weight: bold;
}

/*These adjust the text for the various displayable screens */
/*.display-header {
  font-size: 150%;
  font-weight: bold;
}*/
.display-text, {
/*  text-indent: 3ex;*/
  color: #000000;
  font-size: 130%;
}
.display-text a, .display-text p {
  font-size: 100%;
}
.display-menu-text {
  font-size: 130%;
  font-weight: bold;
}


.news {
  color: #000000;
}
/*.caption {
  font-size: 80%;
}*/

.copyright-text {
  color: gray;
/*  color: #353638;*/
  font-weight:bold;
}
.coupon-code-text {
  color: #D4D0C7;
/*  color: #FFFFFF;*/
}
.thank-you-text {
  font-size: 14px;
  color: #000000;
}
.login-box{
  border-left: 1px solid #7F9DB9;
  border-right: 1px solid #597593;
  border-top: 1px solid #7F9DB9;
  border-bottom: 1px solid #597593;
  color: #294059;
  background-color: #FBFBFB;
  font-weight: bold;
}


.customers-also-bought-title
{
  padding-top: 21px;
  font-size: 150%;
  font-weight: bold;
}

