
/*
  $Id: stylesheet.css,v 1.1.1.1.4.6 2009/04/12 01:05:40 cvs Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/


/*

 Some styles used by the "Cascading Popup Menus" script.
 Consult a CSS reference (a good clear one is at www.ncdesign.org) for syntax and tweaking ideas.
 You can delete the ones you're not using in your ItemStyles, or add more if you want.

*/


/*
 Font settings -- change your font, colour, alignment etc.
 Insert 'font-weight: bold;' or 'font-style: italic;' without quotes if you want.
 Note that items contain <A HREF> tags, so if your other stylesheets style anchor tags,
 these may inherit the rules. I've styled all the variations of links here as one.
*/

/*  Text Colors
	KOS Text  color: #FCAC01;
	ED Text color: #CCFFFF;
	TIS Text color: #D70000;
*/

/*
	Search for "#backref" comment to identify where to make background Color Changes
	backref1 - Primary Background
	backref2 - Primary Border Background
	backref3 - InfoBox/Product Background
	backref4 - Left and Right Columns
	Changes to background will also alter hovers - be certain to validate them too
*/


.lowText, a.lowText:link, a.lowText:visited, a.lowText:active, a.lowText:focus {
 color: #000000;
 font: 12px Arial, sans-serif;
 text-align: left;
 text-decoration: none;
}

.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus {
 color: #FFFFFF;
 font: 12px Arial, sans-serif;
 text-align: left;
 text-decoration: none;
}

/* General Text Characteristics used in files */
.basic {
 color: #D70000;
}

.headline {
 color: #FFFFFF;
 font: bold 28px Arial, sans-serif;
}

.headline2 {
 color: yellow;
 font: bold 22px Arial, sans-serif;
}

/* Column Line color */
.colline {
 color: black;
}

/* Borders used by some items */

.itemBorder {
 border: 1px solid #666666;
}
.itemBorderBlank {
 border: 1px solid #CCCCDD;
}


SPAN.chkoutstatus {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #D70000;
  background: #eeeeee;
}


/* The "button" demo menu styles, as used by the "File-Reopen" menu. Delete if not using */

.buttonText, a.buttonText:link, a.buttonText:visited, a.buttonText:active, a.buttonText:focus {
 text-decoration: none;
 color: #FFCC99;
 font: Bold 12px Arial, Helvetica;
}
.buttonHover, a.buttonHover:link, a.buttonHover:visited, a.buttonHover:active, a.buttonHover:focus {
 text-decoration: none;
 color: #99CCFF;
 font: Bold 12px Arial, Helvetica;
 padding: 1px;
}
.buttonBorder {
 border: 1px outset #339966;
}
.buttonBorderOver {
 border: 1px inset #CC9966;
}


.boxText { font-family: Verdana, Arial, sans-serif; font-size: 12px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #ffffff; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }


BODY {
  background: #FFFFFF;  /* backref1 */
/*  background-image: url(images/bgslice[1].jpg); */
  color: #000000;
  margin: 0px;
}

A {
  color: #138e95;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
  font-weight : bold;
}

A:hover {
  color: #ff9900;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  text-decoration: underline;
  font-weight : bold;
}

FORM {
	display: inline;
}



TR.header {
  background: #ffffff;
}

TR.headerNavigation {
	background: #323232; /* backref2 */
}


TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #FFFFFF;   /* backref1 */
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation {
  color: #138e95;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
  font-weight : bold;
}

A.headerNavigation:hover {
  color: #ff9900;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
  font-weight : bold;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #000000;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #000000;
  font-weight: bold;
  text-align: center;
}

TD.colright {
  background: #ffffff;  /* backref4 */
/*  background-image: url(layout/right_column.jpg); */
}

TD.colleft {
  background: #ffffff;  /* backref4 */
/*  background-image: url(layout/left_column.jpg); */
}

TR.footer {
  /* background: #436482; */
}

div.new-footer {
  clear: both;
  width: 984px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
	/* background: #436482; */
  color: #000000;
	/* font-weight: bold; */
	background: url("/images/new_footer_bg.gif") repeat-x;
 	clear: both;
	border-top: 1px solid #C5C5C5;
 	border-bottom: 1px solid #C5C5C5;
  text-align: center;
	padding: 0px 30px;
	margin-left: 4px;
}

div.new-footer td {
  font-size: 10px;
  vertical-align: middle;
}

div.new-footer td + td {
  font-size: 10px;
  vertical-align: middle;
}

div.new-footer ul {
	margin: 15px 0px;
	padding: 0px;
	text-align: center;
}

div.new-footer ul li.first_more_li {
	display: inline;
	border: 0px;
/*
	padding: 0px 25px 0px 23px;
*/
}

div.new-footer li {
	display: inline;
	border-left: 1px solid #828282;
/*
	padding: 0px 25px 0px 23px;
*/
}

div.new-footer li a:active, div.new-footer li a:link, div.new-footer li a:visited {
	display: inline;
	font-size: 10px;
	text-decoration: none;
}

div.new-footer li a:hover {
	display: inline;
	text-decoration: underline;
}

div.new-footer li.more_li {
	display: inline;
	border-left: 2px solid #828282;
/*
	padding: 0px 25px 0px 23px;
*/
}

div.new-footer li.more_li a:active, div.new-footer li.more_li a:link, div.new-footer li.more_li a:visited {
	display: inline;
	text-decoration: none;
}

div.new-footer li.more_li a:hover {
	display: inline;
	text-decoration: underline;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
 /* background: #436482; */
  color: #000000;
 /* font-weight: bold; */
}

TR.footerNavigation {
  /* background: #436482; */
}

TD.footerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /* background: #436482; */
  color: #000000;
  font-weight : bold;
}

A.footerNavigation {
  color: #FFFFFF;
}

A.footerNavigation:hover {
  color: #FFFFFF;
}

TD.footerCenter {
  background: url(layout/kos_r1_05_2.jpg);
  background-repeat: no-repeat;
}

TD.footerSiteMap {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  /* background: #436482; */
  color: #D70000;
  font-weight : bold;
}

A.footerSiteMap {
  font-size: 9px;
  color: #D70000;
}

A.footerSiteMap:hover {
  font-size: 9px;
  color: #D51B23;
;
}

.infoBox {
  background: #138e95; /* backref3 */
}

.infoBoxNew {
/*  background: #b6b7cb; */
}


.infoBoxContents {
  background: #ffffff; /* backref3 */
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

.infoBoxContentsNew {
 /*  background-image: url(images/infobox/contentbox5million_bg.gif);  */
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.whereToStart {
  /* background: #ffffff; */
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
}

.pricetag {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  /* background-image: url(images/infobox/contentbox5million_bg.gif); */
	background: #323232; /* backref2 */
  color: #000000;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #ffffff; /* backref1 */
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #646464;
}

TABLE.productListing {
  background: #ffffff; /* backref3 */
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #646464; /* backref3 */
  color: #000000;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

A.pageResults {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
}

A.pageResults:hover {
  color: #FF9933;
  background: #ffffff; /* backref3 */
  font-size: 12px;
  font-weight: bold;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}
/* the blue: 436482 */
/*   background: #ffffff; */

TD.pageHeadingPrice, DIV.pageHeadingPrice {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #FF0000;
}

TD.pageHeadingProducts, DIV.pageHeadingPrice, h1 {
  padding: 0px
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  line-height: 1.5;
}


.login {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
  line-height: 1;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCartNew {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #eeeeee;
  font-weight: bold;
}

SPAN.homeText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
}

/*  background: #f1f9fe; */
TABLE.formArea {
  background: #ffffff;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
  font-weight: bold;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

A.Affiliate {
  color: #D70000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
  font-weight : bold;
}

A.Affiliate:hover {
  color: #D51B23;
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  text-decoration: underline;
  font-weight : bold;
}

font.breadcrumb {
  color: #D70000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
  font-weight : bold;
}

span.faq_question {
  background-color: ffffff;
}

.moduleRow { }
.moduleRowOver { background-color: #99A1A4; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #f0f0f0; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 12px; background-color: #ffb3b5; font-weight: bold; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* toll free number */
.TollFree {
  color: #D70000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
  font-weight : bold;
}

.phone {
        float: right;
        background: url("/images/phone.gif") no-repeat 0 2px;
        display: inline;
        font-size: 13.5px;
        margin: 9px 18px 0 0;
        padding: 0 0 0 25px;
        color:#dd0a0a;
        font-weight: bold;
}

.new-phone {
        background: url("/images/phone.gif") no-repeat 0 2px;
        font-size: 13.5px;
        margin: 9px 18px 0 0;
        padding: 0 0 0 25px;
        color:#dd0a0a;
        font-weight: bold;
}


/* Affilate FAQ Question */
.AFQuest {
  color: #D70000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
  font-weight : bold;
}



/* ----------------- coolMenu ----------------- */

.clCMEvent{
	position:absolute;
	width:99%; height:99%;
	clip:rect(0,100%,100%,0);
	left:0;
	top:0;
	visibility:visible
}


.clCMAbs{
	position:absolute;
	visibility:hidden;
	left:0;
	top:0;
}

.clBar{
	position:absolute;
	width:10;
	height:10;
	background-color:#ffffff;
	layer-background-color:#ffffff;
	visibility:hidden;
}

.clLevel0,.clLevel0over{
	position:absolute;
	padding:1px;
	font-family:Verdana,arial,helvetica;
	font-size:10px;
}

.clLevel0{
	background-color:#ffffff;
	layer-background-color:#ffffff;
	color:#D70000;
}

.clLevel0over{
	background-color:#bbc3d3;
	layer-background-color:#bbc3d3;
	color:#000000;
	cursor:pointer;
	cursor:hand;
}

.clLevel0border{
	position:absolute;
	visibility:hidden;
	background-color:#c0c0c0;
	layer-background-color:white;
}

.clLevel1, .clLevel1over{
	position:absolute;
	padding:2px;
	font-family:Verdana,arial,helvetica;
	font-size:10px;
}

.clLevel1{
	background-color:#ffffff;
	layer-background-color:#ffffff;
	color:#000000;
}

.clLevel1over{
	background-color:#bbc3d3;
	layer-background-color:#bbc3d3;
	color:#000000;
	cursor:pointer;
	cursor:hand;
}

.clLevel1border{
	position:absolute;
	visibility:hidden;
	background-color:#c0c0c0;
	layer-background-color:white;
}
/* ----------------- coolMenu_eof ----------------- */

/* ----------------- Original Site ----------------- */
div.new-header {
 color: #D70000;
 font-size: 16px;
/*
 background-image: url("/images/header_menu.gif");
 background-position: 0px 0px;
 background-repeat: repeat-y;
*/
}

div.new-header ul li:first-child {
 display: inline;
 border: none;
}

div.new-header ul li {
 display: inline;
 border-left: 2px solid #666666;
 padding-left: 10px;
 margin-left: 10px;
}

div.new-header ul li a {
 font-size: 16px;
 color: #D70000;
}

div.new-header ul li a:hover {
 text-decoration: underline;
}

div.new-header-menu {
  float: right;
  margin-right: 15px;
}

div.new-header-logo {
  margin: 0px;
  padding: 0px;
}

.header_menu {
        float: right;
        clear: right;
        display: inline;
        margin-top: 35px;
        width: 600px;
        margin-right:10px;
        text-align:right;
}

.header_menu ul {
        margin: 0px;
        padding: 0;
}

.header_menu li {
        display: inline;
        background-image: url("/images/header_menu.gif");
        background-position: 0px 0px;
        background-repeat: repeat-y;
        padding-left: 14px;
        padding-right: 10px;
}

.header_menu li a:active, .header_menu li a:link, .header_menu li a:visited {
        font-family: Verdana;
        font-size: 16px;
        color: #D70000;
        text-decoration: none;
}

.header_menu li a:hover {
        font-family: Verdana;
        font-size: 16px;
        color: #D70000;
        text-decoration: underline;
}

li.home_li a:hover {
        font-family: Verdana;
        font-size: 12px;
        color: #D70000;
        text-decoration: underline;
}

li.home_li {
        background: none;
}


