/*
  $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: normal 12px Arial, Helvetica, sans-serif, "Trebuchet MS"; }
.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;
  font-family: tahoma; 
}

A {
  color: #000000; 
}

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


.infoBoxContents {
  /*background: #E6F2FE;*/
  font-family: Arial;
  font-size: 10pt;
}
.infoBoxContentsNew {
   background: #ffffff;
  font-family: Arial;
  font-size: 10pt;
}

.infoBoxContents1 {
  background: #FEF9E5;
  font-family: Arial;
  font-size: 10pt;
}
.infoBoxContents2 {
   background: #E6F2FE;
  font-family: Arial;
  font-size: 10pt;
}
.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  background: #3886C3;
  color: #ffffff;
  text-indent: 20px;
  white-space: nowrap;
    text-decoration: none;
}
TD.infoBoxHeading a{
 font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  background: #3886C3;
  color: #ffffff;
  text-indent: 20px;
    text-decoration: none;
}

TD.infoBoxHeadingInfoPage {
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  background: #3886C3;
  color: #ffffff;
  white-space: nowrap;
  text-align: center;
}
TD.infoBoxHeadingInfoPage a{
 font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  background: #3886C3;
  color: #ffffff;
  text-indent: 20px;
  text-decoration: none;
}
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: #E6F2FE;
}

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

/*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;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}*/
/*Modify by enSys-Jayshree Tuesday, March 24, 2009
//Comment:*/


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

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  background: #3D83BE;
  color: #ffffff;
  font-weight: bold;
  height: 23px;
  text-decoration: none;
}

TD.productListing-data {
   font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color:#000000;
border-bottom: 2px dotted #73838F;
}

.productListing-data a {
 text-decoration: none;
}
/*Ended by enSys-Jayshree Tuesday, March 24, 2009*/

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
   font-family: Times New Roman;
  font-size: 12pt;
  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:  Arial;
 font-style: regular;
  font-size: 13px;
  border: 0px solid red;
}
/*Added by enSys-Jayshree Wednesday, April 01, 2009
Comment:*/
TD.Newmain, P.Newmain {
 font-family:  Arial;
 font-style: regular;
  font-size: 12px;
  border: 0px solid red;
  /*font-weight: bold;*/
}
TD.main b {
font-weight: bold;
}

/*Ended by enSys-Jayshree Wednesday, April 01, 2009*/

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 */
.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; }

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

/*Added by enSys-Jayshree Tuesday, March 17, 2009
Comment:/* BOF Dynamic Sitemap */
  ul.sitemap {
  color: #ff0000;
}
/* EOF Dynamic Sitemap 
//Ended by enSys-Jayshree Tuesday, March 17, 2009 */

/*.headerMenu a {
display: block;
border-bottom: 1px solid #ffffff;
font-family: Lucida Sans Unicode; 
font-size: 11pt; 
color: #000000;
background: url(images/arrow.gif) no-repeat left;
text-indent: 20px;
padding-top: 5px; 
padding-bottom: 5px; 
text-decoration: none;
}*/


.headerMenuLink {
display: block;
height: 29px;
border-bottom: 0px solid #ffffff;
/*font-family: Lucida Sans Unicode; */
font-family: arial;
font-weight: bold;
font-size: 9.5pt; 
color: #000000;
background: url(images/menuBg.gif) no-repeat left;
text-indent: 25px;
text-decoration: none;
line-height: 25px;
}

.headerMenuLinkHome {
display: block;
height: 29px;
border-bottom: 0px solid #ffffff;
/*font-family: Lucida Sans Unicode; */
font-family: arial;
font-weight: bold;
font-size: 9.5pt; 
color: #000000;
background: url(images/menuBgHome.gif) no-repeat left;
text-indent: 25px;
text-decoration: none;
line-height: 25px;
}

.contentBg {
background: #e1edfc url(images/content_bg.gif) repeat-x ;
/*background: #e1edfc;*/
border: 0px solid red;
}

.headerLink a {
font-family: tahoma; 
font-size: 11pt; 
color: #1F2935;
text-decoration: underline;
}

.BoxLink {
font: normal 12px Arial, Helvetica, sans-serif, "Trebuchet MS";
text-indent: 15px;
text-decoration: none;
display: block;
width: 100%;
border-bottom: 1px solid #cccccc;
padding: 3px;
background: url(images/arrow_trans.gif) no-repeat left;
}
.BoxLink:hover {
font-weight:bold;
color:#008BD3;
background: url(images/bullet03.gif) no-repeat left ;
text-decoration: none;
}

.BoxLinkViewAll, .BoxLinkViewAll:hover {
text-indent: 15px;
display: block;
width: 100%;
font-weight:bold;
color:#008BD3;
padding: 3px;
background: url(images/bullet02.gif) no-repeat left ;
border-bottom: 1px solid #cccccc;
}
.BoxLink1 {
display: block;
text-decoration: none;
}

.boxWhyGeneric {
background: #f4ffc7;
color: #67BB00;
font-weight: bold;
font-size: 9pt;
line-height: 15px;
}

.boxWhyGeneric span{
font-size: 15pt;
line-height: 30px;
}

.boxWhyGeneric a {
color: #67BB00;
text-decoration: none;
}

.boxWhyChoose4RX {
color: #E7456A;
background: #FEE5F0;
font-weight: bold;
font-size: 9pt;
border: 0px solid red;
/*line-height: 15px;*/
}

.boxWhyChoose4RX span {
font-size: 15pt;
line-height: 20px;
}


.boxWhyChoose4RX li {
list-style-image: url(images/arrow_pink.gif);
padding-top: 1px;
padding-bottom: 1px;
}

.boxWhyChoose4RX-Yellow {
color: #F69B0C;
background: #FFFFCC;
font-weight: bold;
font-size: 9pt;
border: 0px solid red;
/*line-height: 15px;*/
}

.boxWhyChoose4RX-Yellow span {
font-size: 15pt;
line-height: 30px;
}


.boxWhyChoose4RX-Yellow li {
list-style-image: url(images/arrow_yellow.gif);
padding-top: 1px;
padding-bottom: 1px;
}

/*Added by enSys-Jayshree Wednesday, March 25, 2009
Comment:*/
.ProductsName {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
.ProductsPrice {
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #6A3005;
  font-weight: bold;
}
.ProductsPrice a {
  text-decoration: none;

}
.FeatureHeading {
/* font-family: tahoma;*/
font-family: Times New Roman;
 font-size: 11pt;
 color: #423E3B;
 font-weight: bold;
}
/*Ended by enSys-Jayshree Wednesday, March 25, 2009*/
/*Added by enSys-Jayshree Thursday, March 26, 2009 Comment:*/
.CustmerText ul li{
list-style-image: url(images/arrow_Red.gif);
padding: 2px;
}
.bg1 
{
background: #E6F2FE;
}
.bg2 {
background: #FEF9E5;
}
/*Ended by enSys-Jayshree Thursday, March 26, 2009*/

.boxShoppingCart {
text-align: center;
border: 0px solid #3D83BE;
}

.boxShoppingCart tr td {
text-align: center;
border-bottom: 0px solid #3D83BE;
}

.boxShoppingCart tr td table tr td {
text-align: center;
border: 0px solid #3D83BE;
}

.mainInformation {
font: normal 12px Arial, Helvetica, sans-serif, "Trebuchet MS";
}

.categoryMenu {
color: #E7456A;
background: #FEE5F0;
font-weight: bold;
font-size: 9pt;
border: 0px solid red;
/*line-height: 15px;*/
}

.categoryMenu div {
width: 100%;
padding-bottom: 10px;
/*float: right;*/
text-align: right;
cursor: hand;
border-bottom: 1px solid #DE9AB9;
}

.categoryMenu ul {
padding-top: 0px;
margin-top: 0px;
padding-left: 2px;
margin-left: 10px;
}

.categoryMenu li {
padding-top: 0px;
margin-top: 0px;
/*list-style-image: url(images/arrow_pink.gif);*/
list-style: none;
padding-top: 1px;
padding-bottom: 1px;
}

.categoryMenu ul li a {
background: url(images/arrow_pink.gif) no-repeat left center;
display: block;
color: #E7456A;
text-decoration: none;
white-space: nowrap;
text-indent: 15px;
}

.categoryMenu ul li a:hover {
background: url(images/arrow_green_1.gif) no-repeat left center;
display: block;
color:#008BD3;
text-decoration: none;
text-decoration: underline;
}
/*BOF ensys chetana Friday, June 12, 2009 */
TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.linkListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #FFFFFF;
  text-align: center;
}
A.linkListing-heading {
  color: #FFFFFF;
}
A.linkListing-heading:hover {
  color: #FF0000;
}
TD.linkListing-data {
  border-right: 1px solid #b6b7cb;
  border-bottom: 1px solid #b6b7cb;
  padding: 4px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.linkListing-odd {
  background: #f8f8f9;
}

TR.linkListing-even {
  background: #F5F5F5;
}

.linkFeatured {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #ffffff;
  color: #FFFFFF;
  text-align: center;
  border: 1px solid black; 
}
.linkFeaturedHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  background: #ffffff;
  color: #000000;
  text-align: center;
}
A.linkListingHeading {
  color: #000000;
}
A.linkListingHeading:hover {
  color: #FF0000;
}
.linkFeaturedMain {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #ffffff;
  color: #FFFFFF;
  text-align: center;
}
A.linkFeaturedMain {
  color: #FFFFFF;
}
A.linkFeaturedMain:hover {
  color: #FF0000;
}
.linkListingMain {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #ffffff;
  color: #000000;
  text-align: left;
}
A.linkListingMain {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}
A.linkListingMain:hover {
  color: #FF0000;
}
.linkListingCats {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
A.linkListingCats {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}
A.linkListingCats:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #FF0000;
}
.linkListingSubCats {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
}
A.linkListingSubCats {
  color: #000;
}
A.linkListingSubCats:hover {
  color: #FF0000;
}
/* Links Manager v1.23 end */

/*EOF ensys chetana Friday, June 12, 2009*/
/*BOF ensys(jayshree) DAte Thursday, April 29, 2010*/
#featured_prod_bottom {
color:#6A3005;
float:left;
font-size:37px;
font-weight:bold;
margin:0;
padding:0;
text-align:center;
width:100px;
margin: 0px;
}
#featured_prod_bottom span {
font-size:38px;
}
#featured_prod_top a{
font-size:25px;
width:100x;
text-decoration: none;
}
#featured_prod_top a:hover {
font-size:25px;
width:100x;
text-decoration: none;
color: #000000;
}
/*EOF ensys(jayshree) DAte Thursday, April 29, 2010*/