/* Basic Element Formatting ------------------------------------------------------------- */

html {
	font-size: 100%;
	font-family: Verdana, Tahoma, sans-serif;
	margin: 0;
	padding: 0;
}


form {
	margin: 0;
	padding: 0;
}

body {
	font-size:62.5%
	font-family: Verdana, Tahoma, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
}

a, a:hover {
	text-decoration: none;
}

h1 {
	font-size: 1.0em;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 10px;
	margin-top: 10px;
}

p {
	font-size: 0.75em;
}

input {
	font-size: 1em;
	font-weight: normal;
	height: 1.25em;
	margin-bottom: 1px;
}

select {
	font-size: 1em;
	font-weight: normal;
}

/* Multiple-Use Selectors ------------------------------------------------------------- */

.clearLeft {
	clear: left;
}

.clearBoth {
	clear: both;
}

.floatRight {
	float: right;
}

.center {
	text-align: center;
}

.button {
	font-weight: normal;
	font-size: 0.8em;
	cursor: pointer;
	height: 1.8em;
}

/* Standard text and link formatting ------------------------------------------------------------- */

.jssSmallerText {
	font-size: 0.75em;
	width: 100%;
}

.jssBoldLinks { 
	font-size: 0.8em;
	text-decoration: none; 
	font-weight: bold;
}
.jssBoldLinksHome { 
	font-size: 0.75em;
	text-decoration: none; 
	font-weight: bold;
}

.jssBoldLinks:hover { 
	text-decoration: none; 
	font-weight: bold;
}

.jssProductTitle {
	font-size: 0.75em;
	text-decoration: none; 
}

.jssProductTitle:hover {
	font-size: 0.75em;
	text-decoration: none; 
}

.jssPrice {
	font-weight: bold;
	font-size: 0.8em;
}

.jssProductLinks, jssProductLinks:link {
	padding: 1px 1px;
	margin: 2px 2px 0px 0px;
	font-size: 0.7em;
	white-space: nowrap;
	font-weight: bold;
	border: 0px;
	cursor: pointer;
}

.jssProductAdd {
	font-size: 0.75em;
	font-weight: bold;
	border: 0px;
	text-align: left;
	cursor: pointer;
	margin-bottom: 5px;
}

.jssProductAddImage {
	border: 0px;
	cursor: pointer;
	height: 30px;
}


/* Header Styles ------------------------------------------------------------- */

div#jssHeader {
	font-size: 1em;
	margin: 0;
	width: 100%;
	height: 107px;
	background-image: url(media/shop-top.jpg);
}

div#jssSubHeader {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
}

span#jssWelcome {
	padding-left: 5px;
	font-weight: normal;
	font-size: 0.7em;
}

span#jssDate {
	float: right;
	padding-right: 5px;
}

div#navcontainer {
	float: right;
	position: relative;
	display: inline;
	top: -5px;
}

ul#navlist {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	}


#navlist li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navlist a {
	padding: 1px 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 0.7em;
}

#navlist a:link, #navlist a:visited {
	text-decoration: none;
}

#navlist a:hover {
	text-decoration: none;
}

.jssHeaderBlock
{
	width: 300px;
	margin-top: 20px;
	margin-right: 25px;
	float: right;
	font-size: 1.1em;
	color: #78744D;
	font-weight: normal;
	font-style: normal;
}

.jssHeaderBlockTitle
{
	font-size: 0.80em;
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 10px;
}

.jssHeaderBlockContentLeft
{
	float:left;
	font-size: 0.8em;
	font-weight: normal;
	margin-right: 8px;
	padding-top: 4px;
}

.jssHeaderBlockContent
{
	padding: 1px 5px;
	font-size: 0.6em;
	font-weight: normal;
}

.jssHeaderBlockContent a {
	padding: 1px 8px;
	margin: 2px 2px 0px 3px;
	font-size: 0.8em;
}

.jssHeaderBlockContent a:link,  .jssHeaderBlockContent a:visited {
	text-decoration: none;
	font-weight: normal;
}

.jssHeaderBlockContent a:hover {
	text-decoration: none;
	font-weight: normal;
}

.jssHeaderBlockLinks {
	margin-top: 6px;
	margin-right: 16px;
	text-align: right;
}

/* Left Column ------------------------------------------------------------- */
/* width changed from 150px to 250px - 22 Nov 07 */
/* width changed from 250px to 192px - 13 Jan 08 */
/* font size reduced from 1em to 0.95em - 20 Jan 08 */
div#jssLeftMenu {
	background-color: #FEF4DA;
	font-size: 0.95em;
	left: 5px;
	width: 184px;
	padding-top: 0px;
	float: left;
/*	border-left-width: 21px; border-left-color: #0D548D; border-left-style: solid; */
	border-left-width: 21px; border-left-color: #006499; border-left-style: solid;
}

.jssSectionList {
	margin: 0px; padding: 0px; padding-left: 22px; list-style-type: disc;
	font-weight: bold;
}

.jssSectionList li {
	padding-bottom: 2px; padding-top: 2px;
}

.jssSubSectionList {
	margin: 0px; padding: 0px; padding-left: 0px;  list-style-type: none;
	font-weight: normal;
}

.jssCustomerLinks {
	margin: 0px; padding: 0px;
	padding-left: 8px; padding-top: 4px;
	list-style-type: none;
}

.jssNewsLinks {
	margin: 0px; padding: 0px; padding-left: 17px; list-style-type: disc;
}

/* Right Column ------------------------------------------------------------- */

div#jssRightMenu {
	font-size: 1em;        
	width: 150px;
	padding-top: 0px;
	margin-right: 0px;
	float: right;
}

/* Right and Left Menu Box Style ------------------------------------------------------------- */
/* width changed from 148px to 248px - 22 Nov 07 */
/* width changed from 248px to 190px - 13 Jan 08 */
.jssMenuBox {
	width: 174px;
	margin-top: 0px;
}

.jssMenuBoxTitle {
	font-size: 0.9em;
	font-weight: normal;
	width: 175px;
	text-align: left;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.jssMenuBoxContent,
.jssMenuBoxContentCent {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	font-size: 0.75em;
	height: 1%;
}

.jssMenuBoxContent {
	text-align: left;
}
.jssMenuBoxContent a {
	color: #000000;
}

.jssMenuBoxContent:after { content: ""; display: block; height: 0; clear: both; }

.jssMenuBoxContentCent {
	text-align: center;
}

/* Main Content (Middle) Styles ------------------------------------------------------------- */
/* width changed from 663px to 720px - 22 Nov 07 */
/* width changed from 720px to 778px - 16 Jan 08 */
div#jssMainContent {
	padding-left: 20px;
/*	padding-top: 10px; */
	padding-bottom: 50px;
	font-size: 1em;
	float: left;
	margin-top: 0px;
	width: 757px; 
	border-color: #77754d;
	border-width: 0px;
	border-top-style: solid; border-top-width: 1px;
}

div#jssMainContent:after { content: ""; display: block; height: 0; clear: both;
}

.jssPageHeading {
	font-size: 1em;
/*	font-weight: bold; */
	padding: 3px; padding-left: 0px;
	margin-bottom: 10px;
	margin-top:  6px;
	clear: both;
}

.jssPageSubHeading {
	font-size: 0.75em;
/*	font-weight: bold; */
/*	padding: 2px; */
	margin-bottom: 10px;
/*	margin-top: 10px; */
	clear: both;
}

.jssBreadcrumb {
	width: 560px;
	font-size: 0.7em;
	margin-bottom: 10px;
}

.jssBreadcrumbTitle {
	font-weight: normal;
	padding-left: 0px;
	margin-right: 3px;
}

/* added March 2008 ----- */
#jssSectionTitle {
	width: 600px; padding-top: 6px;
}
.jssSectionTitleImage {
	padding-left: 6px; width: 80px; float: left;
}

/* Footer Styles ------------------------------------------------------------- */

div#jssFooter {
	margin: 0;
	width: 100%;
	clear: both;
	border-top-color: #77754d; border-top-width: 1px; border-top-style: solid;
}

div#jssFooterLinksDiv {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 1em;
}

ul#jssFooterLinks	{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

#jssFooterLinks li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
	font-weight: bold;
}

#jssFooterLinks a { 
	padding: 1px 1px;
	margin: 2px 2px 0px 0px;
	font-size: 0.7em;
	white-space: nowrap;
}

#jssFooterLinks a:link, #jssFooterLinks a:visited {
	text-decoration: none;
	font-weight: bold;
}

#jssFooterLinks a:hover {
	text-decoration: underline;
	font-weight: bold;
}


div#jssUsersOnline {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
	font-size: 0.8em;
}

div#jssCopyright {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
	font-size: 0.8em;
}

/* General Form Styling ------------------------------------------------------------- */

.jssForm {
}

.jssFormRow {
	clear: both;
	height: 15px;
	font-size: 0.8em;
	margin: 5px 0 0 0;
} 

.jssFormCol1 {
	float: left;
	width: 150px;
	text-align: left;
	height: 15px;
	padding: 2px;
	margin-right: 2px;
	font-weight: bold;
}

.jssFormCol2 {
	float: left;
	text-align: left;
}	

.jssError {
	font-size: 0.8em;
	font-weight: normal;
}

.jssFormDiv {
	text-align: center;
}

.jssFormTable {
	margin-left: auto;  margin-right: auto;
	padding: 0px;
	border: 0px;
}

.jssFormTable caption {
	margin-left: auto;  margin-right: auto;
	font-size: 0.70em;
}

.jssFormTable th {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 0.8em;
	vertical-align: top;
	padding-top: 3px;
}

.jssFormTable td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
	font-size: 0.8em;
}

.jssFormTable td.jssFormSubmit {
	text-align: right;
}

.jssFormTable input {
	font-size: 1em; 
	font-weight: normal;
	height: 1.3em;
}

.jssFormTable select {
	font-size: 1em; 
	font-weight: normal;
}

.jssFormTable td.jssFormSubmit input {
	font-weight: bold;
	font-size: 0.8em;
	cursor: pointer;
	height: 16px;
}

.jssFormError {
	font-weight: bold;
	font-size: 0.9em;
}

/* Cart Styling ------------------------------------------------------------- */

.jssCartDiv {
	text-align: center;
}

.jssCartTable {
	margin-left: auto; margin-right: auto;
	padding: 0px;
	border: 0px;
}

.jssPCentered {
	text-align: center;
}

.jssCartTable caption {
	margin-left: auto;  margin-right: auto;
	font-size: 0.70em;
}

.jssCartTable th {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 0.70em;
	vertical-align: top;
}

.jssCartTable th.right {
	font-weight: bold;
	padding: 2px;
	text-align: right;
	font-size: 0.70em;
	vertical-align: top;
}

.jssCartTable td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
	font-size: 0.70em;
	vertical-align: top;
}

.jssCartTable td.right {
	font-weight: normal;
	padding: 2px;
	text-align: right;
	font-size: 0.70em;
	vertical-align: top;
}

.jssCartTable th.total {
	font-weight: bold;
	padding: 2px;
	text-align: right;
	font-size: 0.75em;
	vertical-align: top;
}

/* general table styling ------------------------------------------------------------- */

.jssGeneralTableDiv {
	text-align: center;
}

.jssGeneralTable {
	margin-left: auto;  margin-right: auto;
	padding: 0px;
	border: 0px;
}

.jssGeneralTable caption {
	margin-left: auto;  margin-right: auto;
	text-align: right;
	font-weight: bold;
	font-size: 0.70em;
}

.jssGeneralTable th {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 0.70em;
	vertical-align: top;
}

.jssGeneralTable td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
	font-size: 0.70em;
}

.jssGeneralTable td.bold {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 0.70em;
}

.jssGeneralTable a {
	padding: 1px 1px;
	margin: 2px 2px 0px 0px;
	font-size: 1em;
	white-space: nowrap;
}

.jssGeneralTable a:link, .jssGeneralTable a:visited
{
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}

.jssGeneralTable a:hover
{
	text-decoration: underline;
	font-weight: bold;
	font-size: 1em;
}

/* Product Option (qty discounts, combinations etc.) ------------------------------------------------------------- */

.jssProductTableDiv {
	text-align: center;
}

.jssProductTable {
	margin-left: auto;  margin-right: auto;
	padding: 0px;
	width: 100%;
	border: 0px;
}

.jssProductTable caption {
	margin-left: auto;  margin-right: auto;
	text-align: right;
	font-weight: bold;
	font-size: 0.70em;
}

.jssProductTable th {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 0.70em;
	vertical-align: top;
}

.jssProductTable td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
	font-size: 0.70em;
}

/* Index-specific Styles ------------------------------------------------------------- */

.jssIndexProductThumbnail {
	float: left; margin-right: 5px; padding: 3px;
}

.jssIndexFullWidth {
/*	clear: both; text-align: center; width: 100%; */
	clear: both; width: 100%;
}

.jssIndexColLeft {
	width: 49%; float: left;
}

.jssIndexColRight {
	width: 49%; float: right;
}

.jssIndexProductBlock {
	width: 100%; clear: both; text-align: left;
}

.jssIndexProductGap {
	width:2%; float: left;
}

/* Section And Listing Styles ------------------------------------------------------------- */

div#pagescontainer {
	float: right;
	position: relative;
	top: 0px;
	padding: 1px;
	margin-bottom: 5px;
	margin-right: 22px;
}

ul#pageslist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

#pageslist li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin: 0px; font-weight: normal; font-size: 0.70em;
}

#pageslist a {
	padding: 0px 2px 0px 2px; 
	margin: 0px; 
	font-weight: normal; 
	font-size: 1em;
}

#pageslist a:link, #npageslist a:visited {
	text-decoration: none;
}

#pageslist a:hover {
	text-decoration: none;
}

/* Other/Misc Styles ------------------------------------------------------------- */

.jssProductListMain {
	clear: both; padding-top: 2px;
	margin-bottom: 2px;
}

.jssProductListTitle {
	float: left; margin-right: 5px;
}

.jssSecFlagsDiv {
	float: right; width: 4.5em; margin-right: 5px;
	font-weight: bold;
}

.jssProductFlag {
	margin-top: 3px; 
	padding-right: 3px; 
	font-size: 0.6em; 
	white-space: nowrap;
	text-align: left;
	color:#E60B0D;
}

.jssSectionThumbnail {
	float: left;
}

.jssSectionDesc {
	margin-left: 105px;
}

.jssSubSecDiv {
/*	width: 650px; clear: both; text-align: left; */
	float: left; text-align: left; width: 219px; margin-right: 25px;
	padding-bottom: 20px;
}

.jssSecImages {
	margin-right: 0px; padding: 0px;
}

.jssLinksDiv {
/*	padding: 3px; font-weight: bold; */
	float:right; padding-left: 3px; padding-top: 3px; ;font-weight: bold;
}

.jssLinksDivProduct {
	float:right; clear: both; width: 170px;
}

.jssSubSecTitle {
	padding-top: 3px;
}

.jssSectionContent {
	clear: both; padding-top: 10px;
}

.jssSecProductTitle {
	padding-top: 8px;
}
.jssSecProductTitleHome {
	padding-top: 4px;
}

.jssSecProductDiv {
	float: left; text-align: left; width: 160px; margin-right: 19px;
	margin-left:  2px;
	margin-bottom: 20px;
}
.jssSecProductDivHome {
	float: left; text-align: left; width: 135px; margin-right: 7px;
	margin-left:  2px;
	margin-bottom: 5px;
/*	height: 230px; */
}

.jssSendFriendDiv a:hover {  
	text-decoration: underline; 
	cursor: pointer;
}

.jssProductSep {
	clear: both; border: 0px; margin-bottom: 8px; height: 5px;
}

.jssProductFullImage {
	float: left; margin-right: 10px; margin-bottom: 20px; border: 1px solid;
}

.jssProductOptionsDiv {
	float: right; width: 254px;
}

.jssProductFieldsDiv {
	float: left; margin-left: 5px; text-align: left;
}

.jssSendFriendDiv {
	float:right; font-weight: bold;
}

.jssSendFriendDiv a { 
	font-size: 1em;
	text-decoration: none; 
}

/* Specific Grangers styles ------------------------------------------------------ */

.GrangersProducts {
	float:left;
	width:748px;
	margin-bottom: 16px;
	clear: both;
}
.GrangersProductPageLeft {
	float: left;
	width: 200px;
}
.GrangersProductPageRight {
	float: right;
	width: 380px;
	padding-right: 30px;
}
.GrangersCallUs {
	float: right;
}
.GrangersLeftForms {
	padding-left: 9px;
	padding-top: 4px;
}
div#GrangersShopContent {
	float: left;
	background: url(media/shop-background.jpg) repeat-y;
}
.GrangersHomeText {
	width: 680px; margin-bottom: 20px;
}
.GrangersHomeColumn {
	float:left; width: 232px; margin-right: 5px;
}
.GrangersHomeImage {
	margin-bottom: 8px; border: 1px solid;
}
.GrangersHomeImageText {
	padding: 7px; background-color: #e8e2c7; margin-right: 10px;
}
.GrangersToolbar {
	margin-left: -20px;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 0.60em;
	border-bottom: 1px solid #77754d;
}
div#GrangersFooter {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	font-size: 0.7em;
	color: #77754d;
}
.GrangersMenuBoxContent {
	text-align: left;
	margin-left: 10px;
}
.GrangersCartButton {
	background-color: #77754d; border: 0px;
	color: #ffffff;
	padding: 4px;
	padding-bottom: 6px;
	font-weight: normal;
	font-size: 0.8em;
	height: 1.8em;
}
.GrangersCartButton:hover {
	color: #ffffff;
}
.GrangersSpecialOffer {
	font-size: 0.80em;
	font-weight: bold;
	padding: 0;
	padding-bottom: 30px;
	margin-top: 0;
	clear: both;
	color:#E60B0D;
}
.middle-links {
	font-size: 1.0em;
	font-weight: bold;
}
