/* Basic Element Formatting ------------------------------------------------------------- */

body {
	background-color: #edf1fb;
}

a {
	color:#331a75;
}

a:hover {
	color:#911b65;
}

h1 {
	color: #ffffff; 
	background-color: #89182b; 
	border-bottom: 2px solid #797c8f;
}

input { 
	background-color: #FFFFFF; 
	color: #000000; 
	border: 1px solid #30799E; 
}

select { 
	background-color: #FFFFFF; 
	color: #000000; 
	border: 1px solid #30799E; 
}

/* Multiple-Use Selectors ------------------------------------------------------------- */

.button {
	background-color: #797c8f;
	border: 1px solid #000;
	color: #fff;
}

/* Standard text and link formatting ------------------------------------------------------------- */

.jssBoldLinks { 
	color:#331a75;
}

.jssBoldLinks:hover { 
	color:#562365; 
}

.jssProductTitle {
	color:#fff; 
}

.jssProductTitle:hover {
	color:#ff8d29; 
}

.jssPrice {
	color: #800000;
}

.jssProductLinks, .jssProductLinks:link
{
	color: #f08100;
}

.jssProductAdd, .jssProductAdd:link
{
	color: #f08100;
}

.myjssSortLinks, .myjssSortLinks:link
{
	color: #f6ba3b;
}

.myjssSortLinks:hover
{
	color: #e2e4f9;
}

/* Header Styles ------------------------------------------------------------- */

div#jssHeader {
	color: #040;
	background-color: #cbcff2;
	border-bottom: 2px solid #e2e4f9;
}

div#jssSubHeader {
	color: #ac1c35;
	background-color: #d5cce1;
        border-bottom: 1px solid #9fa0a5;
        border-left: 2px solid #9fa0a5;
}

.jssHeaderBlock
{
	border: 1px solid #ffffff;
	background-color: #e2e4f9;
}

.jssHeaderBlockTitle
{
	background-color: #dbcada;
	color: #ac1c35;
}

.jssHeaderBlockContent
{
	background-color: #e2e4f9;
	color: #331a75;
}

.jssHeaderBlockContent a {
	border: 1px solid #797c8f;
}

.jssHeaderBlockContent a:link,  .jssHeaderBlockContent a:visited {
	color: #fff;
	background-color: #5f3171;
	border: 1px solid #797c8f;
}

.jssHeaderBlockContent a:hover {
	color: #fff;
	background-color: #331a75;
	border: 1px solid #FFFFFF;
}

#navlist a { 
	border: 0px solid #0b51ab; 
	border-left: 2px solid #dbcada;
}

#navlist a:link, #navlist a:visited {
	color: #e2e4f9;
	background-color: #5f3171;
}

#navlist a:hover {
	color: #e2e4f9;
	background-color: #331a75;
}

/* Left Column ------------------------------------------------------------- */

div#jssLeftMenu {
	color: #000000;
}

/* Right Column ------------------------------------------------------------- */

div#jssRightMenu {
	color: #000000;
}

/* Right and Left Menu Box Style ------------------------------------------------------------- */

.jssMenuBox {
	border-left: 1px solid #797c8f;
	border-right: 1px solid #797c8f;
	border-top: 1px solid #e2e4f9;
	border-bottom: 1px solid #797c8f;
}

.jssMenuBoxTitle {
	color: #ffffff;
	background-color: #89182b;
	border-bottom: 1px solid #797c8f;
}

.jssMenuBoxContent,
.jssMenuBoxContentCent {
	border-top: 1px solid #797c8f;
	border-bottom: 1px solid #797c8f;
	background-color: #dbcada;
}

/* Main Content (Middle) Styles ------------------------------------------------------------- */

div#jssMainContent {
	color: #000000;
}

.jssPageHeading {
	color: #ffffff;
	background-color: #89182b;
	border-bottom: 1px solid #797c8f;
        border-left: 1px solid #797c8f;
        border-top: 1px solid #e8eaf6;
}
.MYjssArticleHeading { color: black; background-color: #ffffff; border-bottom: 2px solid #ffffff }
.jssPageSubHeading {
	color: #ffffff;
	background-color: #89182b;
	border-bottom: 1px solid #797c8f;
        border-left: 1px solid #797c8f;
        border-top: 1px solid #e8eaf6;
}

.jssBreadcrumb {
	border: 1px solid #666666;
	background-color: #e2e4f9;
}

.jssBreadcrumbTitle {
	color: #e2e4f9;
	background-color: #89182b;
}

/* Footer Styles ------------------------------------------------------------- */

div#jssFooter {
	color: #000000;
}

#jssFooterLinks a { 
	color: #000000;
}

#jssFooterLinks a:link, #jssFooterLinks a:visited
{
	color: #5f3171;
}

#jssFooterLinks a:hover
{
	color: #911b65;
}

/* General Form Styling ------------------------------------------------------------- */

.jssFormTable caption {
	border-bottom: 1px dotted #000;
}

.jssFormTable td.jssFormSubmit {
	border-top: 1px dotted #000;
}

.jssFormTable input {
	background-color: #FFFFFF; 
	color: #000000;
	border: 1px solid #30799E;
}

.jssFormTable select {
	background-color: #FFFFFF; 
	color: #000000;
	border: 1px solid #30799E;
}

.jssFormTable td.jssFormSubmit input {
	background-color: #797c8f;
	border: 1px solid #000;
	color: #fff;
}

.jssFormError {
	color: #f00;
}

.jssError {
	color: #f00;
}

/* Cart Styling ------------------------------------------------------------- */

.jssCartTable caption {
	border-bottom: 1px dotted #000;
}

.jssCartTable th {
	border-bottom: 1px dotted #000;
}

.jssCartTable th.right {
	border-bottom: 1px dotted #000;
}

.jssCartTable th.total {
	border-top: 1px dotted #000;
}

/* 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;
}

/* Index-specific Styles ------------------------------------------------------------- */

/* Section And Listing Styles ------------------------------------------------------------- */

#pageslist li {
	border: 1px dotted #000000; 
	background-color: #f6ba3b; 
	color: #ac1c35;
}

#pageslist a { 
	background-color: #f6ba3b;
}

#pageslist a:link, #npageslist a:visited {
	color: #331a75;
	background-color: #f6ba3b;
}

#pageslist a:hover {
	color: #331a75;
	background-color: #f89306;
}

/* 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: #edf1fb;
}

.jssSendFriendDiv a { 
	color:#ff8d29; 
}

.jssSendFriendDiv a:hover { 
	color:#ff8d29; 
}

.jssProductSep {
	border-bottom: 1px dotted #bbbbbb; background: #fff; color: #fff;
}