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

body {
	background: #000 url(../images/bg.gif) repeat;
}

a {
	color: #797979;
}

a:hover {
	color:#D61717;
}

h1 {
	color: white;
	border-bottom: 1px solid #797979;
}

input { 
	background: #FFFFFF url(../images/bg.gif) repeat;
	color: white; 
	border: 1px solid silver;
	font-size: 0.8em;
}

select { 
	background-color: black; 
	color: white; 
	border: 1px solid silver; 
}

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

.button {
	background-color: #7f7f7f;
	border: 1px solid silver;
	color: #fff;
}

/* Standard text and link formatting ------------------------------------------------------------- */

.jssBoldLinks { 
	color: #797979;
}

.jssBoldLinks:hover { 
	color:#D61717; 
}

.jssProductTitle {
	color: #797979; 
}

.jssProductTitle:hover {
	color:#D61717; 
}

.jssPrice {
	color: #800000;
}

.jssProductLinks, .jssProductLinks:link
{
	color: #D61717;
}

.jssProductAdd, .jssProductAdd:link
{
	color: #D61717;
}
.jssProduct
{
	color: #fff;
}

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

div#jssHeader {
	color: #fff;
	border-top: 4px solid #D61717;
	padding: 10px 0 0;
}

/* top nav:
------------------------------------------------------ */
#wrap {
	text-align: left;
	margin: 0px auto;
	width: 980px;
}

#topnav {
	text-align: center;
	margin: 0px auto 0px auto;
	padding-bottom: 20px;
	font-family: "Times New Roman", Arial, sans-serif;
	font-weight:bold;
	position: relative;
}
#topnav ul li a {
	color: #797979;	
}

#topnav ul {
	display: block;
	margin: 0px;
	padding: 8px 0px;
}
#topnav ul li {
	display: inline;
	margin: 0px;
	padding: 12px 33px 12px 33px;
	border-right: 1px solid #393939;
}

#topnav ul li.last {border-right: none;}
#topnav ul li.logo {border-right: none; top: 16px; position: relative; padding-right: 0px;}

#topnav ul li a {
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;	
}

 #topnav ul li a:hover {
	color: #d61717;
}

div#jssSubHeader {
	color: #ffffff;
}

.jssSearchHeaderBlockTitle
{
	color: #797979;
}

.jssSearchHeaderBlockContent
{
	color: #ffffff;
}

.jssSearchHeaderBlockContent a {
	border: 1px solid white;
}

.jssSearchHeaderBlockContent a:link,  .jssHeaderBlockContent a:visited {
	color: #fff;
	background-color: #3f3f3f;
	border: 1px solid #fff;
}

.jssSearchHeaderBlockContent a:hover {
	color: #fff;
	background-color: #797979;
	border: 1px solid #FFFFFF;
}



.jssHeaderBlock
{
	/*border: 1px solid #ffffff;*/
}

.jssHeaderBlockTitle
{
	color: #797979;
}

.jssHeaderBlockContent
{
	color: #ffffff;
}

.jssHeaderBlockContent a {
	border: 1px solid white;
}

.jssHeaderBlockContent a:link,  .jssHeaderBlockContent a:visited {
	color: #fff;
	background-color: #3f3f3f;
	border: 1px solid #fff;
}

.jssHeaderBlockContent a:hover {
	color: #fff;
	background-color: #797979;
	border: 1px solid #FFFFFF;
}

#navlist a { 
}

#navlist a:link, #navlist a:visited {
	color: #797979;
}

#navlist a:hover {
	color: #D61717;
}

/* Left Column ------------------------------------------------------------- */

div#jssLeftMenu {
	color: #797979;
}

/* Right Column ------------------------------------------------------------- */

div#jssRightMenu {
	color: #797979;
}

/* Right and Left Menu Box Style ------------------------------------------------------------- */

.jssMenuBox {
}

.jssMenuBoxTitle {
	color: silver;
	border-bottom: 1px solid white;
}

.jssMenuBoxContent,
.jssMenuBoxContentCent {
}

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

div#jssMainContent {
	color: #797979;
}

.jssPageHeading {
	color: #797979;
	border-bottom: 1px solid #393939;
}

.jssPageSubHeading {
	color: #797979;
	border-bottom: 1px solid #393939;
}

.jssBreadcrumb {
}

.jssBreadcrumbTitle {
	color: #fff;
}

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

div#jssFooter {
	color: #797979;
}

#jssFooterLinks a { 
	color: #797979;
}

#jssFooterLinks a:link, #jssFooterLinks a:visited
{
	color: maroon;
}

#jssFooterLinks a:hover
{
	color: #D61717;
}

/* General Form Styling ------------------------------------------------------------- */

.jssFormTable caption {
	border-bottom: 1px dotted white;
}

.jssFormTable td.jssFormSubmit {
	border-top: 1px dotted white;
}

.jssFormTable input { 
	color: #fff;
	border: 1px solid #797979;
}

.jssFormTable select {
	background-color: #FFFFFF; 
	color: #000000;
	border: 1px solid #797979;
}

.jssFormTable td.jssFormSubmit input {
	background-color: #7f7f7f;
	border: 1px solid white;
	color: #fff;
}

.jssFormError {
	color: #f00;
}

.jssError {
	color: #f00;
}

/* Cart Styling ------------------------------------------------------------- */

.jssCartTable caption {
	border-bottom: 1px dotted white;
}

.jssCartTable th {
	border-bottom: 1px dotted white;
}

.jssCartTable th.right {
	border-bottom: 1px dotted white;
}

.jssCartTable th.total {
	border-top: 1px dotted white;
}

/* general table styling ------------------------------------------------------------- */

.jssGeneralTable th {
	border-bottom: 1px dotted white;
}

.jssGeneralTable a:link, .jssGeneralTable a:visited {
	color: #D61717;
}

.jssGeneralTable a:hover {
	color: #D61717;
}

/* 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 white; 
	background-color: #797979; 
	color: #000000;
}

#pageslist a { 
	background-color: silver;
}

#pageslist a:link, #npageslist a:visited {
	color: #000000;
	background-color: #797979;
}

#pageslist a:hover {
	color: #fff;
}

/* Other/Misc Styles ------------------------------------------------------------- */

.jssProductFlag {
	background-color: #D61717; 
	color: #ffffff; 
	border: 1px dotted #f00; 
	border-left: 3px solid #f00; 
}

.jssSendFriendDiv a { 
	color:#D61717; 
}

.jssSendFriendDiv a:hover { 
	color:#D61717; 
}

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