/*
  $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: 000000; text-decoration: underline; }

BODY {
  background: #232323;
  color: #000000;
  margin: 0px;
}
.maintable{width:766px;background:#ffffff; }

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 of the box */
}

.infoBoxContents {
/*  background: #ffffff; */
  background-color:#FFFFFF;
  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.infoBoxHeading1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #E5ECF8 ;
  color: #323F54 ;
}

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

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

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
  width:100%;
}

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

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height:20px;
  vertical-align:middle;
}



A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading, TD.pageHeading h1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #464475;
}

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; width:10px; }

.bottom-font{font-family:verdana;font-size:8pt;color:#FFFFFF;text-align:center;text-decoration:none}

.lastbottom{font-family:verdana;font-size:8pt;color:#FFFFFF;text-align:center; text-decoration:none}

/* */
#country{width:200px;}

/* General Section */
/*body{background:#232323; margin:0px; margin-top:6px;}*/
form{margin:0px; padding:0px;}
.fleft{float:left;}
.fright{float:right;}
/*Header Section*/
.header_menu{background:#343F52; height:19px;}
.header_menu_text{font:normal 11px Verdana, Arial, Helvetica, sans-serif; color:#FFF;}
.header_menu_text a{font:normal 11px Verdana, Arial, Helvetica, sans-serif; color:#FFF; text-decoration:none;}
.header_menu_text a:hover{color:#FFF; text-decoration:underline;}

/*Middle Section*/
.wtable{background:#FFF;}
	/*Left Navigation -- search block*/
	.search_box_header{background: url(images/bg_search_box_header.gif) top left repeat-y;}
	.search_box_middle{background: url(images/bg_search_box_middle.gif) top left repeat-y;}
	.block_heading{font:bold 13px Arial, Helvetica, sans-serif; color:#000;}
	.text_box{width:122; height:21; border:1px solid #B9B9B9;}
	#search_link{font: bold 11px Arial, Helvetica, sans-serif; color:#29819B; text-decoration:none; text-align:right; padding-right:5px;}
	#search_link a{font: bold 11px Arial, Helvetica, sans-serif; color:#29819B; text-decoration:none;}
	#search_link a:hover{color:#29819B; text-decoration:underline;}
	/*Left Navigation -- Product block*/
	.blue_box_header{background: url(images/blue_box_header_bg.gif) top left repeat-y;}
	.blue_box_middle{background: url(images/blue_box_middle_bg.gif) top left repeat-y;font-family: Verdana, Arial, sans-serif;
  font-size: 10px;}
	.white_heading{font:bold 13px Arial, Helvetica, sans-serif; color:#FFF;}
	#product_link{width:146px; text-align:left;background:url(images/bg_arrow.gif) 82px left repeat-y;}
	#product_link a{font: normal 12px Arial, Helvetica, sans-serif; color:#3E4579; text-decoration:none; line-height:24px; background: url(images/bg_menu_devider.gif) bottom left repeat-x; display:block; padding-left:10px;}
	#product_link a:hover{color:#000; text-decoration:none;}
/*Footer Section*/
.copyright{background:#343F52; height:22px;font:normal 11px Verdana, Arial, Helvetica, sans-serif; color:#FFF;}
.footer_menu{font:normal 11px Verdana, Arial, Helvetica, sans-serif; color:#FFF; line-height:18px;}
.footer_menu a{color:#FFF; text-decoration:none;}
.footer_menu a:hover{color:#FFF; text-decoration:underline;}



/* SM  */
.b_text{font:normal 11px Verdana, Arial, Helvetica, sans-serif; color:#2B3546; line-height:17px;}
	.welcome_box_left{background:url(images/bg_welcome_left.gif) top left repeat-y;}
	.welcome_box_right{background:url(images/bg_welcome_right.gif) top right repeat-y;}
	.welcome_text{font:normal 12px Arial, Helvetica, sans-serif; color:#000;}
.welcome_text a {color:#2C689E; font-size:11px;}
.welcome_text a:hover {color:#000;}
	.bg_orange_box{background:url(images/bg_orange_top.gif) top left repeat-x;font:bold 13px Arial, Helvetica, sans-serif; color:#FFF;}
	.orange_block_border_left{background:url(images/bg_orange_left.gif) top left repeat-y;}
	.orange_block_border_right{background:url(images/bg_orange_right.gif) top right repeat-y;}
	.orange_block_border_bottom{background:url(images/bg_orange_bottom.gif) top left repeat-x;}
	.dot_devider{background:url(images/dot_devider.gif); background-position:50%; background-repeat:repeat-x;}
	.arrow{ background:url(images/bg_arrow.gif) no-repeat;}
	.font_faq{font: normal 11px Arial, Helvetica, sans-serif; color:#3E4579; text-decoration:none; line-height:21px;}
	.font_faq a{font: normal 11px Arial, Helvetica, sans-serif; color:#3E4579; text-decoration:none; line-height:21px; }
	.font_faq a:hover{font: normal 11px Arial, Helvetica, sans-serif; color:#3E4579; text-decoration:none; line-height:21px; }
	.padding_faq{padding-top:14px;padding-bottom:9px;}
	.dot{background:url(images/dot_devider.gif) repeat;}
	.yellow_block_header{ background:url(images/yellow_box_header.gif); height:9px; width:180px; ; background-repeat:repeat-x}
	.yellow_header_bg{ background:url(images/yellow_header_bg.gif) repeat; height:29px; }
	.yellow_middle_bg{ background:url(images/yellow_box_middle_bg.gif) repeat; }
	.yellow_fotter_top{ background:url(images/yellow_box_fotter_bg.gif) no-repeat; }
	.yellow_block_fotter{ background:url(images/yellow_box_fotter.gif) no-repeat; background-repeat:repeat-x;height:9px; width:180px; }
	.font_yellow_block{ font-family:Verdana;font-size:12px; color:#000000; font-weight:bold; text-decoration:none; }
	.font_yellow_block a{ font-family:Verdana; font-size:12px; color:#000000; font-weight:bold; text-decoration:none;}
	.font_yellow_block a:hover{ font-family:Verdana; font-size:12px; color:#000000; font-weight:bold; text-decoration:none;}
	.font_yellowblock_red{ font-family:Verdana;font-size:12px; color:#FF441B; font-weight:bold; text-decoration:none; }
	.font_yellowblock_red a{ font-family:Verdana; font-size:12px; color:#FF441B; font-weight:bold; text-decoration:none;}
	.font_yellowblock_red a:hover{ font-family:Verdana; font-size:12px; color:#FF441B; font-weight:bold; text-decoration:none;}
	.img_padding{ padding-left:22px;}
	.padding_cell{ padding-top:7px;}


.proname a{font:bold 12px Verdana, Arial, Helvetica, sans-serif; color:#2C689E; text-decoration:none;}
.proname a:hover{color:#000; text-decoration:underline;}
.currency{font:bold 12px Verdana, Arial, Helvetica, sans-serif; color:#FE792C; text-decoration:none;}


.myheading, .myheading h1{
	font-weight:Bold;font-size:13px;color:#C91F26;font-family:Verdana, Arial, sans-serif;
}
.proheading{
	font-weight:Bold;font-size:16px;color:#434671;font-family:Verdana, Arial, sans-serif;;
}

.cartheading{
	font-weight:Bold;font-size:11px;color:#434671;font-family:Verdana, Arial, sans-serif;;
}

.pronm a{
	font-size:9px;color:#434671;font-family:Verdana, Arial, sans-serif;text-decoration:underline;
}


#curved-box
{
height:94px;
width:94px;
}

 .ttop{background: url(images/bg_top.gif) top left repeat-x;}
 .tbottom{background: url(images/bg_bottom.gif) top left repeat-x;}
 .tleft{background: url(images/bg_left.gif) top left repeat-y;}
 .tright{background: url(images/bg_right.gif) top left repeat-y;}
 
#fheader
{
background:url(images/top.gif) no-repeat bottom;
height:10px;
}

#fmiddle
{
background:url(images/middle_bg.gif) repeat-y;
height:70px;
}

#fottom
{
background:url(images/bottom.gif) no-repeat;
height:16px;
}

/* linkss  */

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

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: #dbd6d6;
  color: #FFFFFF;
  text-align: center;
}

/* linkss  */

/*index.php*/
.tdindex
{
padding-bottom:10px; 
border-bottom:1px solid #CCCCCC;
}

 .td1index
 {
 padding-top:10px; 
 border-top:1px solid #FF6666;
 }
 
 .pindex
 {
 margin: 0pt 10px; 
 line-height: 110%; 
 }
 
 .fontindex
 {
  font-size:8pt;
  }
  
 /*categories.php*/
 .tdcat
 {
  height:10px; 
  background:#FFF;
 } 
  
  .boxLogin
 {
   border-collapse:collapse;
   
}  