/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen">

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px;  color: #010066;  }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #FF1515; font-weight: bold;  color: White;  }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #E10039; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #7DD660; text-decoration: underline; }

BODY {
  background: #FFFFF0;
}

A {
  color: FF2FFF;
  text-decoration: none;
}

A:hover {
  color: #FF1515;
  text-decoration: underline;
  background: White;
}

FORM {
	display: inline;
	color: FF2FFF;
}

TR.header {
  }

TR.headerNavigation {
  background: #CD930C;
  color: White;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #FE2FFF;
  color: White;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF;
  border: #FE2FFF;
  background: #FE2FFF;
}

A.headerNavigation:hover {
  color: #ffffff;
  border: medium;
}

TR.headerError {
  background: #FF1515;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #FFAE15;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #02007B;
  color: White;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #02007B;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #FE2FFF;
  color: White;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #FE2FFF;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #FFFFFF;
  color: #02007B;
}

.infoBoxContents {
    font-family: Verdana, Arial, sans-serif;
  font-size: 8px;
    color: FF2FFF;
}

.infoBoxNotice {
  background: #FFAE15;
  color: #010066;
}

.infoBoxNoticeContents {
  background: #FF9615;
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color: #010066;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  font-weight: bold;
  background: #FFAE15;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.productListing-odd {
  background: none;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #fffff;
}

TR.productListing-even {
  background: none;
}

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

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff2fff;
  color: White;
  font-weight: bold;
  }

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #FF2FF;
}

A.pageResults {
  color: #FFD7D0;
}

A.pageResults:hover {
  color: White;
  background: #FFD7D0;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #FF1493;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #010066;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #FF2FFF;
  font-weight: bold;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: FF2FFF;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  color: #010066;
  font: bold;
}

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

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #FF1515;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: FF2FFF;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: FF2FFF;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #FFAE15;
  border-style: solid;
  border-width: thick;
}

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: #CC707E;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  font-size:14px;
  font-weight:bold;
  color: #FF1515;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #FF1515;
}
/* BOF price-break-1.11.3 */
TD.productPriceInListing {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #E6F3FD;
}

TD.productPriceInBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #F9F9F9;
  color: #FF4500;
  font-weight: bold;
}
/* EOF price-break-1.11.3 */
.moduleRow { }
.moduleRowOver { background-color: #FFD7D0; cursor: pointer; cursor: hand;  color: White;  }
.moduleRowSelected { background-color: #FFD7D0;  color: White;  }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #979797; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #010066; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #FF1515;  color: White;  }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #A0FF15; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #FF1515;  font-weight: bold;  }
/* menu Image -noborderBox2 - Show Sub-categories  Star */
a.menucateg:link, a.menucateg:visited, a.menucateg:active {
display: block;
vertical-align: middle;
color: #FF5615;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: lighter;
text-align: left;
height: 19px;
padding-top:2px;
text-decoration: none;
background-color: transparent;
border: 2px solid #FFFFFF;
width: 195px;
width: 200px;
}

a.menucateg:hover {
border: solid 1px #D7D7D7;
background-image: url(images/menuon.png);
background-repeat: repeat;
text-decoration: none;
font-weight: bold;
color: #010066;
width: 195px;
width: 200px;

}

a.menusubcateg:link, a.menusubcateg:visited, a.menusubcateg:active {
display: block;
vertical-align: middle;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: left;
height: 19px;
text-decoration: none;
padding-top:2px;
border-bottom: 1px solid #89A9C4;
border: solid 1px #FFFFFF;
width: 195px;
width: 200px;
}

a.menusubcateg:hover {
border-bottom: 1px solid #717171;
border-top: 1px solid #717171;
background-image: url(images/menuon.png);
background-repeat: repeat;
text-decoration: none;
color: #010066;
width: 195px;
width: 200px;
}
/* menu Image -noborderBox2 - Show Sub-categories  End */
.verbar	{   /* Color of main vertical menubar and border */
	color: #FF2FFF;
	background-color: White;
	border: 1px outset #FF2FFF;
}

.vertitem	{          /* Behaviour of main vertical menu items, leave as is for proper operation */
	text-align: left;
	white-space: 
}

.vertitem	a {   /* Font style, size of main menu items */
  font-family: Verdana, Arial, sans-serif;
	font-size: 12px;		
	text-decoration: none;
	position: relative;
	display: block;
	font: bold;
}

.vertitem a:link, .vertitem a:visited	{   /* Default font style & color of main menu items */
	color: #FF2FFF;
	text-decoration: none;	
}

.vertitem a:hover	{   /* Font style & color, background menu color of main menu item when hovered over */
	color: #FF1493;
	background-color: #FFD6BF;
	text-decoration: blink;
	font: bold;
}

.vertitem a:active	{   /* Font style & color, background menu color of main menu item when clicked */
	color: White;
	background-color: #FF5EB7;	
	text-decoration: none;	
}

.vertsubmenu	{   /* Behaviour of sub-menu  - leave as is for proper operation of submenus */
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.vertsubframe	{   /* Color of submenu item and border */
	background-color: #FFBFFF;
	border: 2px outset #FFC8FF;

	position: relative;
	display: block;	
}

.vertsubitem	{     /* Behaviour of sub-menu  - leave as is for proper operation of submenus */
	text-align: left;
	white-space: nowrap;
}

.vertsubitem a	{   /* Font style, size of submenu items */
  font-family: Verdana, Arial, sans-serif;
	font-size: 12px;			
	text-decoration: none;
	
	position: relative;
	display: block;
	font: bold;
}

.vertsubitem a:link, .vertsubitem a:visited	{   /* Default font style & color of submenu items */
	color: #FF2FFF;
	text-decoration: none;	
}

.vertsubitem a:hover	{   /* Font style & color, background submenu color of submenu item when hovered over */
	color: #FF1493;
	background-color: #FFAEFF;
	text-decoration: blink;
}

.vertsubitem a:active	{   /* Font style & color, background submenu color of submenu item when clicked */
	color: White;
	background-color: #FF8ECD;	
	text-decoration: none;			
}

.vertsubitem .vertfwdarr, .vertitem .vertfwdarr	{   /* Positioning of right arrow for submenus */
	position: absolute;
	top: 5px;
	right: 8px;
}

.dmselected {   /* Style override for selected category tree */
    background-color: #EBADD4;
		font-weight: bold;
}

.verbar .dmselected {   /* Style override for selected root category */
    background-color: #FF86C9;
}

ul.sitemap {
color: #FF1515;
}

h1 { 
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
 font-weight: bold;
 color: FF2FFF;
}

h2 { 
 font-family: Verdana, Arial, sans-serif;
 font-size: 12px;
} 
/* Individual Boxes - Graphical Borders for modules - Star */
.mws_boxTop_module    { background: url('images/infobox_module/top.gif');
                 font-family: Tahoma;
                 font-size: 14px;
                 text-align : center;
                 font-weight: bold;
                 background-repeat:repeat-x;
                 vertical-align: middle;
                 white-space: nowrap;
                 color: #010066;
 }
.mws_boxLeft_module   { background: url('images/infobox_module/left.gif'); }
.mws_boxRight_module  { background: url('images/infobox_module/right.gif'); }
.mws_boxBottom_module { background: url('images/infobox_module/bot.gif');
                 font-family: Verdana, Arial, sans-serif;
                 font-size: 11px;
                 text-align : center;
                 vertical-align: middle;
                 white-space: nowrap; }
.mws_boxCenter_module { background: #ffffff; 
                 font-family: Verdana, Arial, sans-serif;
                 font-size: 12px;
                 margin-left: 1px;
                 color: #FF1493;
                 font: bold;
}
.mws_boxCenter_module2 { background: #FFFFFF; 
                 font-family: Verdana, Arial, sans-serif;
                 font-size: 12px;
                                  margin: 2px 2px;
                                  padding-left: 10px;
                                  color: #FF1493;
                                  }
.mws_boxCenter_module3 { background: #ffffff; 
                 font-family: Verdana, Arial, sans-serif;
                 font-size: 12px;
                                  color: #FF1493;
                                  font: bold;
                                  text-decoration: underline;
                                  }
/* Individual Boxes - Graphical Borders for modules - Star */
TD.noborderbox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
.mws_boxTop    { background: url('images/infobox/top.gif');
                 font-family: Tahoma;
                 font-size: 14px;
                 text-align : center;
                 font-weight: bold;
                 background-repeat:repeat-x;
                 vertical-align: middle;
                 white-space: nowrap;
                 color: FF2FFF;
 }
.mws_boxLeft   { background: url('images/infobox/left.gif'); }
.mws_boxRight  { background: url('images/infobox/right.gif'); }
.mws_boxBottom { background: url('images/infobox/bot.gif');
                 font-family: Verdana, Arial, sans-serif;
                 font-size: 11px;
                 text-align : center;
                 vertical-align: middle;
                 white-space: nowrap; }
.mws_boxCenter { background: #FFFFFF; } 
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) no-repeat left 30%; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) no-repeat right 30%; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #FE59FF;
	filter: alpha(opacity=30);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
		
.star-product-title {
font-family: Verdana, Arial, sans-serif;
text-align : center;
font-size: 16px;
font-weight: bold;
color: FF2FFF;
}
.star-product {
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
font-weight: bold;
color: FF2FFF;
}
.star-product-price{
font-family: Verdana, Arial, sans-serif;
font-size: 16px;
font-weight: bold;
color: #FF1515;
}
.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #FF1515; }
#navMenu { margin: 0px; padding: 0px; height: 165px; z-index: 50; background-color: #FFFFFF; font-size: 10px; }
#navMenu li { width:180px; height: 18px; position: absolute; display: block; z-index: 50; list-style: none; text-align: left; }
#n1 { right: 180px; background-color: #FF95CF; }
#navMenu li ul { visibility: hidden; position: absolute; left: 0px; margin: -1 0 0 -30px; padding: 0px; width: 230px; border-style: solid; border-color: #010066; }
#navMenu #n1 ul { background-color: #ffffff; }
#navMenu li ul li, #navMenu li ul li a { width: auto; height: auto; position: relative; z-index: 56; color: #010066; font-weight: normal; text-align: left; }
TD.productListing-data1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
TD.productListing-data2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #C2C3D4;
}
TR.productListing-odd1 {
  background: #FFFFFF;
}
TABLE.productListing1 {
  border: 0px;
  border-spacing: 0px;
}
TD.tab {
	background-color: #02007B;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: smaller;
	}
		
A.tab {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
	text-decoration : none;
	}
A.tab:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	color: #FF5615;
	text-decoration : none;
}
TD.ontab {
	background-color: #9B99FF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: smaller;
	color: #ffffff;
	}

A.headerLink {
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: smaller;
	color: #010066;
	text-decoration : none;
}
A.headerLink:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: smaller;
	color: #AED7FF;
	text-decoration : none;
}
A.ontab {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-style: normal;
 font-weight: bold;
 font-size: smaller;
 color: #3591C5;
 text-decoration : none;
}
TD.pollBoxRow {   
font-family: Verdana, Arial, sans-serif;   
font-size: 10px;   border-color: #eeeeee;   
border-style: solid;   border-width: 1px;
} 

TD.pollBoxText {   
font-family: Verdana, Arial, sans-serif;   
font-size: 10px;   border-color: #eeeeee;   
border-style: solid;   
border-width: 1px;
} 

TR.pollOptRow {   
background: #f1f9fe; 
} 
TR.pollFooter { 
  background: #f1f9fe;
}  

/* START Categories Tabs v2.0 */
A.tabsNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  font-weight : bold; 
  color: #0000CC; 
}

A.tabsNavigation:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  font-weight : bold; 
  color: #3366CC;
}

TD.tabsNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
/*  background: #CCCCCC;*/
  color: white;  /* Color of the not selected category text */
  font-weight : bold;
}
/* END Categories Tabs v2.0 */
.estimatedshippingBox {
background: #FF8E90; 
}

TD.estimatedshippingBoxHeading {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
font-weight: bold;
background: #ff2fff;
color: #ffffff; 
}

.estimatedshippingBoxContents {
background: #f8f8f9;
font-family: Verdana, Arial, sans-serif;
font-size: 10px; 
}

.ShowShipping {
background: #ff2fff;
color: #fffffa;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
font-weight: bold;
text-align: center;
}
