.order {
	color: #ffffff;  
}

.jssSubSecDiv3 {font-size: 0.8em; 
float: left;
width: 150px;
height: 100px;
padding-left: 25px;
}

.bullets {padding-left: 3px; padding-top: 3px; padding-bottom: 3px; font-size: 1.0em; }
.bullets a {color: #ffffff;}
.bullets a:visited {color: #ffffff; }
.bullets a:hover {color: #ffffff; text-decoration: underline; }

.subhdr {background-color: #303030; padding-left: 10px; font-size: 1.0em; border-bottom: 1px solid #e7e7e7; border-top: 1px solid #e7e7e7; }
.subhdr a {color: #e7e7e7;}
.subhdr a:visited {color: #e7e7e7; }
.subhdr a:hover {color: #e7e7e7; text-decoration: underline; }

.subhdr2 {background-color: #303030; padding-left: 10px; font-size: 1.0em; border-bottom: 1px solid #e7e7e7;}
.subhdr2 a {color: #e7e7e7;}
.subhdr2 a:visited {color: #e7e7e7; }
.subhdr2 a:hover {color: #e7e7e7; text-decoration: underline; }

/* Basic Element Formatting ------------------------------------------------------------- */

body {
	background-image:url(/images/outer-bgd.gif);background-repeat:repeat;
}

a {
	color:#e7e7e7;
}

a:hover {
	color:#e7e7e7; text-decoration: underline;
}

h1 {
	color: #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

input { 
	
	color: #000000; 
	border: 1px solid #212121; 
}

select { 
	background-color: #FFFFFF; 
	color: #000000; 
	border: 1px solid #212121; 
}

/* Multiple-Use Selectors ------------------------------------------------------------- */

.button {
	background-color: #d70907;
	border: 1px solid #e7e7e7;
	color: #fff;
}

.button2 {
	background-color: #d70907;
	border: 0px solid #e7e7e7;
	color: #fff;
}

/* Standard text and link formatting ------------------------------------------------------------- */

.jssBoldLinks { 
	color:#e7e7e7;
}

.jssBoldLinks:hover { 
	color:#e7e7e7; text-decoration: underline;
}

.jssProductTitle {
	color:#e7e7e7; 
}

.jssProductTitle:hover {
	color:#ff0000; 
}

.jssPrice {
	color: #ff0000;
}

.jssProductLinks, .jssProductLinks:link
{
	color: #ff0000;
}

.jssProductAdd, .jssProductAdd:link
{
	background-color: #4e4e4e;
	border: 1px solid #e7e7e7;
	color: #fff;

}

/* Header Styles ------------------------------------------------------------- */

div#jssHeader {
	color: #212121;
	background-color: #ffffff;
	border-bottom: 0px solid #0b51ab;
}

div#jssSubHeader {
	color: #ffffff;
	background-color: #3586ef;
}

.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: #212121;
	background-color: #036;
}

/* Left Column ------------------------------------------------------------- */

div#jssLeftMenu {
	color: #ffffff;
}

/* Right Column ------------------------------------------------------------- */

div#jssRightMenu {
	color: #ffffff;
}

/* Right and Left Menu Box Style ------------------------------------------------------------- */

.jssMenuBox {
	border: 0px solid #666666;
}

.jssMenuBox2 {
	border: 0px solid #000;
}

.jssMenuBoxTitle {
	color: #ffffff;
	background-color: #212121;
	border-bottom: 0px solid #0b51ab;
}

.jssMenuBoxContent,
.jssMenuBoxContentCent {background-color: #4e4e4e;
}

.jssMenuBoxContent2,
.jssMenuBoxContentCent2 {
	background-color: #4e4e4e;
}

/* Main Content (Middle) Styles ------------------------------------------------------------- */

div#jssMainContent {
	color: #ffffff;
}

.jssPageHeading {
	color: #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

.jssPageSubHeading {
	color: #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

.jssBreadcrumb {
	border: 1px solid #666666;
	background-color: #ffffff;
}

.jssBreadcrumbTitle {
	color: #fff;
	background-color: #036;
}

/* Footer Styles ------------------------------------------------------------- */

div#jssFooter {
	color: #ffffff; border-top: 1px solid #212121;
}

#jssFooterLinks a { 
	color: #ffffff;
}

#jssFooterLinks a:link, #jssFooterLinks a:visited
{
	color: #f08100;
}

#jssFooterLinks a:hover
{
	color: #000;
}

/* General Form Styling ------------------------------------------------------------- */

.jssFormTable caption {
	border-bottom: 0px solid #000;
}

.jssFormTable td.jssFormSubmit {
	border-top: 0px solid #000;
}

.jssFormTable input {
	background-color: #FFFFFF; 
	color: #000000;
	border: 1px solid #212121;
}

.jssFormTable select {
	background-color: #FFFFFF; 
	color: #000000;
	border: 1px solid #212121;
}

.jssFormTable td.jssFormSubmit input {
	background-color: #d70907;
	border: 1px solid #e7e7e7;
	color: #fff;
}

.jssFormError {
	color: #f00;
}

.jssError {
	color: #f00;
}

/* Cart Styling ------------------------------------------------------------- */

.jssCartTable caption {
	border-bottom: 0px dotted #000;
}

.jssCartTable th {
	border-bottom: 0px dotted #000;
}

.jssCartTable th.right {background-color: #4e4e4e;
	border-bottom: 0px dotted #000;
}

.jssCartTable th.total {background-color: #4e4e4e;
	border-top: 0px dotted #000;
}

/* general table styling ------------------------------------------------------------- */

.jssGeneralTable th {
	border-bottom: 1px dotted #000;
}

.jssGeneralTable a:link, .jssGeneralTable a:visited {
	color: #d70907;
}

.jssGeneralTable a:hover {
	color: #000;
}

/* Product Option (qty discounts, combinations etc.) ------------------------------------------------------------- */

.jssProductTable th {border: 1px solid #e7e7e7;
	
}

.jssProductTable td {border: 1px solid #e7e7e7;
	
}

/* Index-specific Styles ------------------------------------------------------------- */

/* Section And Listing Styles ------------------------------------------------------------- */

#pageslist li {
	border: 1px dotted #fff; 

	color: #fff;
}

#pageslist a { color: #fff;

}

#pageslist a:link, #npageslist a:visited {
	color: #fff;

}

#pageslist a:hover {
	color: #212121;
	background-color: #e7e7e7;
}

/* Other/Misc Styles ------------------------------------------------------------- */

.jssProductFlag {
	background-color: #4e4e4e; 
	color: #ffffff; 
	border: 1px solid #4e4e4e; 
	border-left: 3px solid #4e4e4e; 
}

.jssProductSep {
	border-bottom: 1px dotted #bbbbbb; 
}

.jssSendFriendDiv a { 
	color:#ff8d29; 
}

.jssSendFriendDiv a:hover { 
	color:#ff8d29; 
}

.jssProductSep {
	border-bottom: 1px dotted #bbbbbb;
}