/*
  $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: Arial; font-size: 12px; padding-left:15px;padding-right:10px}
.errorBox {  font-family: Arial; font-size: 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning {  font-family: Arial; font-size: 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit {  font-family: Arial; font-size: 10px; color: #70d250; text-decoration: underline; }

BODY {
 font-family: Arial; font-size: 10px;
  background: #ffffff;
  color: #000000;
  margin: 0px;
  background:#b5c8d7 url(images/bodybg.jpg) repeat-x;
  text-align:center;
}

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: Arial;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #8fdbfd; font-family:Arial;font-size:12px;
}

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

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Arial;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Arial;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

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

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #fff;
  font-family: Arial;
  font-size: 10px;
}
.infoBoxNewProd {
  background:#fff;
}

.infoBoxContentsNewProd {
  font-family: Arial;
  font-size: 10px;
}
.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Arial;
  font-size: 18px;
  /*background: #fff url(images/titlebullet.gif) no-repeat 0 10px;*/
  background: #fff;  
  color: #6f6f6f;

}
TD.infoBoxHeadingNewProducts {
  font-family: Arial;
  font-size: 16px;
  font-weight:bold;
  background: url(images/tdbg1.png) ;
  color: #ff7e00;

}
TD.infoBoxFooter {
  font-family: Arial;
  font-size: 18px;
  background: #fff;
  color: #6f6f6f;
  padding-left:30px;
}
TD.infoBox, SPAN.infoBox {
  font-family: Arial;
  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: #fff;
}

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

TABLE.productListing {
background: #fff;
  /*border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
  */
}

.productListing-heading {
  font-family: Arial;
  font-size: 10px;
  /*background: #b6b7cb;
  color: #FFFFFF;*/
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial;
  font-size: 10px;
  border:1px solid #dbdbdb;
  height:169px;
  padding-top:6px;

}
TD.productListing-data .brdr{
padding:1px 5px;


}

TD.productListing-data a{
    color: #515151;
    font-family: arial;
    font-size: 11px;
}
A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: #FF7E00;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Arial;
  font-size: 12px;

}
TD.smallTextNewProdCell{
border:1px solid #dbdbdb;
padding-top:6px;
width:145px;
height:165px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial;
  font-size: 12px;
}
TD.smallTextNewProd, SPAN.smallTextNewProd, P.smallTextNewProd {
  font-family: Arial;
  font-size: 12px;
  color:#535353;
  font-weight:bold;
}
.smallTextNewProd  a {  
  color:#ff7e00;
  
}
TD.accountCategory {
  font-family: Arial;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}

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

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Arial;
  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: Arial;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Arial;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Arial;
  color: #ff0000;
}

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

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

/* message box */

.messageBox { font-family: Arial; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Arial; font-size: 12px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Arial; font-size: 10px; color: #ff0000; }
/* BOF: More Pics 6 */
TABLE.popup {
  border-width: 1px;
  border-style: dotted;  
  border-color
}
/* EOF: More Pics 6 */
/*** Begin Header Tags SEO ***/
h1 {
 font-family: Arial;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #000;
}
h2 {
 font-family: Arial;
 font-size: 14px;
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #000;
}
/*** End Header Tags SEO ***/






/*  New css added on 16 aug**/

.top_menu
{
	margin:0px;
	padding:0px;
	width:957px;
	background:url(images/top_menu_bg.jpg) repeat-x;
	height:52px;
}

.top_menu ul
{
	margin:0px;
	padding:7px 0 0 0;
	width:100%;
	float:left;
	height:45px;
}
.top_menu ul li
{
	margin:0px;
	padding:10px 20px 0px 20px;
	float:left;
	height:35px;
	font-family:Arial;
	color:#07385c;
	font-size:16px;
	list-style-type:none;
}

.top_menu ul li.devider
{
	margin:0px;
	padding:0px;
	background:url(images/menu_devider.jpg) no-repeat;
	height:45px;
	width:1px;
	float:left;
}

.top_menu ul li.company_tour
{
	margin:0px;
	padding:0px;
	width:243px;
	height:36px;
	float:right;
	
}

.top_menu ul li a
{
	text-decoration:none;
	color:#07385c;

}
.top_menu ul li a:hover
{
	color:#ffffff;
}

.top_menu ul li a.selected
{
	color:#ffffff;
}

/***********************************Header Section Ends********************************/

/***********************************footer Section Starts********************************/
.footer_section
{
	margin:0px;
	padding:0px;

	height:55px;
}
.footer_section ul
{
	margin:0px;
	padding:0px;
	width:100%;
	float:left;
	height:55px;
	background:url(images/footer_mid_bg.jpg) repeat-x 24px 0;
}

.footer_section ul li
{
	margin:0px;
	padding:0px;
	height:55px;
	list-style-type:none;
	float:left;
}

.footer_section ul li.foot_lft_corn
{
	margin:0px;
	padding:0px;
	background:url(images/footer_bg_left.jpg) no-repeat;
	width:24px;
	height:55px;
}
.footer_section ul h2.fot_com_tour
{
	margin:0px;
	padding:0px;
	width:222px;
	height:55px;
	float:right;
}
.footer_section ul h2.fot_com_tour a
{
	margin:0px;
	padding:0px;
}

.footer_section ul li.devider
{
	margin:0px;
	padding:0px;
	height:55px;
	background:url(images/footer_menu_devider.jpg) no-repeat;
	width:1px;
	float:left;
}

.footer_section ul li a
{
	margin:0px;
	padding:15px 20px 11px 20px; 
	text-decoration:none;
	font-family:Arial;
	color:#383737;
	size:16px;
	display:block;
	/*height:29px;*/
	float:left;
}
.footer_section ul li a:hover
{
	background:url(images/arrow.jpg) no-repeat center bottom;
}

.footer_section ul li a.selected
{
	background:url(images/arrow.jpg) no-repeat center bottom;
}
img
{
	border:none;
}
.footerlink { 
  color: #254f75; font-family:Arial;font-size:14px;
}
.footerlink a { 
  color: #254f75;
}

.footerlink a:hover {
  color: #254f75;
}
/***********************************footer Section Ends********************************/
.prddsrthdr
{
	margin:0;
	padding:0 0 3px 0;
	font-weight:bold;
	border-bottom:solid 1px #c6c6c6;
}
.prddsrtdtls
{
	margin:0;
	padding:3px 0 3px 0;
	border-bottom:dotted 1px #c6c6c6;
}
.prddsrtbtns
{
	margin:0;
	padding:5px 0 5px 0;
	font-weight:bold;
	border-top:solid 1px #c6c6c6;
	border-bottom:solid 1px #c6c6c6;
}.hdrlvchttd{	margin:0;	padding:0 0 0 6px;	border-left:solid 1px #c6c6c6;}.shpcrtsct{	margin:0;	padding:0;	width:180px;}.shpcrtsct span.shpcrtimg{	margin:0;	padding:0;	width:43px;	height:33px;	float:left;	text-align:left;}.shpcrtsct span.shpcrthdr{	margin:0 0 0 5px;	padding:0;	float:left;	font-size:12px;	font-weight:bold;		text-align:left;}.shpcrtsct span.shpcrtdtls{	margin:0 0 0 7px;	padding:0;	float:left;	font-size:12px;	text-align:left;}
