/*
  $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 {
	color: #000000;
	margin: 0px;
	background-color: #ffffff;
	background-image: url(design_images/headingarea_bg.jpg);
	background-repeat: repeat-x;
}

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;
  border:1px solid #F4D405; /* #F6B207 */
}

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

/*------------changed by hari on 19.2.10--------*/
TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;	/*Verdana, Arial, sans-serif;*/
  font-size: 11px;	/*modified  from 10px*/
  font-weight: bold;
  background: #F4D405;	/*modified from #F6B207 & #bbc3d3*/
  color: #000000;
  padding-left: 10px;	/* added */
}

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

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;*/
  background: #f5f5f5;
}

TABLE.productListing {
	background-color:#000000; /*---changed from #b6b7cb-----------*/
	border-top: 1px solid #000000;
	border-right: 1px none #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;  /*border-spacing: 1px;*/
}

.productListing-heading {
  /*font-family: Verdana, Arial, sans-serif;*/
  font-family: Arial, Helvetica, sans-serif;
  /*font-size: 10px;*/
  font-size: 14px;
  background: #F6B207; /*--changed from #b6b7cb;----*/
  color: #363636;		/*----changed from #FFFFFF----*/
  font-weight: bold;
  /* border-bottom:1px solid #000000;  #CCCCCC */
  border-right:1px solid #000000; /* #CCCCCC */
}

TD.productListing-data {
  /*font-family: Verdana, Arial, sans-serif;*/
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  border-top:1px solid #000000; /* #CCCCCC */
  border-right:1px solid #000000; /* #CCCCCC */
}

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

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

#heading {
  /*background-image:url(DIR_WS_IMAGESstore_logo.jpg);*/
  background-repeat:no-repeat;
  height:137px;
}
#apDiv1 {
	position:absolute;
	left:82%;
	top:0px;
	width:200px;
	height:235px;
	z-index:1;
	float: right;
}
#topnav_wrapper {
float:right;
margin-right:0px;
margin-top:98px;
width:475px;
}
div#navbar2
{
  /*
  float:left;
  list-style-type:none;
  margin:0;
  padding:0 0 3px;
  height: 30px;
  /*width: 100%;
  background-image:url(images/navback.gif);*/
  font-size:0.85em;
  overflow:hidden;
  padding:3px;
  
  /*border-top: solid #000 1px;
  border-bottom: solid #000 1px;
  background-color: #336699;*/
}
div#navbar2 ul
{
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:0.85em;
  color: #cc;
  line-height: 30px;
  white-space: nowrap;
}
div#navbar2 li
{
  float:right;
  list-style-type: none;
  display: inline;
  /*border: solid #000 1px*/
}
div#navbar2 li a
{/*
  background-color:#FFFFFF;
  border:1px solid #F6B207;
  color:#000000;
  display:block;
  margin-left:3px;
  margin-right:3px;
  padding:5px 10px;
  text-decoration:none;*/
  text-decoration: none;
  padding: 5px 10px;
  color:#000000;
  border:1px solid #F6B207;
  background-color:#FFFFFF;
  margin-left:3px;
  margin-right:3px;
}
/*
div#navbar2 li a:link
{
  color: #FFF:
}
div#navbar2 li a:visited
{
  color: #CCC;
}*/
div#navbar2 li a:hover
{
  /*font-weight: bold;*/
  color: #000000;
  background-color: #FEE0A0 ; /*#F6B207 */
}
/*-----------------------------------------------------------------------------*/
#dhtmlgoodies_menu{
	font-size:0.85em;
	overflow:hidden;
	padding:0px;
}

#dhtmlgoodies_menu ul{
	margin:0px;	/* No <ul> air */
	padding:0px;	/* No <ul> air */
	font-family: Arial, Helvetica, sans-serif;
	
	/*font-size:12;*/
}

/* Main menu <li> */
#dhtmlgoodies_menu li
{	
  float: none;
  margin: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: Arial, Helvetica, sans-serif;
  /*font-size:12;*/
}

#dhtmlgoodies_menu li a{	/* Main menu links */
  text-decoration: none;
  color:#000000;
  background-color:#F6B207;
  border:1px solid #666666;
  font-weight:bold;
  padding:5px 1px;
  display:block;
  margin-bottom:4px;
  margin-top:4px;
  height:20px;
}
#dhtmlgoodies_menu li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
  color: #FFFFFF;
  background-color: #000000;
}

#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
	padding-left:10px;
}
.dhtmlgoodies_subMenu{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	border:1px solid;
	border-color:#F6B207;
	background-color:#FFFFFF;
	/*font-family:arial;*/
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12;
}
.dhtmlgoodies_subMenu ul{
	margin:0px;
	padding:0px;
}
.dhtmlgoodies_subMenu ul li{
	list-style-type:none;
	margin:0px;
	padding:0px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
}
.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
	/*white-space:nowrap;	/* No line break */
	text-decoration: none;	/* No underline */
	color:#000;	/* Black text color */
	/*height:16px;	/* 16 pixels height */
	line-height:16px;	/* 16 pixels height */
	padding:1px;	/* 1px of "air" inside */
	display:block;	/* Display as block - you shouldn't change this */
	height:20px;
	padding:1px 5px;
	cursor:pointer;
}
.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	color:#FFF;	/* White text */
	background-color:#000000;	/* Black background */
}
.category_desc
{
	/* height:200px; */
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13;
	font-weight: normal;
	padding-right:10px;
}
.category_heading
{
	width:65%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16;
	font-weight: bold;
}
.subcategories_table
{
	font-family: Arial, Helvetica, sans-serif;
	height:125; /* was 150 */
	font-weight:bold;
	font-size:12;
}
.category_table
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14;
	border:1px solid rgb(182, 183, 203);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background-color:#F6F6F6;
}
/*style sheet for pop-up of the image*/
.enlargecaption{
position: absolute;
border: none;
font: normal 11px Arial;
}

.enlargecaption a{
display:block;
padding: 3px;
}

.enlargebox{
position: absolute;
border:1px solid #F6B207;
display:none;
}

.enlargebox .title{
background:#F6B207;
color:white;
padding: 3px 2px;
text-align: right;
font:bold 14px Arial;
}

.enlargebox .title img{
cursor:pointer;
cursor:hand;
}
TD.categories_list_heading{
  font-family: Arial,Helvetica,sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #000000;
}
.a_tag{
	cursor:pointer;
}

.subcat_temp_four
{
	font-family: Arial, Helvetica, sans-serif;
	height:150px;
	font-weight: bold;
	font-size: 12px;
	padding: 20px;
}

.sub_categories_link
{
  text-decoration: underline;
  color: #0630A6;
}

.sub_cat_title
{
	vertical-align: bottom;
}

.temp_four_image_td
{
  width: 35%;
  height: 100px;
}

.temp_four_link_td
{
  width: 65%;
  height: 100px;
  
}

.cart_hr
{
  width:110px;
  height: 0px;
}
.selected_top_category
{
  font-style: italic;
  font-weight: 600;
  color: #FF0000;
}

a.top_category_link:hover
{
  color: #FF0000;
  text-decoration: none;
}
/* Added Link Style for sidebar */
.download_links {
	color:#CC0000;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.download_links a:link, .topnav_links a:visited {
    text decoration: underline;
	color:#CC0000;
}
.download_links a:hover {
    text decoration: underline;
	color:#000000;
}
.download_links a:active {
    text decoration: underline;
	color:#CC0000;
}
