/* Basic Element Formatting ------------------------------------------------------------- */
body {
	background-color: #ffffff;
	background-image: url(../graphics/punk.jpg);
	font-family: Tahoma, verdana, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: Black;
	text-decoration: none;
}

a:hover {
	color: Blue;
	text-decoration: underline;
}

a img { border: 1px silver solid; }
a:hover img {border: 1px black solid; }
a:visited img {border: 1px silver solid; }

h1 {
	font-size: 140%;
	font-weight: normal;
}

h2 {
	font-size: 120%;
	font-weight: normal;
}

h3 {
	font-size: 110%;
	font-weight: normal;
}

input {
	font-size: 80%;
	font-weight: normal;
	margin-bottom: 1px;
}

select {
	font-size: 80%;
	font-weight: normal;
}

/* Multiple-Use Selectors ------------------------------------------------------------- */

.clearLeft {
	clear: left;
}

.clearBoth {
	clear: both;
}

.floatRight {
	float: right;
}

.center {
	text-align: center;
}

.button {
	font-weight: normal;
	font-size: 1em;
	cursor: pointer;
	height: 1.6em;
}

/* Standard text and link formatting ------------------------------------------------------------- */

.jssSmallerText {
	font-size: 80%;
	width: 100%;
}

.jssBoldLinks { 
	font-size: 85%;
	text-decoration: none; 
	font-weight: bold;
}

.jssBoldLinks:hover { 
	text-decoration: none; 
	font-weight: bold;
}

.jssBoldLinksLikeButtons { 
	font-size: 85%;
	text-decoration: none; 
	font-weight: bold;
}

.jssBoldLinksLikeButtons:hover { 
	text-decoration: none; 
	font-weight: bold;
}

.jssProductTitle {
	font-size: 85%;
	text-decoration: none; 
}

.jssProductTitle:hover {
	font-size: 85%;
	text-decoration: none; 
}

.jssPrice {
	font-weight: normal;
	font-size: 100%;
}

.jssProductLinks, jssProductLinks:link {
	padding: 1px 1px;
	margin: 2px 2px 0px 0px;
	font-size: 80%;
	white-space: nowrap;
	font-weight: bold;
	border: 0px;
	cursor: pointer;
}

.jssProductAdd {
	padding: 1px 1px;
	margin: 2px 2px 0px 0px;
	margin-left: 0px;
	padding-top: 0px;
	font-size: 80%;
	font-weight: bold;
	border: 0px;
	text-align: left;
	cursor: pointer;
}

/* Header Styles ------------------------------------------------------------- */

img#jssLogo {
	float: left; border: 0px;
}

.jssHeader {
	margin: 0px;
	width: 100%;
	color: #ffffff;
	background-color: #000000;
	padding: 0px;
}

.jssHeaderTitle {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.jssHeaderBox {
	background-color: transparent;
	border: none;
	padding: 0px;
	margin: 0px;
	empty-cells: show;
	border-spacing: 0px;
	*border-collapse:collapse;
}

.jssHeaderBoxBorderRow {
	line-height: 0px;
}

.jssHeaderBoxTL {
	background-image: url(../images/header-tl.gif);
	font-size: xx-small;
	height: 10px;
	width: 10px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

.jssHeaderBoxTR {
	background-image: url(../images/header-tr.gif);
	font-size: xx-small;
	height: 10px;
	width: 10px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

.jssHeaderBoxBL {
	background-image: url(../images/header-bl.gif);
	font-size: xx-small;
	height: 10px;
	width: 10px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

.jssHeaderBoxBR {
	background-image: url(../images/header-br.gif);
	font-size: xx-small;
	height: 10px;
	width: 10px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

.jssHeaderBoxTop {
	font-size: xx-small;
	height: 9px;
	border-top: 1px solid #666666;
	background-color: #cccccc;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

.jssHeaderBoxBottom {
	font-size: xx-small;
	height: 9px;
	border-bottom: 1px solid #666666;
	background-color: #cccccc;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

.jssHeaderBoxLeft {
	font-size: xx-small;
	width: 9px;
	border-left: 1px solid #666666;
	background-color: #cccccc;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

.jssHeaderBoxRight {
	font-size: xx-small;
	width: 9px;
	border-right: 1px solid #666666;
	background-color: #cccccc;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

.jssHeaderBlock {
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #cccccc;
	font-size: 80%;
}

.jssHeaderBlock a {
	border: none;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #cccccc;
}

.jssHeaderBlock a:link,  .jssHeaderBlockContent a:visited {
	text-decoration: none;
	border: 1px solid #cccccc;
}

.jssHeaderBlock a:hover {
	text-decoration: none;
	border: 1px solid #0000FF;
}

.jssSubHeader {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #ffffff;
	background-color: #666666;
}

.jssSubHeaderSearch {
	padding-left: 5px;
	text-align: left;
}

.jssSubHeaderBlock {
	padding-right: 5px;
	text-align: right;
	width: 200px;
}

span#jssWelcome {
	padding-left: 5px;
	font-weight: normal;
	font-size: 70%;
}

span#jssDate {
	float: right;
	padding-right: 5px;
}

div#navcontainer {
	float: right;
	position: relative;
	display: inline;
}

ul#navlist {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	}


#navlist li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navlist a {
	padding: 3px 3px 3px 3px;
	margin-right: 2px;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 80%;
	border: 1px solid #ffffff; 
	border-left: 2px solid #ffffff;
}

#navlist a:link, #navlist a:visited {
	text-decoration: none;
	color: #ffffff;
	background-color: #666666;
}

#navlist a:hover {
	text-decoration: none;
	border: 1px solid yellow; 
	border-left: 2px solid yellow;
	background-color: Orange;
}

.breadcrumb {
	width: 100%;
	font-size: 80%;
	font-weight: normal;
	background-color: #F5F5F5;
	font-style: normal;
	padding: 3px 10px 3px 10px;
	border: thin solid #666666;
}

.breadcrumbTitle {
	margin-right: 3px;
	font-weight: bold;
	font-style: normal;
}
/* Main Table ------------------------------------------------------------- */

.jssMain {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	border: none;
}

/* Left Column ------------------------------------------------------------- */

.jssLeftMenu {
	font-size: 100%;
	width: 160px;
	padding-top: 0px;
	margin: 0px;
	vertical-align: top;
	text-align: left;
}

div#jssLeftMenu {
	font-size: 1em;
	position: absolute;
	left: 5px;
	width: 150px;
	padding-top: 0px;
}

.jssSectionList {
	margin: 0px; padding: 0px; padding-left: 17px; list-style-type: square;
}

.jssSubSectionList {
	margin: 0px; padding: 0px; padding-left: 14px;  list-style-type: none;
}

.jssCustomerLinks {
	margin: 0px; padding: 0px; padding-left: 5px; list-style-type: none;
}

.jssNewsLinks {
	margin: 0px; padding: 0px; padding-left: 17px; list-style-type: square;
}

/* Right Column ------------------------------------------------------------- */

.jssRightMenu {
	font-size: 100%;
	width: 160px;
	padding-top: 0px;
	margin: 0px;
	vertical-align: top;
	text-align: right;
}

div#jssRightMenu {
	font-size: 1em;
	position: absolute;
	right: 5px;         
	width: 150px;
	padding-top: 0px;
}

/* Right and Left Menu Box Style ------------------------------------------------------------- */

.jssMenuBox {
	width: 170px;
	margin-bottom: 10px;
	border: none;
	border-spacing: 0px;
	empty-cells: show;
	padding: 0px 0px 0px 0px;
	*border-collapse: collapse;
}

.jssMenuBox tr{
	line-height: 0px;
}

.jssMenuBoxTitle{
	font-size: 80%;
	font-weight: bold;
	width: 100%;
	text-align: center;
	background-color: transparent;
	background-image: url(../images/top-row.gif);
	padding: 5px 2px 5px 2px;
	line-height: normal;
}

.jssMenuBoxBottom{
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	background-color: transparent;
	background-image: url(../images/bottom-row.gif);
	border-right: 1px solid #666666;
	border-bottom: none;
	border-top: none;
	border-left: none;
	line-height:12px;
	padding: 0px 0px 0px 0px;
}

.jssMenuBoxContent{
	padding: 5px 2px 2px 2px;
	font-size: 75%;
	text-align: left;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	background-color: #cccccc;
	border-bottom: none;
	border-top: none;
	line-height: normal;
}

.jssMenuBoxTitleText {
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	background-color: #666666;
	color: White;
	width: auto;
}

.jssShareImg {
	border: thin solid #cccccc;
	height: 32px;
	width: 32px;
	margin: 2px 2px 2px 2px;
	float: left;
	}

/* Main Content (Middle) Styles ------------------------------------------------------------- */

.jssMainContent {
	margin: 0px;
	font-size: 100%;
	vertical-align: top;
	padding: 0px 10px 5px 10px;
}

div#jssMainContent {
	margin: 10px 155px 0 155px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 1em;
}

div#jssMainContent:after { content: ""; display: block; height: 0; clear: both; }

.jssPageHeading {
	font-size: 140%;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding-left: 5px;
	padding-right: 5px;
}

.jssPageSubHeading {
	font-size: 125%;
	font-weight: normal;
}

.jssCentralBox {
	background-color: transparent;
	border: none;
	padding: 0px;
	margin: 0px;
	empty-cells: show;
	border-spacing: 0px;
	float: left;
	*border-collapse:collapse;
}

.jssCentralBoxBorderRow {
	line-height: 0px;
}

.jssCentralBoxTL {
	background-image: url(../images/center_tl.gif);
	font-size: xx-small;
	height: 10px;
	width: 10px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

.jssCentralBoxTR {
	background-image: url(../images/center_tr.gif);
	font-size: xx-small;
	height: 10px;
	width: 10px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

.jssCentralBoxBL {
	background-image: url(../images/center_bl.gif);
	font-size: xx-small;
	height: 10px;
	width: 10px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

.jssCentralBoxBR {
	background-image: url(../images/center_br.gif);
	font-size: xx-small;
	height: 10px;
	width: 10px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

.jssCentralBoxTop {
	font-size: xx-small;
	height: 9px;
	border-top: 1px solid #666666;
	background-color: #f5f5f5;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

.jssCentralBoxBottom {
	font-size: xx-small;
	height: 9px;
	border-bottom: 1px solid #666666;
	background-color: #f5f5f5;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

.jssCentralBoxLeft {
	font-size: xx-small;
	width: 9px;
	border-left: 1px solid #666666;
	background-color: #f5f5f5;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

.jssCentralBoxRight {
	font-size: xx-small;
	width: 9px;
	border-right: 1px solid #666666;
	background-color: #f5f5f5;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

.jssCentralBlock {
	background-color: #f5f5f5;
	line-height: normal;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}



/* Footer Styles ------------------------------------------------------------- */

div#jssFooter {
	margin: 0;
	width: 100%;
	clear: both;
}

div#jssFooterLinksDiv {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 1em;
}

ul#jssFooterLinks	{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

#jssFooterLinks li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
	font-weight: bold;
}

#jssFooterLinks a { 
	padding: 1px 1px;
	margin: 2px 2px 0px 0px;
	font-size: 0.7em;
	white-space: nowrap;
}

#jssFooterLinks a:link, #jssFooterLinks a:visited {
	text-decoration: none;
	font-weight: bold;
}

#jssFooterLinks a:hover {
	text-decoration: underline;
	font-weight: bold;
}


div#jssUsersOnline {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
	font-size: 0.8em;
}

div#jssCopyright {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
	font-size: 0.8em;
}

/* General Form Styling ------------------------------------------------------------- */

.jssForm {
}

.jssFormRow {
	clear: both;
	height: 15px;
	font-size: 0.8em;
	margin: 5px 0 0 0;
} 

.jssFormCol1 {
	float: left;
	width: 150px;
	text-align: left;
	height: 15px;
	padding: 2px;
	margin-right: 2px;
	font-weight: bold;
}

.jssFormCol2 {
	float: left;
	text-align: left;
}	

.jssError {
	font-size: 0.8em;
	font-weight: normal;
}

.jssFormDiv {
	text-align: center;
}

.jssFormTable {
	margin-left: auto;  margin-right: auto;
	padding: 0px;
	border: 0px;
}

.jssFormTable caption {
	margin-left: auto;  margin-right: auto;
	font-size: 100%;
}

.jssFormTable th {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 0.8em;
	vertical-align: top;
	padding-top: 3px;
}

.jssFormTable td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
	font-size: 0.8em;
}

.jssFormTable td.jssFormSubmit {
	text-align: right;
}

.jssFormTable input {
	font-size: 1em; 
	font-weight: normal;
	height: 1.3em;
}

.jssFormTable select {
	font-size: 1em; 
	font-weight: normal;
}

.jssFormTable td.jssFormSubmit input {
	font-weight: bold;
	font-size: 0.8em;
	cursor: pointer;
	height: 16px;
}

.jssFormError {
	font-weight: bold;
	font-size: 90%;
	color: #f00;
}

/* Cart Styling ------------------------------------------------------------- */

.jssCartDiv {
	text-align: center;
}

.jssCartTable {
	margin-left: auto; margin-right: auto;
	padding: 0px;
	border: 0px;
}

.jssPCentered {
	text-align: center;
}

.jssCartTable th {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 85%;
	vertical-align: top;
	border-bottom: 1px dotted #000;
}

.jssCartTable td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
	font-size: 85%;
	vertical-align: top;
}

.jssCartTable th.total {
	font-weight: bold;
	padding: 2px;
	text-align: right;
	font-size: 85%;
	vertical-align: top;
	border: none;
}

/* general table styling ------------------------------------------------------------- */

.jssGeneralTableDiv {
	text-align: center;
}

.jssGeneralTable {
	margin-left: auto;  margin-right: auto;
	padding: 0px;
	border: 0px;
}

.jssGeneralTable caption {
	margin-left: auto;  margin-right: auto;
	text-align: right;
	font-weight: bold;
	font-size: 0.70em;
}

.jssGeneralTable th {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 0.70em;
	vertical-align: top;
}

.jssGeneralTable td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
	font-size: 0.70em;
}

.jssGeneralTable td.bold {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 0.70em;
}

.jssGeneralTable a {
	padding: 1px 1px;
	margin: 2px 2px 0px 0px;
	font-size: 1em;
	white-space: nowrap;
}

.jssGeneralTable a:link, .jssGeneralTable a:visited
{
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}

.jssGeneralTable a:hover
{
	text-decoration: underline;
	font-weight: bold;
	font-size: 1em;
}

/* Product Option (qty discounts, combinations etc.) ------------------------------------------------------------- */

.jssProductTableDiv {
	text-align: center;
}

.jssProductTable {
	margin-left: auto;  margin-right: auto;
	padding: 0px;
	width: 100%;
	border: 0px;
}

.jssProductTable caption {
	margin-left: auto;  margin-right: auto;
	text-align: right;
	font-weight: bold;
	font-size: 0.70em;
}

.jssProductTable th {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 0.70em;
	vertical-align: top;
}

.jssProductTable td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
	font-size: 0.70em;
}

/* Index-specific Styles ------------------------------------------------------------- */

.jssIndexProductThumbnail {
	float: left; margin-right: 5px; padding: 3px;
}

.jssIndexFullWidth {
	clear: both; text-align: center; width: 100%;
}

.jssIndexColLeft {
	width: 49%; float: left;
}

.jssIndexColRight {
	width: 49%; float: right;
}

.jssIndexProductBlock {
	width: 100%; clear: both; text-align: left;
}

.jssIndexProductGap {
	width:2%; float: left;
}

/* Section And Listing Styles ------------------------------------------------------------- */

div#pagescontainer {
	float: right;
	position: relative;
	top: 0px;
	padding: 1px;
	margin-bottom: 5px;
}

ul#pageslist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

#pageslist li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin: 0px; font-weight: normal; font-size: 0.75em;
}

#pageslist a {
	padding: 0px 3px 0px 3px; 
	margin: 0px; 
	font-weight: normal; 
	font-size: 1em;
}

#pageslist a:link, #npageslist a:visited {
	text-decoration: none;
}

#pageslist a:hover {
	text-decoration: none;
}

/* Other/Misc Styles ------------------------------------------------------------- */

.jssProductListMain {
	clear: both; padding-top: 2px;
	margin-bottom: 2px;
}

.jssProductListTitle {
	float: left; margin-right: 5px;
}


.jssSecFlagsDiv {
	float: right; width: 4.5em; margin-left: 5px; padding: 3px;
}

.jssProductFlag {
	margin-bottom: 3px; 
	padding-left: 3px; 
	font-size: 0.6em; 
	white-space: nowrap;
	font-weight: normal;
	text-align: right;
}

.jssSectionThumbnail {
	float: left;
}

.jssSectionDesc {
	margin-left: 105px;
}

.jssSubSecDiv {
	width: auto; clear: both; text-align: left; 
}

.jssSecImages {
	float: left; margin-right: 5px; padding: 3px;
}

.jssLinksDiv {
	padding: 3px; font-weight: bold;
}

.jssSubSecTitle {
	padding-top: 3px;
}

.jssSectionContent {
	clear: both; padding-top: 10px;
}

.jssSecProductTitle {
	padding-top: 3px;
}

.jssSecProductDiv {
	float: left; text-align: center; width: 50%;
	margin-left: auto; margin-right: auto;
}

.jssSendFriendDiv a:hover {  
	text-decoration: underline; 
	cursor: pointer;
}

.jssProductSep {
	clear: both; border: 0px; margin-bottom: 5px; height: 5px;
}

.jssProductFullImage {
	float: left; margin: 0px; border: 1px solid;
}

.jssProductGalleryImage {
	float: left; border: 1px solid;
	margin-bottom: 1px; margin-right: 1px;
}

.jssProductOptionsDiv {
	float: right; width: 254px;
}

.jssProductFieldsDiv {
	float: left; margin-left: 5px; text-align: left;
}

.jssSendFriendDiv {
	float:right; font-weight: bold;
}

.jssSendFriendDiv a { 
	font-size: 1em;
	text-decoration: none; 
}



/* ADDED Basic Element Formatting ------------------------------------------------------------- */


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: #666666;
	border: 1px solid #B0C4DE;
	color: #B0C4DE;
}

.button:hover {
	border: 1px solid White;
	color: White;
}

/* Standard text and link formatting ------------------------------------------------------------- */

.jssBoldLinks { 
	color:#036;
}

.jssBoldLinks:hover { 
	color:#ff8d29; 
}

.jssBoldLinksLikeButtons { 
	color: #B0C4DE;
	background-color: #666666;
	border: 1px solid #B0C4DE;
}

.jssBoldLinksLikeButtons:hover { 
	color: White;
	background-color: #666666;
	border: 1px solid White;
}

.jssProductTitle {
	color:#fff; 
}

.jssProductTitle:hover {
	color:#ff8d29; 
}

.jssPrice {
	color: #800000;
}

.jssProductLinks, .jssProductLinks:link
{
	color: #f08100;
}

.jssProductAdd, .jssProductAdd:link
{
	background-color: #666666;
	border: 1px solid #B0C4DE;
	color: #B0C4DE;
	text-align: center;
}

.jssProductAdd:hover {
	border: 1px solid White;
	color: White;
}


/* Left Column ------------------------------------------------------------- */

div#jssLeftMenu {
	color: #000000;
}

/* Right Column ------------------------------------------------------------- */

div#jssRightMenu {
	color: #000000;
}


/* 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: #036;
}

#jssFooterLinks a:hover
{
	color: #ff8d29;
}

/* General Form Styling ------------------------------------------------------------- */

.jssFormTable caption {
	border-bottom: 1px dotted #000;
}

.jssFormTable td.jssFormSubmit {
	border-top: 1px solid #000;
}

.jssFormTable input {
	background-color: #FFFFFF; 
	color: #000000;
	border: 1px solid #708090;
}

.jssFormTable select {
	background-color: #FFFFFF; 
	color: #000000;
	border: 1px solid #708090;
}

.jssFormTable td.jssFormSubmit input {
	background-color: #666666;
	border: 1px solid #B0C4DE;
	color: #B0C4DE;
}

.jssFormTable td.jssFormSubmit input:hover {
	border: 1px solid White;
	color: White;
}


.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;
}

/* Index-specific Styles ------------------------------------------------------------- */

/* Section And Listing Styles ------------------------------------------------------------- */

#pageslist li {
	color: #000000;
}

#pageslist a {
	text-decoration:none; 
}

#pageslist a:link, #npageslist a:visited {
	color: #000000;
}

#pageslist a:hover {
	color: #fff;
	background-color: #036;
}

/* Other/Misc Styles ------------------------------------------------------------- */

.jssProductFlag {
	background-color: transparent; 
	color: #ffffff; 
	border: none; 
}

.jssProductSep {
	border-bottom: 1px dotted #bbbbbb; background: #fff;
}

.jssSendFriendDiv a { 
	color:#ff8d29; 
}

.jssSendFriendDiv a:hover { 
	color:#ff8d29; 
}

.jssProductSep {
	border-bottom: 1px dotted #bbbbbb; background: #fff; color: #fff;
}

/* xsTooltip ------------------------------------------------------------------------- */

.xstooltip-owner {
	border-bottom: 1px dotted #000;
	cursor: help;
}

.xstooltip-link img { 
	border: 1px Silver;
	cursor: help;
}

.xstooltip-link:hover img {
	border: 1px black solid; 
}

.xstooltip-link:visited img {
	border: 1px Silver; 
}

.xstooltip-image {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.xstooltip {
    visibility: hidden; 
    position: absolute; 
    top: 0;  
    left: 0; 
    z-index: 2;
    font: normal 8pt sans-serif; 
    padding: 3px; 
    border: solid 1px;
    background: White;
}
.xstooltip-swatch {
    visibility: hidden; 
    position: absolute; 
    top: 0;  
    left: 0; 
    z-index: 2;
    font: normal 8pt sans-serif; 
    padding: 0px 0px 0px 0px; 
    border: solid 1px;
    background: White;
    width: 198px;
}

