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



/* -------------------------------- */
/*				ШРИФТ				*/
/* -------------------------------- */

* {  font-family: Tahoma, Arial, sans-serif;  }

/* -------------------------------- */
/*				ФОНЫ				*/
/* -------------------------------- */


/* Белый фон */
BODY, TR.header 
{  background: #ffffff; }

/* Темный фон */
TR.headerInfo, TD.headerInfo, .infoBoxNotice,
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productReviews-even, TR.shippingOptions-even,
.productListing-heading,  TR.linkListing-even, .linkListing-heading
{  background: #15184e;  }

/* Светлый фон */
TR.footer, TD.footer, .infoBox, .infoBoxContents, .infoBoxNoticeContents, 
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productReviews-odd, TR.shippingOptions-odd,
TR.subBar,TR.linkListing-odd, .moduleRowSelected, .moduleRowOver, TABLE.formArea, .cart-table-01
{  background: #D7EAEE; }

/* Фон ошибки */
.errorBox , .stockWarning, .productsNotifications, TD.headerError, TR.headerError
{ background: #ff8888; }


/* -------------------------------- */
/*				ЦВЕТА				*/
/* -------------------------------- */


/* Цвета ссылок */
A, A.headerNavigation, A.pageResults {
  color: #336699;
}

/* Цвета ссылок hover */
A:hover, A.headerNavigation:hover, A.pageResults:hover {
  color: #000000;
}

/* Черный цвет */
BODY, p, td, div, li, TD.subBar , .checkoutBarCurrent , TD.headerNavigation
{   color: #000000;   }

/* Самый темный цвет */
TD.infoBoxHeading, TD.pageHeading, DIV.pageHeading, td.cart-td-05 h2, td.cart-td-05 h3 , div.cart-div-01, div.cart-div-03, .orderEdit, .checkoutBarFrom, .checkoutBarTo 
{  color: #6b6b6b; }

/* Темный цвет */
table.cart-table-01 b, .inputRequirement  {
  color: #b6b7cb;
  border-color: #b6b7cb; }

/* Светлый цвет */
TD.headerNavigation, TR.headerNavigation, .cart-td-02, .cart-td-01, TD.accountCategory
{  background: #DBF1FF;  }

/* Белый */
TD.headerError, .productListing-heading, TD.headerInfo , TD.footer, .linkListing-heading
{   color: #FFFFFF;   }

/*  Цвет, привлекающий внимание  */
SPAN.greetUser, SPAN.newItemInCart, SPAN.markProductOutOfStock, SPAN.productSpecialPrice
{  color: #f0a480; }

/*  Цвет ошибки  */
SPAN.errorText 
{  color: #ff0000;  }

/* -------------------------------- */
/*				РАЗМЕРЫ				*/
/* -------------------------------- */


/* Большой текст */
TD.pageHeading, DIV.pageHeading
{  font-size: 12px; }


/* Нормальный текст */
p, td, div, li, CHECKBOX, INPUT, RADIO, SELECT, TEXTAREA, TD.headerError, TD.headerInfo, TD.footer, TD.smallText, SPAN.smallText, P.smallText, TD.main, P.main, TD.fieldValue, TD.tableHeading, TD.formAreaTitle, SPAN.greetUser, SPAN.markProductOutOfStock, .checkoutBarFrom, .checkoutBarTo, .checkoutBarCurrent
{  font-size: 12px; }


/* Маленький текст */
.boxText , .errorBox, .stockWarning , .orderEdit, TD.headerNavigation, .infoBoxContents, .infoBoxNoticeContents, TD.infoBoxHeading, TD.infoBox, SPAN.infoBox, .productListing-heading, TD.productListing-data, TD.subBar, TD.fieldKey, SPAN.newItemInCart, .linkListing-heading, .inputRequirement, TD.linkListing-data, .messageBox, .messageStackError, .messageStackWarning, .messageStackSuccess
{  font-size: 11px; }


/* -------------------------------- */
/*		САМЫЕ ВАЖНЫЕ КЛАССЫ			*/
/* -------------------------------- */


BODY {
  margin: 0px;
}


TD.infoBoxHeading {
  font-weight: bold;
}

.infoBoxContents{padding-top:10px;padding-bottom:3px;}


TD.headerNavigation {
font-weight: bold;}

/*TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-spacing: 1px;
}*/


/* ============  Корзина  ================ */
.cart-table-01 {
        border: 1px solid #DAD5CA;
}
table.cart-table-01 td {
        vertical-align: top;
}
.cart-td-01 {
        font: 10px Verdana;
        border: 1px solid #fff;
}
.cart-td-02 {
        font: 10px Verdana;
        border: 1px solid #fff;
        border-left: 0;        
}
td.cart-td-03 {
        border-right: 1px solid #fff;
}
.cart-td-04 {
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
}
td.cart-td-05 {
        padding: 0 0 0 10px;        
}
td.cart-td-05 h2 {
        font: 12px Verdana;
        font-weight: bold;
        margin: 0;        
}
td.cart-td-05 h3 {
        font: 11px Verdana;
        font-weight: normal;
        margin: 0;        
}
.cart-td-06 {
        border: 1px solid #fff;
        border-right: 0;        
}
.cart-td-07 {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
}
.cart-td-08 {
        font: 12px Verdana;
        border: 1px solid #fff;
        border-left: 0;        
}
td.cart-img-01 {
        background: #fff;        
        border: 1px solid #E3E3E3;
}
td.cart-img-01 img {
        margin: 3px 3px 3px 3px;
}
div.cart-div-01 {
        font: 10px Verdana;
        margin: 1px 0 9px 0;
}
div.cart-div-02 {
        font: 10px Verdana;
        margin: 11px 0 0 0;
}
div.cart-oformit {
	    display:block;
        padding: 2px 0 50px 0;
        text-align:right;
}



div.cart-oformit-02 {
        width: 100%;
        padding: 2px 0 20px 0;
        text-align:right;
}
div.cart-div-03 {
        width: 100%;
        font: 11px Verdana;
        margin: 11px 0 0 10px;
        padding: 0 0 0 13px;
}


.cart-empty
{
       font:bold 20px Tahoma; color:#00758b; 
        margin: 20px;       
}
/* ============  Всякие разные классы  ================ */

.errorBox { font-weight: bold; }
.orderEdit {  text-decoration: underline; }
div.errorBox {text-align:center; padding:3px;}

FORM {
	display: inline;
}

TD.headerError {

  font-weight : bold;
  text-align : center;
}

TD.headerInfo {

  font-weight: bold;
  text-align: center;
}

TD.footer {
  font-weight: bold;
}

.productListing-heading {
  
  font-weight: bold;
}

TD.pageHeading, DIV.pageHeading {
  
background-color: #f3f3f3; font:bold 12px Tahoma; color:#00758b; padding:5px; text-transform:uppercase;
}

TD.main, P.main {
  
  line-height: 1.5;
}

TD.fieldKey {
  
  font-weight: bold;
}

TD.tableHeading {
  
  font-weight: bold;
}


TEXTAREA {
  width: 100%;
  
}

SPAN.greetUser {
  font-weight: bold;
}

TABLE.formArea {
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {

  font-weight: bold;
}

SPAN.markProductOutOfStock {

  font-weight: bold;
}

.moduleRow { }
.moduleRowOver { cursor: pointer; cursor: hand; }

/* message box */

.messageStackError, .messageStackWarning {  background-color: #ffb3b5; }
.messageStackSuccess {  background-color: #99ff00; }

/* input requirement */


/* VJ Links Manager v1.00 begin */
TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.linkListing-heading {
  
  font-weight: bold;
  text-align: center;
}

TD.linkListing-data {
  border-right: 1px solid #b6b7cb;
  border-bottom: 1px solid #b6b7cb;
  padding: 4px;
  
}

/* VJ Links Manager v1.00 end */

/* DWD Contribution -> Add: Browse by Categories. */

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