﻿* { 
    -moz-box-sizing: border-box; 
}

body{
	font-size: 90%;
	text-align: center;
	margin: 0px;
	background-image: url('../images/red-cookiedough-page-background.jpg');
	background-color: #FFFFFF;
	color: #800000;
}

/* global styles */
a {
	color: #800000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF3300;
}
a img { border:0px; }
form { margin:0px; }
hr {
	border-top-color: #FFCC99;
	border-right-color: inherit;
	border-bottom-color: inherit;
	border-left-color: inherit;
	border-style: none;
	border-width: 0px;
	border-color: inherit;
	background: none;
	height: 1px;
	border-top: 1px solid #FFCC99;
	font-size: 90%;
}

/* Container which encloses the whole site to allow easy width change */
#wrap {
	width:87%;	/* change value to adjust width */
	text-align:left;
	margin:5px auto;
	font-size:87%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container {
	width:87%;	/* change value to adjust width */
	text-align:left;
	margin:0px auto;
	font-size:87%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* Logo and minicart */
#header {
	background-position: left;
	border: 3px ridge #800000;
	background-color: #EEE1CF;
	color: #5A0407;
	background-repeat: no-repeat;
}
#header table {
	border-collapse: inherit;
	width: auto;
	color: #990000;
	height: 160px;
	float: left;
	caption-side: inherit;
	font-size: 90%;
	font-weight: bold;
	line-height: normal;
	background-repeat: no-repeat;
	table-layout: auto;
	border-spacing: 0px;
	empty-cells: hide;
}
#header img {
	color: #990000;
}
#header td.headerlinks {
	/* mini cart */
	color: #990000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:90%;
	vertical-align: bottom;
	line-height: normal;
	white-space: normal;
	word-spacing: normal;
	letter-spacing: normal;
	font-weight: normal;
}
#header a {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}
#header a:hover {
	text-decoration: underline;
	color: #800000;
}

/*formats the mini cart subtotal  in the right menu*/
.cartsubtotalminicart{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:88%;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	float: left;
}

/*formats the links in the minicart*/
.cartminilinks{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:88%;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.cartminilinks a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:88%;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:88%;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:88%;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:88%;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

/* Encloses all content area under header */
#wrap {
	padding: 5px;
	border: 1px solid #800000;
	color: #5E0000;
	background-color: #FFFFFF;
}

/* Horizontal navigation */
#nav {
	border: 1px solid #5B0C21;
	width: 100%;
	background-image: url('../images/wide.jpg');
	background-color: #EEE1CF;
}

table#horiz_nav {	/* table is generated via shopa_navigation_create.asp */
	padding:0px;
	width:100%;
	border-collapse:collapse;
}

table#horiz_nav td {
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
}

table#horiz_nav td a {
	display: block;
	text-align: center;
	padding: 8px 0px;
	color: #800000;
	text-decoration: none;
	font-size: 88%;
	text-transform: uppercase;
	border-right: 1px solid #FFCC99;
	border-right-color: #800000;
	background-color: #EEE1CF;
}
table#horiz_nav td.last a { border-right:0px; }
table#horiz_nav td a:hover {
	color: #990000;
	background-color: #F4ECE1;
}

/* Horizontal navigation drop down menu
   do not remove or modify styles listed 
   under "Do Not Change" */
table#horiz_nav ul {
	/* Do not change  */
	position: absolute;
	left: -999em;
	padding: 0px;
	margin: 0px;
	list-style-type: none; /* Styles */;
	background: white;
	border-right: 1px solid #eee;
	text-align: left;
	width: 250px;
	border-right-color: #800000;
}

/* Do not change  */
#horiz_nav td:hover ul { left: auto; }
#horiz_nav td.sfhover ul { left: auto; }

#horiz_nav ul li {
	/* submenu */
	/* Do not change */
	display: block;
	width: 250px;
	margin: 0px;
/* Styles */	line-height: 22px;
	text-transform: capitalize;
}
table#horiz_nav ul li a {
	/* submenu links */
	/* Do not change */
	display: block; /* Styles */;
	padding: 0px 10px !important;
	border-bottom: 1px solid #FFCC99;
	border-right: 0px;
	text-align: left;
	border-right-color: inherit;
	border-bottom-color: #800000;
	background-color: #E2CDAF;
}

/* Utility bar includes login links
   welcome note and quick search box */
#utilbar {
	text-align: center;
	padding: 10px;
	border-bottom: 5px solid #FFCC99;
	border-bottom-color: #BF3F00;
	border-bottom-style: outset;
	background-color: #62020E;
	color: #EEE1CF;
}

#utilbar table {
	border-collapse:collapse;
	width:100%;
}

#utilbar td {
	padding: 5px 0px;
	text-align: center;
	vertical-align: middle;
	width: 33.3%;
	font-size: 88%;
	border-right: 2px dotted #E5E5E5;
	font-weight: bold;
	border-right-color: #C10000;
}

#utilbar td.last { border:0px; }	/* remove border from the last column */
#utilbar form { display:inline; }
#utilbar a {
	color: #EEE1CF;
	text-decoration: none;
	background-color: #62020E;
}
#utilbar a:hover {
	text-decoration: underline;
	color: #F7F0E8;
	background-color: #62020E;
}

/* Encloses all content area under utilbar */
#all { 
	margin-top:5px;
	padding-bottom:5px;
}

/* Left column- categories, currency, language etc */
#left {
	/* Styles */
	width: 25%;
	background-color: #730010;
	color: #FFFFFF;
}
#left h2 {
	background: #62020E;
	color: #FFFFFF;
	margin: 0px;
	padding: 5px 10px;
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#left .box {
	/* General style of each box in left column */
	padding: 5px 10px;
	font-size: 90%;
	border: 1px solid #800000;
	margin-bottom: 5px;
	color: #E6D7B0;
	background-color: #6B0010;
}
#left .box p {
	margin: 0px;
	padding-bottom: 10px;
	background-color: #6B0010;
}
#left ul {
	/* General style of list style in left column; including category listing */
	list-style-type: none;
	padding: 10px 15px;
	margin: 0px 0px 5px 0px;
	line-height: 20px;
	font-size: 90%;
}
#left ul a {
	padding-left: 15px;
	color: #F6F3C0;
}

/* Extra styles for category navigation */
#catnav ul { margin:10px 15px; }

/* Main content area */
#main {
	text-align: center;
	background-color: #FFFFFF;
}

#main table td {
	text-align: left;
	font-size:14px;
}
#main td { font-size:88%; }
#main td td { font-size:88%; }

/* Top content box on home page */
#homecontent {
	border: 1px solid #47422C;
	padding: 10px;
	color: #5A6634;
	margin-bottom: 5px;
	text-align: left;
}
#homecontent h1 {
	color: #620000;
}
#homecontent p { margin-right:5px; }
#homecontent img { margin-right:5px; }

/* content area styles */
#content {
	padding: 0px 10px 10px 10px;
	text-align: left;
	font-size: 90%;
}

/* Footer */
#footer {
	padding-bottom: 10px;
	text-align: center;
	color: #FFFFFF;
	font-size:88%;
	clear: both;
	background-color: #BA071C;
}

/* Alphabet listing */
#footer .alphabet {
	margin-bottom: 10px;
	padding: 3px 10px;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #BA071C;
	color: #FFD9D9;
}
#footer a {
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	text-decoration:underline;
}

/*formats the search box in header file.*/
.searchfield{
	background-color: #FFFFFF;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:88%;
	font-style: normal;
	font-weight: normal;
}

/*formats the display of the form elements throughout the front end*/
.imgbtn { border:0px; }

.txtfield{
	background-color: #FFFFFF;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:88%;
	font-style: normal;
	font-weight: normal;
}

.txtfielddropdown{
	background-color: #FFFFFF;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:88%;
	font-style: normal;
	font-weight: normal;
	border:1px solid black;
}

.submitbtn {
	color: #FF9900;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	background-color: #5B0C21;
	font-size:88%;
	font-weight: bold;
	border: 1px solid #525E2C;
}

/* General styles */
.menuhdr{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #480000;
	color : White;
	font-size:88%;
	font-weight : bold;
	padding : 3px 5px;
	text-align : left;
}
.menubdr{
	background-color: #4A0000;
}
.dashed{
	border-left : 1px solid #FFCC99ccc;
	border-right : 1px solid #FFCC99ccc;
	border-bottom : 1px solid #FFCC99ccc;
	border-right-color: #800000;
	border-bottom-color: #800000;
	border-left-color: #800000;
}

/* Left menu styles; no longer used in 6.50 */
.leftmenumain a{
	border-top : 1px solid #FFCC99;
	display: block;
	border-top-color: #800000;
}
.leftmenumain{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:88%;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.leftmenumain a:link{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:88%;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.leftmenumain a:visited{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:88%;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.leftmenumain a:hover{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:88%;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: none;
	width: 100%;
}
.leftmenumain a:active{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:88%;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.dottedBorder {
	border: 1px dotted #800000;
	padding: 5px;
}

/*formats the header text throughout the site*/
.txtheader{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:88%;
	font-style: normal;
	font-weight: bold;
}

.hdrproduct{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:88%;
	font-style: normal;
	font-weight: bold;
}

/* Styles to be use in 6.50 */
#main {
	font-size:90%;
	line-height: normal;
	width: 75%;
}

/* breadcrumbs */
div.breadcrumb {
	text-align:left;
	color:#000;
	font-size:88%; 
	margin-bottom:10px;
}

div.breadcrumb a {
	color: #4F5B2B;
	text-decoration: none;
}
div.breadcrumb a:hover {
	color: #58622E;
}

/* Main area text styles */
#main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight : bold;
	margin: 0px 0px 15px 0px;
	color: #5E0000;
	text-align: left;
	text-transform: capitalize;
}

#main h2 {
	text-align: left;
	margin: 0px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	text-transform: capitalize;
	color: #3A3C24;
}
#main h2.picheader {
	/* Heading style for headings with picture, e.g. shopcustomer.asp */
	background-position: 1% 50%;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color: #333;
	font-size:88%;
	border-top: 1px solid #FFCC99CCC;
	border-left: 1px solid #FFCC99CCC;
	border-right: 1px solid #FFCC99CCC;
	background-color: white;
	text-align: left;
	padding: 10px 5px 10px 50px;
	margin: 0px;
	border-top-color: #414129;
	border-right-color: #414129;
	border-left-color: #414129;
}

/* compare products styles */
.applyoverflow {
	overflow-x:auto;
	overflow-y:hidden;
	width:100%;
	padding-bottom:50px;
}

table.tbl_compare {
	width:100%;
	border-collapse:collapse;
	border:0px;
}

table.tbl_compare td {
	vertical-align:top;
	text-align:left;
	padding:0px 10px;
}

table.tbl_compareproduct {
	border-collapse:inherit;
	line-height:18px;
}

table.tbl_compareproduct td {
	padding:3px 0px;
}

/* Customer service and Affiliate service page (shopcustadmin.asp,shopaffadmin.asp) */
table.customerservice {
	width: 100%;
	border: 1px solid #800000;
	margin-bottom: 10px;
	border-collapse: collapse;
	color: #000000;
}
table.customerservice th {
	height: 35px;
	background-position: 1% 50%;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color: #333;
	font-size:88%;
	border-bottom: 1px solid #FFCC99CCC;
	background-color: white;
	text-align: left;
	padding-left: 50px;
	vertical-align: middle;
	border-bottom-color: #800000;
}

table.customerservice td {
	padding:10px;
}

table.customerservice ul {
	margin:0px;
	padding:0px 10px 0px 25px;
}

/* standard table display */
.std_table {
	border: 1px solid #800000;
	margin-bottom: 10px;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	line-height: 20px;
	font-size:88%;
	color: #000000;
}

.std_table table { 
	border-collapse:collapse;
	width:85%;
}

.std_table th { 
	vertical-align:top;
	padding:0px 10px 0px 0px;
	width:35%;
	font-weight:normal;
}
.std_table td {	padding:0px 5px 0px 0px; }

/* Category table (shopdisplaycategories.asp) */
table.tbl_category td {	text-align:center; }

/* shopcustomer.asp form */
table.tbl_customer {
	width:85%;
}

table.tbl_customer th {
	width:35%;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}

table.tbl_customer td {
	vertical-align:top;
	text-align:left;
}

table.tbl_customer iframe {	/* refer to shoplicense.htm for changing license styles */ 
	width:100%;
}

table.tbl_subproduct {
	border-collapse: collapse;
	margin-right: 2px;
	margin-bottom: 2px;
	border: 1px solid #800000;
	text-align: center;
	width: 100px;
	float: left;
}

table.tbl_subproduct td {
	padding:3px 5px;
}

/* General override styles */
.ac {
	text-align: center;
	white-space: pre-line;
}
.ar { text-align:right !important; }
.al { text-align:left !important; }
.fr { float:right !important; }
.fl { float:left !important; }
.vt { vertical-align:top !important; }
.vm { vertical-align:middle !important; }
.vb { vertical-align:bottom !important; }
.cb {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
.smlpad { padding:15px !important; }
