@charset "utf-8";
/* CSS Document */

/*
  $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
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.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: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

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

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

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /*background: #bbc3d3;*/
  background:#8846b9;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  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: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

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

.infoBox {
  /*background: #b6b7cb;*/
  background: #dcb4fa;
}

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

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  /*background: #bbc3d3;*/
  background: #dcb4fa;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  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-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /*background: #b6b7cb;*/
  background:#babcba;
  color: #FFFFFF;
  font-weight: bold;
}

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

A.pageResults {
  color: #0000FF;
}

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

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

TD.warningPageHeading, DIV.warningPageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color:#FF0000;
}

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: 11px;
  line-height: 1.5;
}

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

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

TABLE.formArea {
  background: #f1f9fe;
  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;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

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

.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: 10px; background-color: #ffb3b5; }
.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; }

/*  -------- My Style Start --------*/

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#383636;
	margin:0px;
	padding:0px;
	}
p{
	padding:0px;
	margin:0px;
	}
div{
	margin:0px;
	padding:0px;
	}
.cld{
	clear:both;
	height:0px;
	font-size:1px;
	}
.boldTxtBlack{
	font-weight:bold;
	color:#212322;
	}
.boldTxtBlackOther{
	font-weight:bold;
	color:#212322;
	text-transform:uppercase;
	}
.boldTxtBlackOther{
	font-weight:bold;
	color:#212322;
	line-height:20px;
	}
.blckTxtSml{
	font-size:11px;
	color:#423e28;
	}
.redBigBldTxt{
	font-size:14px;
	color:#b31d05;
	font-weight:bold;
	}
.redBldTxt{
	color:#b31d05;
	font-weight:bold;
	}
.greyTxt{
	color:#838383;
	font-weight:bold;
	}
.greyTxtSml{
	font-size:10px;
	color:#838383;
	font-weight:bold;
	}
.darkGreyTxt{
	color:#383636;
	}
.mormalTxtBlack{
	font-size:13px;
	color:#212322;
	}
.mormalTxtRed{
	font-size:13px;
	color:#b31d05;
	font-weight:normal;
	}
.purpleTxtBold{
	font-size:24px;
	font-weight:bold;
	color:#8E58CE;
	}
.blckTxtSmlLnk{
	font-size:11px;
	color:#423e28;
	text-decoration:none;
	}
.blckTxtSmlLnk:hover{
	font-size:11px;
	color:#423e28;
	text-decoration:underline;
	}			
.headerContainer{
	background-image:url(images/top-hd1.gif); 
	width:980px; 
	height:30px;
	padding-top:10px;
	margin:0px;
	}
.headerLft{
	float:left; 
	width:485px; 
	padding-left:15px;
	}
.headerRgt{
	float: right; 
	padding-right:20px; 
	text-align:right;
	}
.headTxt{
	font-size:14px;
	color:#070b0a;
	font-weight:bold;
	}
.redLnkTxt{
	color:#b31d05;
	text-decoration:underline;
	}
.redLnkTxt:hover{
	color:#b31d05;
	text-decoration:none;
	}
.smlTxt{
	font-size:10px;
	}
.topLnkTxt{
	font-size:10px;
	text-decoration:none;
	color:#0c0d0a;
	}
.topLnkTxt:hover{
	font-size:10px;
	text-decoration:underline;
	color:#0c0d0a;
	}
.logoCobntainer{
	background-image:url(images/logo-back-new.gif);
	background-repeat:repeat-x;
	background-position:top left;
	/*height:85px;*/
	height:105px;
	width:980px;
	/*background-image:url(images/logo_back1.gif); 
	height:180px;
	height:280px;
	background-repeat:repeat-y; */
	}
.logoLft{
	float:left; 
	width:255px; 
	/*height:90px;*/ 
	margin:0px; 
	padding:0px 0px 0px 11px;
	}
.logoRgt{
	float:right; 
	/*background-image:url(images/right-grapes1.gif); 
	background-repeat:no-repeat;*/ 
	width:714px;
	/*height:216px;*/
	}
.logoLft_menu{
	float:left; 
	width:200px; 
	/*height:90px;*/ 
	margin:0px; 
	padding:0px 0px 0px 11px;
	}
.logoRgt_menu{
	float:right; 
	/*background-image:url(images/right-grapes1.gif); 
	background-repeat:no-repeat;*/ 
	/*height:216px;*/
	}
.bodyRgtPadTop{
	padding:26px 10px 0 0;
	}
.bodyBoxBk{
	background-color:#fbfff2;
	border-bottom:1px solid #d8dad5;
	border-left:1px solid #d8dad5;
	border-right:1px solid #d8dad5;
	padding:12px 0 12px 0;
	}
.bodytopContainer{
	width:960px; 
	background-color:#e5e8e5; 
	padding:10px 10px 0 10px;
	}
.body2ndContainer{
	padding:10px 0px 10px 10px;
	background-color:#FFFFFF;
	margin-bottom:10px;	
	}
.body2ndContainer p{
	padding:5px 0 0 0;
	}
.visaCardContainer{
	background-color:#e5e8e5;
	margin:0px auto;
	}
.linkBoxBk{
	background-color:#edefed;
	border-bottom:1px solid #c5cdc5;
	border-left:1px solid #c5cdc5;
	border-right:1px solid #c5cdc5;
	padding:12px 0 12px 0;
	}
.greyBigTxxt{
	font-family:Tahoma;
	font-size:30px;
	font-weight:bold;
	color:#666666;
	text-decoration:line-through;
	}
.greyBigTxxtSimple{
	font-family:Tahoma;
	font-size:30px;
	font-weight:bold;
	color:#FF0000;
	}
.redBigTxxt{
	font-family:Tahoma;
	font-size:25px;
	font-weight:bold;
	color:#ff0000;
	}

/* -- space style--*/
.padBot15{
	padding-bottom:15px;
	}
.padTop10{
	padding-top:10px;
	}
.padTop20{
	padding-top:20px;
	}
.padTop10lft10{
	padding:10px 0 0 10px;
	}
.padtop40left20{
	padding:40px 0 0 20px;
	}
.padlft10{
	padding-left:10px;
	}
.lineHt20{
	line-height:20px;
	}
.lineHt25{
	line-height:25px;
	}
.lineHt35{
	line-height:35px;
	}
.padRgt10{
	padding:0px 10px 0 0;
	}
.padTop10Rgt10{
	padding:10px 10px 0 0;
	}
.padTop10Botm10{
	padding:10px 0 10px 0;
	}


/* ---------------*/



/* -------------  Tab Menu Start ---------------*/
#navigation{
	background-image:url(images/logo-back-new.gif);
	background-repeat:repeat-x;
	/*width:801px;*/
	padding:0px;
	margin:0px;
	/*height:37px;*/
	line-height:37px;
	vertical-align:middle;
	/*padding-top:40px;*/
	
	/*
	background-image:url(images/nav-botm.gif);
	background-repeat:repeat-x;
	background-position:bottom;*/
	}
#navigation a{
	/*color: #4f0485;*/
	color: #ffffff;
	background:url(images/nav-on1.gif) left top no-repeat;
	text-decoration: none;
	display:block;
	text-align:center;
	width:118px;
	/*border-bottom:1px solid #E54800;*/
	margin:0px;
	/*height:42px;*/
	font:verdana;
	font-size:11px;
	font-weight:bold;
}
#navigation a, #navigation a:visited, #navigation a span{
background: url(images/nav-on1.gif) left top no-repeat;
display: block;
float: left;
/*height:42px;*/
}
#navigation a span{
background: url(images/nav-on1.gif) left top no-repeat;
/*padding-right: 10px*/
padding:0px 0px 0px 0px;
/*height:42px;*/
margin:0px;
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span{
float: none;
}
/* End hide */

#navigation a:hover{
color: #ffffff;
background: url(images/nav-over1.gif) left top no-repeat;
/*padding-left: 10px;*/
padding:0px 0px 0px 0px;
/*height:42px;*/
}
#navigation a:hover span
{
background: url(images/nav-over1.gif);
background-position:left top;
background-repeat:no-repeat;
padding:0px 0px 0px 0px;
/*height:42px;*/
margin:0px;
}
#navigation #current{
	background: url(images/nav-over1.gif);
	background-position:left top;
	background-repeat:no-repeat;
	/*padding:15px 0px 0px 0px;*/
	text-decoration: none;
	display:block;
	text-align:center;
	width:118px;
	/*border-bottom:1px solid #E54800;*/
	margin:0px;
	font-size:11px;
	color:#FFFFFF;
	}
#navigation ul
{
	padding: 0px;
	margin: 0px;
}

#navigation li
{
	list-style: none;
	float: right;
	margin: 0px;
	padding:0px;
	padding-right:.05em;
}	
	
.hdr1 {
	font-size: 20px;
	font-weight: bold;
	color: #9A58DE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9A58DE;
}
.hdr1pit {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #346602;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #346602;
}	
/*- Add By Neel-*/
.fpltdlinebottom {
border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.mormalTxtRedRating{
	font-size:15px;
	color:#b31d05;
	font-weight:normal;
	}
	
	.padtop20left20_index{
	padding:10px 10px 10px 10px;
	}
	.orange {
	color: #FF9900;
}
.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	font-weight: bold;
}

/*--*/
.greyTxtNew{
	color:#333333;
	font-weight:bold;
	}
.greyTxtBig{
	color:#333333;
	font-weight:bold;
	font-size:17px;
	}
/* --------- My Style End ----------*/

.menuContainerNew{
	width:980px;
	clear:both;
	background-image:url(images/logo-back-new.gif);
	background-repeat:repeat-x;
	background-position:top left;
}
