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

html {
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}


form {
	margin: 0;
	padding: 0;
}

a	{color:#333333;}
a, a:hover {
	text-decoration: none;
	color:#333333;
}

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

p {
	font-size: 11px;
}

input {
	/*font-size: 1em;*/
	/*font-weight: normal;*/
	height: 15px;
	/*padding:0px 1px 0px 1px;*/
	/*margin-bottom: 1px;*/
	/*font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
	border:1px solid #000000;
}

select {
	font-size: 12px;
	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: 1em;
	cursor: pointer;
	height: 1.6em;
}

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

.jssSmallerText {
	font-size: 10px;
	width: 100%;
}
.jssSmallerText12 {
	font-size: 12px;
	width: 100%;
}

.jssBoldLinks { 
	font-size: 11px;
	text-decoration: none; 
	font-weight: bold;
	color:#333333;
}

.jssBoldLinks2 { 
	font-size: 11px;
	text-decoration: none; 
	font-weight: bold;
	color:#336600;
}

.jssBoldLinks3 { 
	font-size: 14px;
	text-decoration: none; 
	font-weight: bold;
	color:#6B8E23;
}

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

.jssProductTitle {
	font-size: 10px;
	text-decoration: none; 
}

.jssProductTitle:hover {
	font-size: 10px;
	text-decoration: none; 
}

.jssPrice {
	color:#339900; font-size:12px; font-weight:bold; margin-right:10px;
}

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

.jssProductAdd {
	padding: 1px 1px;
	margin: 2px 2px 0px 0px;
	margin-left: 0px;
	padding-top: 0px;
	font-size: 10px;
	font-weight: bold;
	border: 0px;
	text-align: left;
	cursor: pointer;
}

.jssProductAdd2
{
	border:0px solid;
	height:auto;
}
/* Header Styles ------------------------------------------------------------- */

img#jssLogo {
	float: left; border: 0px;
}

div#jssHeader {
	font-size: 1em;
	margin: 0;
	width: 100%;
	height: 70px;
}

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
{
	margin: 5px;
	margin-left: 0px;
	padding: 0px;
	float: right;
	display: inline;
	height: 80%;
	font-size: 1em;
}

.jssHeaderBlockTitle
{
	padding: 1px 5px;
	font-size: 0.7em;
	font-weight: bold;
}

.jssHeaderBlockContent
{
	padding: 1px 5px;
	font-size: 0.7em;
	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: 4px; margin-bottom: 2px; text-align: right;
}

/* Left Column ------------------------------------------------------------- */

div#jssLeftMenu {
	float:left;
	left: 0px;
	width: 205px;
}

.jssSectionList {
	margin: 0px; padding: 0px 0px 0px 5px; list-style-type:none;
}

.jssSubSectionList {
	margin: 0px; padding: 0px 0px 0px 0px; list-style-type:none;
}

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

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

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

div#jssRightMenu {
	font-size: 1em;
	position: absolute;
	right: 5px;         
	width: 150px;
	padding-top: 0px;
}

/* Right and Left Menu Box Style ------------------------------------------------------------- */

.jssMenuBox {
	width: 148px;
	margin-top: 10px;
}

.jssMenuBoxTitle {
	font-size: 0.8em;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

.jssMenuBoxContent,
.jssMenuBoxContentCent {
	padding-left: 2px;
}

.jssMenuBoxContent {
	text-align: left;
	
}

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

.jssMenuBoxContentCent {
	text-align: center;
}

/* Main Content (Middle) Styles ------------------------------------------------------------- */

div#jssMainContent {
	margin: 10px 0px 0 210px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align:left;
}

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

.jssPageHeading {
	font-size: 16px;
	font-weight: normal;
	padding: 1px;
	margin-bottom: 10px;
	color:#6b8e23;
}

.jssPageHeading2 {
	font-size: 12px;
	font-weight: normal;
	padding: 1px;
	padding-right: 5px;
	margin-bottom: 10px;
	color:#6b8e23;
}

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

.jssPageSubHeading2 {
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 10px;
	margin-top: 2px;
	color:#6B8E23;
	/*clear: both;*/
}

.jssBreadcrumb {
	width: 99%;
	font-size: 10px;
	margin-bottom: 10px;
}

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

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

div#jssFooter {
	margin: 0;
	width: 100%;
	clear: both;
}

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: 10px;
	white-space: nowrap;
	color:#666666;
}

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

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


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

div#cCopyright {
	margin-top: 8px;
	margin-left: 12px;
	margin-right: auto;
	text-align: left;
	clear: both;
	font-size: 10px;
}

/* 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: 11px;
}

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

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

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

.jssFormTable td.jssFormSubmitcenter {
	text-align: left;
}

.jssFormTable input {
	font-size: 10px; 
	font-weight: normal;
}

.jssFormTable select {
	font-size: 10px; 
	font-weight: normal;
}

.jssFormTable td.jssFormSubmit input {
	font-weight: normal;
	font-size: 10px;
	cursor: pointer;
	height: 20px;
}

.jssFormTable td.jssFormSubmitcenter input{
	font-weight: normal;
	font-size: 10px;
	cursor: pointer;
	height: 20px;
}

.jssFormError {
	font-weight: bold;
	font-size: 9px;
	color:#cc0000;
}

/* 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: 10px;
}

.jssCartTable th {
	font-weight: bold;
	padding: 5px;
	text-align: left;
	font-size: 9px;
	vertical-align: top;
	background-color:#d5e0b0;
}

.jssCartTable th.right {
	font-weight: bold;
	padding: 5px;
	text-align: center;
	font-size: 9px;
	vertical-align: top;
	background-color:#d5e0b0;
}

.jssCartTable td {
	font-weight: normal;
	padding: 5px;
	text-align: left;
	font-size: 12px;
	vertical-align: top;
}

.jssCartTable td.right {
	font-weight: normal;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	vertical-align: top;
}

.jssCartTable td.right2 {
	font-weight: normal;
	padding: 5px;
	text-align: right;
	font-size: 12px;
	vertical-align: top;
}

.jssCartTable th.total {
	font-weight: bold;
	padding: 5px;
	text-align: right;
	font-size: 12px;
	vertical-align: top;
}
.jssCartTable th.bgff {
	background-color:#FFFFFF;
}

/* 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: 10px;
}

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

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

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

.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: 10px;
}

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

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

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

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

.jssIndexFullWidth {
	clear: both; text-align: center; 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;
}

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: bold; font-size: 11px;
}

#pageslist a {
	/*padding: 0px 3px 0px 3px; */
	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-left: 5px; padding: 3px;
}

.jssSecFlagsDiv2 {
	padding: 3px;
	position:absolute;
	right:0px;
	font-size:9px;
	display:table;
}

.jssProductFlag {
	margin-bottom: 3px; 
	padding-left: 3px; 
	font-size: 0.6em; 
	white-space: nowrap;
	font-weight: normal;
	text-align: right;
}

.jssSectionThumbnail {
	float: left;
}

.jssSectionDesc {
	margin-left: 105px;
}

.jssSubSecDiv {
	width: 100%; /*clear: both;*/ text-align: left;
	display:table; 
}

.jssSubSecDiv2 {
	width: 293px; /*clear: both;*/ text-align: left;
	display:table; float: left; margin-right:10px;
	border:1px solid #cccccc; 
}

.jssSubSecDiv2 .prodcont	{ padding:4px; display:table; height:87px;}
.jssSubSecDiv2 .prodcont .prod	{
	border:1px solid #cccccc; display:table; float:left; 
	height:80px; margin:0 1px 5px 1px; width:91px; min-height:80px;
}
.jssSubSecDiv2 .prodcont .prod img	{
	display:block;
}

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

.jssLinksDiv {
	padding: 3px; font-weight: bold;
}

.jssSubSecTitle {
	padding-top: 3px;
}

.jssSectionContent {
	clear: both; padding-top: 10px;border:1px solid red; width:400px;
}

.jssSecProductTitle {
	font-size:14px;
	padding-top: 3px;
}

.jssSecProductDiv {
	/*clear: both;*/ text-align: left;
	/*margin-left: auto;*/ margin-right: auto;
	display:table; width:599px;
	border:1px solid #CCCCCC;
}

.jssSecProductDiv_rs {
	float: left; width: 390px; position: relative;
}

.jssSecProductDiv_desc {
	height:80px;
}

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

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

.jssProductFullImage {
	float: left; margin-right: 10px; 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; 
}