/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

IMG {
	border-width: 0px;
}

.boxText { font-size: 12px; }
.categorybutton1, .categorybutton2 {
	font-size:12px;
	color:#FFFFFF;
	background-color:#1B50A4;
	text-decoration:none!important;
	padding:2px;
	padding-left:5px;
	}
.categorybutton1 a, .categorybutton2 a{
	color:#FFFFFF;
	}
.categorybutton0 a{
display:none;
}

.errorBox { font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #E8EAE9;
  color: #000000;
  margin: 0px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #DCEAF3;
}

TR.headerNavigation {
  background: #FFFFFF;
}

TD.headerNavigation {
  font-size: 12px;
  background: #FFFFFF;
  color: #999999;
  font-weight : 700;
  padding: 10px 0px;
}

A.headerNavigation { 
  color: #999999; 
}

A.headerNavigation:hover {
  color: #1B50A4;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #1B50A4;
}

TD.footer {
  font-size: 10px;
  background: #1B50A4;
  color: #ffffff;
  font-weight: bold;
}

TR.addthis {
  background: #FFF;
}

TD.addthis {
  font-size: 10px;
  background: #FFF;
  color: #000;
  font-weight: bold;
}

.infoBox {
  background: white;
}

.infoBoxContents {
  background: #FFFFFF;
  border:none;
  border-bottom:none;
  font-size: 12px;
}

.cartBox {
    border-left: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {

  background: #FFE6E6;
  font-size: 10px;
}

TD.infoBoxHeading {
background-image:url(images/infoBoxHeading.jpg);
  height:30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 29px;
  color: #ffffff;
}

TD.blueHeading {
background-image:url(images/infoBoxHeadingBlue.jpg) !important;
}

TD.reviewHeading {
    width: 140px;
    background-image:url(images/bg_review.jpg) !important;
}

TD.reviewHeading span {
    margin-left: 41px;
    color: #fff;
    text-decoration: none;
}

TD.reviewHeading a:hover {
    text-decoration: none;
}

TD.basketBoxHeading {
background-image:url(images/basketBoxHeading.jpg);
  height:30px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
  color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e9 #e9e9e9 #fff #e9e9e9;
}

TD.basketBoxHeading a {
    
    color: #ffffff;
    text-decoration: none;
}

TD.basketBoxHeading a:hover {
    
    text-decoration: underline;
}

TD.itemQtyBoxHeading {
    background-color: #cde19a;
    height: 25px;
    padding-left: 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}


TD.infoBoxHeadingSpecials {
  font-size: 20px;
  font-weight: bold;
  color: #767676;
  text-align:center;
  
}

TD.infoBox, SPAN.infoBox {
  font-size: 10px;
}

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: #f8f8f9;
}

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: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-size: 1em;
}

.relatedContainer {
    position: relative;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    margin-bottom: 10px;
    height: 114px;
}

.relatedPicture {
    float: left;
    height: 102px;
    width: 149px;
    margin: 6px 14px 6px 0px;
    border-right: 1px solid #e9e9e9;
    text-align: center;
}

.relatedPicture img {
    border: 0;
    height: 102px;
    width: 137px;
}

.relatedContent {
    float: left;
    width: 352px;
    margin: 6px 6px 6px 0px;
}

.relatedContent h1 {
    font-size: 14px;
    font-weight: bold;
    color: #cf192f;
    text-indent: 0px !important;
    border-bottom: 0px !important;
}

.relatedButton {
    float: left;
    width: 141px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

#buttonOurPrice {
    float: left;
    background: url(images/bg_ourprice.jpg) repeat-x;
    height: 47px;
    line-height: 23px;
    padding-top: 4px;
    text-align: center;
}

#buttonOurPrice > #ourPrice {
    line-height: 20px;
}

#buttonOurPrice > #price {
    font-size: 23px;
}

#buttonAddToBasket {
    float: left;
    background: url(images/bg_addtobasket.jpg) no-repeat;
    height: 31px;
    line-height: 30px;
    margin: 1px 0px;
}

#buttonAddToBasket span {
    margin-left: 25px;
}

#buttonInformation {
    float: left;
    background: url(images/bg_information.jpg) no-repeat;
    height: 30px;
    line-height: 30px;
}

#buttonInformation span {
    margin-left: 35px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 12px;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

SPAN.greetUser {
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-size: 10px; }
.messageStackError, .messageStackWarning { font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-size: 10px; color: #ff0000; }


.PriceList  { color: #000000; font-size: 12px; font-weight: bold }
.SavingsPercent  { font-size: 8px }
.oldPrice { text-decoration: line-through }

.pricing { text-align:center!important; }

.mainprice {font-size:16px; font-weight:bold; color:#CF192F}
.productname {font-size:11px; font-weight:bold; color:#565656;}
.SRP {font-size:11px; font-weight:bold; color:#565656;}

.yousave {color:#B5CC19; font-size:11px; text-transform:uppercase;}


/* style the outer div to give it width */
.menu {font-size:0.85em;padding-bottom:200px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; height:3em; background:#aaa;}

/* style the sub-level lists */
.menu ul ul {width:15em;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {float:left;height:3em;line-height:3em;}

/* style the sub level list items */
.menu ul ul li {display:block;width:12em;height:auto;position:relative;line-height:1em;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;float:left;height:100%;font-size:1em;text-decoration:none;color:#00c;background:#aaa;padding:0 3em 0 1em;}

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {display:block;background:#bbb; color:#00a;width:12em;height:100%;line-height:1em; padding:0.5em 1em;}
.menu ul table ul a, .menu ul table ul a:visited  {width:14em;}



.menu li:hover {position:relative;}
* html .menu a:hover {position:relative;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#ccc;}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#ddd;}
/* style the sub level 1 background */
.menu ul :hover a.sub1 {background:#ccc;}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {background:#ddd;}

/* style the level hovers */
/* first */
.menu a:hover {color:#000;background:#bbb;}
.menu :hover > a {color:#000;background:#bbb;}
/* second */
.menu ul ul a:hover{color:#000;background:#ccc;}
.menu ul ul :hover > a {color:#000;background:#ccc;}
/* third */
.menu ul ul ul a:hover {background:#ddd;}
.menu ul ul ul :hover > a {background:#ddd;}
/* fourth */
.menu ul ul ul ul a:hover {background:#eee;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:3em;left:0;width:14em;}

/* position the third level flyout menu */
.menu ul ul ul{left:14em;top:0;width:14em;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-14em;}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {visibility:visible; height:auto; padding-bottom:3em; background:transparent url(images/trans.gif);}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}

.categorybutton
{
font-size:small;
font-weight:bold;
width:170px;
height:30px;
padding:5px;
background:#1B50A4;
}

.categorybutton :hover {
color:#FFFF00;
}

.categorybutton a
{
color:#FFF;
}


.navhome
{
background-color:#FF0000!important;
}

.prod_description
{
font-size:small;
font-weight:bold;
}

.boldbox {
font-weight:bold;
}

DIV.as_seen_on_tv {
	position:absolute;
	width:50px;
	height:50px;
	left:10px;
	top:10px;
	background-image:url(images/as-seen-on-tv.gif);
	background-repeat:no-repeat;
}

DIV.valentines_special {
	position:absolute;
	width:60px;
	height:60px;
	left:10px;
	top:3px;
	background-image:url(images/valentines_special.png);
	background-repeat:no-repeat;
}

/* Styles for Example #2 */
        #example2 {
            margin:0;
            padding:0;
            width:159px;
            border:1px solid #e9e9e9;
            list-style-type:none;
            background-color:#FFFFFF;
            color:#FFFFFF;
            line-height:120%;
			font-size:12px;
			text-align:center;
        }
		
 		#example2 a {
            display:block;
            font-weight:normal;
            text-decoration:none;
        }
 
        #example2 ul {
            margin:0;
            padding:0;
			width:159px;
        }
 
        #example2 li {
            padding: 0px;
            list-style-type:none;
            margin-top:1px;
        }
 
        #example2 li a {
            display:block;
            color:#1C4EA3;
			font-weight:bold;
			text-align:justify;
		    height:32px;
		    line-height:32px;
        }
 
        #example2 li a DIV {
			width: 16px;
			display: inline-table;
			line-height:1.2em;
                        
        }
 
        #example2 li a.closed {
            color:#FFFFFF !important;
       	  /* background-image:url(images/h_header.jpg);*/
			background-image:url(images/fullredmenu.jpg);
			background-repeat:inherit;
			width:159px;
		}
 
        #example2 li.firstitem a.closed {
            color:#FFFFFF !important;
           /* background-image:url(/images/ha-header-first.jpg) !important;*/
			/*background-image:url(/images/h_header.jpg);*/
			background-image:url(images/fullredmenu.jpg);
			width:159px;
        }
 
        #example2 li.lastitem a.closed {
            color:#FFFFFF !important;
           /* background-image:url(/images/ha-header-last.jpg) !important;*/
			/*background-image:url(/images/h_header.jpg);*/
			background-image:url(images/fullredmenu.jpg);
			width:159px;
        }
 
        #example2 li li {
            height:32px;
			
			background-position:bottom center;
			background-repeat:no-repeat;
			width:159px;
			margin: 0px;                        
        }
		
        #example2 li li span a{
            padding: 0 5px 0 5px;
			
        }
		 
        #example2 li a.opened {
            background-image:url(images/fullblue.jpg);
			color:#FFFFFF;
			width:159px;
        }
 
        #example2 li.firstitem a.opened {
            background-image:url(images/fullblue.jpg);
			color:#FFFFFF;
        }
 
        #example2 li.lastitem li {
            margin-bottom:-4px;
        }
 
        #example2 li.lastitem ul {
            background-repeat:no-repeat;
            background-position:bottom;
        }
        
        #example2 li.firstitem {
            margin:0px;
        }
		
		
		
		
		
		#top-head {
width: 1025px;
height: 181px;
}

#top-nav {
	margin: 0px;
	width: 1025px;
	height: 30px;
	background-image: url(images/top-nav-bg.png);
	background-repeat: repeat-x;
}

.blue-button-61 {
text-align: center;
background-image: url(images/top-nav-button-61.png);
}
.blue-button-81 {
text-align: center;
background-image: url(images/top-nav-button-81.png);
}

.top-nav-61a a:link, .top-nav-61a a:visited, .top-nav-61a a:active {
font-size: 13px;
font-weight: 700;
color: #fff;
text-decoration: none;
line-height: 2.2;
height: 30px;
display: block;
}
.top-nav-81a a:link, .top-nav-81a a:visited, .top-nav-81a a:active {
font-size: 13px;
font-weight: 700;
color: #fff;
text-decoration: none;
line-height: 2.2;
height: 30px;
display: block;
}
.top-nav-61a a:hover {
background-image: url(images/top-nav-button-61-roll.png);
background-repeat: no-repeat;
text-decoration: none;
}
.top-nav-81a a:hover {
background-image: url(images/top-nav-button-81-roll.png);
background-repeat: no-repeat;
text-decoration: none;
}

TABLE.menu-bar
{
	background-color: #194EA3;
}

#muppet_wrapper
{
    	margin: 0px auto;
    	background-color: #525252;
    	padding: 10px 0px;
    	width: 1045px;
}

TABLE.muppets
{
	border-width: 0px;
	text-align: left;
	border-collapse: collapse;
}

TABLE.muppets TH, TABLE.muppets TD
{
	border-width: 0px 1px 0px 0px;
	border-color: #666666;
	border-style: solid;
	padding: 2px 0px 2px 10px;
}

TABLE.muppets TH, TABLE.muppets TD, TABLE.muppets TD A:link, TABLE.muppets TH A:link, TABLE.muppets TD A:visited, TABLE.muppets TH A:visited
{
	color: #FFFFFF;
}

TABLE.muppets TH
{
	color:#25ADE1;
	font-size: 14px;
	font-weight:bold;
}

TABLE.muppets TD
{
	color:#FFFFFF;
	font-size: 12px;
}

#scroll
{
	position: absolute;
	z-index:1000;
	background-color: lightBlue;
	font-size:11px
}

#suggest td
{
	padding:3px;
}

