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


.productHeader { font-weight : bold; font-family: Verdana, Arial, sans-serif; font-size: 14px; }
.modelHeader { font-weight : bold; font-family: Verdana, Arial, sans-serif; font-size: 14px; }
.txtPrice { font-weight : bold; font-family: Verdana, Arial, sans-serif; font-size: 14px; }
.newPrice { font-weight : bold; font-family: Verdana, Arial, sans-serif; font-size: 14px; }
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.boxText1 { color: #000000; font-family: Verdana, Arial, sans-serif; font-size: 16px;}
.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; }

#headerWrapper, #logoWrapper, #mainPageCenter{
	margin: 0em;
	padding: 0em;
}

#logoWrapperLeft {
	/*width: 332px;*/
	width: 442px;
	height: 311px;
	background-position: top left;
	background-image:url(images/header_bg_left.jpg);
	background-repeat:no-repeat;
}

#logoWrapperCenter {
	height: 311px;
	background-position: top center;
	background-image: url(images/header_bg_center.jpg);
	background-repeat: repeat-x;
}

#logoWrapperRight {
	width: 404px;
	height: 311px;
	background-position: top right;
	background-image:url(images/header_bg_right.jpg);
	background-repeat:no-repeat;
}

#footerWrapperLeft {
	       /*width: 923px; */
	       height: 91px;
	       background-image:url(images/footer_bg_left.jpg);
	       background-repeat:repeat-x;
}


#footerWrapperRight {
	       width: 470px;
	       height: 91px;
	       background-position: bottom right;
	       background-image:url(images/footer_bg_right.jpg);
	       background-repeat:no-repeat;
}

#mainPageCenter {
		font-size: 14px;
    margin: 5px;
}

#itemWrTop {
	height: 11px;
	background-image:url(images/repeat_top.gif);
	background-repeat:repeat-x;
}

#itemWrMid {
	height: 13px;
	background-image: url(images/repeat_mid.gif);
	background-repeat: repeat-x;
}

#itemWrBottom {
	height: 11px;
	background-image:url(images/repeat_bottom.gif);
	background-repeat:repeat-x;
}

#itemWrTopLeft {
	       width: 22px;
	       background-image:url(images/leftSide_repeat_top.gif);
	       background-repeat:repeat-y;
}


#itemWrTopRight {
	       width: 22px;
	       background-image:url(images/rightSide_repeat_top.gif);
	       background-repeat:repeat-y;
}

#itemWrBottomLeft {
	       width: 22px;
	       background-image:url(images/leftSide_repeat_bottom.gif);
	       background-repeat:repeat-y;
}

#itemWrBottomRight {
	       width: 22px;
	       background-image:url(images/rightSide_repeat_bottom.gif);
	       background-repeat:repeat-y;
}

#itemWrLeftTopCor {
  width: 22px;
	height: 11px;
	background-image:url(images/leftSide_top_corner.gif);
	background-repeat:no-repeat;
}

#itemWrRightTopCor {
  width: 22px;
	height: 11px;
	background-image:url(images/rightSide_top_corner.gif);
	background-repeat:no-repeat;
}

#itemWrMidLeft {
        width: 22px;
	height: 13px;
	background-image:url(images/middle_left.gif);
	background-repeat:no-repeat;
}

#itemWrMidRight {
        width: 22px;
	height: 13px;
	background-image:url(images/middle_right.gif);
	background-repeat:no-repeat;
}

#itemWrLeftBottomCor {
  width: 22px;
	height: 11px;
	background-image:url(images/leftSide_bottom_corner.gif);
	background-repeat:no-repeat;
}

#itemWrRightBottomCor {
        width: 22px;
	height: 11px;
	background-image:url(images/rightSide_bottom_corner.gif);
	background-repeat:no-repeat;
}

#itemPriceIm {
  width: 41px;
	height: 33px;
	background-image:url(images/Price.gif);
	background-repeat:no-repeat;
}


BODY {
  font-family: arial, helvetica, sans-serif;
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

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

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

.zag {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #ffffff;
  color: #808080;
  font-weight : bold;
}


.zag1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  background: #ffffff;
  color: green;
  font-weight : bold;
}

TD.vertLines {
	     border: 0px solid black;
	     border-left: 1px solid #9a9a9a;
	     border-right: 1px solid #9a9a9a;
}

TABLE.mainNavigation {
	margin-right: 7px;
}

TABLE.footerNavigation {
		       margin: 5px;
		       margin-top: 40px;
}

TABLE.SideBox, TABLE.leftSideBoxCat {
		    margin: 10px 5px 10px 10px;
		    border: 0px solid #ffffff;
}

TABLE.rightSideBox {
		    margin: 10px 10px 10px 5px;
}

TABLE.leftSideBoxCat {
		    border-top: 1px solid #a9a798;
		    border-bottom: 1px solid #a9a798;
}

TABLE.itemBox {
	       margin: 10px 5px 5px 5px;
	       background-image: url(../images/item.jpg);
	       background-repeat: no-repeat;
	       overflow: hidden;
}

TD.itemPic {
	    padding: 5px 5px 5px 5px;
	    overflow: scroll;
}

TD.itemTxt, TD.itemPrice {
	    padding: 3px 7px 2px 15px;
	    overflow: hidden;
	    font-size: 10px;
	    font-weight: bold;
	    text-align: center;
}

TD.itemPrice {
       padding: 3px 5px 10px 35px;
	     text-align: center;
	     font-size: 12px;
	     color: #f7971c;
}

TD.headerInf, TD.catTop {
	     font-size: 14px;
	     font-weight: bold;
      	padding-bottom: 5px;
}

TD.catItems, TD.infItems {
	    padding-left: 20px;
	    font-size: 14px;
	    font-weight: normal;
	    line-height: 1.6;
	    white-space: normal;
	    /*text-decoration: underline;*/
	    color: #000000;
	    white-space: nowrap;
	    background-color: #ecebe9;
}

TD.infItems {
            background-color: #ffffff;
}

TD.catSubItems {
	    padding-left: 20px;
	    font-size: 13px;
	    font-weight: normal;
	    line-height: 1.2;
	    white-space: normal;
	    color: #000000;
	    white-space: nowrap;
	    background-color: #ecebe9;
}

TD.bestsell {
	    font-size: 12px;
	    color: #000000;
	    text-align: left;
	    font-weight: bold;
	    /*text-decoration: underline;*/
	    list-style-type: deimal;
}

TD.footerNavigation A:hover, TD.itemTxt A, TD.catItems A, TD.catSubItems A, TD.infItems A, TD.itemProd A, TD.bestsell A  {
  color: #000000;
}


TD.headerNavigation A:hover, TD.headerNavigationC A:hover, td.footertop a:hover, TD.itemTxt A:hover, TD.catItems A:hover, TD.catSubItems A:hover,  TD.infItems A:hover, TD.itemProd A:hover, TD.bestsell A:hover, TD.headerASearch A:hover  {
  color: #0000ff;
}

TD.headerSearch {
		  margin: 5px;
  		position: relative;
  		vertical-align: middle;
  		font-size: 13px;
  		font-weight: bold;
  		white-space: nowrap;
  		color: #9a9a9a;
}

TD.catTop {
    width: 191px;
	  height: 38px;
	  background-image: url(images/catBoxTop.jpg);
	  background-repeat: no-repeat;
}


TD.headerASearch, TD.itemProd {
		    margin: 5px;
        font-size: 10px;
  		  font-weight: normal;
  		  white-space: nowrap;
  		  text-decoration: underline;
  		  color: #9a9a9a;
}

TD.footerNavigation {
		    margin: 10px;
		    margin-left: 20px
  		  vertical-align: middle;
  		  font-size: 13px;
  		  font-weight: normal;
  		  white-space: nowrap;
  		  color: #929292;
  		  padding-left: 20px;
  		  padding-right: 11px;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #C6C6C8;
}

TD.headerNavigation, TD.headerNavigationC{
          width: 98px;
  		    font-size: 13px;
  		    font-weight: bold;
  		    text-align: center;
  		    white-space: nowrap;
  		    color: #000000;
  		    border: 0px none #ffffff;
  		    border-right: 1px solid #9a9a9a;
}

TD.headerNavigationC {
		     height: 108px;
		     white-space: normal;
		     background-image: url(images/header_bg_right_cell.jpg)  ;
}

TD.footerNavigation A{
  font-weight: normal;
  color: #929292;
}

TD.footerNavigation A:hover{
  color: #000000;
}

TD.headerNavigation A, TD.headerNavigationC A {
  font-weight: bold;
  color: #000000;
}

TD.headerNavigation A:hover, TD.headerNavigationC A:hover {
  color: #0000ff;
}

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

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

.infoBox {
  background: #C6C6C8;
}

.infoBoxContents {
  background: #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: #C6C6C8;
  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: #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.cutomers {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  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; }


/* VJ Links Manager v1.00 begin */
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;
}
/* VJ Links Manager v1.00 end */
.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}


#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;}
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}



.top_click
{

position: absolute;

left: 0px;
top: 18px;

text-decoration:none;
}

.estimatedshippingBox {
background: #FF8E90;
}

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

.estimatedshippingBoxContents {
background: #f8f8f9;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
}

.ShowShipping {
background: #444ddd;
color: #fffffa;
font-family: Verdana, Arial, sans-serif;
font-size: 6px;
font-weight: bold;
text-align: center;
}
