﻿/* Basic Element Formatting ------------------------------------------------------------- */
body {
	background-color: #ffffff;
}

/* Multiple-Use Selectors ------------------------------------------------------------- */
.button {
	background-color: #8dbfff;
	border: 1px solid #000;
	color: #fff;
}

/* Standard text and link formatting ------------------------------------------------------------- */
.jssProductTitle {
	color:#fff; 
}
.jssProductTitle:hover {
	color:#ff8d29; 
}
.jssPrice {
	color: #444444;
}
.jssPrice a, .jssPrice a:link, .jssPrice a:visited, .jssPrice a:active {
	color: #444444;
}
.jssPrice a:hover {
	color: #333333;
	font-weight:bold;
}

/* Header Styles ------------------------------------------------------------- */
.jssHeaderBlock {
	border: 1px solid #ffffff;
	background-color: #539dfb;
}
.jssHeaderBlockTitle {
	background-color: #3586ef;
	color: #ffffff;
}
.jssHeaderBlockContent {
	background-color: #539dfb;
	color: #ffffff;
}
.jssHeaderBlockContent a {
	border: 1px solid #8dbfff;
}
.jssHeaderBlockContent a:link,  .jssHeaderBlockContent a:visited {
	color: #fff;
	background-color: #369;
	border: 1px solid #8dbfff;
}
.jssHeaderBlockContent a:hover {
	color: #fff;
	background-color: #036;
	border: 1px solid #FFFFFF;
}

#navlist a { 
	border: 0px solid #0b51ab; 
	border-left: 2px solid #d2e6fe;
}
#navlist a:link, #navlist a:visited {
	color: #000000;
	background-color: #8dbfff;
}
#navlist a:hover {
	color: #fff;
	background-color: #036;
}

/* Left Column ------------------------------------------------------------- */
div#jssLeftMenu {
	color: #000000;
}

/* Right Column ------------------------------------------------------------- */
div#jssRightMenu {
	color: #000000;
}
/* Right and Left Menu Box Style ------------------------------------------------------------- */

.jssMenuBox {
	border: 1px solid #103C94;
}

/* Main Content (Middle) Styles ------------------------------------------------------------- */
div#jssMainContent {
	color: #000000;
}

/* Footer Styles ------------------------------------------------------------- */
div#jssFooter {
	color: #000000;
}
#jssFooterLinks a { 
	color: #000000;
}
#jssFooterLinks a:link, #jssFooterLinks a:visited {
	color: #f08100;
}
#jssFooterLinks a:hover {
	color: #000;
}

/* General Form Styling ------------------------------------------------------------- */
.jssFormTable caption {
	border-bottom: 1px dotted #000;
}
.jssFormTable td.jssFormSubmit {
	border-top: 1px dotted #000;
}

.jssFormError {
	color: #f00;
}
.jssError {
	color: #f00;
}

/* general table styling ------------------------------------------------------------- */
.jssGeneralTable th {
	border-bottom: 1px dotted #000;
}
.jssGeneralTable a:link, .jssGeneralTable a:visited {
	color: #f08100;
}
.jssGeneralTable a:hover {
	color: #000;
}

/* Product Option (qty discounts, combinations etc.) ------------------------------------------------------------- */
.jssProductTable th {
	background-color: #aaaaaa;
}
.jssProductTable td {
	background-color: #dddddd;
}

/* Other/Misc Styles ------------------------------------------------------------- */
.jssProductFlag {
	background-color: #f08100; 
	color: #ffffff; 
	border: 1px dotted #f00; 
	border-left: 3px solid #f00; 
}

.jssProductSep {
	border-bottom: 1px dotted #bbbbbb; background: #fff;
}

.jssProductSep {
	border-bottom: 1px dotted #bbbbbb; background: #fff; color: #fff;
}
