@charset "iso-8859-1";
/*
  $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
/* Menu Ctegories */
ul.catmenu {
margin: 0;
padding: 0;
list-style: none;
width: 147px; /* Width of Menu Items */
border-bottom: 0px solid #ccc;
}

ul.catmenu li.catmenu {
position: relative;
}

li.catmenu ul.catmenu {
position: absolute;
left: 146px; /* Set 1px less than menu width */
top: 0;
display: none;
}

/* Styles for Menu Items */
ul.catmenu li.catmenu a {
display: block;
text-decoration: none;
color: #777;
background:  #e6e6e6; /* IE6 Bug */
padding: 5px;
border: 1px solid #ccc; /* IE6 Bug */
border-bottom: 0;
}

/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li.catmenu:hover ul.catmenu, li.catmenu.over ul.catmenu { display: block; } /* The magic */

body { 
font: normal 11px verdana; behavior:url("csshover.htc");
} 

li.catmenu:hover ul.catmenu ul.catmenu, li.catmenu.over ul.catmenu ul.catmenu {display: none;} /* Спрятать подменю 3-го уровня */ 
ul.catmenu ul.catmenu li.catmenu:hover ul.catmenu, ul.catmenu ul.catmenu li.catmenu.over ul.catmenu {display: block;} /* Показать подменю 3-го уровня */

/* Menu Ctegories */


*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 12px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ccff66; 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: #f2fff7; text-decoration: underline; }

BODY {
  background: #e6e6e6;
  color: #00008b;
  margin: 0px;
text-align: center;

}

A {
  color: #000000;
  font-size: 10px;
  font-weight : bold;
  text-decoration: none;
}

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
  line-height: 0;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 0px;
  border-color: #ffff00;
  border-style: solid;
  background: transparent;
}

TR.headerSearch {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #888888;
  font-weight : bold;
  }

TR.headerNavigation {
  background: #bbbbbb;
  }

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #ff6600;
  font-weight : bold;
  
}

A.headerNavigation { 
  color: #000000; 
}

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

TR.headerError {
  background: #ffff00;
}

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

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

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
font-weight: bold;
  background: #bbbbbb;
  color: #ff6600;
  height: 2px;
}


.infoBox {
  background: #888888;
}

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

.infoBoxNotice {
  background: #888888;
}

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

TD.infoBoxHeading {
  BORDER-TOP: #ff6600 1px solid; FONT-WEIGHT: bold; FONT-SIZE: 11px; BACKGROUND: #bbbbbb; COLOR: #000000; BORDER-BOTTOM: #ff6600 1px solid; FONT-FAMILY: Verdana, Arial, sans-serif; HEIGHT: 17px
  
}

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

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

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

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #A1B2A6;
  color: #000000;
  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: #333333;
}

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

TR.subBar {
  background: #ff0000;
}

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

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: #ff0000;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #ff0000;
  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: #333333;
  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: #ccff66; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

	
.LeftinfoBox {
  background: #FFFFFF;
}

.LeftinfoBoxContents {
  background: #FFFFFF;;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border: 1px solid;
  border-color: #888888;
    
}

.LeftinfoBoxNotice {
  background: #ffff00;
}

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

TD.LeftinfoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #888888;
  color: #FFFF00;
  height: 20px;
  width: 155px;
  text-align: center;
  
}

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

.RightinfoBox {
  background: #FFFFFF;
}

.RightinfoBoxContents {
  background: #FFFFFF;;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border: 1px solid;
  border-color: #888888;
}

.RightinfoBoxNotice {
  background: #333333;
}

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

TD.RightinfoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #888888;
  color: #ffff00;
  height: 20px;
  width: 155px;
  text-align: center;
}

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

.CenterinfoBox {
  background: transparent;
}

.CenterinfoBoxContents {
  background: transparent;
  line-height: 1.5;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border: 1px solid;
  border-color: #A1B2A6;
}

.CenterinfoBoxNotice {
  background: #333333;
}

.CenterinfoBoxNoticeContents {
  background: #66ff99;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.CenterinfoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #FFFFFF;
  color: #000000;
}

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

TD.newProducts {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  background: transparent;
  color: #000000;
  border: 0px solid;
  border-color: #A1B2A6;
  font-weight: normal;
}

TD.newProductsContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  background: transparent;
  color: #000000;
  font-weight: normal;
}

A.newProductsHeading { 
  font-family: Verdana, Arial, sans-serif;
  color: #0000ff;
  font-size: 12px;
  font-weight : bold;
  background: transparent;


}

TD.newProductsHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: transparent;
  color: #888888;
  height: 25px;
}


TD.centercolor {
background: #FFFFFF;
}

TD.specials, SPAN.specials, P.specials {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border: 1px solid;
  border-color: #000000;
  padding: 2;
}

#gnome {
position:center;
margin: 0px auto;
padding-left:0px;
padding-right:0px;
width: 780px;
background-image:  url("sfondo/background.jpg");
background-repeat: repeat-y;
}

