/* @group Element Formatting */

body {
	background-color: #ffffff;
}

a {
	color:#036;
}

a:hover {
	color:#6966fd;
}

h1 {
	color: #ffffff; 
	background-color: #bb1100; 
	border-bottom: 2px solid #8dbfff;
}

input { 
	background-color: #FFFFFF; 
	color: #000000; 
	border: 1px solid #30799E; 
}

select { 
	background-color: #FFFFFF; 
	color: #000000; 
	border: 1px solid #30799E; 
}

/* @end */


/* @group Multiple-Use Selectors */

.button {
	background-color: #6966fd;
	border: 1px solid #000;
	color: #fff;
}

/* @end */

/* @group Standard text and link formatting */

.jssBoldLinks { 
	color:#036;
}

.jssBoldLinks:hover { 
	color:#6966fd; 
}

.jssProductTitle {
	color:#fff; 
}

.jssProductTitle:hover {
	color:#6966fd; 
}

.jssPrice {
	color: #800000;
}

.jssProductLinks, .jssProductLinks:link
{
	color: #6966fd;
}

.jssProductAdd, .jssProductAdd:link
{
	color: #6966fd;
}


/* @end */

/* @group Header Styles */

div#jssHeader {
	color: #ffcc00;
	background-color: #000000;
	border-bottom: 3px solid #bb1100;
}

.jssSubHeader {
	color: #ffcc00;
	background-color: #000000;
}

.jssHeaderBlock
{
	border: 1px solid #ffffff;
	background-color: #6966fd;
}

.jssHeaderBlockTitle
{
	background-color: #bb1100;
	color: #ffffff;
}

.jssHeaderBlockContent
{
	background-color: #6966fd;
	color: #ffffff;
}

.jssHeaderBlockContent a {
	border: 1px solid #8dbfff;
}

.jssHeaderBlockContent a:link,  .jssHeaderBlockContent a:visited {
	color: #fff;
	background-color: #6966fd;
	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: #6966fd;
}

#navlist a:hover {
	color: #fff;
	background-color: #036;
}

/* @end */

/* @group Left Column */


div#jssLeftMenu {
	color: #000000;
}


/* @end */

/* @group Right Column */

div#jssRightMenu {
	color: #000000;
}


/* @end */

/* @group Right and Left Menu Box Style */

.jssMenuBox {
	/* border: 1px solid #cccccc; */
}

.jssMenuBoxTitle {
	color: #ffffff;
	background-color: #000000;
	background: url("../images/menu-box-top-red.png") no-repeat right top;
	border-bottom: 1px solid #bb1100;
}

.jssMenuBoxContent,
.jssMenuBoxContentCent {
	/* border-top: 1px solid #5faaf9;
	border-bottom: 1px solid #5faaf9; */
	background-color: #fff;
	border: 1px solid #cccccc; 
}


/* @end */

/* @group Main Content (Middle) Styles */

div#jssMainContent {
	color: #000000;
}

.jssPageHeading {
	color: #ffffff;
	background-color: #bb1100;
	border-bottom: 1px solid #bb1100;
	background: #bb1100	 url("../images/page-heading1-red.png") repeat-x right top;
	height: 20px;
}

.jssPageSubHeading {
	color: #ffffff;
	background-color: #bb1100;
	border-bottom: 1px solid #bb1100;
	background: #bb1100	 url("../images/page-heading1-red.png") repeat-x right top;
	height: 20px;
}

.jssPageSubHeading {
}

.jssBreadcrumb {
	color: #666666;
	border: 1px solid #ffffff;
	background-color: #ffffff;
}

.jssBreadcrumbTitle {
	color: #000000;
	background-color: #ffffff;
	font-weight: bold;
}


/* @end */

/* @group Footer Styles */

div#jssFooter {
	color: #000000;
}

#jssFooterLinks a { 
	color: #000000;
}

#jssFooterLinks a:link, #jssFooterLinks a:visited
{
	color: #6966fd;
}

#jssFooterLinks a:hover
{
	color: #000;
}


/* @end */

/* @group 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: #8dbfff;
	border: 1px dotted #000;
	color: #fff;
}

.jssFormError {
	color: #f00;
}

.jssError {
	color: #f00;
}


/* @end */

/* @group 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;
}


/* @end */

/* @group General Table Styling */

.jssGeneralTable th {
	border-bottom: 1px dotted #000;
}

.jssGeneralTable a:link, .jssGeneralTable a:visited {
	color: #6966fd;
}

.jssGeneralTable a:hover {
	color: #000;
}


/* @end */

/* @group Product Option (qty discounts, combinations etc.) */

.jssProductTable th {
	background-color: #aaaaaa;
}

.jssProductTable td {
	background-color: #dddddd;
}


/* @end */

/* @group Index-specific Styles */

/* @end */

/* @group Section And Listing Styles */

#pageslist li {
	border: 1px dotted #000000; 
	background-color: #6966fd; 
	color: #000000;
}

#pageslist a { 
	background-color: #6966fd;
}

#pageslist a:link, #npageslist a:visited {
	color: #000000;
	background-color: #6966fd;
}

#pageslist a:hover {
	color: #fff;
	background-color: #036;
}


/* @end */

/* @group Other/Misc Styles */

.jssProductFlag {
	background-color: #6966fd; 
	color: #ffffff; 
	border: 1px solid #f00; 
	border-left: 3px solid #f00; 
}

.jssProductSep {
	border-bottom: 1px dotted #bbbbbb; background: #fff;
}

.jssSendFriendDiv a { 
	color:#ffcc00; 
}

.jssSendFriendDiv a:hover { 
	color:#6966fd; 
}

.jssProductSep {
	border-bottom: 1px dotted #bbbbbb; background: #fff; color: #fff;
}


/* @end */

/* @group WebElements specific styles */

/* @group Base Tabs */

.BaseTabs {
	float: right;
	width: 100%;
	background: #000000;
	font-size: 83%; 
	line-height: normal;
	padding-bottom: 0px;
}

.BaseTabs ul {
	margin: 0;
	padding: 5px 10px 0 10px;
	list-style: none;
}

.BaseTabs li {
	display: inline;
	margin: 0;
	padding: 0;
}

.BaseTabs a {
	float: right;
	background: url("../images/BaseTabsLeft.png") no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}

.BaseTabs a span {
	float: right;
	display: block;
	background: url("../images/BaseTabsRight.png") no-repeat right top;
	padding: 5px 15px 0px 6px;
	color: #ffffff;
}

/* Commented Backslash Hack hides rule from IE5-Mac */

.BaseTabs a span {
	float: none;
}

/* End IE5-Mac hack */

.BaseTabs a:hover span {
	color: #ffffff;
}

.BaseTabs a:hover {
	background-position: 0% -42px;
}

.BaseTabs a:hover span {
	background-position: 100% -42px;
}


/* @end */
/* @end */
