/*
  $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
*/
p, h3 {padding:0 20px 0 20px;}
h2 {padding:0 20px 0 20px; font-size: 14px;}
.boxText { font: 10px verdana; color: #F0DDA9; }
.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: #C37721 url(images/bg2.png) repeat;
  color: #000000;
  margin: 0px;
  padding:0px;
  font-family: Verdana, Arial, sans-serif;
}

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

A:hover {
  color: #FF6600;
  text-decoration: underline;
}
A:visited 
       {text-decoration: none}

FORM {
	display: inline;
}

TR.header {
  background: #67081C;   
  margin:0px;
}

TR.headerNavigation {
  background: #BD6F21;
  margin:0px;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  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 {
  font: 9px verdana; color: #F0DDA9;
}

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

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

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

.infoBoxNotice {
 /* background: #FF8E90;*/
}

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

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  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: #C37721;
}

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

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #BD6F21;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #BD6F21;
  color: #FFFFFF;
  font-weight: bold;
}

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

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font: 20px verdana;
  color: #ECBB07;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  font: 12px verdana;
  line-height: 18px;
  color:#F0DDA9;
}

TD.smallText, SPAN.smallText, P.smallText {
  font: 9px verdana;
  color: #F0DDA9;
}

TD.smallText a, SPAN.smallText a, P.smallText a {
 color:#F0DDA9; 
 text-decoration:none;
}

TD.smallText a:hover, SPAN.smallText a:hover, P.smallText a:hover {
 color:#FF6600; 
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #F0DDA9;
}

TD.fieldKey {
  font: 12px verdana;
  color: #F0DDA9;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font: 9px verdana;
  color: #F0DDA9;
  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: #C37721; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #C37721; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #FFD600 }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #FF9900; }

/* 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; }
.imGallery { padding: 10px 30px 10px 30px; font: 11px verdana; line-height: 18px; text-align: justify; color:#F0DDA9; }
.img-Gallery { padding:10px 40px 10px 40px;}
/* input requirement */
.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* Menu */
#menu { width: 900px; height:42px;  background: url(images/TRAmenubg.gif); background-repeat:no-repeat;}

#nav { width: 900px; height:42px; margin:0; padding-left:130px; padding-top:3px;}
#nav ul { margin: 0;	padding: 0;	list-style-type: none; }
#nav li { 	margin: 0;	padding: 0;	float: left; }
#nav a { height:28px; display: block; border-bottom: 0px; }
#nav span { position:absolute; top:-1000px; }

.menu1 a { width:64px; background: url(images/home.gif) no-repeat; }
.menu1, .menu1 a:hover, .menu1 a.current { background: url(images/home_hover.gif) no-repeat; }
.menu2 a { width:92px; background: url(images/overview.gif) no-repeat; }
.menu2, .menu2 a:hover, .menu2 a.current { background: url(images/overview_hover.gif) no-repeat; }
.menu3 a { width:90px; background: url(images/specials.gif) no-repeat; }
.menu3, .menu3 a:hover, .menu3 a.current { background: url(images/specials_hover.gif) no-repeat; }
.menu4 a { width:64px; background: url(images/news.gif) no-repeat; }
.menu4, .menu4 a:hover, .menu4 a.current { background: url(images/news_hover.gif) no-repeat; }
.menu5 a { width:104px; background: url(images/contactus.gif) no-repeat; }
.menu5, .menu5 a:hover, .menu5 a.current { background: url(images/contactus_hover.gif) no-repeat; }
.menu6 a { width:64px; background: url(images/links.gif) no-repeat; }
.menu6, .menu6 a:hover, .menu6 a.current { background: url(images/links_hover.gif) no-repeat; }
.menu7 a { width:92px; background: url(images/carpets.gif) no-repeat; }
.menu7, .menu7 a:hover, .menu7 a.current { background: url(images/carpets_hover.gif) no-repeat; }


/* Submenu */
#submenu { width: 640px; height: 14px; margin:0; position: relative; padding-top:3px;}
#submenu ul { margin: 0; padding: 0; list-style-type: none; }
#submenu li { 	margin: 0; padding: 0;	float: left; }
#submenu a { height:14px; display: block; border-bottom: 0px; }
#submenu span { position:absolute; top:-1000px; }

.submenu1 a { width:100px; background: url(images/about_nepal.gif) no-repeat; }
.submenu1, .submenu1 a:hover, .submenu1 a.current { background: url(images/about_nepal_hover.gif) no-repeat; }
.submenu2 a { width:120px; background: url(images/about_tibet.gif) no-repeat; }
.submenu2, .submenu2 a:hover, .submenu2 a.current { background: url(images/about_tibet_hover.gif) no-repeat; }
.submenu3 a { width:70px; background: url(images/about_us.gif) no-repeat; }
.submenu3, .submenu3 a:hover, .submenu3 a.current { background: url(images/about_us_hover.gif) no-repeat; }
.submenu4 a { width:120px; background: url(images/imagegallery.gif) no-repeat; }
.submenu4, .submenu4 a:hover, .submenu4 a.current { background: url(images/imagegallery_hover.gif) no-repeat; }
.submenu5 a { width:140px; background: url(images/history_overview.gif) no-repeat; }
.submenu5, .submenu5 a:hover, .submenu5 a.current { background: url(images/history_overview_hover.gif) no-repeat; }
.submenu6 a { width:160px; background: url(images/how-your-rug-is-made.gif) no-repeat; }
.submenu6, .submenu6 a:hover, .submenu6 a.current { background: url(images/how-your-rug-is-made_hover.gif) no-repeat; }
.submenu7 a { width:70px; background: url(images/about_our_rugs.gif) no-repeat; }
.submenu7, .submenu7 a:hover, .submenu7 a.current { background: url(images/about_our_rugs_hover.gif) no-repeat; }
.submenu8 a { width:70px; background: url(images/symbols.gif) no-repeat; }
.submenu8, .submenu8 a:hover, .submenu8 a.current { background: url(images/symbols_hover.gif) no-repeat; }
.submenu9 a { width:140px; background: url(images/tibetan-symbolism.gif) no-repeat; }
.submenu9, .submenu9 a:hover, .submenu9 a.current { background: url(images/tibetan-symbolism-hover.gif) no-repeat; }
.submenu10 a { width:110px; background: url(images/testimonials.gif) no-repeat; }
.submenu10, .submenu10 a:hover, .submenu10 a.current { background: url(images/testimonials_hover.gif) no-repeat; }

/* imagegallery */
.imagegallery{width:100px; height:70px; margin-top:10px; border:0; }
.symbolgallery {width:130px; height:189px; margin-top:10px; border:0; }
#mapframe { width:400; height:291; position:relative; top: 30px; margin:0px 0px 0px 100px; }
#mapframe2 { position:absolute; width:400px; height:291px; top: 5px;}

/* Links */
#left {width: 320px;  height:144px; background-image:url(images/linkframe.png); background-repeat:no-repeat; float:left;}
#right {width: 320px;  height:144px; background-image:url(images/linkframe.png); background-repeat:no-repeat; float:right;}
#linkimage { padding:20px 10px 0 17px; float:left; }
#linkimage a:visited { color:#FF6600; }
#linktext { padding:20px 22px 0 0;}
#linkcontainer { width: 640px;}
#currency_select select { width: 120px; height:15px; font:10px verdana; }
#dyn_conv { background-image:url(images/dynamic-converter.gif); background-repeat:no-repeat }
table.infoBoxContents td.smalltext img {border: 3px #FF6600 groove;}
table.infoBoxContents td.smalltext a:hover img {border: 3px red groove;}
td.productListing-data img {border: 3px #FF6600 groove;}
td.productListing-data a:hover img {border: 3px red groove;}
TD.main img {border: 3px #FF6600 groove;}
TD.main a:hover img {border: 3px red groove;}
/* BOF: More Pics 6 */
TABLE.popup {
  border-width: 1px;
  border-style: dotted;  
  border-color
}
/* EOF: More Pics 6 */
hr { width:93%; border-bottom: 1px dashed #F0DDA9; border-top:none; border-left:none; border-right:none; }
