/* colors

1939a7 dark blue in logo
CCCCFF periwinkle
890a50  magenta
ECA200 = yellow
6037a5 = purple
*/


body {
	background-color: #FFFF99;
}

h3 {
	color: #6562ff;  /* new periwinkle blue */
}

h2 {
	color: #6562ff;  /* new periwinkle blue */
}

p { font-family: Trebuchet MS, arial, sans-serif;
	font-size: 13px;
	line-height: 120%;  /* used on welcome page, primarily */
	color: #6037a5;  /*purple */
}

td {
	vertical-align: top;
	font-family: Trebuchet MS, arial, sans-serif;
	font-size: 12px;
	line-height: 140%;
}

a:link {  color: #6562ff; text-decoration: none; }
a:visited {  color: #6562ff; text-decoration: none; }
a:hover {  color: #890a50; background-color: transparent; text-decoration: underline; } /* magenta */





#footer {
	width: 100%;
	text-align: center;
}

#footer p {
	color: #6562ff;
	text-align: center;
}

#footer a:link {  color: #6562ff; text-decoration: underline; }
#footer a:visited {  color: #6562ff; text-decoration: underline; }
#footer a:hover {  color: #890a50; background-color: transparent; text-decoration: underline;}


#left_text p {
	font-size: 11px;
	color: #333;
	line-height: 160%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
	word-spacing: normal;
}

#PositionRelative {
	position:relative;
}


/* category pages */

.textColumn p {
	font-family: Trebuchet MS, arial, sans-serif;
	font-size: 13px;
	line-height: 130%;
	color: #6037a5;  /*purple */
}

.textColumn {
	margin: 0 5px 0 20px;
}

.textColumn h2 {
line-height: 120%;
}


.productColumn img {
	border: 2px solid #CCCCFF ;
}

.productColumn td {
    text-align: center;
}

/* cart pages */

#productDisplayLayout img {
	margin: 0 20px 0 0;
	border: 2px solid #CCCCFF ;
}

#productDisplayLayout p {
	color: #6037a5;
}

#productDisplayLayout h2 {
	color: #6037a5;
}

/* these are the page title background styles */

.relative {
	position: relative;
}

.cookieBkgrnd {
	background: transparent url(/category_interface/category_titles_cookies.gif) no-repeat;
	z-index: 1;
	visibility:visible;
	width: 379px; height: 105px;
	position:absolute;
	right: 40px; bottom: 60px;
	overflow: visible;
}

.toffeeBkgrnd {
	background: transparent url(/category_interface/category_titles_toffee.gif) no-repeat;
	z-index: 1;
	visibility:visible;
	width: 379px; height: 105px;
	position:absolute;
	right: 40px; bottom: 60px;
	overflow: visible;
}

.contactBkgrnd {
	background: transparent url(/category_interface/category_titles_contact.gif) no-repeat;
	z-index: 1;
	visibility:visible;
	width: 379px; height: 105px;
	position:absolute;
	right: 40px; bottom: 60px;
	overflow: visible;
}

.cakesBkgrnd {
	background: transparent url(/category_interface/category_titles_cakes.gif) no-repeat;
	z-index: 1;
	visibility:visible;
	width: 379px; height: 105px;
	position:absolute;
	right: 40px; bottom: 60px;
	overflow: visible;
}

.granolaBkgrnd {
	background: transparent url(/category_interface/category_titles_granola.gif) no-repeat;
	z-index: 1;
	visibility:visible;
	width: 379px; height: 105px;
	position:absolute;
	right: 40px; bottom: 60px;
	overflow: visible;
}

.pretzelsBkgrnd {
	background: transparent url(/category_interface/category_titles_pretzels.gif) no-repeat;
	z-index: 1;
	visibility:visible;
	width: 379px; height: 105px;
	position:absolute;
	right: 40px; bottom: 65px;
	overflow: visible;
}

.welcomeBkgrnd {
	background: #ffc url(/category_interface/category_titles_welcome.gif) no-repeat left bottom;
}

#topbanner img {
    border: none;
}

img { border: 0; }
/******************************* SHOPPING CART *******************************/
#NCcartMessage {
  font-size: 110%;
  font-weight: bold;
  margin: 5px;
}
#NCcartErrorMessage {
  font-size: 110%;
  font-weight: bold;
  color: #c00;
  margin: 5px;
}
#NCcartSummary {
  margin: 4px;
}
#NCcartTbl {
  width: 100%; 
  margin: 4px;
  border-top: 1px solid #c3c3c3;
  border-left: 1px solid #c3c3c3;
}
#NCcartTbl th {
  text-align: left;
  font: bold 100% Arial, Helvetica, sans-serif; 
  color: #333;
  margin: 0px;
  padding: 3px;  
  border-right: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
  background: #f0f0f0;
  vertical-align: top;
}
#NCcartTbl td {
  padding: 3px;
  border-right: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
  vertical-align: top;
}
#NCcartTbl .col_1 {
  width: 10%;
}
#NCcartTbl .col_3, #NCcartTbl .col_4 {
  width: 15%;
}
#NCcartTbl .NCcartTbl_Header, #NCcartTbl .NCcartTbl_Totals {
  font: bold 100% Arial, Helvetica, sans-serif; 
  color: #333;
  background: #f0f0f0;
  vertical-align: top;
}
#NCcartTbl .NCcartTbl_Header {
  text-align: right;
}
.NCcart_ProdImage {
  float: left;
  margin: 2px 6px 2px 2px;
}
#NCcartTbl .col_1 input {
  margin-bottom: 5px;
}
#NCcartShopTbl {
  width: 100%;
  margin: 10px 0;
}
#NCcartShopTbl td {
  width: 50%;
}
#NCcartShopTbl .col_2 {
  text-align: right;
}
#NCcartShopTbl .col_2 input {
  margin-right: 10px;
  font-weight: bold;
  font-size: 110%;
}
/*************** ORDER BUTTONS ******************/
.StoreOrderBtnImg {
  background-color: transparent;
  border: none;
  padding: 0;
}
.StoreOrderBtnTxt {
}
/*************** CATEGORY LAYOUTS ***************/
#ncStoreCategory_1_Column p {
  margin-bottom: 20px;
}
#catThreeColumn {
  width: 100%;
}
#catThreeColumn td {
  width: 33%;
  padding: 10px 5px;
  text-align: center;
}
/*********** CATEGORY PRODUCT LAYOUTS ***********/
#StoreCPL3_tbl {
  width: 100%; 
}
#StoreCPL3_tbl td {
  padding: 10px 4px;
  border-bottom: 1px solid #e3e3e3;
  vertical-align: top;
}
.StoreCPL3_col_1 {
  /* width: 20%; */
}
.StoreCPL3_col_1 img {
  padding: 2px;
  border: 1px solid #D9E0E6;
  border-bottom-color: #C8CDD2;
  border-right-color: #C8CDD2;
}
#StoreCPL3_tbl td.StoreCPL3_col_2 {
  padding: 10px;
}
.StoreCPL3_col_2 .productName {
  font-weight: bold;
  font-size: 120%;
}
.StoreCPL3_col_2 .productSubtitle {
  font-weight: bold;
}
.StoreCPL3_col_3 {
  width: 10%;
  text-align: center;
}
.StoreCPL3_col_3 .StoreOrderBtnImg, .StoreCPL3_col_3 .StoreOrderBtnTxt {
  margin-top: 10px;
}
#prodThreeColumn {
  width: 100%;
}
#prodThreeColumn td {
  width: 33%;
  padding: 10px 5px;
  text-align: center;
}
#prodThreeColumn img {
  border: 1px solid #D9E0E6;
  border-bottom-color: #C8CDD2;
  border-right-color: #C8CDD2;
}
.NCcp3 {
 /* float: left; */
  margin-bottom: 10px;
}
.NCcp3 img {
  /* float: left; */
  margin-right: 10px;
}
/*************** PRODUCT LAYOUTS *****************/
.StorePL1_tbl {
  width: 100%;
}
.StorePL1_col_1 {
  width: 10%;
}
.StorePL1_tbl td {
  padding: 8px;
  vertical-align: top;
}
.StorePL1_tbl td .productName {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 4px;
}
.StorePL1_tbl .productImg {
  padding: 2px;
  border: 1px solid #D9E0E6;
  border-bottom-color: #C8CDD2;
  border-right-color: #C8CDD2;
}
