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

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/component/page-bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

form {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: normal;
	padding: 0px;
	margin: 10px 0;
	padding: 0;
}

h2 {
	font-size: 1.0em;
}

h3 {
	font-size: 1.0em;
}

h1.hidden {
	position: absolute;
	left: -999em;
	width: 1em;
	overflow: hidden;	
}

h2.hidden {
	position: absolute;
	left: -999em;
	width: 1em;
	overflow: hidden;	
}

h2.white-header {
	color: #FFFFFF;
}

h3.white-header {
	color: #FFFFFF;
}

p, #jssMainContent ul {
	font-size: 0.8em;
}

p.disorder {
	clear: both;
}

p.disorder img {
	margin: 0px 0px 10px 3px;
}

img.leftImage {
	margin-right: 4px;
}

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

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

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

.clearLeft {
	clear: left;
}

.clearBoth {
	clear: both;
}

.clearRight {
	clear: right;
}

.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: 0.8em;
	width: 100%;
}

.jssBoldLinks { 
	font-size: 0.8em;
	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 {
	padding: 1px 1px;
	margin: 2px 2px 0px 0px;
	margin-left: 0px;
	padding-top: 0px;
	font-size: 0.7em;
	font-weight: bold;
	border: 0px;
	text-align: left;
	cursor: pointer;
}

/* CONTAINER ----------------------------------------------------------------- */
div#container {
	width: 800px;
	margin: 0px auto;
	padding-top: 10px;
	background-image: url(../../images/component/topbar.gif);
	background-position: top;
	background-repeat: no-repeat;
}

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

div#jssHeader, div#jssHeaderHome {
	width: 800px;
	height: 145px;
	margin: 0;
	background: url(../../images/component/header.jpg) top no-repeat;
	font-size: 1em;
}

div#jssHeaderHome {
	background: url(../../images/component/header-home.jpg) top no-repeat;
}

	div#jssHeader a, div#jssHeaderHome a {
		width: 600px;
		height: 120px;
		float: left;
	}
	
	#telephone {
		width: 120px;
		margin: 90px 0 0;
		float: right;
		font-size: 1.3em;
		color: #555;
	}
	
		#telephone span {
			font-size: 0.85em;
		}

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

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 {
	font-size: 1em;
	width: 150px;
	padding-top: 0px;
	float: left;
}

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

.jssSubSectionList {
	margin: 0px; padding: 0px; padding-left: 14px;  list-style-type: square;
}

.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-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	font-size: 0.75em;
	height: 1%;
}

.jssMenuBoxContent {
	text-align: left;
}

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

.jssMenuBoxContentCent {
	text-align: center;
}

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

div#jssMainContent {
	width: 780px;
	margin: 10px 10px 15px 10px;
	padding: 0px;
	float: left;
	font-size: 1em;
}

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

.jssPageHeading {
	font-size: 0.95em;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 10px;
}

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

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

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

#left-col {
	width: 385px;
	margin: 0;
	padding: 0;
	float: left;
}

.left-home {
	width: 383px;
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
	border: #bcbbbb solid 1px;
}

	.left-home h2 { 
		margin: 6px 10px 0;
		padding: 0;
	}
	
		.left-home h3 { 
			margin: 6px 10px 0;
			padding: 0;
		}

			.left-home p { 
				margin: 6px 10px;
				padding: 0;
			}

.right-home {
	width: 383px;
	margin: 10px 0 0 10px;
	padding: 0;
	float: right;
	border: #bcbbbb solid 1px;
}

	.right-home h2 { 
		margin: 6px 10px 0;
		padding: 0;
	}
	
		.right-home h3 { 
			margin: 6px 10px 0;
			padding: 0;
		}
		
			.right-home p { 
				margin: 6px 10px;
				padding: 0;
			}
			
.right-home-logos {
	width: 308px;
	height: 140px;
	margin: 30px 40px 15px 0;
	padding: 0;
	float: right;
}

.right-home-logos img {
	float: left;
}
			
	.head-bar {
		width: 100%;
		height: 32px;
		margin: 0;
		padding: 0;
		float: left;
		background: #A31B01 url(../../images/component/topbar.gif) top left no-repeat;
	}
	
	.paragraph {
		margin: 0;
		padding: 0;
		float: left;
	}
	
#left-about {
	width: 620px;
	margin: 0 0 0 0;
	padding: 0;
	float: left;
}

#right-about {
	width: 150px;
	margin: 0 0 0 10px;
	padding: 0;
	float: right;
}

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

div#hcFooter {
	clear: both;
	margin: 0px;
	padding: 0px;
}

div#hcFooter p {
	margin: 0px;
	padding: 3px 0px;
	font-size: 11px;
	font-weight: bold;
	text-indent: 5px;
}

div#hcFooter img {
	margin-right: 3px;
	vertical-align: middle;
}


div#jssFooter {
	margin: 0px;
	padding: 0px;
	width: 800px;
	clear: both;
}

div#jssFooterLinksDiv {
	float: left;
	width: 350px;
	margin: 5px 0px 0px 10px;
	padding: 0px;
	text-align: left;
	font-size: 1em;
}

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

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

#jssFooterLinks a { 
	padding: 0px;
	margin: 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 {
	float: right;
	width: 400px;
	margin: 9px 10px 0px 0px;
	text-align: right;
	font-size: 0.7em;
}

/* 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: right;
	font-size: 0.8em;
}

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

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

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

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

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

/* 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%;
}

.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: normal; font-size: 0.75em;
}

#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;
}

.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 {
	float: left;
	width: 195px;
	margin: 10px 0px;
	text-align: left;
}

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

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

.jssSubSecTitle {
	padding-top: 3px;
	font-size: 1.3em;
}

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

.jssSecProductTitle {
	padding-top: 3px;
}

.jssSecProductDiv {
	float: left;
	width: 375px;
	height: 115px;
	padding: 0px 15px 15px 0px;
}

.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; 
}