/*
  $Id: stylesheet.css,v 1.1.1.1 2004/03/04 23:42:24 ccwjr Exp $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/
* {
	margin:0;
	padding:0;
}

img {
	border:0;
}

.cat_description {font-size : 10px; color: #800000; font-weight: bold }
.boxText {}
.errorBox { font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { border: 1px solid #999; padding: 10px; font-size : 12px; color: red; }
.productsNotifications { background: #f2fff7; }
.orderEdit {font-size : 90%; color: #767676; text-decoration: underline; }
.navBlue     { color: #FF0000; font-size: 8pt; }
.subnavBlue     { color: #9966FF; font-size: 8pt;}


#main {
	margin-bottom:10px;
}

FORM {
  display: inline;
}

#frame {
	width:750px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
}


TR.headerNavigation {
  background: #767676;
}

TD.headerNavigation {
  
  font-size: 10px;
  background: #767676;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

a:hover.headerNavigation {
  color: #ffffff;
}

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

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


.infoBoxContentsHeader{
  background: #f8f8f9;
  
}

.infoBoxNotice {
  background: #F7D5DD;
}

.infoBoxNoticeContents  {
  background: #F7D5DD;
  
  color: black;
}
.infoBoxNoticeContents td.main {
  padding: 5px;
}

TD.infoBoxHeading {
  
  font-weight: bold;
  color: #767676;
  text-align:left;
}

TD.infoBox, SPAN.infoBox {
  
}

TD.main_table_heading {
  
  font-size: 10px;
  border-width: thin;
  border-color: #99AECE;
  border-style: solid;
  color: #767676;
}

TD.main_table_heading_inner {
  
  font-size: 10px;
  color: #767676;
}


.productListing-data {
    color: #767676;  
}
.productListing-heading {
  
  color: #767676;
  font-weight: bold;
  padding: 0px 0px 5px 0px;
}

.productlisting-headingPrice { 
  
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

A.pageResults {
  color: #ff8a0e;
}

a:hover.pageResults {
  color: #e13067;
}

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

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  
  
}

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

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;
}

TD.category_desc {
  
  font-size: 11px;
  line-height: 1.5;
}

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

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

SPAN.productSpecialPrice {
  
  color: #ff0000;
}

SPAN.errorText {
  
  color: #ff0000;
}

.moduleRow { }
/*.moduleRowOver { background-color: #e13067; cursor: pointer;} */
.moduleRowOver { cursor: pointer;} 
.moduleRowSelected { background-color: #CCCCCC; color: #333333; }

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

/* message box */

.messageBox {  font-size: 10px; }
.messageStackError, .messageStackWarning {  font-size: 10px; background-color: #ffb3b5; color:#767676 }
.messageStackSuccess {  font-size: 12px; background-color: #D6F7D5; padding: 5px; }

/* input requirement */

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


TD.productPriceInListing {
  
  font-size: 10px;
  background: #d2e9fb;
}

TD.productPriceInBox {
  
  font-size: 10px;
  background: #eeeeee;
}

TD.productPriceInProdInfo {
  
  font-size: 12px;
  background: #ccffcc;
}

TABLE.catListing {
  font-size: 10px;
  color: #ffffff;
  line-height: 15px;  
}

TD.catListing {
  font-size: 10px;
  color: #ffffff;  
}


/* LIGHT BOX EFFECT  ADDED BY NARESH DEVRA */

#lightbox{
	position: absolute;
	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%;*/
	width: 65px;
	height: 65px;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; background: url(/images/prevlabel.gif) left 15% no-repeat;}
#nextLink { right: 0; float: right; background: url(/images/nextlabel.gif) right 15% no-repeat;}
/*
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }
*/

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

#imageData{	padding:0 10px; color: #666; }
#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: 600px;
background-color: #000;
}
.smallblack {
font-size: 10%;
color: #000000;
}
.smallgrey {
font-size: 10%;
color: #6b787d;
}
.smalldot {
font-size: 1%;
color: #f5f0dd;
}

