/*
  $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
*/

* {
	margin: 0px; 
	padding: 0px; 
}
body {
	font: 11px Tahoma; 
	background: #000000; 
	color: #ffffff;
}

.line_top {
	background-image: url(style/l_1.gif);
	height: 33px;
	width: 100%;
        min-width: 1020px;
	font: 14px Verdana; 
	font-weight: bold; 
	color: #ffffff;
}
.line_top a:link {
	text-decoration: none;
	color: #ffffff;
}
.line_top a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.line_top a:visited {
	text-decoration: none;
	color: #ffffff;
}

.white {
	background: #000000;
	height: 0px;
}   

.col1, .col2 { border: 2px outset rgb(239, 239, 239);
    padding: 5px;
    float: left;
    width: 90%;
    color: rgb(255, 255, 255);
    text-decoration: none;
    opacity: 1;
    font-weight: inherit;
    font-family: Arial Black;
    background-color: rgb(56, 56, 56);
    margin-top: 3px;
    }

  a { text-decoration: none;
    line-height: normal;
    color: rgb(255, 255, 255);
    }

  a:hover { text-decoration: none;
    color: rgb(153, 255, 255);
    }

  .col1:hover { text-decoration: none;
    color: rgb(255, 255, 255);
    background-color: rgb(80, 80, 80);
    }

  .col1 a:hover { text-decoration: none;
    color: rgb(237, 237, 237);
    }

  
                                                      						 /* путь к картинка банера */
.banner_bg {
	background-image: url(style/banner_bg.gif);
}
.banner {
	background-image: url(style/banner.jpg);
	height: 427px;
	width: 1217px;
        margin-left: auto;
        margin-right: auto;

}
.spacer {
	background: #000000;
	height: 5px;
}
.block {
	background: #000000;
	border: 1px solid #000000;
	width: 100%;
	font: 11px Tahoma; 
	color: #c4dbf2;
}
.block-content {
	background: #000000;
	border: 1px solid #000000;
	font: 11px Tahoma; 
	color: #c4dbf2;
	width: 100%;
}
.block_header {
	background-image: url(style/block_header.gif);
	border: 1px solid #000000;
	height: 17px;
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
	font: 11px Tahoma; 
	font-weight: bold;
	color: #ffffff;
	padding: 6px;
}
.block_180_300_r { top:50px; right:35px; width:180px; height:300px; z-index: 1999; position: absolute; background: #000000; }
.block_180_300_l { top:50px; left:10px; width:180px; height:300px; z-index: 1999; position: absolute; background: #000000; }
.spacer-ver {
	background: #000000;
	width: 5px;
}
.footer {
	font: 11px Tahoma; 
	background-image: url(style/footer.gif);
	color: #333333;
	height: 120px;
	padding-left: 10px;
}
.footer a:link {
	color: #2d396c;
	text-decoration: none;
}
.footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.footer a:visited {
	color: #2d396c;
	text-decoration: none;
}
                      							                /* окно продукта */
.product {
	background: #000000;
	border: 0px solid #ffffff;
	font: 11px Tahoma;
        font-weight: bold; 
	color: #ffffff;
	width: 100%;
	height: 320px;
	margin:2px;
}
.pic {
	background: #000000;
	border-top: 0px solid #33445a;
	border-left: 0px solid #33445a;
	border-right: 0px solid #33445a;
	min-height: 150px;
}
.category_desc {
	background: #1a1c1f;
	border-left: 0px solid #33445a;
	border-right: 0px solid #33445a;
	font: 14px Tahoma;
	color: #ffffff;
	font-weight: bold;
	height: 35px;
	padding-left: 15px;
}

.category_desc img {
  border: 2px outset rgb(239, 239, 239);
  }

.title {
	background: #1a1c1f;
	border-left: 0px solid #33445a;
	border-right: 0px solid #33445a;
	font: 14px Tahoma;
	color: #c4dbf2;
	font-weight: bold;
	height: 35px;
	padding-left: 15px;
}
.title a:link {
	text-decoration: none;
	color: #c4dbf2;
}
.title a:hover {
	text-decoration: underline;
	color: #c4dbf2;
}
.title a:visited {
	text-decoration: none;
	color: #c4dbf2;
}
         							                              /* текст цен */
.price {
	font: 12px Tahoma; 
	color: #ffffff;
	font-weight: bold;
}
								/*кнопки в корзину далее под товаром*/
.button {
	background-image: url(style/p_2.gif);
	height: 25px;
	border: 0px solid #cee8fe;
}

.boxText { font-family: Tahoma; font-size: 14px; font-weight: bold; color: #ffffff; } 			/* текст в боксах */
.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; }

A {
  color: #c4dbf2;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #000000;
}

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;
*/
}

.infoBoxContents {
/*
  background: #DBF1FF;
*/
  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: Tahoma;
  font-size: 11px;
  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: #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;
*/
background: #34465c;
}

TABLE.productListing {
/*
  border-color: #b6b7cb;
*/
  border: 0px;
  border-style: solid;
  border-color: #ffffff;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
/*
  background: #b6b7cb;
*/
  background: #000000;                             /*dfgdsfgsdfgsdfgsdfgsdfgsdfg*/
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding: 5px;
  text-align: center;
}

A.pageResults {
  color: #ffffff;
}

A.pageResults:hover {
  color: #ffffff;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #9a9a9a;
  }

.pageHeading img {
  border: 2px outset rgb(239, 239, 239);
  }


TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}
  
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: #ffffff; }

/* 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 */

/* DWD Contribution -> Add: Browse by Categories. */

.block_100_100 {top: 100px; left: 30px; wight: 200px; heigh: 400px; position: absolute}

UL.BrowseBy {
  list-style-type: disc;
  list-style-position: inside;

  list-style: none;
  margin-left: 1em;
  padding-left: 2em;
  text-indent: -1em;
} /* UL.BrowseBy */

LI.BrowseBy {

} /* LI.BrowseBy */

/* DWD Contribution End. */

