/*
  $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-color:#464646; }

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

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

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


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


/* Цвета ссылок */
A, A.headerNavigation, A.pageResults {
  color: #3E3E3E;
  text-decoration:none;
}

/* Цвета ссылок hover */
A:hover, A.headerNavigation:hover, A.pageResults:hover {
  color: #3E3E3E;
  text-decoration: underline;
}

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

/* Самый темный цвет */
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 , h1, h2, h3
{  color: #464646; }

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

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

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

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

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

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


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


/* Нормальный текст */
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: 13px; }


/* Маленький текст */
.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: 12px; }

.productListing-data img
	{border:solid 1px #c0a285; padding:3px; }

.productListing-data
	{padding:10px; }


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


BODY {
  margin: 0px;
}

td.boxText
{
	padding-left:33px;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
}

td.boxText a
{
	 color:#3e3e3e; 
	 text-decoration:none;
}

td.boxText a:hover
{
	 text-decoration:underline;
}

td.newstext
{
	padding-left:20px;
	padding-top:10px;
	padding-right:20px;
	padding-bottom:10px;
	background:#f9f6f0;
}

td.newsbody p
{margin:0;padding:0;}


TD.infoBoxHeading {
  height:41px; background:url(img/bg/h3o.jpg) repeat-x; 
  text-align:center;
  font:bold 12px 'Tahoma'; 
  color:#3e3e3e;
  text-transform:uppercase;
}

.infoBoxContents
{
	background:#f9f6f0;
}

div.headerNavigation
{
	margin-top:7px;
	margin-bottom:7px;
	font-size: 11px;
}


TD.headerNavigation {
  font-weight : bold;
}

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

td.category_desc
{
	padding:10px; margin-top:5px; border:solid 2px #d5bea3;
}

td.category_desc p
{
	padding:0px; margin:0px; text-align:justify;
}


/* ============  Корзина  ================ */


.cart-table-01 {
        border: 1px solid #DAD5CA;
}
table.cart-table-01 td {
        vertical-align: top;
}

.cart-td-01 
	{
        font: 12px Tahoma;
        background: #e5d2b1;
        border: 1px solid #fff;
		padding:5px;
	}

.cart-td-02 
	{
        font: 12px Tahoma;
        background: #e5d2b1;
        border: 1px solid #fff;
        border-left: 0;        
		padding:5px;
	}

.cart-td-06 {
        border: 1px solid #fff;
        border-right: 0;        
		background: #e5d2b1;
		padding:5px;
}
.cart-td-07 {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
		background: #e5d2b1;
		padding:5px;
}
.cart-td-08 {
        font: 12px Tahoma;
        border: 1px solid #fff;
        border-left: 0;     
		background: #e5d2b1;
		padding:5px;
}

td.cart-td-03 {
        border-right: 1px solid #fff;
		padding:5px;
}
.cart-td-04 {
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
		padding:5px;
}
td.cart-td-05 {
        padding: 0 0 0 10px;        
}
td.cart-td-05 h2 {
        font: 12px Verdana;
        font-weight: bold;
        margin: 0;        
		padding:0;
}
td.cart-td-05 h3 {
        font: 11px Verdana;
        font-weight: normal;
        margin: 0;        
		padding: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: 12px Verdana;
        margin: 1px 0 9px 0;
}
div.cart-div-02 {
        font: 12px Verdana;
        margin: 11px 0 0 0;
}
div.cart-oformit {
        width: 100%;
        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;
}


/* ============  Всякие разные классы  ================ */

.errorBox { font-weight: bold; }
.orderEdit {  text-decoration: underline; }


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

TD.main, P.main {
  
  line-height: 1.5;
/*  padding:5px;*/
}

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

.corporate_gifts {}
.corporate_gifts div {float:left;width:230px;margin:10px 13px 10px 0px/*border:1px solid #000*/}
.corporate_gifts div p.header {background: #bbe0e3;font-weight:bold;color:#000;text-align:center;padding:3px 10px;font-size:14px}
.corporate_gifts div p.img {background:#eef7f8;text-align:center;padding:5px}
.corporate_gifts div span {display:block;}
.corporate_gifts div a {text-decoration:none}



