.jssPageHeading {
        
        margin: 2px 0px 0px 0px;
	color: #990000;
	background-color: #CCCCCC;
	border: 1px solid #000000;
        height: 17px;
        width: 90%;
        vertical-align: middle;
        text-align: center; 
}

input.check { width: 20px; background-color: #990000; color: #FFFFFF; border: 1px solid #000000; }
.black { font-family: verdana; font-size: 11px; font-style: normal; color: #000000; font-weight: bold; }
.textred { font-family: verdana; font-size: 11px; font-style: normal; color: #990000; font-weight: bold; }
input.radio { width: 20px; background-color: #990000; color: #990000; border: 1px solid #000000; }
.blacksmall { font-family: verdana; font-size: 10px; font-style: normal; color: #000000; font-weight: normal; }
a.redlink { font-family: verdana; font-size: 10px; font-style: normal; color: #990000; font-weight: bold; }
a.redlink:hover { font-family: verdana; font-size: 10px; font-style: normal; color: #000000; font-weight: bold; }

/* Basic Element Formatting ------------------------------------------------------------- */

body {
	background-color: #FFFFFF;
}

a {     
        font-family: verdana; font-size: 11px; font-style: normal;  
	color: #990000;
        font-weight: bold;
}

a:hover {

        font-family: verdana; font-size: 11px; font-style: normal;
	color:#000000;
        font-weight: bold; 
}

h1 {
	color: #990000; 
	background-color: #CCCCCC; 
	border: 1px solid #000000;
        text-align: center;
}

input { 
	background-color: #FFFFFF; 
	color: #000000; 
	border: 1px solid #990000;
         
}

select { 
	background-color: #FFFFFF; 
	color: #000000; 
	border: 1px solid #990000; 
             
}

textarea { 
	background-color: #FFFFFF; 
	color: #000000; 
	border: 1px solid #990000; 
             
}


/* Multiple-Use Selectors ------------------------------------------------------------- */

.button {
	background-color: #990000;
	border: 1px solid #000000;
	color: #FFFFFF;
}

/* Standard text and link formatting ------------------------------------------------------------- */

.jssBoldLinks { 
        font-family: verdana; font-size: 11px;
	color: #990000;
}

.jssBoldLinks:hover { 
        font-family: verdana; font-size: 11px;
	color: #000000; 
}

.jssProductTitle {
	color:#fff; 
}

.jssProductTitle:hover {
	color:#ff8d29; 
}

.jssPrice {
	color: #990000;
}

.jssProductLinks, .jssProductLinks:link
{
	color: #990000;
}

.jssProductAdd, .jssProductAdd:link
{
	color: #990000;
}

.white {     
        font-family: verdana; font-size: 11px; font-style: normal;  
	color: #FFFFFF;
        font-weight: bold;
}

.white:hover {

        font-family: verdana; font-size: 11px; font-style: normal;
	color: #CCCCCC;
        font-weight: bold; 
}

/* Header Styles ------------------------------------------------------------- */

div#jssHeader {
	color: #040;
	background-color: #990000;
	border: 1px solid #000000;
}

div#jssSubHeader {
	color: #ffffff;
	background-color: #990000;
}

.jssHeaderBlock
{
	border: 1px solid #000000;
	background-color: #CCCCCC;
}

.jssHeaderBlockTitle
{       
        margin-left: 2px;
        font-family: verdana; font-size: 11px; font-style: normal;  
	background-color: #CCCCCC;
	color: #000000;
}

.jssHeaderBlockContent
{
	background-color: #CCCCCC;
	color: #ffffff;
}

.jssHeaderBlockContent a {
	border: 1px solid #990000;
}

.jssHeaderBlockContent a:link,  .jssHeaderBlockContent a:visited {
	color: #fff;
	background-color: #990000;
	border: 1px solid #FFFFFF;
}

.jssHeaderBlockContent a:hover {
	color: #fff;
	background-color: #990000;
	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, .jssMenuBox2 {
	border: 1px solid #990000;
}

.jssMenuBoxTitle {
	color: #FFFFFF;
	background-image: url('/images/menu_box.gif'); background-repeat: no-repeat;
	text-align: center;
        }

.jssMenuBoxContent, .jssMenuBoxContent1, .jssMenuBoxContentCent, .jssMenuBoxContent2

{
	background-color: #CCCCCC;
}

/* Main Content (Middle) Styles ------------------------------------------------------------- */

div#jssMainContent {
	color: #000000;
}


.jssPageSubHeading {
	color: #990000;
	background-color: #CCCCCC;
	border: 1px solid #000000;
}

.jssBreadcrumb {
	border: 1px solid #666666;
	background-color: #ffffff;
}

.jssBreadcrumbTitle {
	color: #fff;
	background-color: #036;
}

/* 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;
}

.jssFormTable input {
	background-color: #FFFFFF; 
	color: #000000;
	border: 1px solid #990000;
}

.jssFormTable select {
	background-color: #FFFFFF; 
	color: #000000;
	border: 1px solid #990000;
}

.jssFormTable td.jssFormSubmit input {
	background-color: #990000;
	border: 1px solid #000000;
	color: #FFFFFF;
}

.jssFormError {

font-family: verdana; font-size: 12px; font-style: normal; font-weight: normal;

	color: #0033FF;
}

.jssError {

        font-family: verdana; font-size: 12px; font-style: normal; font-weight: bold;
	color: #0033FF;
}

/* 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: #990000;
        font-family: verdana; font-size: 11px; font-style: normal; 
        
}

.jssGeneralTable a:hover {
	color: #000;
        font-family: verdana; font-size: 11px; font-style: normal; 
}

/* Product Option (qty discounts, combinations etc.) ------------------------------------------------------------- */

.jssProductTable th {
	background-color: #aaaaaa;
}

.jssProductTable td {
	background-color: #dddddd;
}

/* Index-specific Styles ------------------------------------------------------------- */

.jssIndexProductBoxTitle {

	background-color: #CCCCCC;
	text-align: center;
        height: 19px;
        border: 1px solid #000000; }

.jssIndexProductLinks { 
	color: #000000;
}

.jssIndexProductLinks:hover { 
	color:#990000; 
}

.jssIndexProductBoxImage {

	background-color: #FFFFFF;
	border-left: 1px solid #000000; 
        border-right: 1px solid #000000; }

.jssIndexProductBoxPrice {

	background-color: #990000;
	text-align: center;
        height: 19px;
        border: 1px solid #000000; 
        font-family: verdana; font-size: 11px; font-weight: bold; color: #FFFFFF;
}


/* Section And Listing Styles ------------------------------------------------------------- */

#pageslist li {
	border: 1px solid #000000; 
	background-color: #CCCCCC; 
	color: #000000;
}

#pageslist a { 
	background-color: #CCCCCC;
}

#pageslist a:link, #npageslist a:visited {
	color: #000000;
	background-color: #CCCCCC;
}

#pageslist a:hover {
	color: #000000;
	background-color: #CCCCCC;
}

/* Other/Misc Styles ------------------------------------------------------------- */

.jssProductFlag {
	background-color: #990000; 
	color: #ffffff; 
	border-left: 3px solid #000000; 
}

.jssProductSep {
	border-bottom: 1px dotted #bbbbbb; background: #fff;
}

.jssSendFriendDiv a {
        verdana; font-size: 9px; font-style: normal; font-weight: bold; 
	color:#000000; 
}

.jssSendFriendDiv a:hover { 
        verdana; font-size: 9px; font-style: normal; font-weight: bold; text-decoration: none;  
	color:#990000; 
}

.jssProductSep {
	border-bottom: 1px dotted #bbbbbb; background: #fff; color: #fff;
}