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

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

body 
{
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;
	padding-left: 50%;
	clear: both;
	position: absolute;
	background: url('images/bggrad2.jpg') repeat-x;
	background-color: #2b42a1;
}



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

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



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


/*added by ensys*/

.navcontainer 
{
	clear: both;
	margin-top: 10px;
}

.nav1 a
{
	width: 130px;
	height: 30px;
	float: left;
	text-align: center;
	padding-top: 12px;
	font-size: 11px;
	font-weight: bold;
	background: url(images/nav1.jpg) no-repeat;
	
}

.nav1 a:hover
{
	background: url(images/nav1_hover.jpg) no-repeat;
}

.container 
{
	width: 7000px;
	margin-left: -250px;
}

.hidden {
	clear: both;
	height: 15px;
}

.hideme 
{
	display: none;
	color: white;
}

/* CSS Document - Author: Shaibal Mandal */


a 
{
	text-decoration: none;
	color: #7EA966;
}

a:hover 
{
	text-decoration: none;
	color: #1C1866;
}

#container 
{
	width: 725px;
	margin-left: -350px;
}

#nav1 a
{
	width: 124px;
	height: 40px;
	float: left;
	text-align: center;
	padding-top: 12px;
	font-size: 11px;
	font-weight: bold;
	background: url(images/nav1.jpg) no-repeat;
}

#nav1 a:hover
{
	background: url(images/nav1_hover.jpg) no-repeat;
}

#nav2 a
{
	width: 110px;
	height: 40px;
	float: left;
	text-align: center;
	padding-top: 12px;
	font-size: 11px;
	font-weight: bold;
	background: url(images/nav2.jpg) no-repeat;
}

#nav2 a:hover
{
	background: url(images/nav2_hover.jpg) no-repeat;
}

#nav3 a
{
	width: 114px;
	height: 40px;
	float: left;
	text-align: center;
	padding-top: 12px;
	font-size: 11px;
	font-weight: bold;
	background: url(images/nav3.jpg) no-repeat;
}

#nav3 a:hover
{
	background: url(images/nav3_hover.jpg) no-repeat;
}

#nav4 a
{
	width: 112px;
	height: 40px;
	float: left;
	text-align: center;
	padding-top: 12px;
	font-size: 11px;
	font-weight: bold;
	background: url(images/nav4.jpg) no-repeat;
}

#nav4 a:hover
{
	background: url(images/nav4_hover.jpg) no-repeat;
}

#nav5 a
{
	width: 112px;
	height: 40px;
	float: left;
	text-align: center;
	padding-top: 12px;
	font-size: 11px;
	font-weight: bold;
	background: url(images/nav5.jpg) no-repeat;
}

#nav5 a:hover
{
	background: url(images/nav5_hover.jpg) no-repeat;
}

#nav6 a
{
	width: 126px;
	height: 40px;
	float: left;
	text-align: center;
	padding-top: 12px;
	font-size: 11px;
	font-weight: bold;
	background: url(images/nav6.jpg) no-repeat;
}

#nav6 a:hover
{
	background: url(images/nav6_hover.jpg) no-repeat;
}


#navcontainer 
{
	clear: both;
	margin-top: 10px;
}

#navcontainer a
{
	color: #3C53B2;
}

#navcontainer a:hover
{
	color: #1C1866;
}


#hidden {
	clear: both;
	height: 15px;
}

/*#main 
{
	padding: 10px;
	width: 678px;
	text-align: justify;
	color: #333;
	line-height: 1.6em;
	background-color: #FFFFFF;
	border: 1px solid #A9D37D;
	float: left;
}*/

#fullpage
{
	padding: 0px;
	width: 678px;
	float: left;
}

.fullpage
{
	padding: 0px;
	width: 678px;
	float: left;
}


#top_left
{
	padding: 10px 10px 0px 10px;
	width: 440px;
	float: left;
}

#armpain
{
	padding: 0px 0px 20px  0px;
	width: 240px;
	height: 400px;
	float: right;
}

#testimonials
{
	padding: 18px 10px 5px 10px;
	width: 410px;
	float: left;
}

#testimonials_pos
{
	padding: 2px 25px 5px 10px;
	width: 410px;
	float: right;
}

.testimonial_holder
{
	padding: 0px;
	width: 272px;
	height: 100px;
	float: right;
}

.testimonial_img
{
	padding: 0px 10px 0px 0px;
	width: 125px;
	float: left;
}

.testimonial_text_1
{
	font-size: 12px;
	color: #3C53B2;
	font-weight: bold;
	text-align: left;	
}

.testimonial_text_2
{
	font-size: 14px;
	color: #1C1866;
	font-weight: bold;
	text-align: left;	
}

.read_more
{
	font-size: 12px;
	text-align: right;
	font-weight: bold;
}

#fpic
{
	width: 678px;	
	height: 183px;
	background-color: #a9d37d;
	clear: both;
	background: url('images/op.jpg') no-repeat;
	margin-bottom: 8px;
}

#subheader
{
	width: 202px;	
	height: 40px;
	float: right;
	background-color: #FFFFFF;
	clear: both;
	margin-bottom: 8px;
}

td.subheader
{
	width: 202px;	
	height: 40px;
	float: right;
	background-color: #FFFFFF;
	clear: both;
	margin-bottom: 8px;
}

#sidebar 
{
	width: 198px;
	border-left: 1px solid #BBB;
	float: right;
	margin-left: 7px;
	margin-top: 5px;
	padding-left: 10px;
	text-align: left;
	clear: both;
}

#line 
{
	width: 196px;
	height: 10px;
	background-image:url(images/line.jpg);
	background-repeat:no-repeat;
	margin-bottom: 10px;
	clear: both;
}

h1 
{
	font-size: 20px;
	font-weight: bold;
	padding-top: 5px;
}

.hideme 
{
	display: none;
	color: white;
}

.headertext1 
{
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #3C53B2;
}

.headertext2 
{
	font-size: 10px;
	font-weight: bold;
}

.headertext3 
{
	font-size: 18px;
	margin-top: 25px;
	margin-bottom: 15px;
	width: 450px;
	font-weight: bold;
	color: #3C53B2;
	text-align: left;
}

.headertext4 
{
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #3C53B2;
}

#footer 
{
	background-color: #A9D37D;
	color: #1C1866;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	padding-top: 5px;
	padding-bottom:5px;
	clear: both;
	width: auto;
}

#b2 
{
	width: 213px;
	padding: 1px 0 0 0;
	margin-bottom: 1em;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana;
	color: #333;
	padding-bottom:25px;
	
}

#b2 ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#b2 li 
{
	border-bottom: 1px solid #999;
	margin: 0;
	width: auto;
}

#b2 li a 
{
	display: block;
	padding: 3px 0px 2px 0.5em;
	border-left: 1px solid #999;
	/*border-left: 5px solid #A9D37D;*/
	border-right: 5px solid #A9D37D;
	color: #3C53B2;
	text-decoration: none;
	width: auto;
	background-color:#EFFFDE;
}

#b2 li a:hover 
{
	/*border-left: 5px solid #7EA966;*/
	border-left: 1px solid #999;
	border-right: 5px solid #7EA966;
	color: #1C1866;
	background-color: #DAFFB2;
	font-weight:bold;
}

.bhz 
{
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	color: #3C53B2;
	
	border-left: 5px solid #A9D37D;
	border-right: 5px solid #A9D37D;
	display: block;
	background-color: #A9D37D;
}

.ht1 
{
	font-size: 10px;
	font-weight: bold;
	color: #888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.hw2 
{
	font-size: 10px;
	font-weight: bold;
	color: #3C53B2;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}

#smenu
{
    position: relative;
    width: 213px;
    height: 180px;
    float: right;
    clear:both;
}

.noteblock1
{
    background: #d0d0d0;
    width: 444px;
    padding: 5px;
    border: 1px solid #000;
    color: #000;
    margin: 7px 0px 7px 0px;
}

.target
{
    width: 450px;
	height: 150px;
	cursor: crosshair;
}

.mod
{
    margin: 5px 0px 10px 0px;
    padding: 0;
}

.push
{
    margin: 7px 0px 7px 0px;
}

.blue {
	color: #3C53B2;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	}
	
.darkblue {
	color: #1C1866;
	font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
	}

.noteheader
{
    width:auto;
    border-bottom: 1px solid #888;
    color: #000;
    height: 24px;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 3px;
	text-align:left;
}

p
{
	margin:0;
	padding: 0;
}

.border1 {
	padding: 10px 0px 0px 20px;
	}

HR {
	border: 0px;
    height:1px;
    width:100%;
    background:#7EA966;
    margin: 10px 0px 10px 0px;  
   }


ul.sitemap {
color: #ff0000;
}

/*ended by ensys*/


TD.info_descrption {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	line-height: 18px;
}

#date {
	float: center;
	width: 700px;
	color: #1C1866;
	}
	
.order_img {
	border: none;
}